mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-30 19:36:43 -04:00
Merge pull request #2810 from rhafer/bump-pnpm
chore(idp): bump to pnpm-11 and migrate config
This commit is contained in:
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
@@ -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
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
auto-install-peers=true
|
||||
public-hoist-pattern[]=*
|
||||
@@ -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
services/idp/pnpm-workspace.yaml
Normal file
12
services/idp/pnpm-workspace.yaml
Normal 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
|
||||
Reference in New Issue
Block a user