Skip to content

Commit 828c175

Browse files
angular-robotdgp1130
authored andcommitted
build: update pnpm to v10.33.2
See associated pull request for more information.
1 parent a887b94 commit 828c175

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
@@ -104,8 +104,8 @@ use_repo(
104104
pnpm = use_extension("@aspect_rules_js//npm:extensions.bzl", "pnpm")
105105
pnpm.pnpm(
106106
name = "pnpm",
107-
pnpm_version = "10.33.0",
108-
pnpm_version_integrity = "sha512-EFaLtKavtYyes2MNqQzJUWQXq+vT+rvmc58K55VyjaFJHp21pUTHatjrdXD1xLs9bGN7LLQb/c20f6gjyGSTGQ==",
107+
pnpm_version = "10.33.2",
108+
pnpm_version_integrity = "sha512-qQ+vb+6rca1sblf5Tg/hoS9dzCLNdU20CulZPraj4LaxLjVAIYuzeuCDQEsfLObbKkEh6XmCm0r/lLmfSdoc+A==",
109109
)
110110
use_repo(pnpm, "pnpm")
111111

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.33.0",
31+
"packageManager": "pnpm@10.33.2",
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.33.0"
36+
"pnpm": "10.33.2"
3737
},
3838
"author": "Angular Authors",
3939
"license": "MIT",

0 commit comments

Comments
 (0)