From 2922b411e50bafb18e2b23059bb8737865ee1131 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Fri, 31 Oct 2025 05:12:36 +0000 Subject: [PATCH] build: update pnpm to v10.20.0 See associated pull request for more information. --- 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/side-effects/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_ts59/package.json | 2 +- package.json | 4 ++-- 23 files changed, 24 insertions(+), 24 deletions(-) diff --git a/integration/cli-hello-world-ivy-i18n/package.json b/integration/cli-hello-world-ivy-i18n/package.json index 1f038fc0b96..1c21eeca9cb 100644 --- a/integration/cli-hello-world-ivy-i18n/package.json +++ b/integration/cli-hello-world-ivy-i18n/package.json @@ -42,5 +42,5 @@ "ts-node": "^10.9.1", "typescript": "5.9.3" }, - "packageManager": "pnpm@10.19.0" + "packageManager": "pnpm@10.20.0" } diff --git a/integration/cli-hello-world-lazy/package.json b/integration/cli-hello-world-lazy/package.json index 0ed72bf5d88..2800a98cd06 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": "5.9.3" }, - "packageManager": "pnpm@10.19.0" + "packageManager": "pnpm@10.20.0" } diff --git a/integration/cli-hello-world/package.json b/integration/cli-hello-world/package.json index 42458ec28fb..e1cbb68c5a5 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": "5.9.3" }, - "packageManager": "pnpm@10.19.0" + "packageManager": "pnpm@10.20.0" } diff --git a/integration/cli-signal-inputs/package.json b/integration/cli-signal-inputs/package.json index d7d4ab14422..e678297e9f7 100644 --- a/integration/cli-signal-inputs/package.json +++ b/integration/cli-signal-inputs/package.json @@ -10,7 +10,7 @@ "lint": "ng lint", "e2e": "ng e2e --port 0" }, - "packageManager": "pnpm@10.19.0", + "packageManager": "pnpm@10.20.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 3877dbd717d..2a503ed76c1 100644 --- a/integration/defer/package.json +++ b/integration/defer/package.json @@ -30,5 +30,5 @@ "ts-node": "10.9.2", "typescript": "5.9.3" }, - "packageManager": "pnpm@10.19.0" + "packageManager": "pnpm@10.20.0" } diff --git a/integration/legacy-animations-async/package.json b/integration/legacy-animations-async/package.json index 59306e4326f..3508c9ca60d 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": "5.9.3" }, - "packageManager": "pnpm@10.19.0" + "packageManager": "pnpm@10.20.0" } diff --git a/integration/legacy-animations/package.json b/integration/legacy-animations/package.json index 6ff866ce3f3..60084fcb431 100644 --- a/integration/legacy-animations/package.json +++ b/integration/legacy-animations/package.json @@ -39,5 +39,5 @@ "ts-node": "^10.9.1", "typescript": "5.9.3" }, - "packageManager": "pnpm@10.19.0" + "packageManager": "pnpm@10.20.0" } diff --git a/integration/ng-add-localize/package.json b/integration/ng-add-localize/package.json index 9e76c3569c6..471fb15036e 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": "5.9.3" }, - "packageManager": "pnpm@10.19.0" + "packageManager": "pnpm@10.20.0" } diff --git a/integration/ng_elements/package.json b/integration/ng_elements/package.json index 31fc440b54f..3344467d1dc 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@10.19.0" + "packageManager": "pnpm@10.20.0" } diff --git a/integration/ng_update/package.json b/integration/ng_update/package.json index b1e6a85acc6..2e75dca22f6 100644 --- a/integration/ng_update/package.json +++ b/integration/ng_update/package.json @@ -21,5 +21,5 @@ "typescript": "5.9.3", "zone.js": "0.15.1" }, - "packageManager": "pnpm@10.19.0" + "packageManager": "pnpm@10.20.0" } diff --git a/integration/no_ts_linker/package.json b/integration/no_ts_linker/package.json index 527446eae86..54a89448528 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@10.19.0" + "packageManager": "pnpm@10.20.0" } diff --git a/integration/nodenext_resolution/package.json b/integration/nodenext_resolution/package.json index 01d2d8ba829..f0805f257df 100644 --- a/integration/nodenext_resolution/package.json +++ b/integration/nodenext_resolution/package.json @@ -27,5 +27,5 @@ "scripts": { "test": "tsc" }, - "packageManager": "pnpm@10.19.0" + "packageManager": "pnpm@10.20.0" } diff --git a/integration/platform-server-hydration/package.json b/integration/platform-server-hydration/package.json index 9fe3e2db005..1ea03d86e6d 100644 --- a/integration/platform-server-hydration/package.json +++ b/integration/platform-server-hydration/package.json @@ -39,5 +39,5 @@ "ts-node": "^10.9.1", "typescript": "5.9.3" }, - "packageManager": "pnpm@10.19.0" + "packageManager": "pnpm@10.20.0" } diff --git a/integration/platform-server-zoneless/package.json b/integration/platform-server-zoneless/package.json index 175ae94c40a..ccf892b99d5 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": "5.9.3" }, - "packageManager": "pnpm@10.19.0" + "packageManager": "pnpm@10.20.0" } diff --git a/integration/platform-server/package.json b/integration/platform-server/package.json index 84ce82bb128..38bcd848b6c 100644 --- a/integration/platform-server/package.json +++ b/integration/platform-server/package.json @@ -47,5 +47,5 @@ "ts-node": "^10.9.1", "typescript": "5.9.3" }, - "packageManager": "pnpm@10.19.0" + "packageManager": "pnpm@10.20.0" } diff --git a/integration/service-worker-schema/package.json b/integration/service-worker-schema/package.json index a3ac8c4ee12..b78d54549bb 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.15.1" }, - "packageManager": "pnpm@10.19.0" + "packageManager": "pnpm@10.20.0" } diff --git a/integration/side-effects/package.json b/integration/side-effects/package.json index 6612cf80a43..ee774a551d1 100644 --- a/integration/side-effects/package.json +++ b/integration/side-effects/package.json @@ -16,5 +16,5 @@ "@angular/router": "link:./in-existing-linked-by-bazel", "check-side-effects": "0.0.23" }, - "packageManager": "pnpm@10.19.0" + "packageManager": "pnpm@10.20.0" } diff --git a/integration/standalone-bootstrap/package.json b/integration/standalone-bootstrap/package.json index ac899daf785..8ca93f0d9c1 100644 --- a/integration/standalone-bootstrap/package.json +++ b/integration/standalone-bootstrap/package.json @@ -31,5 +31,5 @@ "ts-node": "^10.9.1", "typescript": "5.9.3" }, - "packageManager": "pnpm@10.19.0" + "packageManager": "pnpm@10.20.0" } diff --git a/integration/terser/package.json b/integration/terser/package.json index a82ec9566fe..e11ea64213d 100644 --- a/integration/terser/package.json +++ b/integration/terser/package.json @@ -14,5 +14,5 @@ "typescript": "5.9.3", "zone.js": "0.15.1" }, - "packageManager": "pnpm@10.19.0" + "packageManager": "pnpm@10.20.0" } diff --git a/integration/trusted-types/package.json b/integration/trusted-types/package.json index dd33c75c598..872472b1d91 100644 --- a/integration/trusted-types/package.json +++ b/integration/trusted-types/package.json @@ -42,5 +42,5 @@ "ts-node": "^10.9.1", "typescript": "5.9.3" }, - "packageManager": "pnpm@10.19.0" + "packageManager": "pnpm@10.20.0" } diff --git a/integration/typings_test_rxjs7/package.json b/integration/typings_test_rxjs7/package.json index a7547b798ad..26594d41cc5 100644 --- a/integration/typings_test_rxjs7/package.json +++ b/integration/typings_test_rxjs7/package.json @@ -26,5 +26,5 @@ "scripts": { "test": "tsc" }, - "packageManager": "pnpm@10.19.0" + "packageManager": "pnpm@10.20.0" } diff --git a/integration/typings_test_ts59/package.json b/integration/typings_test_ts59/package.json index 98fd44ea7c2..153fa41bb23 100644 --- a/integration/typings_test_ts59/package.json +++ b/integration/typings_test_ts59/package.json @@ -26,5 +26,5 @@ "scripts": { "test": "tsc" }, - "packageManager": "pnpm@10.19.0" + "packageManager": "pnpm@10.20.0" } diff --git a/package.json b/package.json index 906be869c7e..af258567879 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@10.19.0", + "packageManager": "pnpm@10.20.0", "engines": { "npm": "Please use pnpm instead of NPM to install dependencies", "yarn": "Please use pnpm instead of Yarn to install dependencies", - "pnpm": "10.19.0" + "pnpm": "10.20.0" }, "repository": { "type": "git",