From fe581f38fd93ec0099b88f5ed42d05207f76b0dd Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Wed, 10 Dec 2025 06:11:53 +0000 Subject: [PATCH] build: update pnpm to v10.25.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 2b1ce4b3dbd..abeb68dd3f6 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.23.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/cli-hello-world-lazy/package.json b/integration/cli-hello-world-lazy/package.json index 3865fbcc673..8e7d32e53d1 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.23.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/cli-hello-world/package.json b/integration/cli-hello-world/package.json index fe93943fb74..35de08be497 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.23.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/cli-signal-inputs/package.json b/integration/cli-signal-inputs/package.json index 41041432970..d734010d0cf 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.23.0", + "packageManager": "pnpm@10.25.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 881d60c11cb..87c4db582c9 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.23.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/legacy-animations-async/package.json b/integration/legacy-animations-async/package.json index e4668efad4d..3e98d6ff081 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.23.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/legacy-animations/package.json b/integration/legacy-animations/package.json index 98b406ed5ef..93db25c812b 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.23.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/ng-add-localize/package.json b/integration/ng-add-localize/package.json index 23f5f43364f..34b5b291d5e 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.23.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/ng_elements/package.json b/integration/ng_elements/package.json index 9cbcc0e701e..febf1f05784 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.23.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/ng_update/package.json b/integration/ng_update/package.json index a5a85a2264b..6655e4f5096 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.23.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/no_ts_linker/package.json b/integration/no_ts_linker/package.json index bbe33979927..c593d84846f 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.23.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/nodenext_resolution/package.json b/integration/nodenext_resolution/package.json index 6d32a722c8e..93a876c0d2b 100644 --- a/integration/nodenext_resolution/package.json +++ b/integration/nodenext_resolution/package.json @@ -27,5 +27,5 @@ "scripts": { "test": "tsc" }, - "packageManager": "pnpm@10.23.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/platform-server-hydration/package.json b/integration/platform-server-hydration/package.json index b2804ba4e74..330fbb7caf5 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.23.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/platform-server-zoneless/package.json b/integration/platform-server-zoneless/package.json index 1aa4cb69e57..336637f1451 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.23.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/platform-server/package.json b/integration/platform-server/package.json index 270d525275d..d5f1c2a2245 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.23.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/service-worker-schema/package.json b/integration/service-worker-schema/package.json index c8e8270a2c2..0c8800eac31 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.23.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/side-effects/package.json b/integration/side-effects/package.json index ca0ecd2e532..89bee737cf1 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.23.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/standalone-bootstrap/package.json b/integration/standalone-bootstrap/package.json index 80a10a6bc60..c92d0dcccf8 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.23.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/terser/package.json b/integration/terser/package.json index 98a74ad8472..51832acd187 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.23.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/trusted-types/package.json b/integration/trusted-types/package.json index d09edd67f50..ba0c0ecab3e 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.23.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/typings_test_rxjs7/package.json b/integration/typings_test_rxjs7/package.json index c962cf8cda3..fccb0c98fcb 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.23.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/typings_test_ts59/package.json b/integration/typings_test_ts59/package.json index 279460e69ed..6d7aaf1a79d 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.23.0" + "packageManager": "pnpm@10.25.0" } diff --git a/package.json b/package.json index c19acac94f2..ac39b11d53a 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.23.0", + "packageManager": "pnpm@10.25.0", "engines": { "npm": "Please use pnpm instead of NPM to install dependencies", "yarn": "Please use pnpm instead of Yarn to install dependencies", - "pnpm": "10.23.0" + "pnpm": "10.25.0" }, "repository": { "type": "git",