From a4fceda35bae8d6eaee59ffcbc3032812d4b1991 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Wed, 11 Feb 2026 06:30:01 +0000 Subject: [PATCH] build: update pnpm to v10.29.2 See associated pull request for more information. --- MODULE.bazel | 4 ++-- MODULE.bazel.lock | 8 ++++---- 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 ++-- pnpm-lock.yaml | 1 + 26 files changed, 31 insertions(+), 30 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 93d046b32e4..522d8cfcbfd 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.29.1", - pnpm_version_integrity = "sha512-SNriM2NaZFdoowKNGVRcrMFohjnusfNzTkLW1rlxr78iqhrJr1Khc9nDogwVhXz6QA8ZmU15ovYm/Mc/zNqbvA==", + pnpm_version = "10.29.2", + pnpm_version_integrity = "sha512-vvQ/p1nZH9LaSzGaWg0T73pFu5haPXNCBYRw+dIFGjuoZ05ilnJlRobvlEOtE6gtor657rPgIhyHuBVP/510uA==", ) use_repo(pnpm, "pnpm") diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index d535053fd28..475507cdb9c 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -418,7 +418,7 @@ "@@aspect_rules_js+//npm:extensions.bzl%pnpm": { "general": { "bzlTransitiveDigest": "HC+l+mTivq1p/KbcVQ+iV5QwYR+oKESJh827FY68SH8=", - "usagesDigest": "GcBwTFpAEN2o0jLfkThfhAqQlI9P5MZ6O5x6ksYz7+M=", + "usagesDigest": "9rdN+1L9k2iQF/s0s5A9F94QvGtv9jRA8rS5UxJSbxQ=", "recordedFileInputs": {}, "recordedDirentsInputs": {}, "envVariables": {}, @@ -427,11 +427,11 @@ "repoRuleId": "@@aspect_rules_js+//npm/private:npm_import.bzl%npm_import_rule", "attributes": { "package": "pnpm", - "version": "10.29.1", + "version": "10.29.2", "root_package": "", "link_workspace": "", "link_packages": {}, - "integrity": "sha512-SNriM2NaZFdoowKNGVRcrMFohjnusfNzTkLW1rlxr78iqhrJr1Khc9nDogwVhXz6QA8ZmU15ovYm/Mc/zNqbvA==", + "integrity": "sha512-vvQ/p1nZH9LaSzGaWg0T73pFu5haPXNCBYRw+dIFGjuoZ05ilnJlRobvlEOtE6gtor657rPgIhyHuBVP/510uA==", "url": "", "commit": "", "patch_args": [ @@ -454,7 +454,7 @@ "repoRuleId": "@@aspect_rules_js+//npm/private:npm_import.bzl%npm_import_links", "attributes": { "package": "pnpm", - "version": "10.29.1", + "version": "10.29.2", "dev": false, "root_package": "", "link_packages": {}, diff --git a/integration/cli-hello-world-ivy-i18n/package.json b/integration/cli-hello-world-ivy-i18n/package.json index 9a90ab95445..027055d1ed5 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": "5.9.3" }, - "packageManager": "pnpm@10.29.1" + "packageManager": "pnpm@10.29.2" } diff --git a/integration/cli-hello-world-lazy/package.json b/integration/cli-hello-world-lazy/package.json index b4375dc8990..79121b34e4f 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.29.1" + "packageManager": "pnpm@10.29.2" } diff --git a/integration/cli-hello-world/package.json b/integration/cli-hello-world/package.json index 508c35c6b83..4c4aa3ff540 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.29.1" + "packageManager": "pnpm@10.29.2" } diff --git a/integration/cli-signal-inputs/package.json b/integration/cli-signal-inputs/package.json index 1a714e0ec86..3fa2add5210 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@10.29.1", + "packageManager": "pnpm@10.29.2", "private": true, "dependencies": { "@angular/animations": "link:./in-existing-linked-by-bazel", diff --git a/integration/defer/package.json b/integration/defer/package.json index 89652c6e627..e4a74c717d8 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.29.1" + "packageManager": "pnpm@10.29.2" } diff --git a/integration/legacy-animations-async/package.json b/integration/legacy-animations-async/package.json index 81f79d0bd6d..9ad12dc9094 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.29.1" + "packageManager": "pnpm@10.29.2" } diff --git a/integration/legacy-animations/package.json b/integration/legacy-animations/package.json index a7804acfcdc..5fef47d84e7 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.29.1" + "packageManager": "pnpm@10.29.2" } diff --git a/integration/ng-add-localize/package.json b/integration/ng-add-localize/package.json index 58cd241e785..294ed89c23f 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.29.1" + "packageManager": "pnpm@10.29.2" } diff --git a/integration/ng_elements/package.json b/integration/ng_elements/package.json index c1f306f9d28..f9747d77569 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.29.1" + "packageManager": "pnpm@10.29.2" } diff --git a/integration/ng_update/package.json b/integration/ng_update/package.json index e9e40beff86..1015fb3090d 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.29.1" + "packageManager": "pnpm@10.29.2" } diff --git a/integration/no_ts_linker/package.json b/integration/no_ts_linker/package.json index 5f094a278c9..672e90b5af3 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.29.1" + "packageManager": "pnpm@10.29.2" } diff --git a/integration/nodenext_resolution/package.json b/integration/nodenext_resolution/package.json index 48d47fe6d63..b718da98549 100644 --- a/integration/nodenext_resolution/package.json +++ b/integration/nodenext_resolution/package.json @@ -27,5 +27,5 @@ "scripts": { "test": "tsc" }, - "packageManager": "pnpm@10.29.1" + "packageManager": "pnpm@10.29.2" } diff --git a/integration/platform-server-hydration/package.json b/integration/platform-server-hydration/package.json index ba0c226d513..b3000972643 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": "5.9.3" }, - "packageManager": "pnpm@10.29.1" + "packageManager": "pnpm@10.29.2" } diff --git a/integration/platform-server-zoneless/package.json b/integration/platform-server-zoneless/package.json index 6305d3073d8..7f1dae0a169 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.29.1" + "packageManager": "pnpm@10.29.2" } diff --git a/integration/platform-server/package.json b/integration/platform-server/package.json index 433a8d9fa6a..a1b3f28bf8e 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.29.1" + "packageManager": "pnpm@10.29.2" } diff --git a/integration/service-worker-schema/package.json b/integration/service-worker-schema/package.json index 3b56817eeca..7c15968e261 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.29.1" + "packageManager": "pnpm@10.29.2" } diff --git a/integration/side-effects/package.json b/integration/side-effects/package.json index 86c3c78f20f..1e04de9a14a 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.29.1" + "packageManager": "pnpm@10.29.2" } diff --git a/integration/standalone-bootstrap/package.json b/integration/standalone-bootstrap/package.json index 55db3b06045..c4882896041 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.29.1" + "packageManager": "pnpm@10.29.2" } diff --git a/integration/terser/package.json b/integration/terser/package.json index 23d52bf8d77..cf336369127 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.29.1" + "packageManager": "pnpm@10.29.2" } diff --git a/integration/trusted-types/package.json b/integration/trusted-types/package.json index 576b38c1ae1..e64e764a605 100644 --- a/integration/trusted-types/package.json +++ b/integration/trusted-types/package.json @@ -45,5 +45,5 @@ "ts-node": "^10.9.1", "typescript": "5.9.3" }, - "packageManager": "pnpm@10.29.1" + "packageManager": "pnpm@10.29.2" } diff --git a/integration/typings_test_rxjs7/package.json b/integration/typings_test_rxjs7/package.json index df55d1a70c8..65cc7334433 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.29.1" + "packageManager": "pnpm@10.29.2" } diff --git a/integration/typings_test_ts59/package.json b/integration/typings_test_ts59/package.json index 81316c3af9e..5cde640a7ec 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.29.1" + "packageManager": "pnpm@10.29.2" } diff --git a/package.json b/package.json index b61c4b6bcaf..2818183b174 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.29.1", + "packageManager": "pnpm@10.29.2", "engines": { "npm": "Please use pnpm instead of NPM to install dependencies", "yarn": "Please use pnpm instead of Yarn to install dependencies", - "pnpm": "10.29.1" + "pnpm": "10.29.2" }, "repository": { "type": "git", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index af55307aa8b..719c1e2bf83 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10819,6 +10819,7 @@ packages: engines: {node: '>=0.6.0', teleport: '>=0.2.0'} deprecated: |- You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other. + (For a CapTP with native promises, see @endo/eventual-send and @endo/captp) qjobs@1.2.0: