Skip to content

Commit f4a4076

Browse files
authored
Bump pnpm to v10 (#5535)
* Update pnpm to v10. * Bump a version to fix a peerDependency issue. * Rush update. * Rush change. * Update eslint suppression test output. * Patch a devDependency to be a dependency. * fixup! Rush update.
1 parent 1f7c189 commit f4a4076

File tree

29 files changed

+25782
-21907
lines changed

29 files changed

+25782
-21907
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
# When Node 18 is removed, remove the special cases in
1616
# - build-tests-samples/heft-storybook-v9-react-tutorial/build.js
1717
# - build-tests-samples/heft-storybook-v9-react-tutorial-app/build.js
18+
# - The "globalOverrides" entry for "@vscode/vsce>cheerio" in common/config/rush/pnpm-config.json
1819
- NodeVersion: 18.20.x
1920
NodeVersionDisplayName: 18
2021
OS: ubuntu-latest

apps/rush-mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@rushstack/rush-sdk": "workspace:*",
3636
"@rushstack/ts-command-line": "workspace:*",
3737
"@modelcontextprotocol/sdk": "~1.10.2",
38-
"zod": "~3.24.3"
38+
"zod": "~3.25.76"
3939
},
4040
"devDependencies": {
4141
"@rushstack/heft": "workspace:*",

build-tests/eslint-bulk-suppressions-test-legacy/client/.eslint-bulk-suppressions-8.57.0.json renamed to build-tests/eslint-bulk-suppressions-test-legacy/client/.eslint-bulk-suppressions-8.57.1.json

File renamed without changes.

build-tests/eslint-bulk-suppressions-test-legacy/server/.eslint-bulk-suppressions-8.57.0.json renamed to build-tests/eslint-bulk-suppressions-test-legacy/server/.eslint-bulk-suppressions-8.57.1.json

File renamed without changes.

build-tests/eslint-bulk-suppressions-test/client/.eslint-bulk-suppressions-8.57.0.json renamed to build-tests/eslint-bulk-suppressions-test/client/.eslint-bulk-suppressions-8.57.1.json

File renamed without changes.

build-tests/eslint-bulk-suppressions-test/server/.eslint-bulk-suppressions-8.57.0.json renamed to build-tests/eslint-bulk-suppressions-test/server/.eslint-bulk-suppressions-8.57.1.json

File renamed without changes.

common/autoinstallers/rush-prettier/pnpm-lock.yaml

Lines changed: 42 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "",
5+
"type": "none",
6+
"packageName": "@rushstack/mcp-server"
7+
}
8+
],
9+
"packageName": "@rushstack/mcp-server",
10+
"email": "[email protected]"
11+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@rushstack/module-minifier",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@rushstack/module-minifier"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@rushstack/webpack5-localization-plugin",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@rushstack/webpack5-localization-plugin"
10+
}

0 commit comments

Comments
 (0)