Skip to content

Commit

Permalink
Revert back to applicationinsights@2.9.1 (#12582)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
jonthysell committed Jan 10, 2024
1 parent 6b765a7 commit c078d78
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "Revert back to applicationinsights@2.9.1",
"packageName": "@react-native-windows/telemetry",
"email": "jthysell@microsoft.com",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion packages/@react-native-windows/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@react-native-windows/fs": "^0.0.0-canary.30",
"@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",
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2103,12 +2103,12 @@
dependencies:
"@octokit/openapi-types" "^11.2.0"

"@opentelemetry/api@^1.4.1", "@opentelemetry/api@^1.7.0":
"@opentelemetry/api@^1.4.1":
version "1.7.0"
resolved "https://registry.yarnpkg.com/@opentelemetry/api/-/api-1.7.0.tgz#b139c81999c23e3c8d3c0a7234480e945920fc40"
integrity sha512-AdY5wvN0P2vXBi3b29hxZgSFvdhdxPB9+f0B6s//P9Q8nibRWeA3cHm8UmLpio9ABigkVHJ5NMPk+Mz8VCCyrw==

"@opentelemetry/core@1.19.0", "@opentelemetry/core@^1.15.2", "@opentelemetry/core@^1.19.0":
"@opentelemetry/core@1.19.0", "@opentelemetry/core@^1.15.2":
version "1.19.0"
resolved "https://registry.yarnpkg.com/@opentelemetry/core/-/core-1.19.0.tgz#6563bb65465bf232d8435553b9a122d9351c0fbb"
integrity sha512-w42AukJh3TP8R0IZZOVJVM/kMWu8g+lm4LzT70WtuKqhwq7KVhcDzZZuZinWZa6TtQCl7Smt2wolEYzpHabOgw==
Expand All @@ -2134,7 +2134,7 @@
"@opentelemetry/core" "1.19.0"
"@opentelemetry/semantic-conventions" "1.19.0"

"@opentelemetry/sdk-trace-base@^1.19.0":
"@opentelemetry/sdk-trace-base@^1.15.2":
version "1.19.0"
resolved "https://registry.yarnpkg.com/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.19.0.tgz#87e629e7080945d955d53c2c12352915f5797cd3"
integrity sha512-+IRvUm+huJn2KqfFW3yW/cjvRwJ8Q7FzYHoUNx5Fr0Lws0LxjMJG1uVB8HDpLwm7mg5XXH2M5MF+0jj5cM8BpQ==
Expand All @@ -2143,7 +2143,7 @@
"@opentelemetry/resources" "1.19.0"
"@opentelemetry/semantic-conventions" "1.19.0"

"@opentelemetry/semantic-conventions@1.19.0", "@opentelemetry/semantic-conventions@^1.19.0":
"@opentelemetry/semantic-conventions@1.19.0", "@opentelemetry/semantic-conventions@^1.15.2":
version "1.19.0"
resolved "https://registry.yarnpkg.com/@opentelemetry/semantic-conventions/-/semantic-conventions-1.19.0.tgz#0c17f80b45de1c8778dfdf17acb1e9d4c4aa4ba8"
integrity sha512-14jRpC8f5c0gPSwoZ7SbEJni1PqI+AhAE8m1bMz6v+RPM4OlP1PT2UHBJj5Qh/ALLPjhVU/aZUK3YyjTUqqQVg==
Expand Down Expand Up @@ -3799,24 +3799,24 @@ 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.9.2"
resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-2.9.2.tgz#a83b4bb3201da350cf438015d1e5032cb9978fe1"
integrity sha512-wlDiD7v0BQNM8oNzsf9C836R5ze25u+CuCEZsbA5xMIXYYBxkqkWE/mo9GFJM7rsKaiGqpxEwWmePHKD2Lwy2w==
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"
"@azure/core-util" "1.2.0"
"@azure/opentelemetry-instrumentation-azure-sdk" "^1.0.0-beta.5"
"@microsoft/applicationinsights-web-snippet" "^1.0.1"
"@opentelemetry/api" "^1.7.0"
"@opentelemetry/core" "^1.19.0"
"@opentelemetry/sdk-trace-base" "^1.19.0"
"@opentelemetry/semantic-conventions" "^1.19.0"
"@opentelemetry/api" "^1.4.1"
"@opentelemetry/core" "^1.15.2"
"@opentelemetry/sdk-trace-base" "^1.15.2"
"@opentelemetry/semantic-conventions" "^1.15.2"
cls-hooked "^4.2.2"
continuation-local-storage "^3.2.1"
diagnostic-channel "1.1.1"
diagnostic-channel-publishers "1.0.8"
diagnostic-channel-publishers "1.0.7"

aproba@^1.0.3:
version "1.2.0"
Expand Down Expand Up @@ -5574,10 +5574,10 @@ devtools@6.12.1:
ua-parser-js "^0.7.21"
uuid "^8.0.0"

diagnostic-channel-publishers@1.0.8:
version "1.0.8"
resolved "https://registry.yarnpkg.com/diagnostic-channel-publishers/-/diagnostic-channel-publishers-1.0.8.tgz#700557a902c443cb11f999f19f50a8bb3be490a0"
integrity sha512-HmSm9hXxSPxA9BaLGY98QU1zsdjeCk113KjAYGPCen1ZP6mhVaTPzHd6UYv5r21DnWANi+f+NyPOHruGT9jpqQ==
diagnostic-channel-publishers@1.0.7:
version "1.0.7"
resolved "https://registry.yarnpkg.com/diagnostic-channel-publishers/-/diagnostic-channel-publishers-1.0.7.tgz#9b7f8d5ee1295481aee19c827d917e96fedf2c4a"
integrity sha512-SEECbY5AiVt6DfLkhkaHNeshg1CogdLLANA8xlG/TKvS+XUgvIKl7VspJGYiEdL5OUyzMVnr7o0AwB7f+/Mjtg==

diagnostic-channel@1.1.1:
version "1.1.1"
Expand Down

0 comments on commit c078d78

Please sign in to comment.