forked from nitrojs/nitro
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
95 lines (86 loc) · 1.44 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
95 lines (86 loc) · 1.44 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# https://pnpm.io/settings
shellEmulator: true
dedupePeers: true
ignoreWorkspaceRootCheck: true
linkWorkspacePackages: "deep"
minimumReleaseAge: 1440
overrides:
"nitro": "workspace:*"
"cookie-es": "^3.1.1"
"oxc-parser": "link:./shims/oxc-parser"
# "vite": "^7"
packages:
- examples/**
- playground
- test/fixture
- test/minimal
trustPolicy: no-downgrade
trustPolicyExclude:
- "semver@6.3.1"
blockExoticSubdeps: true
strictDepBuilds: true
allowBuilds:
# Allowed
"better-sqlite3": true
# Blocked
"@parcel/watcher": false
"@prisma/client": false
esbuild: false
keytar: false
sharp: false
vue-demi: false
workerd: false
peerDependencyRules:
allowedVersions:
vite: "8"
typescript: "6"
updateConfig:
ignoreDependencies:
- vite7
patchedDependencies:
'@hiogawa/vite-plugin-fullstack': patches/@hiogawa__vite-plugin-fullstack.patch
minimumReleaseAgeExclude:
- automd*
- c12*
- changelogen*
- citty*
- compatx*
- confbox*
- consola*
- cookie-es*
- crossws*
- db0*
- defu*
- destr*
- env-runner*
- exsolve*
- get-port-please*
- giget*
- h3*
- hookable*
- httpxy*
- knitwork*
- mdzilla*
- mlly*
- nf3*
- nypm*
- obuild*
- ocache*
- ofetch*
- ohash*
- pathe*
- perfect-debounce*
- pkg-types*
- rou3*
- scule*
- serve-placeholder*
- srvx*
- std-env*
- ufo*
- uncrypto*
- unctx*
- unenv*
- unimport*
- unstorage*
- untyped*
- unwasm*