Skip to content

Commit 86cb041

Browse files
committed
build: update pnpm to v10.30.2
See associated pull request for more information.
1 parent 6584f5f commit 86cb041

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ use_repo(
116116
pnpm = use_extension("@aspect_rules_js//npm:extensions.bzl", "pnpm")
117117
pnpm.pnpm(
118118
name = "pnpm",
119-
pnpm_version = "10.30.0",
120-
pnpm_version_integrity = "sha512-K1dT3gFdSA7riPW1th4AUfBbQwGAioLsi4QMnSrfd0jrNSyD9cFZPKcD/xAXKVvD/dMRmruWhu/Ja5/LGCAJNw==",
119+
pnpm_version = "10.30.2",
120+
pnpm_version_integrity = "sha512-Ns3HB+e3lAqYjJwez4jQhPhRS1w/CF9TouJEwpIdOyVFvCDdTr4fwkX+7EY7spiuzqemPtH3aAuHfcY3nY0MtA==",
121121
)
122122
use_repo(pnpm, "pnpm")
123123

MODULE.bazel.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "https://github.com/angular/angular-cli.git"
3030
},
31-
"packageManager": "pnpm@10.30.0",
31+
"packageManager": "pnpm@10.30.2",
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.30.0"
36+
"pnpm": "10.30.2"
3737
},
3838
"author": "Angular Authors",
3939
"license": "MIT",

0 commit comments

Comments
 (0)