Skip to content

Commit 7278723

Browse files
committed
build: update pnpm to v10.32.0
See associated pull request for more information.
1 parent af2c7e9 commit 7278723

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ use_repo(
117117
pnpm = use_extension("@aspect_rules_js//npm:extensions.bzl", "pnpm")
118118
pnpm.pnpm(
119119
name = "pnpm",
120-
pnpm_version = "10.31.0",
121-
pnpm_version_integrity = "sha512-45JziL+qgHjOt5t0j/wegnToTXUWPme8IuBsDTrtQ90VMVHL8R1/gwH/SsuYxovcXK32mJUygB/6/js+SmPCaA==",
120+
pnpm_version = "10.32.0",
121+
pnpm_version_integrity = "sha512-myY0uz/tVgHDNjPy2SWT9QYnCjljuMUdKy1qgo2mFc5One6++WFMzrvBOsjTwPnJzM61g8achXhDb6R327INcA==",
122122
)
123123
use_repo(pnpm, "pnpm")
124124

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
"type": "git",
2929
"url": "git+https://github.com/angular/angular-cli.git"
3030
},
31-
"packageManager": "pnpm@10.31.0",
31+
"packageManager": "pnpm@10.32.0",
3232
"engines": {
3333
"node": "^22.22.0 || >=24.13.1",
3434
"npm": "Please use pnpm instead of NPM to install dependencies",
3535
"yarn": "Please use pnpm instead of Yarn to install dependencies",
36-
"pnpm": "10.31.0"
36+
"pnpm": "10.32.0"
3737
},
3838
"author": "Angular Authors",
3939
"license": "MIT",

0 commit comments

Comments
 (0)