From 7bff72c28e8d2d24833d585025a1e4b82003690a Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Wed, 13 May 2026 11:14:49 +0000 Subject: [PATCH] build: update pnpm to v11 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 f5d0b4f836c9..3f7534f126fc 100644 --- a/package.json +++ b/package.json @@ -28,12 +28,12 @@ "type": "git", "url": "git+https://github.com/angular/angular-cli.git" }, - "packageManager": "pnpm@10.33.4", + "packageManager": "pnpm@11.1.1", "engines": { "node": "^22.22.0 || ^24.13.1 || >=26.0.0", "npm": "Please use pnpm instead of NPM to install dependencies", "yarn": "Please use pnpm instead of Yarn to install dependencies", - "pnpm": "10.33.4" + "pnpm": "11.1.1" }, "author": "Angular Authors", "license": "MIT",