From af6c01f9fba8bbc2452aa38d6e011eab5c79e1c7 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Wed, 10 Dec 2025 05:11:07 +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 850de15f1cf..0147da91031 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.24.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 5438fa696a3..7425d72f3b6 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.24.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/cli-hello-world/package.json b/integration/cli-hello-world/package.json index 354cd884194..838966cf66e 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.24.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/cli-signal-inputs/package.json b/integration/cli-signal-inputs/package.json index 19b1a011ef2..0e99139b8ac 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.24.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 690df385b69..314f11dbf66 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.24.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/legacy-animations-async/package.json b/integration/legacy-animations-async/package.json index 2210fa66dca..a88867d4444 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.24.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/legacy-animations/package.json b/integration/legacy-animations/package.json index 2650efdc7d6..e1cdd086da9 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.24.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/ng-add-localize/package.json b/integration/ng-add-localize/package.json index 79e9e70f6d4..35415ed8197 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.24.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/ng_elements/package.json b/integration/ng_elements/package.json index e1d3ae4df05..64c5dbaea4d 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.24.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/ng_update/package.json b/integration/ng_update/package.json index 12a798a0f35..c7f678bd8f5 100644 --- a/integration/ng_update/package.json +++ b/integration/ng_update/package.json @@ -21,5 +21,5 @@ "typescript": "5.9.3", "zone.js": "0.16.0" }, - "packageManager": "pnpm@10.24.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/no_ts_linker/package.json b/integration/no_ts_linker/package.json index 30f2d5c7085..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.24.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/nodenext_resolution/package.json b/integration/nodenext_resolution/package.json index 96a5cff048a..6812654a464 100644 --- a/integration/nodenext_resolution/package.json +++ b/integration/nodenext_resolution/package.json @@ -27,5 +27,5 @@ "scripts": { "test": "tsc" }, - "packageManager": "pnpm@10.24.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/platform-server-hydration/package.json b/integration/platform-server-hydration/package.json index e10c3578e5a..b10b2609f4d 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.24.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/platform-server-zoneless/package.json b/integration/platform-server-zoneless/package.json index 0cce8893ac2..5279d20555e 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.24.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/platform-server/package.json b/integration/platform-server/package.json index cd09a3821d1..f44357c4ebe 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.24.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/service-worker-schema/package.json b/integration/service-worker-schema/package.json index 120f679cf4a..c7152bc397e 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.0" }, - "packageManager": "pnpm@10.24.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/side-effects/package.json b/integration/side-effects/package.json index dc009a0e409..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.24.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/standalone-bootstrap/package.json b/integration/standalone-bootstrap/package.json index 4fb397d0e14..38d8146e71a 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.24.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/terser/package.json b/integration/terser/package.json index 8354ac36fe7..a4d35764c37 100644 --- a/integration/terser/package.json +++ b/integration/terser/package.json @@ -14,5 +14,5 @@ "typescript": "5.9.3", "zone.js": "0.16.0" }, - "packageManager": "pnpm@10.24.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/trusted-types/package.json b/integration/trusted-types/package.json index 64a094a025a..ea82f0ecf0c 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.24.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/typings_test_rxjs7/package.json b/integration/typings_test_rxjs7/package.json index 8e05292fa35..f8eb50df8e1 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.24.0" + "packageManager": "pnpm@10.25.0" } diff --git a/integration/typings_test_ts59/package.json b/integration/typings_test_ts59/package.json index e8918596dbc..3f72eb7c9c5 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.24.0" + "packageManager": "pnpm@10.25.0" } diff --git a/package.json b/package.json index aa96d1fc2cf..23059e16900 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.24.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.24.0" + "pnpm": "10.25.0" }, "repository": { "type": "git",