nuxt
cli
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore(deps): update devdependency undici to v8
renovate/undici-8.x
4 hours ago
chore(deps): update devdependency @antfu/eslint-config to v8
renovate/antfu-eslint-config-8.x
7 hours ago
chore(deps): update all non-major dependencies
renovate/all-minor-patch
7 hours ago
chore(deps): update dependency defu to v6.1.5 [security]
renovate/npm-defu-vulnerability
2 days ago
build(deps): bump defu from 6.1.4 to 6.1.5 Bumps [defu](https://github.com/unjs/defu) from 6.1.4 to 6.1.5. - [Release notes](https://github.com/unjs/defu/releases) - [Changelog](https://github.com/unjs/defu/blob/main/CHANGELOG.md) - [Commits](https://github.com/unjs/defu/compare/v6.1.4...v6.1.5) --- updated-dependencies: - dependency-name: defu dependency-version: 6.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/npm_and_yarn/defu-6.1.5
2 days ago
fix: use rootDir instead of srcDir for output path resolution Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
zlotnika:fix/preview-loadnuxtconfig
2 days ago
perf(nuxi): use `loadNuxtConfig` instead of `loadNuxt` in preview command `nuxt preview` called `loadNuxt({ ready: true })` just to resolve the output directory. This runs all user module `setup()` functions, which may emit false-positive warnings about env vars that are already baked into the build output (e.g. `@nuxtjs/supabase` warning about missing `SUPABASE_URL`). Replace with `loadNuxtConfig`, which reads `nuxt.config.ts` and resolves `nitro.output.dir` without initializing any modules. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
zlotnika:fix/preview-loadnuxtconfig
2 days ago
perf(nuxi): skip loading Nuxt in preview when default output dir exists `nuxt preview` calls `loadNuxt({ ready: true })` to resolve the output directory, which runs all user module `setup()` functions. Modules that check for env vars (like `@nuxtjs/supabase` checking `SUPABASE_URL`) emit false-positive warnings because those values are already baked into the build output and aren't needed at preview time. Check for `.output/nitro.json` at the default path first and only fall back to the full `loadNuxt` resolution when it doesn't exist. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
zlotnika:fix/preview-skip-loadnuxt
2 days ago
Latest Branches
CodSpeed Performance Gauge
0%
chore(deps): update devdependency undici to v8
#1280
4 hours ago
39428e4
renovate/undici-8.x
CodSpeed Performance Gauge
+1%
chore(deps): update devdependency @antfu/eslint-config to v8
#1279
7 hours ago
aa35509
renovate/antfu-eslint-config-8.x
CodSpeed Performance Gauge
0%
chore(deps): update all non-major dependencies
#1278
7 hours ago
5c712de
renovate/all-minor-patch
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs