From 7acac39adaff1ba56c488674cced4cd90a39ce9a Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Tue, 12 May 2026 09:54:27 +0000 Subject: [PATCH] build: update pnpm to v11.1.0 See associated pull request for more information. Closes #68687 as a pr takeover --- 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 37cff36c148..fa5cce796f3 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 = "10.33.4", - pnpm_version_integrity = "sha512-HGezs1my1AgRm6HtKJ80uPw8aHNBK+xv0mT73IJInlEPy+y5zp0i2ufzt2Jp2EQQRgFL3KU7mXnNelYa1jG4AA==", + pnpm_version = "11.1.0", + pnpm_version_integrity = "sha512-DEToQuVoaywGGoGt2osiWL2IGOlwSyzyxj1WuTGnsukQCS4IUCcAO5bKORGrVqB/bfWrrtK+mSUDTN1oalNbFA==", ) use_repo(pnpm, "pnpm") diff --git a/integration/animations/package.json b/integration/animations/package.json index 253b95a18c1..e3e22ff68a4 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.0.9" + "packageManager": "pnpm@11.1.0" } diff --git a/integration/cli-hello-world-ivy-i18n/package.json b/integration/cli-hello-world-ivy-i18n/package.json index a039fc899e9..ed1b5213044 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.0.9" + "packageManager": "pnpm@11.1.0" } diff --git a/integration/cli-hello-world-lazy/package.json b/integration/cli-hello-world-lazy/package.json index 70c0440c61b..65d2666c3d8 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.0.9" + "packageManager": "pnpm@11.1.0" } diff --git a/integration/cli-hello-world/package.json b/integration/cli-hello-world/package.json index 943410b8e52..eaa3570d33c 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.0.9" + "packageManager": "pnpm@11.1.0" } diff --git a/integration/cli-signal-inputs/package.json b/integration/cli-signal-inputs/package.json index e7e15efbc0b..70aa709a967 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.0.9", + "packageManager": "pnpm@11.1.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 e369613ed26..ca15eaedd8f 100644 --- a/integration/defer/package.json +++ b/integration/defer/package.json @@ -30,5 +30,5 @@ "ts-node": "10.9.2", "typescript": "6.0.3" }, - "packageManager": "pnpm@11.0.9" + "packageManager": "pnpm@11.1.0" } diff --git a/integration/legacy-animations-async/package.json b/integration/legacy-animations-async/package.json index 75cfeee91d5..08ce09c2a33 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.0.9" + "packageManager": "pnpm@11.1.0" } diff --git a/integration/legacy-animations/package.json b/integration/legacy-animations/package.json index 079c7c4d7ac..b045809847d 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.0.9" + "packageManager": "pnpm@11.1.0" } diff --git a/integration/ng-add-localize/package.json b/integration/ng-add-localize/package.json index 2cbf9880132..bb79b6b2c25 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.0.9" + "packageManager": "pnpm@11.1.0" } diff --git a/integration/ng_elements/package.json b/integration/ng_elements/package.json index 99f968c7640..52b19e99507 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.0.9" + "packageManager": "pnpm@11.1.0" } diff --git a/integration/ng_update/package.json b/integration/ng_update/package.json index 892f1db1a79..35863089572 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.1" }, - "packageManager": "pnpm@11.0.9" + "packageManager": "pnpm@11.1.0" } diff --git a/integration/no_ts_linker/package.json b/integration/no_ts_linker/package.json index 52fc02c9fa2..4bb8f2b1bc8 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.0.9" + "packageManager": "pnpm@11.1.0" } diff --git a/integration/nodenext_resolution/package.json b/integration/nodenext_resolution/package.json index 9376adc20bd..c338bbf1add 100644 --- a/integration/nodenext_resolution/package.json +++ b/integration/nodenext_resolution/package.json @@ -27,5 +27,5 @@ "scripts": { "test": "tsc" }, - "packageManager": "pnpm@11.0.9" + "packageManager": "pnpm@11.1.0" } diff --git a/integration/platform-server-hydration/package.json b/integration/platform-server-hydration/package.json index 34ed92d25a2..ba7438b5b2c 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.0.9" + "packageManager": "pnpm@11.1.0" } diff --git a/integration/platform-server-zoneless/package.json b/integration/platform-server-zoneless/package.json index ad8afb3d32e..e9239e151e3 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.0.9" + "packageManager": "pnpm@11.1.0" } diff --git a/integration/platform-server/package.json b/integration/platform-server/package.json index 4aeca55ffab..da5ee711964 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.0.9" + "packageManager": "pnpm@11.1.0" } diff --git a/integration/service-worker-schema/package.json b/integration/service-worker-schema/package.json index 681a689234f..9c559476b33 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.1" }, - "packageManager": "pnpm@11.0.9" + "packageManager": "pnpm@11.1.0" } diff --git a/integration/standalone-bootstrap/package.json b/integration/standalone-bootstrap/package.json index bd338517ef1..cc5858e5707 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.0.9" + "packageManager": "pnpm@11.1.0" } diff --git a/integration/terser/package.json b/integration/terser/package.json index 860755656dd..5b3ea64433b 100644 --- a/integration/terser/package.json +++ b/integration/terser/package.json @@ -14,5 +14,5 @@ "typescript": "6.0.3", "zone.js": "0.16.1" }, - "packageManager": "pnpm@11.0.9" + "packageManager": "pnpm@11.1.0" } diff --git a/integration/trusted-types/package.json b/integration/trusted-types/package.json index f045fa22d0d..330f739a317 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.0.9" + "packageManager": "pnpm@11.1.0" } diff --git a/integration/typings_test_rxjs7/package.json b/integration/typings_test_rxjs7/package.json index 262877c6096..0245fc414a3 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.0.9" + "packageManager": "pnpm@11.1.0" } diff --git a/integration/typings_test_ts60/package.json b/integration/typings_test_ts60/package.json index 85d33e2b00a..21bf0ce387a 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.0.9" + "packageManager": "pnpm@11.1.0" } diff --git a/package.json b/package.json index f9a31ea65b1..cb6365b1f24 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.0.9", + "packageManager": "pnpm@11.1.0", "engines": { "npm": "Please use pnpm instead of NPM to install dependencies", "yarn": "Please use pnpm instead of Yarn to install dependencies", - "pnpm": "11.0.9" + "pnpm": "11.1.0" }, "repository": { "type": "git",