From 71b613177f3282b0f0d6ddfe64ff1111b79e86b6 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Mon, 1 Dec 2025 05:16:09 +0000 Subject: [PATCH] build: update pnpm to v10.24.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 551830a6a17..2bf27d024e9 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.24.0" } diff --git a/integration/cli-hello-world-lazy/package.json b/integration/cli-hello-world-lazy/package.json index f6c957281e4..48562bda502 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.24.0" } diff --git a/integration/cli-hello-world/package.json b/integration/cli-hello-world/package.json index ef12b32e7f7..f08614683f0 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.24.0" } diff --git a/integration/cli-signal-inputs/package.json b/integration/cli-signal-inputs/package.json index 9b2a0bfd387..a87b7341618 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.24.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 5a5c33ac4bf..e2ae6eda14a 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.24.0" } diff --git a/integration/legacy-animations-async/package.json b/integration/legacy-animations-async/package.json index 1ea6b545b7f..1be2d986858 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.24.0" } diff --git a/integration/legacy-animations/package.json b/integration/legacy-animations/package.json index 3ad78afa12d..4c9d8ef993e 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.24.0" } diff --git a/integration/ng-add-localize/package.json b/integration/ng-add-localize/package.json index 9d07a8f3ea0..a31ed2690c5 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.24.0" } diff --git a/integration/ng_elements/package.json b/integration/ng_elements/package.json index 7477444fcdb..e1d3ae4df05 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.24.0" } diff --git a/integration/ng_update/package.json b/integration/ng_update/package.json index e536699cf2c..12a798a0f35 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.23.0" + "packageManager": "pnpm@10.24.0" } diff --git a/integration/no_ts_linker/package.json b/integration/no_ts_linker/package.json index bbe33979927..30f2d5c7085 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.24.0" } diff --git a/integration/nodenext_resolution/package.json b/integration/nodenext_resolution/package.json index 93b94a61745..96a5cff048a 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.24.0" } diff --git a/integration/platform-server-hydration/package.json b/integration/platform-server-hydration/package.json index 679945534db..2c5bbe55a2f 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.24.0" } diff --git a/integration/platform-server-zoneless/package.json b/integration/platform-server-zoneless/package.json index caf6671d0b7..56627813697 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.24.0" } diff --git a/integration/platform-server/package.json b/integration/platform-server/package.json index c31b6c1cab3..196d9ff0f01 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.24.0" } diff --git a/integration/service-worker-schema/package.json b/integration/service-worker-schema/package.json index 086b2ef7ce2..120f679cf4a 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.23.0" + "packageManager": "pnpm@10.24.0" } diff --git a/integration/side-effects/package.json b/integration/side-effects/package.json index ca0ecd2e532..dc009a0e409 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.24.0" } diff --git a/integration/standalone-bootstrap/package.json b/integration/standalone-bootstrap/package.json index bbb13c08499..ad30367e4d6 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.24.0" } diff --git a/integration/terser/package.json b/integration/terser/package.json index bcce04fb0c6..8354ac36fe7 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.23.0" + "packageManager": "pnpm@10.24.0" } diff --git a/integration/trusted-types/package.json b/integration/trusted-types/package.json index 914ca8ff26c..55c1927cf2f 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.24.0" } diff --git a/integration/typings_test_rxjs7/package.json b/integration/typings_test_rxjs7/package.json index fa196d82f24..8e05292fa35 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.24.0" } diff --git a/integration/typings_test_ts59/package.json b/integration/typings_test_ts59/package.json index b62c96137be..e8918596dbc 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.24.0" } diff --git a/package.json b/package.json index dbb85845266..c03ebdbeda3 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.24.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.24.0" }, "repository": { "type": "git",