Skip to content

Commit fa96dde

Browse files
authored
[0.75] Removed unneeded @azure/core-auth dependency (#14925)
This backports PR #14919 to RNW 0.75. ## 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 c3ce8bc commit fa96dde

File tree

3 files changed

+9
-39
lines changed

3 files changed

+9
-39
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "[0.75] Removed unneeded `@azure/core-auth` dependency",
4+
"packageName": "@react-native-windows/telemetry",
5+
"email": "[email protected]",
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.75.2",
@@ -64,4 +63,4 @@
6463
},
6564
"promoteRelease": true,
6665
"windowsOnly": true
67-
}
66+
}

yarn.lock

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -15,37 +15,6 @@
1515
"@jridgewell/gen-mapping" "^0.3.0"
1616
"@jridgewell/trace-mapping" "^0.3.9"
1717

18-
"@azure/abort-controller@^1.0.0":
19-
version "1.1.0"
20-
resolved "https://registry.yarnpkg.com/@azure/abort-controller/-/abort-controller-1.1.0.tgz#788ee78457a55af8a1ad342acb182383d2119249"
21-
integrity sha512-TrRLIoSQVzfAJX9H1JeFjzAoDGcoK1IYX1UImfceTZpsyYfWr09Ss1aHW1y5TrrR3iq6RZLBwJ3E24uwPhwahw==
22-
dependencies:
23-
tslib "^2.2.0"
24-
25-
"@azure/abort-controller@^2.0.0":
26-
version "2.0.0"
27-
resolved "https://registry.yarnpkg.com/@azure/abort-controller/-/abort-controller-2.0.0.tgz#a66d26c7f64977e3ff4b9e0b136296cb4bd47e8b"
28-
integrity sha512-RP/mR/WJchR+g+nQFJGOec+nzeN/VvjlwbinccoqfhTsTHbb8X5+mLDp48kHT0ueyum0BNSwGm0kX0UZuIqTGg==
29-
dependencies:
30-
tslib "^2.2.0"
31-
32-
33-
version "1.5.0"
34-
resolved "https://registry.yarnpkg.com/@azure/core-auth/-/core-auth-1.5.0.tgz#a41848c5c31cb3b7c84c409885267d55a2c92e44"
35-
integrity sha512-udzoBuYG1VBoHVohDTrvKjyzel34zt77Bhp7dQntVGGD0ehVq48owENbBG8fIgkHRNUBQH5k1r0hpoMu5L8+kw==
36-
dependencies:
37-
"@azure/abort-controller" "^1.0.0"
38-
"@azure/core-util" "^1.1.0"
39-
tslib "^2.2.0"
40-
41-
"@azure/core-util@^1.1.0":
42-
version "1.9.1"
43-
resolved "https://registry.yarnpkg.com/@azure/core-util/-/core-util-1.9.1.tgz#05ea9505c5cdf29c55ccf99a648c66ddd678590b"
44-
integrity sha512-OLsq0etbHO1MA7j6FouXFghuHrAFGk+5C1imcpQ2e+0oZhYF07WLA+NW2Vqs70R7d+zOAWiWM3tbE1sXcDN66g==
45-
dependencies:
46-
"@azure/abort-controller" "^2.0.0"
47-
tslib "^2.6.2"
48-
4918
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.24.7":
5019
version "7.25.7"
5120
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.25.7.tgz#438f2c524071531d643c6f0188e1e28f130cebc7"
@@ -11526,16 +11495,11 @@ tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
1152611495
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
1152711496
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
1152811497

11529-
tslib@^2.0.1, tslib@^2.2.0:
11498+
tslib@^2.0.1:
1153011499
version "2.6.2"
1153111500
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
1153211501
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
1153311502

11534-
tslib@^2.6.2:
11535-
version "2.8.1"
11536-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
11537-
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
11538-
1153911503
1154011504
version "5.14.0"
1154111505
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.14.0.tgz#be62637135ac244fc9b37ed6ea5252c9eba1616e"

0 commit comments

Comments
 (0)