Skip to content

Commit

Permalink
Merge pull request #2917 from dmichon-msft/lock-node-fetch
Browse files Browse the repository at this point in the history
Lock node-fetch to avoid breaking change in 2.6.3 version
  • Loading branch information
dmichon-msft committed Sep 21, 2021
2 parents 1bafd7c + 5ab3716 commit 39d22e4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/rush-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"jszip": "~3.7.1",
"lodash": "~4.17.15",
"minimatch": "~3.0.2",
"node-fetch": "~2.6.1",
"node-fetch": "2.6.2",
"npm-package-arg": "~6.1.0",
"npm-packlist": "~2.1.2",
"read-package-tree": "~5.1.5",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@microsoft/rush",
"comment": "Lock node-fetch dependency to 2.6.2 to an incompatibility with 2.6.3 in the Azure Cloud Cache Provider.",
"type": "patch"
}
],
"packageName": "@microsoft/rush",
"email": "dmichon-msft@users.noreply.github.com"
}
2 changes: 1 addition & 1 deletion common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/config/rush/repo-state.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "171fa57abd1dd8bfa5a39da755ea3bc206057cf0",
"pnpmShrinkwrapHash": "31a9a242f3375c49722325d80345e36c7933f979",
"preferredVersionsHash": "1fbc26d2c5b3248616b9edccd6bef064075243bc"
}

0 comments on commit 39d22e4

Please sign in to comment.