Merge pull request #2810 from rhafer/bump-pnpm

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

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

View File

@@ -1,2 +0,0 @@
auto-install-peers=true
public-hoist-pattern[]=*

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"
}

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