forked from opencloud-eu/web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
43 lines (35 loc) 路 998 Bytes
/
Copy pathpnpm-workspace.yaml
File metadata and controls
43 lines (35 loc) 路 998 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
prefer-workspace-packages: true
packages:
- 'packages/*'
- 'tests/*'
autoInstallPeers: true
sharedWorkspaceLockfile: true
# c.f. https://github.com/vuejs/test-utils/pull/2197
hoistPattern:
- '@vue/server-renderer'
# eslint and prettier (public so they are picked up by IDEs)
publicHoistPattern:
- '*eslint*'
- '*prettier*'
minimumReleaseAge: 720
# ensure platform-specific bindings (e.g. rolldown) resolve for all Linux libc variants in CI
supportedArchitectures:
libc:
- current
- glibc
- musl
allowBuilds:
'@parcel/watcher': true
core-js: true
es5-ext: true
esbuild: true
patchedDependencies:
caf@15.0.1: patches/caf@15.0.1.patch
vite-plugin-static-copy@4.1.1: patches/vite-plugin-static-copy@4.1.1.patch
vue-inline-svg@4.0.1: patches/vue-inline-svg@4.0.1.patch
overrides:
'epubjs>@xmldom/xmldom': ^0.9.10
'@module-federation/dts-plugin>axios': ^1.6.0
minimumReleaseAgeExclude:
# Renovate security update: dompurify@3.4.11
- dompurify@3.4.11