build: update pnpm to v11.15.1

See associated pull request for more information.
This commit is contained in:
Angular Robot
2026-07-20 22:44:54 +00:00
committed by Pawel Kozlowski
parent eb3e480360
commit 2bc2146e09
25 changed files with 427 additions and 482 deletions
+2 -2
View File
@@ -71,8 +71,8 @@ use_repo(node, "nodejs_windows_amd64")
pnpm = use_extension("@aspect_rules_js//npm:extensions.bzl", "pnpm")
pnpm.pnpm(
name = "pnpm",
pnpm_version = "11.13.0",
pnpm_version_integrity = "sha512-iNlHJNjy5sGGdEpVhMblnsrIaex7oV6ctM1ijo3HBmggskgdjuO1HqjaMjpzeAaKpYxVajcg0yt8IKBR0Ig2Og==",
pnpm_version = "11.15.1",
pnpm_version_integrity = "sha512-gTULB+U8lTigLx8jA7QpD6LXvgTlbiqXDEzEtBfcdh3hlu2r1J1Vx9yVgNuBAHxEFD5OPX5GKzAA0jwlUSLQZQ==",
)
use_repo(pnpm, "pnpm")