From 4474a6ccac09c11961e0ed0bf9bb7b8c939c79e1 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Tue, 12 May 2026 13:08:02 +0000 Subject: [PATCH] build: update pnpm to v11.1.1 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 37cff36c148..89e1c880ba4 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.1", + pnpm_version_integrity = "sha512-0f319zxhe2T6GlaoHDyN/g6WbjOmAQqiVrUXrne+Idk+Ba/8DeGoOw5PKdVp9otEaujwaM1yR8C7PfD7TXvfmg==", ) use_repo(pnpm, "pnpm") diff --git a/integration/animations/package.json b/integration/animations/package.json index 253b95a18c1..2c1bce83f34 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.1" } diff --git a/integration/cli-hello-world-ivy-i18n/package.json b/integration/cli-hello-world-ivy-i18n/package.json index a039fc899e9..9065d45866c 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.1" } diff --git a/integration/cli-hello-world-lazy/package.json b/integration/cli-hello-world-lazy/package.json index 70c0440c61b..4f356c6d8ca 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.1" } diff --git a/integration/cli-hello-world/package.json b/integration/cli-hello-world/package.json index 943410b8e52..335bffe6bd7 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.1" } diff --git a/integration/cli-signal-inputs/package.json b/integration/cli-signal-inputs/package.json index e7e15efbc0b..e0f308a6e1b 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.1", "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..92c58ae0aca 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.1" } diff --git a/integration/legacy-animations-async/package.json b/integration/legacy-animations-async/package.json index 75cfeee91d5..aab7af63f4b 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.1" } diff --git a/integration/legacy-animations/package.json b/integration/legacy-animations/package.json index 079c7c4d7ac..7dd1982b431 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.1" } diff --git a/integration/ng-add-localize/package.json b/integration/ng-add-localize/package.json index 2cbf9880132..ac7e3b21f98 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.1" } diff --git a/integration/ng_elements/package.json b/integration/ng_elements/package.json index 99f968c7640..22526eb2e5f 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.1" } diff --git a/integration/ng_update/package.json b/integration/ng_update/package.json index 892f1db1a79..cc48c5f637b 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.1" } diff --git a/integration/no_ts_linker/package.json b/integration/no_ts_linker/package.json index 52fc02c9fa2..3a21b6455e4 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.1" } diff --git a/integration/nodenext_resolution/package.json b/integration/nodenext_resolution/package.json index 9376adc20bd..c9b7072ecd4 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.1" } diff --git a/integration/platform-server-hydration/package.json b/integration/platform-server-hydration/package.json index 34ed92d25a2..3318773c692 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.1" } diff --git a/integration/platform-server-zoneless/package.json b/integration/platform-server-zoneless/package.json index ad8afb3d32e..d40e1f01f0f 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.1" } diff --git a/integration/platform-server/package.json b/integration/platform-server/package.json index 4aeca55ffab..adad0e08e9c 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.1" } diff --git a/integration/service-worker-schema/package.json b/integration/service-worker-schema/package.json index 681a689234f..602d392a535 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.1" } diff --git a/integration/standalone-bootstrap/package.json b/integration/standalone-bootstrap/package.json index bd338517ef1..678b46fc97d 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.1" } diff --git a/integration/terser/package.json b/integration/terser/package.json index 860755656dd..f7c6b02718a 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.1" } diff --git a/integration/trusted-types/package.json b/integration/trusted-types/package.json index f045fa22d0d..2f4647b5817 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.1" } diff --git a/integration/typings_test_rxjs7/package.json b/integration/typings_test_rxjs7/package.json index 262877c6096..da9bb457d91 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.1" } diff --git a/integration/typings_test_ts60/package.json b/integration/typings_test_ts60/package.json index 85d33e2b00a..c05dee05330 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.1" } diff --git a/package.json b/package.json index f9a31ea65b1..8b196135c71 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.1", "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.1" }, "repository": { "type": "git",