Skip to content

Commit

Permalink
Merge pull request #4431 from iclanton/update-azure-identity
Browse files Browse the repository at this point in the history
[rush] Update the @azure/* dependencies.
  • Loading branch information
iclanton authored Nov 27, 2023
2 parents 2840be2 + 31ec4e6 commit cb12966
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 42 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@microsoft/rush",
"comment": "Update the `@azure/identity` and `@azure/storage-blob` dependencies of `@rushstack/rush-azure-storage-build-cache-plugin` to eliminate an `EBADENGINE` error when installing Rush on Node 20.",
"type": "none"
}
],
"packageName": "@microsoft/rush"
}
71 changes: 32 additions & 39 deletions 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": "15c2cb269e436071e883ba0b7b76515ea824c01a",
"pnpmShrinkwrapHash": "0d56f84d9be143d58bb100751f8065c33e3397e2",
"preferredVersionsHash": "1926a5b12ac8f4ab41e76503a0d1d0dccc9c0e06"
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"_phase:test": "heft run --only test -- --clean"
},
"dependencies": {
"@azure/identity": "~2.1.0",
"@azure/storage-blob": "~12.11.0",
"@azure/identity": "~4.0.0",
"@azure/storage-blob": "~12.17.0",
"@rushstack/node-core-library": "workspace:*",
"@rushstack/rush-sdk": "workspace:*",
"@rushstack/terminal": "workspace:*"
Expand Down

0 comments on commit cb12966

Please sign in to comment.