-
Notifications
You must be signed in to change notification settings - Fork 535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pnpm9 #23318
base: main
Are you sure you want to change the base?
Pnpm9 #23318
Changes from 25 commits
6091a1d
737ac14
f9a97ca
1d9f7cc
f48a188
241cd57
08b812d
1081000
ad97ade
097cad6
14edb2b
512234c
40ac441
7288160
ee53880
229ee55
563895a
21b29f2
58ca511
b869b51
06c1d60
bc71916
7b34a20
492479b
0f3415a
7bd8380
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't think this did anything even before this change as I don't think pnpm 8 looked for this option. Regardless we are moving to format 9 now, so its out of date. |
||
# Use the number of cores on the machine by default. | ||
workspace-concurrency=0 | ||
|
||
|
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 |
Large diffs are not rendered by default.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should this have |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes to pnpm defaults require this for workspace deps to function during install now.