From 71a11b2f30bdb41659f2b3da3663408c6dd067ed Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Sat, 30 May 2026 15:53:47 +0000 Subject: [PATCH] build: update pnpm to v11.5.0 See associated pull request for more information. --- MODULE.bazel | 4 ++-- integration/animations/package.json | 2 +- integration/cli-hello-world-ivy-i18n/package.json | 2 +- integration/cli-hello-world-lazy/package.json | 2 +- integration/cli-hello-world/package.json | 2 +- integration/cli-signal-inputs/package.json | 2 +- integration/defer/package.json | 2 +- integration/legacy-animations-async/package.json | 2 +- integration/legacy-animations/package.json | 2 +- integration/ng-add-localize/package.json | 2 +- integration/ng_elements/package.json | 2 +- integration/ng_update/package.json | 2 +- integration/no_ts_linker/package.json | 2 +- integration/nodenext_resolution/package.json | 2 +- integration/platform-server-hydration/package.json | 2 +- integration/platform-server-zoneless/package.json | 2 +- integration/platform-server/package.json | 2 +- integration/service-worker-schema/package.json | 2 +- integration/standalone-bootstrap/package.json | 2 +- integration/terser/package.json | 2 +- integration/trusted-types/package.json | 2 +- integration/typings_test_rxjs7/package.json | 2 +- integration/typings_test_ts60/package.json | 2 +- package.json | 4 ++-- 24 files changed, 26 insertions(+), 26 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index c037464d62a..1b73ca0b849 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -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.3.0", - pnpm_version_integrity = "sha512-LEA9ZZRScodnKx9wVjQ6H3w2NANqZ/+r/MKz11ldhDdo+HhxSNG1fPeVbJBga70ZKFfDY68Z6W0tDsnsV0HSFQ==", + pnpm_version = "11.5.0", + pnpm_version_integrity = "sha512-2/zE+Bz0hZev1Lw5H/3xLBHxqfuDo5W/prCi2cwv2P/rr9scy9UpYyFT95OQTCYVt/Cf4aNFRz/Rw1hFFyqOsQ==", ) use_repo(pnpm, "pnpm") diff --git a/integration/animations/package.json b/integration/animations/package.json index 32a25f92c58..cd7c10c28cb 100644 --- a/integration/animations/package.json +++ b/integration/animations/package.json @@ -38,5 +38,5 @@ "ts-node": "^10.9.1", "typescript": "6.0.3" }, - "packageManager": "pnpm@11.3.0" + "packageManager": "pnpm@11.5.0" } diff --git a/integration/cli-hello-world-ivy-i18n/package.json b/integration/cli-hello-world-ivy-i18n/package.json index ffb3fc7fb20..07f84733362 100644 --- a/integration/cli-hello-world-ivy-i18n/package.json +++ b/integration/cli-hello-world-ivy-i18n/package.json @@ -45,5 +45,5 @@ "ts-node": "^10.9.1", "typescript": "6.0.3" }, - "packageManager": "pnpm@11.3.0" + "packageManager": "pnpm@11.5.0" } diff --git a/integration/cli-hello-world-lazy/package.json b/integration/cli-hello-world-lazy/package.json index c07ba7e2ef2..4e08af2827d 100644 --- a/integration/cli-hello-world-lazy/package.json +++ b/integration/cli-hello-world-lazy/package.json @@ -27,5 +27,5 @@ "ts-node": "^10.9.1", "typescript": "6.0.3" }, - "packageManager": "pnpm@11.3.0" + "packageManager": "pnpm@11.5.0" } diff --git a/integration/cli-hello-world/package.json b/integration/cli-hello-world/package.json index d4518e66bda..a2e662e49ef 100644 --- a/integration/cli-hello-world/package.json +++ b/integration/cli-hello-world/package.json @@ -32,5 +32,5 @@ "ts-node": "^10.9.1", "typescript": "6.0.3" }, - "packageManager": "pnpm@11.3.0" + "packageManager": "pnpm@11.5.0" } diff --git a/integration/cli-signal-inputs/package.json b/integration/cli-signal-inputs/package.json index f030e137d61..3487013587c 100644 --- a/integration/cli-signal-inputs/package.json +++ b/integration/cli-signal-inputs/package.json @@ -10,7 +10,7 @@ "lint": "ng lint", "e2e": "ng build --configuration production && concurrently \"serve dist/browser -l 4210 --no-clipboard --single\" \"protractor e2e/protractor.conf.js --baseUrl=http://localhost:4210\" --kill-others --success first" }, - "packageManager": "pnpm@11.3.0", + "packageManager": "pnpm@11.5.0", "private": true, "dependencies": { "@angular/animations": "link:./in-existing-linked-by-bazel", diff --git a/integration/defer/package.json b/integration/defer/package.json index b2e3857880d..568305b1a55 100644 --- a/integration/defer/package.json +++ b/integration/defer/package.json @@ -29,5 +29,5 @@ "ts-node": "10.9.2", "typescript": "6.0.3" }, - "packageManager": "pnpm@11.3.0" + "packageManager": "pnpm@11.5.0" } diff --git a/integration/legacy-animations-async/package.json b/integration/legacy-animations-async/package.json index eb64f42317f..222fd1eb232 100644 --- a/integration/legacy-animations-async/package.json +++ b/integration/legacy-animations-async/package.json @@ -30,5 +30,5 @@ "ts-node": "^10.9.1", "typescript": "6.0.3" }, - "packageManager": "pnpm@11.3.0" + "packageManager": "pnpm@11.5.0" } diff --git a/integration/legacy-animations/package.json b/integration/legacy-animations/package.json index 2ba686394ae..1ae799f8957 100644 --- a/integration/legacy-animations/package.json +++ b/integration/legacy-animations/package.json @@ -39,5 +39,5 @@ "ts-node": "^10.9.1", "typescript": "6.0.3" }, - "packageManager": "pnpm@11.3.0" + "packageManager": "pnpm@11.5.0" } diff --git a/integration/ng-add-localize/package.json b/integration/ng-add-localize/package.json index 0c65620ffb6..11a8f0d988d 100644 --- a/integration/ng-add-localize/package.json +++ b/integration/ng-add-localize/package.json @@ -27,5 +27,5 @@ "@types/node": "^20.14.8", "typescript": "6.0.3" }, - "packageManager": "pnpm@11.3.0" + "packageManager": "pnpm@11.5.0" } diff --git a/integration/ng_elements/package.json b/integration/ng_elements/package.json index 3ae04dcb3fd..dea5cdd5c20 100644 --- a/integration/ng_elements/package.json +++ b/integration/ng_elements/package.json @@ -33,5 +33,5 @@ "protractor": "protractor e2e/protractor.config.js" }, "private": true, - "packageManager": "pnpm@11.3.0" + "packageManager": "pnpm@11.5.0" } diff --git a/integration/ng_update/package.json b/integration/ng_update/package.json index fb8dae6799d..a351d5845dd 100644 --- a/integration/ng_update/package.json +++ b/integration/ng_update/package.json @@ -21,5 +21,5 @@ "typescript": "6.0.3", "zone.js": "0.16.2" }, - "packageManager": "pnpm@11.3.0" + "packageManager": "pnpm@11.5.0" } diff --git a/integration/no_ts_linker/package.json b/integration/no_ts_linker/package.json index 2c6b0f78305..2301d7bcda7 100644 --- a/integration/no_ts_linker/package.json +++ b/integration/no_ts_linker/package.json @@ -13,5 +13,5 @@ "scripts": { "test": "node ./test.mjs" }, - "packageManager": "pnpm@11.3.0" + "packageManager": "pnpm@11.5.0" } diff --git a/integration/nodenext_resolution/package.json b/integration/nodenext_resolution/package.json index f4ff7a77838..1a2cea46806 100644 --- a/integration/nodenext_resolution/package.json +++ b/integration/nodenext_resolution/package.json @@ -27,5 +27,5 @@ "scripts": { "test": "tsc" }, - "packageManager": "pnpm@11.3.0" + "packageManager": "pnpm@11.5.0" } diff --git a/integration/platform-server-hydration/package.json b/integration/platform-server-hydration/package.json index 5fb8c4cce98..b8c28906d2d 100644 --- a/integration/platform-server-hydration/package.json +++ b/integration/platform-server-hydration/package.json @@ -41,5 +41,5 @@ "ts-node": "^10.9.1", "typescript": "6.0.3" }, - "packageManager": "pnpm@11.3.0" + "packageManager": "pnpm@11.5.0" } diff --git a/integration/platform-server-zoneless/package.json b/integration/platform-server-zoneless/package.json index 1d9585c91ae..86111ce49be 100644 --- a/integration/platform-server-zoneless/package.json +++ b/integration/platform-server-zoneless/package.json @@ -43,5 +43,5 @@ "ts-node": "^10.9.1", "typescript": "6.0.3" }, - "packageManager": "pnpm@11.3.0" + "packageManager": "pnpm@11.5.0" } diff --git a/integration/platform-server/package.json b/integration/platform-server/package.json index b60f8018e8a..2121fc91c22 100644 --- a/integration/platform-server/package.json +++ b/integration/platform-server/package.json @@ -47,5 +47,5 @@ "ts-node": "^10.9.1", "typescript": "6.0.3" }, - "packageManager": "pnpm@11.3.0" + "packageManager": "pnpm@11.5.0" } diff --git a/integration/service-worker-schema/package.json b/integration/service-worker-schema/package.json index 6bb0d0b3654..eba91444eab 100644 --- a/integration/service-worker-schema/package.json +++ b/integration/service-worker-schema/package.json @@ -13,5 +13,5 @@ "rxjs": "^7.0.0", "zone.js": "0.16.2" }, - "packageManager": "pnpm@11.3.0" + "packageManager": "pnpm@11.5.0" } diff --git a/integration/standalone-bootstrap/package.json b/integration/standalone-bootstrap/package.json index b0e5f5d22d0..ed3cfff05d1 100644 --- a/integration/standalone-bootstrap/package.json +++ b/integration/standalone-bootstrap/package.json @@ -31,5 +31,5 @@ "ts-node": "^10.9.1", "typescript": "6.0.3" }, - "packageManager": "pnpm@11.3.0" + "packageManager": "pnpm@11.5.0" } diff --git a/integration/terser/package.json b/integration/terser/package.json index 5effbd785da..b26fd7ec57c 100644 --- a/integration/terser/package.json +++ b/integration/terser/package.json @@ -14,5 +14,5 @@ "typescript": "6.0.3", "zone.js": "0.16.2" }, - "packageManager": "pnpm@11.3.0" + "packageManager": "pnpm@11.5.0" } diff --git a/integration/trusted-types/package.json b/integration/trusted-types/package.json index e1f693f6f81..52518d13d77 100644 --- a/integration/trusted-types/package.json +++ b/integration/trusted-types/package.json @@ -45,5 +45,5 @@ "ts-node": "^10.9.1", "typescript": "6.0.3" }, - "packageManager": "pnpm@11.3.0" + "packageManager": "pnpm@11.5.0" } diff --git a/integration/typings_test_rxjs7/package.json b/integration/typings_test_rxjs7/package.json index 05f3771da9b..bb707a021fd 100644 --- a/integration/typings_test_rxjs7/package.json +++ b/integration/typings_test_rxjs7/package.json @@ -26,5 +26,5 @@ "scripts": { "test": "tsc" }, - "packageManager": "pnpm@11.3.0" + "packageManager": "pnpm@11.5.0" } diff --git a/integration/typings_test_ts60/package.json b/integration/typings_test_ts60/package.json index a1cff06bf4f..a0a8c841cef 100644 --- a/integration/typings_test_ts60/package.json +++ b/integration/typings_test_ts60/package.json @@ -26,5 +26,5 @@ "scripts": { "test": "tsc" }, - "packageManager": "pnpm@11.3.0" + "packageManager": "pnpm@11.5.0" } diff --git a/package.json b/package.json index ec05e197f59..101f3fc55c6 100644 --- a/package.json +++ b/package.json @@ -6,11 +6,11 @@ "homepage": "https://github.com/angular/angular", "bugs": "https://github.com/angular/angular/issues", "license": "MIT", - "packageManager": "pnpm@11.3.0", + "packageManager": "pnpm@11.5.0", "engines": { "npm": "Please use pnpm instead of NPM to install dependencies", "yarn": "Please use pnpm instead of Yarn to install dependencies", - "pnpm": "11.3.0" + "pnpm": "11.5.0" }, "repository": { "type": "git",