Skip to content

Commit c5d7457

Browse files
authored
Removed unneeded @azure/core-auth dependency (#14919)
## Description This PR removed the unneeded `@azure/core-auth` dependency from `@react-native-windows/telemetry`. ### Type of Change - Bug fix (non-breaking change which fixes an issue) ### Why To unblock broken CI due to the dependency change made by `@azure` packages. Resolves #14912 ### What See above. ## Screenshots N/A ## Testing Verified our packages still work ## Changelog Should this change be included in the release notes: _yes_ Removed unneeded `@azure/core-auth` dependency
1 parent b054122 commit c5d7457

File tree

3 files changed

+9
-34
lines changed

3 files changed

+9
-34
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "Removed uneeded `@azure/core-auth` dependency",
4+
"packageName": "@react-native-windows/telemetry",
5+
"email": "jthysell@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}

packages/@react-native-windows/telemetry/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"watch": "rnw-scripts watch"
1919
},
2020
"dependencies": {
21-
"@azure/core-auth": "1.5.0",
2221
"@microsoft/1ds-core-js": "^4.3.0",
2322
"@microsoft/1ds-post-js": "^4.3.0",
2423
"@react-native-windows/fs": "0.0.0-canary.65",
@@ -64,4 +63,4 @@
6463
},
6564
"promoteRelease": true,
6665
"windowsOnly": true
67-
}
66+
}

yarn.lock

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -10,37 +10,6 @@
1010
"@jridgewell/gen-mapping" "^0.3.5"
1111
"@jridgewell/trace-mapping" "^0.3.24"
1212

13-
"@azure/abort-controller@^1.0.0":
14-
version "1.1.0"
15-
resolved "https://registry.yarnpkg.com/@azure/abort-controller/-/abort-controller-1.1.0.tgz#788ee78457a55af8a1ad342acb182383d2119249"
16-
integrity sha512-TrRLIoSQVzfAJX9H1JeFjzAoDGcoK1IYX1UImfceTZpsyYfWr09Ss1aHW1y5TrrR3iq6RZLBwJ3E24uwPhwahw==
17-
dependencies:
18-
tslib "^2.2.0"
19-
20-
"@azure/abort-controller@^2.0.0":
21-
version "2.1.2"
22-
resolved "https://registry.yarnpkg.com/@azure/abort-controller/-/abort-controller-2.1.2.tgz#42fe0ccab23841d9905812c58f1082d27784566d"
23-
integrity sha512-nBrLsEWm4J2u5LpAPjxADTlq3trDgVZZXHNKabeXZtpq3d3AbN/KGO82R87rdDz5/lYB024rtEf10/q0urNgsA==
24-
dependencies:
25-
tslib "^2.6.2"
26-
27-
"@azure/core-auth@1.5.0":
28-
version "1.5.0"
29-
resolved "https://registry.yarnpkg.com/@azure/core-auth/-/core-auth-1.5.0.tgz#a41848c5c31cb3b7c84c409885267d55a2c92e44"
30-
integrity sha512-udzoBuYG1VBoHVohDTrvKjyzel34zt77Bhp7dQntVGGD0ehVq48owENbBG8fIgkHRNUBQH5k1r0hpoMu5L8+kw==
31-
dependencies:
32-
"@azure/abort-controller" "^1.0.0"
33-
"@azure/core-util" "^1.1.0"
34-
tslib "^2.2.0"
35-
36-
"@azure/core-util@^1.1.0":
37-
version "1.11.0"
38-
resolved "https://registry.yarnpkg.com/@azure/core-util/-/core-util-1.11.0.tgz#f530fc67e738aea872fbdd1cc8416e70219fada7"
39-
integrity sha512-DxOSLua+NdpWoSqULhjDyAZTXFdP/LKkqtYuxxz1SCN289zk3OG8UOpnCQAz/tygyACBtWp/BoO72ptK7msY8g==
40-
dependencies:
41-
"@azure/abort-controller" "^2.0.0"
42-
tslib "^2.6.2"
43-
4413
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.24.7", "@babel/code-frame@^7.25.9", "@babel/code-frame@^7.27.1":
4514
version "7.27.1"
4615
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
@@ -11494,7 +11463,7 @@ tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
1149411463
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
1149511464
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
1149611465

11497-
tslib@^2.0.1, tslib@^2.2.0, tslib@^2.6.2:
11466+
tslib@^2.0.1:
1149811467
version "2.8.1"
1149911468
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
1150011469
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==

0 commit comments

Comments
 (0)