From 35175b0a8a481d32e098d2a61abfe3e41fc2c233 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Mon, 2 Mar 2026 06:24:03 +0000 Subject: [PATCH] build: update pnpm to v10.30.3 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 +- integration/typings_test_ts60/package.json | 2 +- package.json | 4 ++-- pnpm-lock.yaml | 2 ++ 27 files changed, 33 insertions(+), 31 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 698ac960562..0f725e4daa9 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.30.2", - pnpm_version_integrity = "sha512-Ns3HB+e3lAqYjJwez4jQhPhRS1w/CF9TouJEwpIdOyVFvCDdTr4fwkX+7EY7spiuzqemPtH3aAuHfcY3nY0MtA==", + pnpm_version = "10.30.3", + pnpm_version_integrity = "sha512-yWHR4KLY41TsqlFmuCJRZmi39Ey1vZUSLVkN2Bki9gb1RzttI+xKW+Bef80Y6EiNR9l4u+mBhy8RRdBumnQAFw==", ) use_repo(pnpm, "pnpm") diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index a07953a4d09..57b4cf4646e 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -419,7 +419,7 @@ "@@aspect_rules_js+//npm:extensions.bzl%pnpm": { "general": { "bzlTransitiveDigest": "9Zmqluz9ltvCoc6pskOslTkQpkH6CIINjWVkgam9aa4=", - "usagesDigest": "ky8l7fS37yDgo35S6hNi24Kw+zsJxBL0pNof77FH304=", + "usagesDigest": "cNXUNDuZyLtMWtdJFCO7zPQL8i3wQEaMiveE6rLnmJg=", "recordedFileInputs": {}, "recordedDirentsInputs": {}, "envVariables": {}, @@ -428,11 +428,11 @@ "repoRuleId": "@@aspect_rules_js+//npm/private:npm_import.bzl%npm_import_rule", "attributes": { "package": "pnpm", - "version": "10.30.2", + "version": "10.30.3", "root_package": "", "link_workspace": "", "link_packages": {}, - "integrity": "sha512-Ns3HB+e3lAqYjJwez4jQhPhRS1w/CF9TouJEwpIdOyVFvCDdTr4fwkX+7EY7spiuzqemPtH3aAuHfcY3nY0MtA==", + "integrity": "sha512-yWHR4KLY41TsqlFmuCJRZmi39Ey1vZUSLVkN2Bki9gb1RzttI+xKW+Bef80Y6EiNR9l4u+mBhy8RRdBumnQAFw==", "url": "", "commit": "", "patch_args": [ @@ -455,7 +455,7 @@ "repoRuleId": "@@aspect_rules_js+//npm/private:npm_import.bzl%npm_import_links", "attributes": { "package": "pnpm", - "version": "10.30.2", + "version": "10.30.3", "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 98d9a1e787c..6a43200bc81 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.30.2" + "packageManager": "pnpm@10.30.3" } diff --git a/integration/cli-hello-world-lazy/package.json b/integration/cli-hello-world-lazy/package.json index 8947e7dcd65..fbcf22bd8b0 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.30.2" + "packageManager": "pnpm@10.30.3" } diff --git a/integration/cli-hello-world/package.json b/integration/cli-hello-world/package.json index 5c2b47ca434..6a046b8c5f0 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.30.2" + "packageManager": "pnpm@10.30.3" } diff --git a/integration/cli-signal-inputs/package.json b/integration/cli-signal-inputs/package.json index 5ac836a54ed..ae51b48d0d9 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.30.2", + "packageManager": "pnpm@10.30.3", "private": true, "dependencies": { "@angular/animations": "link:./in-existing-linked-by-bazel", diff --git a/integration/defer/package.json b/integration/defer/package.json index 830edc1fc00..1e98721263d 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.30.2" + "packageManager": "pnpm@10.30.3" } diff --git a/integration/legacy-animations-async/package.json b/integration/legacy-animations-async/package.json index c5bcae765d2..2f74cf26b4d 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.30.2" + "packageManager": "pnpm@10.30.3" } diff --git a/integration/legacy-animations/package.json b/integration/legacy-animations/package.json index dfb56552826..69f17524695 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.30.2" + "packageManager": "pnpm@10.30.3" } diff --git a/integration/ng-add-localize/package.json b/integration/ng-add-localize/package.json index 3f5d4f2dc6a..57d38943959 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.30.2" + "packageManager": "pnpm@10.30.3" } diff --git a/integration/ng_elements/package.json b/integration/ng_elements/package.json index ec440786b47..5e0f3de7728 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.30.2" + "packageManager": "pnpm@10.30.3" } diff --git a/integration/ng_update/package.json b/integration/ng_update/package.json index 1b740cf77f3..7762815f3f9 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.1" }, - "packageManager": "pnpm@10.30.2" + "packageManager": "pnpm@10.30.3" } diff --git a/integration/no_ts_linker/package.json b/integration/no_ts_linker/package.json index cc7a427d388..96c029a035b 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.30.2" + "packageManager": "pnpm@10.30.3" } diff --git a/integration/nodenext_resolution/package.json b/integration/nodenext_resolution/package.json index 07ef8755d11..bf26dbd5514 100644 --- a/integration/nodenext_resolution/package.json +++ b/integration/nodenext_resolution/package.json @@ -27,5 +27,5 @@ "scripts": { "test": "tsc" }, - "packageManager": "pnpm@10.30.2" + "packageManager": "pnpm@10.30.3" } diff --git a/integration/platform-server-hydration/package.json b/integration/platform-server-hydration/package.json index 0bbd3a222fd..807384ae59d 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.30.2" + "packageManager": "pnpm@10.30.3" } diff --git a/integration/platform-server-zoneless/package.json b/integration/platform-server-zoneless/package.json index 655622ad696..e01a5b4c3c9 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.30.2" + "packageManager": "pnpm@10.30.3" } diff --git a/integration/platform-server/package.json b/integration/platform-server/package.json index f3c96e6a938..33ebe5e2932 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.30.2" + "packageManager": "pnpm@10.30.3" } diff --git a/integration/service-worker-schema/package.json b/integration/service-worker-schema/package.json index 817eb080587..d9832e0d6f0 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.1" }, - "packageManager": "pnpm@10.30.2" + "packageManager": "pnpm@10.30.3" } diff --git a/integration/side-effects/package.json b/integration/side-effects/package.json index 8540f27192a..191e29cc4b8 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.30.2" + "packageManager": "pnpm@10.30.3" } diff --git a/integration/standalone-bootstrap/package.json b/integration/standalone-bootstrap/package.json index c991c534896..ba04516dded 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.30.2" + "packageManager": "pnpm@10.30.3" } diff --git a/integration/terser/package.json b/integration/terser/package.json index 5f9a261dd8b..559796036ed 100644 --- a/integration/terser/package.json +++ b/integration/terser/package.json @@ -14,5 +14,5 @@ "typescript": "5.9.3", "zone.js": "0.16.1" }, - "packageManager": "pnpm@10.30.2" + "packageManager": "pnpm@10.30.3" } diff --git a/integration/trusted-types/package.json b/integration/trusted-types/package.json index a929d8bd93f..df9c01f061b 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.30.2" + "packageManager": "pnpm@10.30.3" } diff --git a/integration/typings_test_rxjs7/package.json b/integration/typings_test_rxjs7/package.json index 4a33f478c7c..70189a7f178 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.30.2" + "packageManager": "pnpm@10.30.3" } diff --git a/integration/typings_test_ts59/package.json b/integration/typings_test_ts59/package.json index d6ae2ad1255..5387414d6ff 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.30.2" + "packageManager": "pnpm@10.30.3" } diff --git a/integration/typings_test_ts60/package.json b/integration/typings_test_ts60/package.json index ecf8b30fe9b..1b3bbd8b566 100644 --- a/integration/typings_test_ts60/package.json +++ b/integration/typings_test_ts60/package.json @@ -26,5 +26,5 @@ "scripts": { "test": "tsc" }, - "packageManager": "pnpm@10.30.2" + "packageManager": "pnpm@10.30.3" } diff --git a/package.json b/package.json index fcf1b93cbdc..8de9dceae3b 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.30.2", + "packageManager": "pnpm@10.30.3", "engines": { "npm": "Please use pnpm instead of NPM to install dependencies", "yarn": "Please use pnpm instead of Yarn to install dependencies", - "pnpm": "10.30.2" + "pnpm": "10.30.3" }, "repository": { "type": "git", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index eca5f63fb21..dd482a3dfce 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8152,11 +8152,13 @@ packages: git-raw-commits@5.0.0: resolution: {integrity: sha512-I2ZXrXeOc0KrCvC7swqtIFXFN+rbjnC7b2T943tvemIOVNl+XP8YnA9UVwqFhzzLClnSA60KR/qEjLpXzs73Qg==} engines: {node: '>=18'} + deprecated: This package is no longer maintained. For the JavaScript API, please use @conventional-changelog/git-client instead. hasBin: true git-semver-tags@8.0.0: resolution: {integrity: sha512-N7YRIklvPH3wYWAR2vysaqGLPRcpwQ0GKdlqTiVN5w1UmCdaeY3K8s6DMKRCh54DDdzyt/OAB6C8jgVtb7Y2Fg==} engines: {node: '>=18'} + deprecated: This package is no longer maintained. For the JavaScript API, please use @conventional-changelog/git-client instead. hasBin: true github-from-package@0.0.0: