Files
nuxt__ui/pnpm-workspace.yaml
T
2026-08-10 22:13:58 +02:00

53 lines
1.8 KiB
YAML

packages:
- ./
- cli
- docs
- playgrounds/nuxt
- playgrounds/vue
- playgrounds/repl
ignoreWorkspaceRootCheck: true
linkWorkspacePackages: true
overrides:
# `@codspeed/vitest-plugin` caps its `vite` peer at ^7 while the repo resolves
# vite 8 for the Nuxt modules; without widening it, pnpm's peer dedupe re-keys
# the whole vite peer group down to vitest's vite 7. The plugin only ever runs
# inside vitest's own vite, so the wider range is bookkeeping, not runtime.
"@codspeed/vitest-plugin>vite": ^7.0.0 || ^8.0.0
"@nuxt/kit": ^4.5.2
# `@nuxt/content` 3.15.2 caps `@nuxtjs/mdc` at ^0.22.2, so the docs bump to
# 0.23.1 installs a second copy and component-meta reads different components
# than the ones the module registers. Drop once content widens to ^0.23.0.
"@nuxt/content>@nuxtjs/mdc": ^0.23.1
"@nuxt/ui": workspace:*
# `@nuxt/image` 2.1.0 depends on `ipx` 4.0.0-beta.1, which pulls a second sharp
# alongside 0.34.5 and kills the docs prerender as soon as it hits `/_ipx`.
# Pinned until ipx 4 is stable, keep in sync with the renovate.json rule.
"@nuxt/image": 2.0.0
# tailwind-variants 3.3.x is a full internal rewrite: invoking a tv() result is
# 18 to 103x slower than 3.2.2 (see test/bench/tv.bench.ts) and the exported
# type constraints changed in a breaking way. Pinned until upstream addresses
# the perf regression, keep in sync with the renovate.json rule.
tailwind-variants: 3.2.2
unplugin: ^3.3.0
c12: ^3.3.4
h3: 1.15.11
typescript: ^6.0.3
minimumReleaseAgeExclude:
- '@nuxt/icon@2.5.0'
- '@nuxtjs/mdc@0.23.1'
allowBuilds:
better-sqlite3: true
puppeteer: true
sharp: true
"@parcel/watcher": false
"@tailwindcss/oxide": false
"@vercel/speed-insights": false
esbuild: false
unrs-resolver: false
vue-demi: false