Skip to content

Commit a86bac8

Browse files
committed
build: update pnpm to v12.6.0
See associated pull request for more information.
1 parent cbed944 commit a86bac8

3 files changed

Lines changed: 65 additions & 65 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 = "12.3.4",
135-
pnpm_version_integrity = "sha512-lhqkH7B32joEpEHZ+OFevAyW2o73ELLrZ7+e58sGEOq9SPH9hfUc/+c4RnhfoPh8VqOocqHYk/hEZ0G1zORUVw==",
134+
pnpm_version = "12.6.0",
135+
pnpm_version_integrity = "sha512-PvaPlRyxEawgS0paFvCy3fDaVqluBBPoHYVdnwtV75JnFHCQKOHNAMQFwsX7e56OxNxGd3yAXQNzwvL/AP0g7A==",
136136
)
137137
use_repo(pnpm, "pnpm")
138138

‎package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
"type": "git",
3030
"url": "git+https://github.com/angular/angular-cli.git"
3131
},
32-
"packageManager": "pnpm@12.4.2",
32+
"packageManager": "pnpm@12.6.0",
3333
"engines": {
3434
"node": "^22.22.3 || ^24.15.0 || >=26.0.0",
3535
"npm": "Please use pnpm instead of NPM to install dependencies",
3636
"yarn": "Please use pnpm instead of Yarn to install dependencies",
37-
"pnpm": "12.4.2"
37+
"pnpm": "12.6.0"
3838
},
3939
"author": "Angular Authors",
4040
"license": "MIT",

‎pnpm-lock.yaml‎

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

0 commit comments

Comments
 (0)