Skip to content

Commit f6f0935

Browse files
angular-robotjosephperrott
authored andcommitted
build: update pnpm to v10.20.0
See associated pull request for more information.
1 parent a41a2ae commit f6f0935

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

bazel/integration/tests/angular-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test": "ng test"
1010
},
1111
"private": true,
12-
"packageManager": "pnpm@10.19.0",
12+
"packageManager": "pnpm@10.20.0",
1313
"dependencies": {
1414
"@angular/animations": "21.0.0-rc.0",
1515
"@angular/common": "21.0.0-rc.0",

bazel/integration/tests/nested_bazel_workspaces/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"test": "bazelisk test ..."
88
},
9-
"packageManager": "pnpm@10.19.0",
9+
"packageManager": "pnpm@10.20.0",
1010
"devDependencies": {
1111
"@bazel/bazelisk": "^1.11.0"
1212
}

bazel/integration/tests/package_mappings/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"main": "index.js",
55
"license": "MIT",
6-
"packageManager": "pnpm@10.19.0",
6+
"packageManager": "pnpm@10.20.0",
77
"dependencies": {
88
"fake_pkg": "link:./in-existing-linked-by-bazel"
99
},

bazel/integration/tests/playwright_chromium/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"@playwright/test": "^1.16.3",
1010
"typescript": "^5.9.3"
1111
},
12-
"packageManager": "pnpm@10.19.0"
12+
"packageManager": "pnpm@10.20.0"
1313
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "@angular/build-tooling",
33
"version": "0.0.0-{SCM_HEAD_SHA}",
44
"private": true,
5-
"packageManager": "pnpm@10.19.0",
5+
"packageManager": "pnpm@10.20.0",
66
"engines": {
77
"npm": "Please use pnpm instead of NPM to install dependencies",
88
"yarn": "Please use pnpm instead of Yarn to install dependencies",
9-
"pnpm": "10.19.0"
9+
"pnpm": "10.20.0"
1010
},
1111
"scripts": {
1212
"prepare": "husky",

0 commit comments

Comments
 (0)