From 7169ab2b70b448e0da14a762ac337b9bb034353b Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Mon, 13 Jul 2026 06:30:27 +0000 Subject: [PATCH] build: update pnpm to v11.12.0 See associated pull request for more information. --- .github/ng-renovate/package.json | 2 +- 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/package.json | 4 ++-- bazel/rules/rules_browsers/package.json | 4 ++-- package.json | 4 ++-- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/ng-renovate/package.json b/.github/ng-renovate/package.json index ccca5df3f..1855ae863 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.10.0", + "packageManager": "pnpm@11.12.0", "dependencies": { "renovate": "43.251.3" } diff --git a/bazel/integration/tests/angular-cli/package.json b/bazel/integration/tests/angular-cli/package.json index 193aa8538..5a729fc6c 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.10.0", + "packageManager": "pnpm@11.12.0", "dependencies": { "@angular/animations": "22.1.0-next.4", "@angular/common": "22.1.0-next.4", diff --git a/bazel/integration/tests/nested_bazel_workspaces/basic/package.json b/bazel/integration/tests/nested_bazel_workspaces/basic/package.json index 065e13605..66d04e795 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.10.0", + "packageManager": "pnpm@11.12.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 01718ad90..82dd87170 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.10.0", + "packageManager": "pnpm@11.12.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 8f3271124..398f8cf25 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.10.0" + "packageManager": "pnpm@11.12.0" } diff --git a/bazel/rules/rules_angular/package.json b/bazel/rules/rules_angular/package.json index 896a12e4f..79e5ed529 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.10.0", + "packageManager": "pnpm@11.12.0", "engines": { "npm": "Please use pnpm instead of NPM to install dependencies", "yarn": "Please use pnpm instead of Yarn to install dependencies", - "pnpm": "11.10.0" + "pnpm": "11.12.0" }, "dependencies": { "@angular/compiler-cli": "22.1.0-next.4", diff --git a/bazel/rules/rules_browsers/package.json b/bazel/rules/rules_browsers/package.json index 54b1727eb..a17ebeb6d 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.10.0", + "packageManager": "pnpm@11.12.0", "engines": { "npm": "Please use pnpm instead of NPM to install dependencies", "yarn": "Please use pnpm instead of Yarn to install dependencies", - "pnpm": "11.10.0" + "pnpm": "11.12.0" }, "keywords": [], "author": "", diff --git a/package.json b/package.json index 71239131a..ec8b4fdd8 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.10.0", + "packageManager": "pnpm@11.12.0", "engines": { "npm": "Please use pnpm instead of NPM to install dependencies", "yarn": "Please use pnpm instead of Yarn to install dependencies", - "pnpm": "11.10.0" + "pnpm": "11.12.0" }, "scripts": { "prepare": "husky",