-
Notifications
You must be signed in to change notification settings - Fork 535
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(telemetry-generator): Use pnpm (#23327)
## Description Telemetry-generator was the last bit of the repo still using `npm` instead of `pnpm`. This fixes that and updates all places where we use it to reflect the change. Took the chance to update its dependencies to more recent versions, syncing some (e.g. typescript) with the version we use in the client release group.
- Loading branch information
Showing
12 changed files
with
3,808 additions
and
5,962 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
engine-strict=true | ||
frozen-lockfile=true | ||
strict-peer-dependencies=true | ||
|
||
# Disable pnpm update notifications since we use corepack to install package managers | ||
update-notifier=false | ||
# Don't use new lockfile format because component governance does not yet support it | ||
use-lockfile-v6=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.