forked from microsoft/FluidFramework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to use pnpm 9 (microsoft#23318)
## Description Update to pnpm 9 Same as microsoft#21328 but not from a fork to work around issues with how dependency scanning works for PRs. Lock files updates with: `pnpm exec flub exec --releaseGroupRoot=all -- "pnpm i --lockfile-only"` `pnpm exec flub exec --packages -- "pnpm i --lockfile-only"` ## Breaking Changes Developers will have to update to pnpm 9
- Loading branch information
1 parent
52a40cb
commit de5bfac
Showing
45 changed files
with
74,182 additions
and
56,640 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
engine-strict=true | ||
frozen-lockfile=true | ||
strict-peer-dependencies=true | ||
link-workspace-packages=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 | ||
# Use the number of cores on the machine by default. | ||
workspace-concurrency=0 |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.