From e273c9a958ee3d7b01e4a95bf619f85fdaf34f76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 May 2022 15:18:28 +0100 Subject: [PATCH] Ignore dependency updates to node-fetch as it's ESM only (#49235) * Update dependency node-fetch to v3 * add node-fetch to the renovate ignore list as it's esm only at the moment * revert back to 2.6.7 Co-authored-by: Renovate Bot Co-authored-by: Ashley Harrison --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index d147fcc0a76..b3909642552 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -20,6 +20,7 @@ "history", // we should bump this together with react-router-dom "@mdx-js/react", // storybook peer-depends on it's 1.x version, we should upgrade this when we upgrade storybook "monaco-editor", // due to us exposing this via @grafana/ui/CodeEditor's props bumping can break plugins + "node-fetch", // we should bump this once we move to esm modules "react-hook-form", // due to us exposing these hooks via @grafana/ui form components bumping can break plugins "react-icons", // jaeger-ui-components is being refactored to use @grafana/ui icons instead "react-router-dom", // we should bump this together with history