Merge pull request #2810 from rhafer/bump-pnpm

chore(idp): bump to pnpm-11 and migrate config
This commit is contained in:
Ralf Haferkamp authored and GitHub committed 2026-05-21 15:51:51 +02:00
commit 3cfc1609ae
4 files changed
+18 -14

No files matched your search

+5 -4
View File
@@ -4,11 +4,12 @@ updates:
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 2
open-pull-requests-limit: 4
- package-ecosystem: "npm"
directory: "/services/idp"
schedule:
interval: "weekly"
open-pull-requests-limit: 2
interval: "daily"
open-pull-requests-limit: 4
cooldown:
default: 1
-2
View File
@@ -1,2 +0,0 @@
auto-install-peers=true
public-hoist-pattern[]=*
+1 -8
View File
@@ -82,12 +82,5 @@
"webpack-manifest-plugin": "5.0.0",
"workbox-webpack-plugin": "7.4.0"
},
"pnpm": {
"overrides": {
"fast-uri": ">=3.1.2",
"serialize-javascript@<7.0.3": ">=7.0.3",
"@xmldom/xmldom": ">=0.8.13"
}
},
"packageManager": "pnpm@9.15.4"
"packageManager": "pnpm@11.1.3"
}
+12
View File
@@ -0,0 +1,12 @@
autoInstallPeers: true
publicHoistPattern:
- "*"
overrides:
fast-uri: ">=3.1.2"
"serialize-javascript@<7.0.3": ">=7.0.3"
"@xmldom/xmldom": ">=0.8.13"
allowBuilds:
esbuild: true