Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e6983b9

Browse files
authored
chore: update pnpm to 9.4.0 (vercel#64945)
## Why? Notable change of v9 is Corepack is enabled by default. So we can ensure all package manage/resolved exact same version of pnpm. - [**v9.0.0**](https://github.com/pnpm/pnpm/releases/tag/v9.0.0): Discontinued support for Node.js v16 and introduced Corepack compatibility checks. New configuration updates include enabling `dedupe-injected-deps` and changing the lockfile to version 9, with better readability and resistance to Git conflicts. ... - [**v9.4.0**](https://github.com/pnpm/pnpm/releases/tag/v9.4.0) - Kudos to @ryota-murakami for the original :pr:! → vercel#64854 ## Changes - https://pnpm.io/npmrc#link-workspace-packages defaults to `false` now, so setting it to `true` Closes NEXT-3211
1 parent 87e4552 commit e6983b9

File tree

9 files changed

+16268
-12394
lines changed

9 files changed

+16268
-12394
lines changed

.github/actions/next-integration-stat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
"engines": {
2424
"node": ">=18.17.0"
2525
},
26-
"packageManager": "pnpm@8.15.7"
26+
"packageManager": "pnpm@9.4.0"
2727
}

.github/actions/next-stats-action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"engines": {
2121
"node": ">=18.17.0"
2222
},
23-
"packageManager": "pnpm@8.15.7"
23+
"packageManager": "pnpm@9.4.0"
2424
}

.github/actions/upload-turboyet-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"engines": {
1515
"node": ">=18.17.0"
1616
},
17-
"packageManager": "pnpm@8.15.7"
17+
"packageManager": "pnpm@9.4.0"
1818
}

.npmrc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
auto-install-peers = true
2+
lockfile = true
3+
link-workspace-packages = true
14
provenance = true
25
save-exact = true
3-
tag-version-prefix=""
46
strict-peer-dependencies = false
5-
auto-install-peers = true
6-
lockfile = true
7+
tag-version-prefix=""

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,9 @@
262262
},
263263
"engines": {
264264
"node": ">=18.17.0",
265-
"pnpm": "8.15.7"
265+
"pnpm": "9.4.0"
266266
},
267-
"packageManager": "pnpm@8.15.7",
267+
"packageManager": "pnpm@9.4.0",
268268
"pnpm": {
269269
"patchedDependencies": {
270270

packages/next/src/compiled/ci-info/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)