-
Notifications
You must be signed in to change notification settings - Fork 119
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
52 lines (46 loc) · 1.17 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
52 lines (46 loc) · 1.17 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
minimumReleaseAgeExclude:
- '@nuxt/*'
- nuxt
- clickable-path
- nuxt-nightly
- vue
- '@vue/*'
- fuzzysort@4.0.1
- errx@0.2.1 || 0.2.2
- my-bad@0.2.2
verifyDepsBeforeRun: install
packages:
- packages/*
- packages/nuxt-cli/test/fixtures/*
- playground
- playground-nightly
overrides:
'@nuxt/cli': workspace:*
# scoped by range: `playground-nightly` resolves its own Nuxt 5 nightly schema
'@nuxt/schema@^4': 4.5.2
create-nuxt: workspace:*
create-nuxt-app: workspace:*
eslint-plugin-jsdoc: 64.5.1
eslint-plugin-unicorn: 74.0.0
# scoped by range: nitro v3 in `playground-nightly` needs h3 v2
h3@^1: ^1.15.11
httpxy: 0.5.5
nitropack: 2.13.4
nuxi: workspace:*
# upstream issue with MISSING_EXPORT warnings
rolldown: 1.2.8
packageExtensions:
# nitro@3.0.260903-beta dropped its optional `vite` peer, so its dev worker
# resolves a hoisted vite 7 instead of the vite 8 the builder runs
nitro:
peerDependencies:
vite: ^7 || ^8
peerDependenciesMeta:
vite:
optional: true
patchedDependencies:
citty@0.2.2: patches/citty@0.2.2.patch
allowBuilds:
'@parcel/watcher': false
esbuild: false
unrs-resolver: false