Skip to content

Commit

Permalink
chore: bump pnpm to 9.6.0 (#68044)
Browse files Browse the repository at this point in the history
## Why?

- More support for [catalogs](https://pnpm.io/catalogs) (read
[changelog](https://github.com/pnpm/pnpm/releases) for more info).
- Successful
[build-and-deploy](https://github.com/vercel/next.js/actions/runs/10127840891)
run
  • Loading branch information
samcx authored Jul 28, 2024
1 parent cf5b535 commit 3fbffe1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/actions/next-integration-stat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"engines": {
"node": ">=18.18.0"
},
"packageManager": "pnpm@9.5.0"
"packageManager": "pnpm@9.6.0"
}
2 changes: 1 addition & 1 deletion .github/actions/next-stats-action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"engines": {
"node": ">=18.18.0"
},
"packageManager": "pnpm@9.5.0"
"packageManager": "pnpm@9.6.0"
}
2 changes: 1 addition & 1 deletion .github/actions/upload-turboyet-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"engines": {
"node": ">=18.18.0"
},
"packageManager": "pnpm@9.5.0"
"packageManager": "pnpm@9.6.0"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,9 @@
},
"engines": {
"node": ">=18.18.0",
"pnpm": "9.5.0"
"pnpm": "9.6.0"
},
"packageManager": "pnpm@9.5.0",
"packageManager": "pnpm@9.6.0",
"pnpm": {
"patchedDependencies": {
"webpack-sources@3.2.3": "patches/webpack-sources@3.2.3.patch"
Expand Down
2 changes: 1 addition & 1 deletion scripts/normalize-version-bump.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ const writeJson = async (filePath, data) =>
private: true,
workspaces: ['packages/*'],
scripts: {},
packageManager: 'pnpm@9.5.0',
packageManager: 'pnpm@9.6.0',
})
})()
2 changes: 1 addition & 1 deletion test/.stats-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"engines": {
"node": ">=18.18.0"
},
"packageManager": "pnpm@9.5.0"
"packageManager": "pnpm@9.6.0"
}

0 comments on commit 3fbffe1

Please sign in to comment.