From 167b2025c182fb54cbe1125bd3a1f886db80c065 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Mon, 13 Jul 2026 06:28:10 +0000 Subject: [PATCH] build: update pnpm to v11.12.0 See associated pull request for more information. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 685264ac077d..6afde7906198 100644 --- a/package.json +++ b/package.json @@ -8,11 +8,11 @@ "url": "https://github.com/angular/components.git" }, "license": "MIT", - "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": { "ng-dev": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only node_modules/@angular/ng-dev/bundles/cli.mjs",