Skip to content

Commit 5b5c873

Browse files
angular-robotdgp1130
authored andcommitted
build: update pnpm to v11.15.1
See associated pull request for more information.
1 parent 9eb9bb1 commit 5b5c873

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ use_repo(
131131
pnpm = use_extension("@aspect_rules_js//npm:extensions.bzl", "pnpm")
132132
pnpm.pnpm(
133133
name = "pnpm",
134-
pnpm_version = "11.15.0",
135-
pnpm_version_integrity = "sha512-Jm+JV6MNK+bpRo5eZrze3TWnlBdfcbBnuoUE1obM4dDA9CmzPDI8PFaa1IkeZnV0pJ/3HRuJoizGbxPGWBjFeA==",
134+
pnpm_version = "11.15.1",
135+
pnpm_version_integrity = "sha512-gTULB+U8lTigLx8jA7QpD6LXvgTlbiqXDEzEtBfcdh3hlu2r1J1Vx9yVgNuBAHxEFD5OPX5GKzAA0jwlUSLQZQ==",
136136
)
137137
use_repo(pnpm, "pnpm")
138138

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@11.15.0",
31+
"packageManager": "pnpm@11.15.1",
3232
"engines": {
3333
"node": "^22.22.3 || ^24.15.0 || >=26.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": "11.15.0"
36+
"pnpm": "11.15.1"
3737
},
3838
"author": "Angular Authors",
3939
"license": "MIT",

0 commit comments

Comments
 (0)