From 37f8fe47acc715386516638340bb3f9502773465 Mon Sep 17 00:00:00 2001 From: Vito Albano Date: Thu, 2 Jul 2026 16:26:55 +0100 Subject: [PATCH] AAE-46695 Upgrade to pnpm 11.9 (#12028) * [AAE-46695] Upgrade to pnpm 11.9 * [ci:force] - Checking * [ci:force] - Changes to package.json should trigger --all --- nx.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nx.json b/nx.json index 8edad9a277..1b41c180d8 100644 --- a/nx.json +++ b/nx.json @@ -47,7 +47,7 @@ }, "namedInputs": { "default": ["{projectRoot}/**/*", "sharedGlobals"], - "sharedGlobals": ["{workspaceRoot}/angular.json", "{workspaceRoot}/e2e/protractor.excludes.json", "{workspaceRoot}/e2e/protractor.conf.js"], + "sharedGlobals": ["{workspaceRoot}/package.json", "{workspaceRoot}/angular.json", "{workspaceRoot}/e2e/protractor.excludes.json", "{workspaceRoot}/e2e/protractor.conf.js"], "production": [ "default", "!{projectRoot}/.storybook/**/*", diff --git a/package.json b/package.json index 74f7b89e43..a1ffb6b611 100644 --- a/package.json +++ b/package.json @@ -156,7 +156,7 @@ "engines": { "node": ">=24.14.0" }, - "packageManager": "pnpm@11.8.0", + "packageManager": "pnpm@11.9.0+sha512.bd682d5d03fe525ef7c9fd6780c6884d1e756ac4c9c9fe00c538782824310dcf90e3ddc4f53835f06dfaebd5085e41855e0bcbb3b60de2ac5bbab89e5036f03b", "module": "./index.js", "typings": "./index.d.ts" }