Skip to content

Commit 4742aae

Browse files
angular-robotclydin
authored andcommitted
build: update pnpm to v10.28.1
See associated pull request for more information.
1 parent 361758c commit 4742aae

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
@@ -110,8 +110,8 @@ use_repo(
110110
pnpm = use_extension("@aspect_rules_js//npm:extensions.bzl", "pnpm")
111111
pnpm.pnpm(
112112
name = "pnpm",
113-
pnpm_version = "10.28.0",
114-
pnpm_version_integrity = "sha512-Bd9x0UIfITmeBT/eVnzqNNRG+gLHZXFEG/wceVbpjjYwiJgtlARl/TRIDU2QoGaLwSNi+KqIAApk6D0LDke+SA==",
113+
pnpm_version = "10.28.1",
114+
pnpm_version_integrity = "sha512-fX27yp6ZRHt8O/enMoavqva+mSUeuUmLrvp9QGiS9nuHmts6HX5of8TMwaOIxxdfuq5WeiarRNEGe1T8sNajFg==",
115115
)
116116
use_repo(pnpm, "pnpm")
117117

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.28.0",
31+
"packageManager": "pnpm@10.28.1",
3232
"engines": {
3333
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
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.28.0"
36+
"pnpm": "10.28.1"
3737
},
3838
"author": "Angular Authors",
3939
"license": "MIT",

0 commit comments

Comments
 (0)