Skip to content

Commit 6ed32cb

Browse files
Bump Azure identity to 4.13.1 and align Azure blob dependency
Agent-Logs-Url: https://github.com/microsoft/rushstack/sessions/49663e4c-b82f-480e-a0a2-3823684c8168 Co-authored-by: dmichon-msft <26827560+dmichon-msft@users.noreply.github.com>
1 parent b916df1 commit 6ed32cb

5 files changed

Lines changed: 95 additions & 11 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/rush",
5+
"comment": "Bump the Azure cache plugin dependencies to use `@azure/identity` 4.13.1 and aligned `@azure/storage-blob`.",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@microsoft/rush"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@rushstack/rush-azure-storage-build-cache-plugin",
5+
"comment": "Bump `@azure/identity` to 4.13.1 and align related Azure SDK dependency versions.",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@rushstack/rush-azure-storage-build-cache-plugin"
10+
}

common/config/subspaces/default/pnpm-lock.yaml

Lines changed: 72 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
22
{
3-
"pnpmShrinkwrapHash": "f6f8745e4dfb26c1fb57dc44ddd7e8f633c53c43",
3+
"pnpmShrinkwrapHash": "c775b9575cc71c933f18b64789f2588de68656aa",
44
"preferredVersionsHash": "029c99bd6e65c5e1f25e2848340509811ff9753c"
55
}

rush-plugins/rush-azure-storage-build-cache-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"_phase:test": "heft run --only test -- --clean"
4444
},
4545
"dependencies": {
46-
"@azure/identity": "~4.5.0",
47-
"@azure/storage-blob": "~12.26.0",
46+
"@azure/identity": "~4.13.1",
47+
"@azure/storage-blob": "~12.31.0",
4848
"@rushstack/credential-cache": "workspace:*",
4949
"@rushstack/node-core-library": "workspace:*",
5050
"@rushstack/rush-sdk": "workspace:*",

0 commit comments

Comments
 (0)