From d9d103a2bfc78ceb46393b0eebb37fe5df162f15 Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Mon, 30 Jan 2023 11:47:32 +0000 Subject: [PATCH] Chore: remove `node-fetch` from dep + ignore list (#62455) remove node-fetch from dep + ignore list --- .github/renovate.json5 | 1 - package.json | 1 - yarn.lock | 8 ++++---- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index a828336afbd..d198edf8f75 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -10,7 +10,6 @@ "history", // we should bump this together with react-router-dom "@mdx-js/react", // storybook peer-depends on its 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-redux", // react-beautiful-dnd depends on react-redux 7.x, we need to update that one first "react-router-dom", // we should bump this together with history diff --git a/package.json b/package.json index 95112841426..6c123ceb692 100644 --- a/package.json +++ b/package.json @@ -438,7 +438,6 @@ "@storybook/builder-webpack5/webpack": "5.74.0", "@storybook/manager-webpack5/webpack": "5.74.0", "ngtemplate-loader/loader-utils": "^2.0.0", - "node-fetch": "2.6.7", "slate-dev-environment@^0.2.2": "patch:slate-dev-environment@npm:0.2.5#.yarn/patches/slate-dev-environment-npm-0.2.5-9aeb7da7b5.patch" }, "workspaces": { diff --git a/yarn.lock b/yarn.lock index ed4aa4e8eb1..00fee8e89ed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -28773,9 +28773,9 @@ __metadata: languageName: node linkType: hard -"node-fetch@npm:2.6.7": - version: 2.6.7 - resolution: "node-fetch@npm:2.6.7" +"node-fetch@npm:^2.6.1, node-fetch@npm:^2.6.7": + version: 2.6.8 + resolution: "node-fetch@npm:2.6.8" dependencies: whatwg-url: ^5.0.0 peerDependencies: @@ -28783,7 +28783,7 @@ __metadata: peerDependenciesMeta: encoding: optional: true - checksum: 8d816ffd1ee22cab8301c7756ef04f3437f18dace86a1dae22cf81db8ef29c0bf6655f3215cb0cdb22b420b6fe141e64b26905e7f33f9377a7fa59135ea3e10b + checksum: 91f57be68e29f9b1382750693619e199733a6936998e6d618f1aa779853ad8fc4a2facf170db7957bf1d2510bad33449edf74b5802713d81b63de5986fa3be00 languageName: node linkType: hard