forked from nuxt/nuxt
-
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) · 815 Bytes
/
Copy pathpnpm-workspace.yaml
File metadata and controls
43 lines (35 loc) · 815 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
packages:
- docs
- packages/**
- '!packages/nuxi'
- '!packages/test-utils'
- '!packages/nuxt/test/package-fixture/pkg'
- playground
- test/fixtures/*
- test/fixtures/*/_local-modules/*
patchedDependencies:
changelogen: patches/changelogen.patch
publicHoistPattern:
- '*-loader'
- 'webpack-*'
shellEmulator: true
verifyDepsBeforeRun: install
ignoreWorkspaceCycles: true
overrides:
"@nuxt/kit": "workspace:*"
"@nuxt/schema": "workspace:*"
nuxt: "workspace:*"
vite: "8.1.0"
vue: "3.5.38"
allowBuilds:
'@parcel/watcher': true
esbuild: true
unrs-resolver: false
minimumReleaseAge: 1440
minimumReleaseAgeExclude:
- '@nuxt/*'
# Renovate security update: esbuild@0.28.1
- esbuild@0.28.1
- vue-bundle-renderer
# Renovate security update: undici@8.5.0
- undici@8.5.0