From 8203ebc9d0e28763cd4e94cffe1107d23a24a1eb Mon Sep 17 00:00:00 2001 From: Jon Thysell Date: Tue, 9 Jan 2024 16:49:00 -0800 Subject: [PATCH] [0.73] Revert back to applicationinsights@2.9.1 This PR backports #12582 to 0.73. ## Description Fixes a build break introduced by #12575 ### Type of Change - Bug fix (non-breaking change which fixes an issue) ### Why yarn build is broken with this due to a bug in the package that gets run during codegen ### What Revert back to the working version. ## Screenshots N/A ## Testing Ran yarn build ## Changelog Should this change be included in the release notes: no --- ...ws-telemetry-da655939-1091-492d-85c9-068ad5174f5e.json | 7 +++++++ packages/@react-native-windows/telemetry/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 change/@react-native-windows-telemetry-da655939-1091-492d-85c9-068ad5174f5e.json diff --git a/change/@react-native-windows-telemetry-da655939-1091-492d-85c9-068ad5174f5e.json b/change/@react-native-windows-telemetry-da655939-1091-492d-85c9-068ad5174f5e.json new file mode 100644 index 00000000000..56b86669dab --- /dev/null +++ b/change/@react-native-windows-telemetry-da655939-1091-492d-85c9-068ad5174f5e.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "[0.73] Revert back to applicationinsights@2.9.1", + "packageName": "@react-native-windows/telemetry", + "email": "jthysell@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/packages/@react-native-windows/telemetry/package.json b/packages/@react-native-windows/telemetry/package.json index 8fc25611520..ade6bc2ff8f 100644 --- a/packages/@react-native-windows/telemetry/package.json +++ b/packages/@react-native-windows/telemetry/package.json @@ -20,7 +20,7 @@ "dependencies": { "@react-native-windows/fs": "0.73.0", "@xmldom/xmldom": "^0.7.7", - "applicationinsights": "^2.3.1", + "applicationinsights": "2.9.1", "ci-info": "^3.2.0", "envinfo": "^7.8.1", "lodash": "^4.17.21", diff --git a/yarn.lock b/yarn.lock index 6a7593ea62e..f6d702b119a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3989,10 +3989,10 @@ appdirsjs@^1.2.4: resolved "https://registry.yarnpkg.com/appdirsjs/-/appdirsjs-1.2.6.tgz#fccf9ee543315492867cacfcfd4a2b32257d30ac" integrity sha512-D8wJNkqMCeQs3kLasatELsddox/Xqkhp+J07iXGyL54fVN7oc+nmNfYzGuCs1IEP6uBw+TfpuO3JKwc+lECy4w== -applicationinsights@^2.3.1: - version "2.7.3" - resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-2.7.3.tgz#8781454d29c0b14c9773f2e892b4cf5e7468ffa5" - integrity sha512-JY8+kTEkjbA+kAVNWDtpfW2lqsrDALfDXuxOs74KLPu2y13fy/9WB52V4LfYVTVcW1/jYOXjTxNS2gPZIDh1iw== +applicationinsights@2.9.1: + version "2.9.1" + resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-2.9.1.tgz#769412f809d6a072487e4b41c4c3a29678344d82" + integrity sha512-hrpe/OvHFZlq+SQERD1fxaYICyunxzEBh9SolJebzYnIXkyA9zxIR87dZAh+F3+weltbqdIP8W038cvtpMNhQg== dependencies: "@azure/core-auth" "^1.5.0" "@azure/core-rest-pipeline" "1.10.1"