Skip to content

Commit

Permalink
[0.73] Lock to [email protected] to prevent using newer broke…
Browse files Browse the repository at this point in the history
…n versions (#12586)

## Description

When updating dependencies in main, (see #12575), we found that
[email protected] breaks our CLI commands.

We aren't actually collecting telemetry so there's no problem with
locking the version of this package in this branch for now.

### Type of Change
- Bug fix (non-breaking change which fixes an issue)

### Why
To unblock calls to CLI commands by new projects.

### What
Lock to the current version used by this branch.

## Screenshots
N/A

## Testing
Ran yarn build locally, which calls `codegen-windows` internally.

## Changelog
Should this change be included in the release notes: no
  • Loading branch information
jonthysell authored Jan 10, 2024
1 parent 35132ec commit 6461c7c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "[0.73] Lock to [email protected] to prevent using newer broken versions",
"packageName": "@react-native-windows/telemetry",
"email": "[email protected]",
"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.73.0",
"@xmldom/xmldom": "^0.7.7",
"applicationinsights": "^2.3.1",
"applicationinsights": "2.7.3",
"ci-info": "^3.2.0",
"envinfo": "^7.8.1",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3989,7 +3989,7 @@ 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:
applicationinsights@2.7.3:
version "2.7.3"
resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-2.7.3.tgz#8781454d29c0b14c9773f2e892b4cf5e7468ffa5"
integrity sha512-JY8+kTEkjbA+kAVNWDtpfW2lqsrDALfDXuxOs74KLPu2y13fy/9WB52V4LfYVTVcW1/jYOXjTxNS2gPZIDh1iw==
Expand Down

0 comments on commit 6461c7c

Please sign in to comment.