From afb2d908d1dd2551a0868b4d7d633fe3f5a1cc99 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Fri, 26 Jun 2026 06:18:02 +0000 Subject: [PATCH] build: update pnpm to v11.9.0 See associated pull request for more information. --- .github/ng-renovate/package.json | 2 +- MODULE.bazel | 4 ++-- bazel/integration/tests/angular-cli/package.json | 2 +- .../tests/nested_bazel_workspaces/basic/package.json | 2 +- bazel/integration/tests/package_mappings/package.json | 2 +- bazel/integration/tests/playwright_chromium/package.json | 2 +- bazel/rules/rules_angular/MODULE.bazel | 4 ++-- bazel/rules/rules_angular/package.json | 4 ++-- bazel/rules/rules_browsers/MODULE.bazel | 4 ++-- bazel/rules/rules_browsers/package.json | 4 ++-- package.json | 4 ++-- 11 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/ng-renovate/package.json b/.github/ng-renovate/package.json index b93fc87b0..20bc00f5c 100644 --- a/.github/ng-renovate/package.json +++ b/.github/ng-renovate/package.json @@ -1,7 +1,7 @@ { "name": "ng-renovate", "type": "commonjs", - "packageManager": "pnpm@11.8.0", + "packageManager": "pnpm@11.9.0", "dependencies": { "renovate": "43.242.0" } diff --git a/MODULE.bazel b/MODULE.bazel index b3360f96e..bdbb3c488 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -76,8 +76,8 @@ use_repo(rules_angular, rules_angular_configurable_deps = "dev_infra_rules_angul pnpm = use_extension("@aspect_rules_js//npm:extensions.bzl", "pnpm") pnpm.pnpm( name = "pnpm", - pnpm_version = "11.8.0", - pnpm_version_integrity = "sha512-wfXnxMskHI8XS3Q4UdgvQrgCMkr8iw8Ra5atsVqgZmSUjd42lgo7oQebpbSyndAUATW5S1tfUmNZIknWjlVfJg==", + pnpm_version = "11.9.0", + pnpm_version_integrity = "sha512-vWgtXQP+Ul73yf1ngMaITR51asTJyf4AxTh4KCQxDc+Q493E9Tg18G3669UIXkGFXgvLs7YN4qxburieUDbwOw==", ) use_repo(pnpm, "pnpm") diff --git a/bazel/integration/tests/angular-cli/package.json b/bazel/integration/tests/angular-cli/package.json index 063ee0cfd..d5f833d45 100644 --- a/bazel/integration/tests/angular-cli/package.json +++ b/bazel/integration/tests/angular-cli/package.json @@ -9,7 +9,7 @@ "test": "ng test" }, "private": true, - "packageManager": "pnpm@11.8.0", + "packageManager": "pnpm@11.9.0", "dependencies": { "@angular/animations": "22.1.0-next.2", "@angular/common": "22.1.0-next.2", diff --git a/bazel/integration/tests/nested_bazel_workspaces/basic/package.json b/bazel/integration/tests/nested_bazel_workspaces/basic/package.json index 5dee08cdd..f7d114a96 100644 --- a/bazel/integration/tests/nested_bazel_workspaces/basic/package.json +++ b/bazel/integration/tests/nested_bazel_workspaces/basic/package.json @@ -6,7 +6,7 @@ "scripts": { "test": "bazelisk test ..." }, - "packageManager": "pnpm@11.8.0", + "packageManager": "pnpm@11.9.0", "devDependencies": { "@bazel/bazelisk": "^1.11.0" } diff --git a/bazel/integration/tests/package_mappings/package.json b/bazel/integration/tests/package_mappings/package.json index 26b6d7186..3c10121d3 100644 --- a/bazel/integration/tests/package_mappings/package.json +++ b/bazel/integration/tests/package_mappings/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "main": "index.js", "license": "MIT", - "packageManager": "pnpm@11.8.0", + "packageManager": "pnpm@11.9.0", "dependencies": { "fake_pkg": "link:./in-existing-linked-by-bazel" }, diff --git a/bazel/integration/tests/playwright_chromium/package.json b/bazel/integration/tests/playwright_chromium/package.json index e1e3aeb82..ca22cc159 100644 --- a/bazel/integration/tests/playwright_chromium/package.json +++ b/bazel/integration/tests/playwright_chromium/package.json @@ -9,5 +9,5 @@ "@playwright/test": "^1.16.3", "typescript": "^6.0.2" }, - "packageManager": "pnpm@11.8.0" + "packageManager": "pnpm@11.9.0" } diff --git a/bazel/rules/rules_angular/MODULE.bazel b/bazel/rules/rules_angular/MODULE.bazel index f48169e69..02fb11a73 100644 --- a/bazel/rules/rules_angular/MODULE.bazel +++ b/bazel/rules/rules_angular/MODULE.bazel @@ -50,8 +50,8 @@ node.toolchain( pnpm = use_extension("@aspect_rules_js//npm:extensions.bzl", "pnpm") pnpm.pnpm( name = "pnpm", - pnpm_version = "11.8.0", - pnpm_version_integrity = "sha512-wfXnxMskHI8XS3Q4UdgvQrgCMkr8iw8Ra5atsVqgZmSUjd42lgo7oQebpbSyndAUATW5S1tfUmNZIknWjlVfJg==", + pnpm_version = "11.9.0", + pnpm_version_integrity = "sha512-vWgtXQP+Ul73yf1ngMaITR51asTJyf4AxTh4KCQxDc+Q493E9Tg18G3669UIXkGFXgvLs7YN4qxburieUDbwOw==", ) use_repo(pnpm, "pnpm") diff --git a/bazel/rules/rules_angular/package.json b/bazel/rules/rules_angular/package.json index 637d0e83d..5249835d9 100644 --- a/bazel/rules/rules_angular/package.json +++ b/bazel/rules/rules_angular/package.json @@ -8,11 +8,11 @@ "keywords": [], "author": "", "license": "ISC", - "packageManager": "pnpm@11.8.0", + "packageManager": "pnpm@11.9.0", "engines": { "npm": "Please use pnpm instead of NPM to install dependencies", "yarn": "Please use pnpm instead of Yarn to install dependencies", - "pnpm": "11.8.0" + "pnpm": "11.9.0" }, "dependencies": { "@angular/compiler-cli": "22.1.0-next.2", diff --git a/bazel/rules/rules_browsers/MODULE.bazel b/bazel/rules/rules_browsers/MODULE.bazel index d2df1ea1f..f61b39aa7 100644 --- a/bazel/rules/rules_browsers/MODULE.bazel +++ b/bazel/rules/rules_browsers/MODULE.bazel @@ -63,8 +63,8 @@ bazel_dep(name = "aspect_rules_js", version = "3.2.2") pnpm = use_extension("@aspect_rules_js//npm:extensions.bzl", "pnpm") pnpm.pnpm( name = "pnpm", - pnpm_version = "11.8.0", - pnpm_version_integrity = "sha512-wfXnxMskHI8XS3Q4UdgvQrgCMkr8iw8Ra5atsVqgZmSUjd42lgo7oQebpbSyndAUATW5S1tfUmNZIknWjlVfJg==", + pnpm_version = "11.9.0", + pnpm_version_integrity = "sha512-vWgtXQP+Ul73yf1ngMaITR51asTJyf4AxTh4KCQxDc+Q493E9Tg18G3669UIXkGFXgvLs7YN4qxburieUDbwOw==", ) use_repo(pnpm, "pnpm") diff --git a/bazel/rules/rules_browsers/package.json b/bazel/rules/rules_browsers/package.json index f232eade5..c34cd0070 100644 --- a/bazel/rules/rules_browsers/package.json +++ b/bazel/rules/rules_browsers/package.json @@ -6,11 +6,11 @@ "scripts": { "ng-dev": "bash ../../../tools/local-dev.sh" }, - "packageManager": "pnpm@11.8.0", + "packageManager": "pnpm@11.9.0", "engines": { "npm": "Please use pnpm instead of NPM to install dependencies", "yarn": "Please use pnpm instead of Yarn to install dependencies", - "pnpm": "11.8.0" + "pnpm": "11.9.0" }, "keywords": [], "author": "", diff --git a/package.json b/package.json index 6cf13b123..28e0557ba 100644 --- a/package.json +++ b/package.json @@ -2,11 +2,11 @@ "name": "@angular/build-tooling", "version": "0.0.0-{SCM_HEAD_SHA}", "private": true, - "packageManager": "pnpm@11.8.0", + "packageManager": "pnpm@11.9.0", "engines": { "npm": "Please use pnpm instead of NPM to install dependencies", "yarn": "Please use pnpm instead of Yarn to install dependencies", - "pnpm": "11.8.0" + "pnpm": "11.9.0" }, "scripts": { "prepare": "husky",