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
This commit is contained in:
Vito Albano
2026-07-02 16:26:55 +01:00
committed by GitHub
parent af0d1e4ead
commit 37f8fe47ac
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -47,7 +47,7 @@
}, },
"namedInputs": { "namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"], "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": [ "production": [
"default", "default",
"!{projectRoot}/.storybook/**/*", "!{projectRoot}/.storybook/**/*",
+1 -1
View File
@@ -156,7 +156,7 @@
"engines": { "engines": {
"node": ">=24.14.0" "node": ">=24.14.0"
}, },
"packageManager": "pnpm@11.8.0", "packageManager": "pnpm@11.9.0+sha512.bd682d5d03fe525ef7c9fd6780c6884d1e756ac4c9c9fe00c538782824310dcf90e3ddc4f53835f06dfaebd5085e41855e0bcbb3b60de2ac5bbab89e5036f03b",
"module": "./index.js", "module": "./index.js",
"typings": "./index.d.ts" "typings": "./index.d.ts"
} }