-
Notifications
You must be signed in to change notification settings - Fork 30
build: Upgrade to PNPM 11 #3132
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,12 @@ | ||
| packages: | ||
| - "packages/*" | ||
| allowBuilds: | ||
| '@parcel/watcher': set this to true or false | ||
| esbuild: set this to true or false | ||
| fsevents: set this to true or false | ||
| husky: set this to true or false | ||
| nx: set this to true or false | ||
|
|
||
| minimumReleaseAge: 7 | ||
|
Contributor
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. This in minutes, so need to convert to 7 days https://pnpm.io/settings#minimumreleaseage |
||
| publicHoistPattern: | ||
| - run-node | ||
|
Contributor
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. Unclear if we still need this |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,7 +6,7 @@ cd ../.. | |
| # If --clean is supplied, delete existing docker volumes | ||
| if [[ " $* " == *" --clean "* ]]; then | ||
| echo "Cleaning up docker volumes for a fresh install..." | ||
| docker volume rm --force atlantis_pnpm_store atlantis_node_modules__root atlantis_node_modules__components_native atlantis_node_modules__components atlantis_node_modules__design atlantis_node_modules__eslint_config atlantis_node_modules__formatters atlantis_node_modules__generators atlantis_node_modules__hooks atlantis_node_modules__site atlantis_node_modules__stylelint_config | ||
| docker volume rm --force atlantis_pnpm_store atlantis_pnpm_store_v11 atlantis_node_modules__root atlantis_node_modules__components_native atlantis_node_modules__components atlantis_node_modules__design atlantis_node_modules__eslint_config atlantis_node_modules__formatters atlantis_node_modules__generators atlantis_node_modules__hooks atlantis_node_modules__site atlantis_node_modules__stylelint_config | ||
| fi | ||
|
|
||
| # NOTES: | ||
|
|
@@ -31,7 +31,7 @@ echo "Running e2e tests inside a docker container..." | |
| # Run the e2e tests | ||
| docker run --rm -it \ | ||
| -v $(pwd):/atlantis \ | ||
| -v atlantis_pnpm_store:/pnpm-store/v10 \ | ||
| -v atlantis_pnpm_store_v11:/pnpm-store/v11 \ | ||
|
Contributor
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. Nice, this looks good. |
||
| -v atlantis_node_modules__root:/atlantis/node_modules \ | ||
| -v atlantis_node_modules__components_native:/atlantis/packages/components-native/node_modules \ | ||
| -v atlantis_node_modules__components:/atlantis/packages/components/node_modules \ | ||
|
|
||
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.
Why did the store-dir setup change? I didn't see that as a breaking change in their guide: https://pnpm.io/11.x/migration