Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when overriding nuxt/javascript config #408

Closed
markbrouch opened this issue Apr 23, 2024 · 0 comments
Closed

Error when overriding nuxt/javascript config #408

markbrouch opened this issue Apr 23, 2024 · 0 comments

Comments

@markbrouch
Copy link

Environment

  • Operating System: Darwin
  • Node Version: v18.16.1
  • Nuxt Version: 3.11.1
  • CLI Version: 3.11.1
  • Nitro Version: 2.9.4
  • Package Manager: yarn@3.6.1
  • Builder: -
  • User Config: rootDir, devtools, typescript, sourcemap, alias, imports, runtimeConfig, modules, app, vite, css, doxErrors, i18n, build, server, analyze, loading, telemetry, vuex4
  • Runtime Modules: @nuxt/test-utils/module@3.12.0, @dox/nuxt-vuex4-module@1.1.2, @dox/analytics/lib/nuxt/module3.js@3.394.0, @nuxtjs/i18n@8.2.0, @dox/auth-nuxt@1.0.11, @dox/errors-js@2.7.2, @vueuse/nuxt@10.9.0, @nuxt/eslint@0.3.8
  • Build Modules: -

Package

@nuxt/eslint

Reproduction

https://stackblitz.com/edit/github-xbgijp?file=eslint.config.mjs

Describe the bug

The .override('@eslint/js/recommended', {}) config does not work in nuxt dev tools eslint panel and gives the error:

Available names are: nuxt/javascript, nuxt/typescript/setup, nuxt/typescript/rules, nuxt/vue/setup, nuxt/vue/rules, nuxt/import/rules, nuxt/configs, nuxt/vue/single-root, nuxt/rules, nuxt/disables/routes, nuxt/import-globals

However, if I use nuxt/javascript, then the CLI gives the error:

Available names are: @eslint/js/recommended, nuxt/typescript/setup, nuxt/typescript/rules, nuxt/vue/setup, nuxt/vue/rules, nuxt/import/rules, nuxt/configs, nuxt/vue/single-root, nuxt/rules, nuxt/disables/routes, nuxt/import-globals

Additional context

Nuxt dev tools eslint panel doesn't seem to work in StackBlitz, but the StackBlitz link can be used to copy the eslint config to a local project for testing.

Logs

No response

@antfu antfu closed this as completed in 477ee5c Apr 25, 2024
tobiasdiez pushed a commit to nuxt-modules/storybook that referenced this issue May 9, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@nuxt/eslint-config](https://togithub.com/nuxt/eslint)
([source](https://togithub.com/nuxt/eslint/tree/HEAD/packages/eslint-config))
| [`0.3.9` ->
`0.3.10`](https://renovatebot.com/diffs/npm/@nuxt%2feslint-config/0.3.9/0.3.10)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2feslint-config/0.3.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2feslint-config/0.3.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2feslint-config/0.3.9/0.3.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2feslint-config/0.3.9/0.3.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>nuxt/eslint (@&#8203;nuxt/eslint-config)</summary>

### [`v0.3.10`](https://togithub.com/nuxt/eslint/releases/tag/v0.3.10)

[Compare
Source](https://togithub.com/nuxt/eslint/compare/v0.3.9...v0.3.10)

#####    🐞 Bug Fixes

-   **module**:
- Override `@eslint/js` config to keep the name consistent, fix
[#&#8203;408](https://togithub.com/nuxt/eslint/issues/408)  -  by
[@&#8203;antfu](https://togithub.com/antfu) in
[nuxt/eslint#408
[<samp>(477ee)</samp>](https://togithub.com/nuxt/eslint/commit/477ee5c)
- Get random port for config inspector, fix
[#&#8203;406](https://togithub.com/nuxt/eslint/issues/406)  -  by
[@&#8203;antfu](https://togithub.com/antfu) in
[nuxt/eslint#406
[<samp>(07eac)</samp>](https://togithub.com/nuxt/eslint/commit/07eace1)

#####     [View changes on
GitHub](https://togithub.com/nuxt/eslint/compare/v0.3.9...v0.3.10)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/nuxt-modules/storybook).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
tobiasdiez pushed a commit to nuxt-modules/storybook that referenced this issue Jul 10, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@iconify-json/simple-icons](https://icon-sets.iconify.design/simple-icons/)
| [`1.1.107` ->
`1.1.109`](https://renovatebot.com/diffs/npm/@iconify-json%2fsimple-icons/1.1.107/1.1.109)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@iconify-json%2fsimple-icons/1.1.109?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@iconify-json%2fsimple-icons/1.1.109?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@iconify-json%2fsimple-icons/1.1.107/1.1.109?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@iconify-json%2fsimple-icons/1.1.107/1.1.109?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@nuxt/content](https://content.nuxt.com)
([source](https://togithub.com/nuxt/content)) | [`2.13.0` ->
`2.13.1`](https://renovatebot.com/diffs/npm/@nuxt%2fcontent/2.13.0/2.13.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2fcontent/2.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2fcontent/2.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2fcontent/2.13.0/2.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2fcontent/2.13.0/2.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@nuxt/devtools](https://devtools.nuxt.com)
([source](https://togithub.com/nuxt/devtools/tree/HEAD/packages/devtools))
| [`1.1.5` ->
`1.3.9`](https://renovatebot.com/diffs/npm/@nuxt%2fdevtools/1.1.5/1.3.9)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2fdevtools/1.3.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2fdevtools/1.3.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2fdevtools/1.1.5/1.3.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2fdevtools/1.1.5/1.3.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@nuxt/devtools-kit](https://devtools.nuxt.com/module/utils-kit)
([source](https://togithub.com/nuxt/devtools/tree/HEAD/packages/devtools-kit))
| [`1.0.8` ->
`1.3.9`](https://renovatebot.com/diffs/npm/@nuxt%2fdevtools-kit/1.0.8/1.3.9)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2fdevtools-kit/1.3.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2fdevtools-kit/1.3.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2fdevtools-kit/1.0.8/1.3.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2fdevtools-kit/1.0.8/1.3.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@nuxt/eslint-config](https://togithub.com/nuxt/eslint)
([source](https://togithub.com/nuxt/eslint/tree/HEAD/packages/eslint-config))
| [`0.3.6` ->
`0.3.13`](https://renovatebot.com/diffs/npm/@nuxt%2feslint-config/0.3.6/0.3.13)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2feslint-config/0.3.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2feslint-config/0.3.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2feslint-config/0.3.6/0.3.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2feslint-config/0.3.6/0.3.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@nuxt/fonts](https://togithub.com/nuxt/fonts) | [`0.7.0` ->
`0.7.1`](https://renovatebot.com/diffs/npm/@nuxt%2ffonts/0.7.0/0.7.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2ffonts/0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2ffonts/0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2ffonts/0.7.0/0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2ffonts/0.7.0/0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@nuxt/kit](https://nuxt.com/docs/api/kit)
([source](https://togithub.com/nuxt/nuxt/tree/HEAD/packages/kit)) |
[`3.12.0` ->
`3.12.3`](https://renovatebot.com/diffs/npm/@nuxt%2fkit/3.12.0/3.12.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2fkit/3.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2fkit/3.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2fkit/3.12.0/3.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2fkit/3.12.0/3.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@nuxt/module-builder](https://togithub.com/nuxt/module-builder) |
[`0.8.0` ->
`0.8.1`](https://renovatebot.com/diffs/npm/@nuxt%2fmodule-builder/0.8.0/0.8.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2fmodule-builder/0.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2fmodule-builder/0.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2fmodule-builder/0.8.0/0.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2fmodule-builder/0.8.0/0.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@nuxt/schema](https://nuxt.com)
([source](https://togithub.com/nuxt/nuxt/tree/HEAD/packages/schema)) |
[`3.11.1` ->
`3.12.3`](https://renovatebot.com/diffs/npm/@nuxt%2fschema/3.11.1/3.12.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2fschema/3.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2fschema/3.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2fschema/3.11.1/3.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2fschema/3.11.1/3.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@nuxt/test-utils](https://togithub.com/nuxt/test-utils) | [`3.9.0` ->
`3.13.1`](https://renovatebot.com/diffs/npm/@nuxt%2ftest-utils/3.9.0/3.13.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2ftest-utils/3.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2ftest-utils/3.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2ftest-utils/3.9.0/3.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2ftest-utils/3.9.0/3.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@nuxt/vite-builder](https://nuxt.com)
([source](https://togithub.com/nuxt/nuxt/tree/HEAD/packages/vite)) |
[`3.11.1` ->
`3.12.3`](https://renovatebot.com/diffs/npm/@nuxt%2fvite-builder/3.11.1/3.12.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2fvite-builder/3.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2fvite-builder/3.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2fvite-builder/3.11.1/3.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2fvite-builder/3.11.1/3.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@nuxthq/studio](https://nuxt.studio)
([source](https://togithub.com/nuxtlabs/studio-module)) | [`2.0.1` ->
`2.0.3`](https://renovatebot.com/diffs/npm/@nuxthq%2fstudio/2.0.1/2.0.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxthq%2fstudio/2.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxthq%2fstudio/2.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxthq%2fstudio/2.0.1/2.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxthq%2fstudio/2.0.1/2.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@vitejs/plugin-vue](https://togithub.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue#readme)
([source](https://togithub.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue))
| [`5.0.4` ->
`5.0.5`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-vue/5.0.4/5.0.5)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@vitejs%2fplugin-vue/5.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vitejs%2fplugin-vue/5.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vitejs%2fplugin-vue/5.0.4/5.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitejs%2fplugin-vue/5.0.4/5.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@vitest/coverage-v8](https://togithub.com/vitest-dev/vitest/tree/main/packages/coverage-v8#readme)
([source](https://togithub.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8))
| [`1.5.0` ->
`1.6.0`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-v8/1.5.0/1.6.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@vitest%2fcoverage-v8/1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vitest%2fcoverage-v8/1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vitest%2fcoverage-v8/1.5.0/1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitest%2fcoverage-v8/1.5.0/1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [chalk](https://togithub.com/chalk/chalk) | [`5.0.0` ->
`5.3.0`](https://renovatebot.com/diffs/npm/chalk/5.0.0/5.3.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/chalk/5.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/chalk/5.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/chalk/5.0.0/5.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/chalk/5.0.0/5.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [chromatic](https://www.chromatic.com)
([source](https://togithub.com/chromaui/chromatic-cli)) | [`11.3.0` ->
`11.5.5`](https://renovatebot.com/diffs/npm/chromatic/11.3.0/11.5.5) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/chromatic/11.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/chromatic/11.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/chromatic/11.3.0/11.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/chromatic/11.3.0/11.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [eslint](https://eslint.org)
([source](https://togithub.com/eslint/eslint)) | [`9.0.0` ->
`9.6.0`](https://renovatebot.com/diffs/npm/eslint/9.0.0/9.6.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/9.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint/9.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint/9.0.0/9.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint/9.0.0/9.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [eslint](https://eslint.org)
([source](https://togithub.com/eslint/eslint)) | [`9.5.0` ->
`9.6.0`](https://renovatebot.com/diffs/npm/eslint/9.5.0/9.6.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/9.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint/9.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint/9.5.0/9.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint/9.5.0/9.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [jsdom](https://togithub.com/jsdom/jsdom) | [`24.0.0` ->
`24.1.0`](https://renovatebot.com/diffs/npm/jsdom/24.0.0/24.1.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/jsdom/24.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/jsdom/24.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/jsdom/24.0.0/24.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/jsdom/24.0.0/24.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [nuxt](https://nuxt.com)
([source](https://togithub.com/nuxt/nuxt/tree/HEAD/packages/nuxt)) |
[`3.11.2` ->
`3.12.3`](https://renovatebot.com/diffs/npm/nuxt/3.11.2/3.12.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/nuxt/3.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nuxt/3.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/nuxt/3.11.2/3.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nuxt/3.11.2/3.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [nuxt](https://nuxt.com)
([source](https://togithub.com/nuxt/nuxt/tree/HEAD/packages/nuxt)) |
[`3.12.2` ->
`3.12.3`](https://renovatebot.com/diffs/npm/nuxt/3.12.2/3.12.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/nuxt/3.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nuxt/3.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/nuxt/3.12.2/3.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nuxt/3.12.2/3.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [nuxt-og-image](https://nuxtseo.com/og-image)
([source](https://togithub.com/nuxt-modules/og-image)) | [`3.0.0-rc.54`
->
`3.0.0-rc.56`](https://renovatebot.com/diffs/npm/nuxt-og-image/3.0.0-rc.54/3.0.0-rc.56)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/nuxt-og-image/3.0.0-rc.56?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nuxt-og-image/3.0.0-rc.56?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/nuxt-og-image/3.0.0-rc.54/3.0.0-rc.56?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nuxt-og-image/3.0.0-rc.54/3.0.0-rc.56?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [pnpm](https://pnpm.io) ([source](https://togithub.com/pnpm/pnpm)) |
[`9.4.0` -> `9.5.0`](https://renovatebot.com/diffs/npm/pnpm/9.4.0/9.5.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/9.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pnpm/9.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pnpm/9.4.0/9.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pnpm/9.4.0/9.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [prettier](https://prettier.io)
([source](https://togithub.com/prettier/prettier)) | [`3.2.5` ->
`3.3.2`](https://renovatebot.com/diffs/npm/prettier/3.2.5/3.3.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/prettier/3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/prettier/3.2.5/3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier/3.2.5/3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [release-it](https://togithub.com/release-it/release-it) | [`17.2.0`
-> `17.5.0`](https://renovatebot.com/diffs/npm/release-it/17.2.0/17.5.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/release-it/17.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/release-it/17.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/release-it/17.2.0/17.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/release-it/17.2.0/17.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [typescript](https://www.typescriptlang.org/)
([source](https://togithub.com/Microsoft/TypeScript)) | [`5.4.3` ->
`5.5.3`](https://renovatebot.com/diffs/npm/typescript/5.4.3/5.5.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript/5.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript/5.4.3/5.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.4.3/5.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [vite](https://vitejs.dev)
([source](https://togithub.com/vitejs/vite/tree/HEAD/packages/vite)) |
[`5.2.2` -> `5.3.3`](https://renovatebot.com/diffs/npm/vite/5.2.2/5.3.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/vite/5.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/5.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/5.2.2/5.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/5.2.2/5.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [vitest](https://togithub.com/vitest-dev/vitest)
([source](https://togithub.com/vitest-dev/vitest/tree/HEAD/packages/vitest))
| [`1.2.0` ->
`1.6.0`](https://renovatebot.com/diffs/npm/vitest/1.2.0/1.6.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/vitest/1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vitest/1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vitest/1.2.0/1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitest/1.2.0/1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [vue](https://togithub.com/vuejs/core/tree/main/packages/vue#readme)
([source](https://togithub.com/vuejs/core)) | [`3.4.21` ->
`3.4.31`](https://renovatebot.com/diffs/npm/vue/3.4.21/3.4.31) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/vue/3.4.31?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vue/3.4.31?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vue/3.4.21/3.4.31?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue/3.4.21/3.4.31?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [vue-router](https://togithub.com/vuejs/router) | [`4.3.0` ->
`4.4.0`](https://renovatebot.com/diffs/npm/vue-router/4.3.0/4.4.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/vue-router/4.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vue-router/4.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vue-router/4.3.0/4.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue-router/4.3.0/4.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [vue-tsc](https://togithub.com/vuejs/language-tools)
([source](https://togithub.com/vuejs/language-tools/tree/HEAD/packages/tsc))
| [`2.0.22` ->
`2.0.26`](https://renovatebot.com/diffs/npm/vue-tsc/2.0.22/2.0.26) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/vue-tsc/2.0.26?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vue-tsc/2.0.26?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vue-tsc/2.0.22/2.0.26?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue-tsc/2.0.22/2.0.26?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>nuxt/content (@&#8203;nuxt/content)</summary>

###
[`v2.13.1`](https://togithub.com/nuxt/content/blob/HEAD/CHANGELOG.md#v2131)

[Compare
Source](https://togithub.com/nuxt/content/compare/v2.13.0...v2.13.1)

[compare
changes](https://togithub.com/nuxt/content/compare/v2.13.0...v2.13.1)

##### 🔥 Performance

- **dev-cache:** Improve localhost markdown page navigation performance
(when having 2,000+ pages)
([#&#8203;2675](https://togithub.com/nuxt/content/pull/2675))

##### 🩹 Fixes

- **module:** Do not force prerender index page
([#&#8203;2681](https://togithub.com/nuxt/content/pull/2681))
- Hot reload on dev server for documentDriven: false
([#&#8203;2686](https://togithub.com/nuxt/content/pull/2686))

##### 📖 Documentation

- Typo in configuration
([#&#8203;2677](https://togithub.com/nuxt/content/pull/2677))
- Add missing await keyword in search documentation
([#&#8203;2687](https://togithub.com/nuxt/content/pull/2687))

##### 🏡 Chore

- Upgrade deps
([3fb379a6](https://togithub.com/nuxt/content/commit/3fb379a6))
- Remove `@nuxt/ui` resolution
([29fd1489](https://togithub.com/nuxt/content/commit/29fd1489))

##### ❤️ Contributors

-   Roman Lossa <roman.lossa@lycorp.co.jp>
-   Bogdan Gradinariu ([@&#8203;gion](http://github.com/gion))
-   Farnabaz <farnabaz@gmail.com>
-   Gareth <gareth@redfern.dev>

</details>

<details>
<summary>nuxt/devtools (@&#8203;nuxt/devtools)</summary>

###
[`v1.3.9`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#139-2024-07-02)

[Compare
Source](https://togithub.com/nuxt/devtools/compare/v1.3.8...v1.3.9)

##### Bug Fixes

- capture for circular reference in state editor
([841fd76](https://togithub.com/nuxt/devtools/commit/841fd76002b3eb82871659ab57fe5ace66cd64d8))
- introduce `client.revision` to trigger state editor update
([418a22e](https://togithub.com/nuxt/devtools/commit/418a22ed624584a25eab2ed4880147e6d572eb32))
- **modules:** update compatibility check for Nuxt 3 and 4
([#&#8203;689](https://togithub.com/nuxt/devtools/issues/689))
([2354da7](https://togithub.com/nuxt/devtools/commit/2354da79b77741893d1e35270d7406ae76cc75c7))
- use `ofetch` for `fast-npm-meta`
([4188f8d](https://togithub.com/nuxt/devtools/commit/4188f8d3a2323873ef760aa2fe5b7b5faca22959))

###
[`v1.3.8`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#138-2024-07-02)

[Compare
Source](https://togithub.com/nuxt/devtools/compare/v1.3.7...v1.3.8)

##### Performance Improvements

- avoid deps on `npm-registry-fetch`, save install size
([3d74691](https://togithub.com/nuxt/devtools/commit/3d74691d4daae3ef1fba14cff01b160c1409ebd3))

###
[`v1.3.7`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#137-2024-06-27)

[Compare
Source](https://togithub.com/nuxt/devtools/compare/v1.3.6...v1.3.7)

##### Bug Fixes

- OpenGraph layout
([#&#8203;685](https://togithub.com/nuxt/devtools/issues/685))
([760f149](https://togithub.com/nuxt/devtools/commit/760f14920f5c02d1d88a43671795bef06afafa02))
- scrollable sidebar
([#&#8203;682](https://togithub.com/nuxt/devtools/issues/682))
([df459f9](https://togithub.com/nuxt/devtools/commit/df459f9057bd8122c85540c87a53489e5bf9826b))
- **server-routes:** unable to clear all params
([#&#8203;684](https://togithub.com/nuxt/devtools/issues/684))
([d88b003](https://togithub.com/nuxt/devtools/commit/d88b003fa244204b3c0c43b0cf250d790e4526f9))

##### Features

- use nuxt search api for showing docs
([#&#8203;681](https://togithub.com/nuxt/devtools/issues/681))
([52b6468](https://togithub.com/nuxt/devtools/commit/52b6468df31d65528fbc3f0e58d189265523e11c))

##### Performance Improvements

- use `npm-registry-fetch` instead of `pacote` to deduce the package
size
([a049c52](https://togithub.com/nuxt/devtools/commit/a049c5204debe7efeb8420cde4cb6b0aa1559b3f))

###
[`v1.3.6`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#136-2024-06-21)

[Compare
Source](https://togithub.com/nuxt/devtools/compare/v1.3.5...v1.3.6)

##### Features

- migrate vue-devtools to v7.3
([#&#8203;675](https://togithub.com/nuxt/devtools/issues/675))
([79e6d35](https://togithub.com/nuxt/devtools/commit/79e6d3584e3868e46e76c616e089d67e9f24b39e))

###
[`v1.3.5`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#135-2024-06-21)

[Compare
Source](https://togithub.com/nuxt/devtools/compare/v1.3.4...v1.3.5)

##### Bug Fixes

- downgrade module-builder
([de79dc4](https://togithub.com/nuxt/devtools/commit/de79dc494074bc7bb8e6ccfd711e57a6d533d95a))

###
[`v1.3.4`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#134-2024-06-21)

[Compare
Source](https://togithub.com/nuxt/devtools/compare/v1.3.3...v1.3.4)

##### Bug Fixes

- color mode
([#&#8203;679](https://togithub.com/nuxt/devtools/issues/679))
([d276b31](https://togithub.com/nuxt/devtools/commit/d276b314255a7601dbc0781527764f20e81e9558))
- navigate to pages with param
([#&#8203;678](https://togithub.com/nuxt/devtools/issues/678))
([316bcd9](https://togithub.com/nuxt/devtools/commit/316bcd996b9c2c3ed1b760c1ddd4f83d4fd60a0f))

###
[`v1.3.3`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#133-2024-06-04)

[Compare
Source](https://togithub.com/nuxt/devtools/compare/v1.3.2...v1.3.3)

##### Bug Fixes

- pin `@vue/devtools-*`
([4c79fac](https://togithub.com/nuxt/devtools/commit/4c79fac7ca16c963640e92c5c50f1346d375cc35))
- sort items in fuse
([#&#8203;670](https://togithub.com/nuxt/devtools/issues/670))
([8d052be](https://togithub.com/nuxt/devtools/commit/8d052be418661af150e46f3d65e231ecaa02129c))

###
[`v1.3.2`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#132-2024-05-27)

[Compare
Source](https://togithub.com/nuxt/devtools/compare/v1.3.1...v1.3.2)

##### Bug Fixes

- floating-vue style
([7b7dc32](https://togithub.com/nuxt/devtools/commit/7b7dc32edebb2ea9b1fa5662b588dcbf78ff5726))
- sidebar scroll
([946f930](https://togithub.com/nuxt/devtools/commit/946f93093b72114b45f8aa1b70b9fb21005f7042))
- **timeline:** reduce warning
([#&#8203;661](https://togithub.com/nuxt/devtools/issues/661))
([33fe685](https://togithub.com/nuxt/devtools/commit/33fe6857dabff26a0cb30fb1b1f170e8a658a96b))

###
[`v1.3.1`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#131-2024-05-10)

[Compare
Source](https://togithub.com/nuxt/devtools/compare/v1.3.0...v1.3.1)

##### Bug Fixes

- module builder chunk path patch
([87199a1](https://togithub.com/nuxt/devtools/commit/87199a174ed662dffc6d1eeaa04116635576fca6))

###
[`v1.3.0`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#130-2024-05-10)

[Compare
Source](https://togithub.com/nuxt/devtools/compare/v1.2.0...v1.3.0)

##### Bug Fixes

- **devtools:** optimize the home page layout
([#&#8203;654](https://togithub.com/nuxt/devtools/issues/654))
([a1ad266](https://togithub.com/nuxt/devtools/commit/a1ad26671414c0128aa51d105534298b714cbf93))
- upgrade `vite-plugin-vue-inspector`, fix
[#&#8203;657](https://togithub.com/nuxt/devtools/issues/657)
([f67f0f2](https://togithub.com/nuxt/devtools/commit/f67f0f2069f8675eeb2e8118aa09c04d448ccda9))

##### Features

- components tree panel
([#&#8203;655](https://togithub.com/nuxt/devtools/issues/655))
([3162269](https://togithub.com/nuxt/devtools/commit/3162269329b6e4d3b89199143fc551616570edd5))
- hide devtools when printing
([#&#8203;648](https://togithub.com/nuxt/devtools/issues/648))
([1be7b2d](https://togithub.com/nuxt/devtools/commit/1be7b2da4015d422f96542602b1b9e106ea7b1b3))

###
[`v1.2.0`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#120-2024-04-19)

[Compare
Source](https://togithub.com/nuxt/devtools/compare/v1.1.5...v1.2.0)

##### Bug Fixes

- adopt forward-compatible approach to `builder:watch`
([#&#8203;637](https://togithub.com/nuxt/devtools/issues/637))
([800d71f](https://togithub.com/nuxt/devtools/commit/800d71fd4962a0bf4357484c1fbecc6dec8a743e))
- opt in to `import.meta.*` properties
([#&#8203;635](https://togithub.com/nuxt/devtools/issues/635))
([ce60ab4](https://togithub.com/nuxt/devtools/commit/ce60ab426ac9000f5abee741a6e3d3144f868f18))

#### [1.1.5](https://togithub.com/nuxt/devtools/compare/v1.1.4...v1.1.5)
(2024-03-28)

##### Features

- update `@vue/devtools-applet`, fix
[#&#8203;640](https://togithub.com/nuxt/devtools/issues/640)
([cbb711d](https://togithub.com/nuxt/devtools/commit/cbb711d1d56ff27bb78055945267c05ad8cc7328))

#### [1.1.4](https://togithub.com/nuxt/devtools/compare/v1.1.3...v1.1.4)
(2024-03-26)

##### Bug Fixes

- update vue devtools applet
([5163c0d](https://togithub.com/nuxt/devtools/commit/5163c0de4cc9ba3e9ad75adb686852d65ffdf29e))
- vite-inspect iframe url
([#&#8203;633](https://togithub.com/nuxt/devtools/issues/633))
([2c942e5](https://togithub.com/nuxt/devtools/commit/2c942e59a664204b9a16acfd086c60588f1e3b4a))

#### [1.1.3](https://togithub.com/nuxt/devtools/compare/v1.1.2...v1.1.3)
(2024-03-21)

##### Bug Fixes

- **devtools:** do not try to overlay on server
([#&#8203;630](https://togithub.com/nuxt/devtools/issues/630))
([9b633cd](https://togithub.com/nuxt/devtools/commit/9b633cda75377afb4a5b6b26780a1e92012b6063))

#### [1.1.2](https://togithub.com/nuxt/devtools/compare/v1.1.1...v1.1.2)
(2024-03-21)

##### Bug Fixes

- **pinia:** pinia module searching null safety
([#&#8203;628](https://togithub.com/nuxt/devtools/issues/628))
([8937b78](https://togithub.com/nuxt/devtools/commit/8937b783cbb8d5e4a480d7b82c32626abaea5c8d))
- scheduledTasks can be undefined
([#&#8203;626](https://togithub.com/nuxt/devtools/issues/626))
([7044c47](https://togithub.com/nuxt/devtools/commit/7044c47fad36fe90ebbc2e1bef3d92783a1aa596))

##### Features

- enable picture in picture for localhost
([#&#8203;627](https://togithub.com/nuxt/devtools/issues/627))
([c43500a](https://togithub.com/nuxt/devtools/commit/c43500ae2f2cdf30ccf4592e729fbda7c20995e8))

#### [1.1.1](https://togithub.com/nuxt/devtools/compare/v1.1.0...v1.1.1)
(2024-03-20)

##### Bug Fixes

- **client:** pinia panel visible logic
([#&#8203;624](https://togithub.com/nuxt/devtools/issues/624))
([ed599ab](https://togithub.com/nuxt/devtools/commit/ed599ab1e671aa04c51d5df2c22baf062b5369de))
- use RPC to get tasks
([#&#8203;625](https://togithub.com/nuxt/devtools/issues/625))
([4f347a2](https://togithub.com/nuxt/devtools/commit/4f347a2c81b4042903b80df2f9f74fd37a540896))

</details>

<details>
<summary>nuxt/eslint (@&#8203;nuxt/eslint-config)</summary>

### [`v0.3.13`](https://togithub.com/nuxt/eslint/releases/tag/v0.3.13)

[Compare
Source](https://togithub.com/nuxt/eslint/compare/v0.3.12...v0.3.13)

#####    🚀 Features

- **config**: Add `regexp` rule set for toolings preset  -  by
[@&#8203;antfu](https://togithub.com/antfu) in
[https://github.com/nuxt/eslint/issues/436](https://togithub.com/nuxt/eslint/issues/436)
[<samp>(59f17)</samp>](https://togithub.com/nuxt/eslint/commit/59f1761)

#####     [View changes on
GitHub](https://togithub.com/nuxt/eslint/compare/v0.3.12...v0.3.13)

### [`v0.3.12`](https://togithub.com/nuxt/eslint/releases/tag/v0.3.12)

[Compare
Source](https://togithub.com/nuxt/eslint/compare/v0.3.11...v0.3.12)

#####    🐞 Bug Fixes

- Allow single name file under prefixed components folder, fix
[#&#8203;419](https://togithub.com/nuxt/eslint/issues/419)  -  by
[@&#8203;antfu](https://togithub.com/antfu) in
[https://github.com/nuxt/eslint/issues/419](https://togithub.com/nuxt/eslint/issues/419)
[<samp>(cd015)</samp>](https://togithub.com/nuxt/eslint/commit/cd0157c)

#####     [View changes on
GitHub](https://togithub.com/nuxt/eslint/compare/v0.3.11...v0.3.12)

### [`v0.3.11`](https://togithub.com/nuxt/eslint/releases/tag/v0.3.11)

[Compare
Source](https://togithub.com/nuxt/eslint/compare/v0.3.10...v0.3.11)

#####    🚀 Features

- Update deps  -  by [@&#8203;antfu](https://togithub.com/antfu)
[<samp>(d2876)</samp>](https://togithub.com/nuxt/eslint/commit/d287604)

#####     [View changes on
GitHub](https://togithub.com/nuxt/eslint/compare/v0.3.10...v0.3.11)

### [`v0.3.10`](https://togithub.com/nuxt/eslint/releases/tag/v0.3.10)

[Compare
Source](https://togithub.com/nuxt/eslint/compare/v0.3.9...v0.3.10)

#####    🐞 Bug Fixes

-   **module**:
- Override `@eslint/js` config to keep the name consistent, fix
[#&#8203;408](https://togithub.com/nuxt/eslint/issues/408)  -  by
[@&#8203;antfu](https://togithub.com/antfu) in
[https://github.com/nuxt/eslint/issues/408](https://togithub.com/nuxt/eslint/issues/408)
[<samp>(477ee)</samp>](https://togithub.com/nuxt/eslint/commit/477ee5c)
- Get random port for config inspector, fix
[#&#8203;406](https://togithub.com/nuxt/eslint/issues/406)  -  by
[@&#8203;antfu](https://togithub.com/antfu) in
[https://github.com/nuxt/eslint/issues/406](https://togithub.com/nuxt/eslint/issues/406)
[<samp>(07eac)</samp>](https://togithub.com/nuxt/eslint/commit/07eace1)

#####     [View changes on
GitHub](https://togithub.com/nuxt/eslint/compare/v0.3.9...v0.3.10)

### [`v0.3.9`](https://togithub.com/nuxt/eslint/releases/tag/v0.3.9)

[Compare
Source](https://togithub.com/nuxt/eslint/compare/v0.3.8...v0.3.9)

#####    🐞 Bug Fixes

- Update `@eslint/config-inspector`, close
[#&#8203;400](https://togithub.com/nuxt/eslint/issues/400)  -  by
[@&#8203;antfu](https://togithub.com/antfu) in
[https://github.com/nuxt/eslint/issues/400](https://togithub.com/nuxt/eslint/issues/400)
[<samp>(97cb9)</samp>](https://togithub.com/nuxt/eslint/commit/97cb9a7)
- **module**: Upgrade `eslint-typegen`, close
[#&#8203;405](https://togithub.com/nuxt/eslint/issues/405)  -  by
[@&#8203;antfu](https://togithub.com/antfu) in
[https://github.com/nuxt/eslint/issues/405](https://togithub.com/nuxt/eslint/issues/405)
[<samp>(91b3f)</samp>](https://togithub.com/nuxt/eslint/commit/91b3f8c)

#####     [View changes on
GitHub](https://togithub.com/nuxt/eslint/compare/v0.3.8...v0.3.9)

### [`v0.3.8`](https://togithub.com/nuxt/eslint/releases/tag/v0.3.8)

[Compare
Source](https://togithub.com/nuxt/eslint/compare/v0.3.7...v0.3.8)

#####    🐞 Bug Fixes

-   **config**:
- Include `$fetch` as the global, close
[#&#8203;371](https://togithub.com/nuxt/eslint/issues/371)  -  by
[@&#8203;antfu](https://togithub.com/antfu) in
[https://github.com/nuxt/eslint/issues/371](https://togithub.com/nuxt/eslint/issues/371)
[<samp>(e5b47)</samp>](https://togithub.com/nuxt/eslint/commit/e5b47de)
-   **module**:
- Use relative path in the generate eslint.config, fix
[#&#8203;395](https://togithub.com/nuxt/eslint/issues/395)  -  by
[@&#8203;antfu](https://togithub.com/antfu) in
[https://github.com/nuxt/eslint/issues/395](https://togithub.com/nuxt/eslint/issues/395)
[<samp>(7bfb7)</samp>](https://togithub.com/nuxt/eslint/commit/7bfb780)
- Adding `fix` option to `checker`, fix
[#&#8203;394](https://togithub.com/nuxt/eslint/issues/394)  -  by
[@&#8203;antfu](https://togithub.com/antfu) in
[https://github.com/nuxt/eslint/issues/394](https://togithub.com/nuxt/eslint/issues/394)
[<samp>(05f00)</samp>](https://togithub.com/nuxt/eslint/commit/05f0005)

#####     [View changes on
GitHub](https://togithub.com/nuxt/eslint/compare/v0.3.7...v0.3.8)

### [`v0.3.7`](https://togithub.com/nuxt/eslint/releases/tag/v0.3.7)

[Compare
Source](https://togithub.com/nuxt/eslint/compare/v0.3.6...v0.3.7)

#####    🚀 Features

- **eslint-config**: Add Nuxt-aware
`vue/multiline-html-element-content-newline` rule  -  by
[@&#8203;DamianGlowala](https://togithub.com/DamianGlowala),
**autofix-ci\[bot]** and [@&#8203;antfu](https://togithub.com/antfu) in
[https://github.com/nuxt/eslint/issues/391](https://togithub.com/nuxt/eslint/issues/391)
[<samp>(f3f33)</samp>](https://togithub.com/nuxt/eslint/commit/f3f335d)
- **module**: Provide types for config overrides  -  by
[@&#8203;antfu](https://togithub.com/antfu)
[<samp>(55b38)</samp>](https://togithub.com/nuxt/eslint/commit/55b3806)

#####     [View changes on
GitHub](https://togithub.com/nuxt/eslint/compare/v0.3.6...v0.3.7)

</details>

<details>
<summary>nuxt/fonts (@&#8203;nuxt/fonts)</summary>

###
[`v0.7.1`](https://togithub.com/nuxt/fonts/blob/HEAD/CHANGELOG.md#v071)

[Compare
Source](https://togithub.com/nuxt/fonts/compare/v0.7.0...v0.7.1)

[compare
changes](https://togithub.com/nuxt/fonts/compare/v0.7.0...v0.7.1)

##### 🩹 Fixes

- **local:** Scan for fonts in all public assets dirs
([6e7ae2b](https://togithub.com/nuxt/fonts/commit/6e7ae2b))
- Ensure we don't have font filenames prefixed with `-`
([dfa252a](https://togithub.com/nuxt/fonts/commit/dfa252a))

##### 📖 Documentation

- Add docs page
([#&#8203;146](https://togithub.com/nuxt/fonts/pull/146))
- Update home page links
([8c91318](https://togithub.com/nuxt/fonts/commit/8c91318))
- Two more links
([5af0e5e](https://togithub.com/nuxt/fonts/commit/5af0e5e))

##### 🏡 Chore

- Add CODEOWNERS file
([#&#8203;156](https://togithub.com/nuxt/fonts/pull/156))
-   Lint ([1632eee](https://togithub.com/nuxt/fonts/commit/1632eee))

##### ❤️ Contributors

-   Daniel Roe ([@&#8203;danielroe](http://github.com/danielroe))
-   Tom Tang ([@&#8203;qwerzl](http://github.com/qwerzl))

</details>

<details>
<summary>nuxt/nuxt (@&#8203;nuxt/kit)</summary>

### [`v3.12.3`](https://togithub.com/nuxt/nuxt/releases/tag/v3.12.3)

[Compare
Source](https://togithub.com/nuxt/nuxt/compare/v3.12.2...v3.12.3)

> 3.12.3 is the next regularly scheduled patch release.

#### 👉 Changelog

[compare
changes](https://togithub.com/nuxt/nuxt/compare/v3.12.2...v3.12.3)

##### 🔥 Performance

- **nuxt,vite:** Use native fs utils rather than `fs-extra`
([#&#8203;27787](https://togithub.com/nuxt/nuxt/pull/27787))
- **schema:** Use `chokidar` when a custom `srcDir` is provided
([#&#8203;27871](https://togithub.com/nuxt/nuxt/pull/27871))
- **nuxt:** Ensure `prefetchComponents` is treeshaken on server
([#&#8203;27905](https://togithub.com/nuxt/nuxt/pull/27905))

##### 🩹 Fixes

- **nuxt:** Flag async data promise as cancelled only if defined
([#&#8203;27690](https://togithub.com/nuxt/nuxt/pull/27690))
- **schema:** Handle backwards compat for `dir.app`
([0c73cb734](https://togithub.com/nuxt/nuxt/commit/0c73cb734))
- **nuxt:** Support hoisting types of subpath imports
([#&#8203;27720](https://togithub.com/nuxt/nuxt/pull/27720))
- **nuxt:** Resolve routes when `navigateTo` called with `open`
([#&#8203;27742](https://togithub.com/nuxt/nuxt/pull/27742))
- **nuxt:** Handle subpaths more correctly
([d7402a799](https://togithub.com/nuxt/nuxt/commit/d7402a799))
- **nuxt:** Delay navigation until user input is acknowledged
([#&#8203;27743](https://togithub.com/nuxt/nuxt/pull/27743))
- **nuxt:** Resolve aliases used in nitro plugin paths
([#&#8203;27741](https://togithub.com/nuxt/nuxt/pull/27741))
- **schema:** Do not use full path assets/public aliases
([d0518650f](https://togithub.com/nuxt/nuxt/commit/d0518650f))
- **nuxt:** Defer registering inp handler until nuxt is mounted
([866a5319a](https://togithub.com/nuxt/nuxt/commit/866a5319a))
- **nuxt:** Add `refresh` type in server component refs
([#&#8203;27778](https://togithub.com/nuxt/nuxt/pull/27778))
- **nuxt:** Extract all-literal page meta
([#&#8203;27821](https://togithub.com/nuxt/nuxt/pull/27821))
- **kit:** Handle loading nuxt 4+
([cf251bd48](https://togithub.com/nuxt/nuxt/commit/cf251bd48))
- **nuxt:** Handle external links to named route objects
([#&#8203;27829](https://togithub.com/nuxt/nuxt/pull/27829))
- **nuxt:** Use URL to encode redirected URLs
([#&#8203;27822](https://togithub.com/nuxt/nuxt/pull/27822))
- **nuxt:** Don't use app version when verifying nuxt deps
([#&#8203;27864](https://togithub.com/nuxt/nuxt/pull/27864))
- **nuxt:** Prompt to set compatibility date with latest nitro
([#&#8203;27893](https://togithub.com/nuxt/nuxt/pull/27893))
- **nuxt:** Add `#vue-router` alias for backwards compat
([#&#8203;27896](https://togithub.com/nuxt/nuxt/pull/27896))
- **nuxt:** Move app augments to core `nuxt` types
([#&#8203;27900](https://togithub.com/nuxt/nuxt/pull/27900))
- **nuxt:** Pass augmented pages to child paths
([ecb35d3a2](https://togithub.com/nuxt/nuxt/commit/ecb35d3a2))
- **nuxt:** Use pascal name when loading server component
([#&#8203;27928](https://togithub.com/nuxt/nuxt/pull/27928))
- **nuxt:** Improve async data warning
([#&#8203;27874](https://togithub.com/nuxt/nuxt/pull/27874),
[#&#8203;27934](https://togithub.com/nuxt/nuxt/pull/27934))
- **nuxt:** Allow configuring server components in modules
([#&#8203;27936](https://togithub.com/nuxt/nuxt/pull/27936))
- **vite:** Omit css `?raw` from head when in dev mode
([#&#8203;27940](https://togithub.com/nuxt/nuxt/pull/27940))
- **kit,nuxt:** Ensure webworker types are available
([4cab71d66](https://togithub.com/nuxt/nuxt/commit/4cab71d66))
- **nuxt:** Seed crawler when prerendering pages
([#&#8203;27955](https://togithub.com/nuxt/nuxt/pull/27955))
- **vite:** Fix type issue with legacy dev bundler
([f9fa1a3e9](https://togithub.com/nuxt/nuxt/commit/f9fa1a3e9))
- **nuxt:** Improve dx around compatibility date prompt
([#&#8203;27965](https://togithub.com/nuxt/nuxt/pull/27965))

##### 💅 Refactors

- **kit,nuxt:** Use `performance.now` to measure time
([d14f7ec46](https://togithub.com/nuxt/nuxt/commit/d14f7ec46))

##### 📖 Documentation

- Add referral query variable to Vue School Links
([#&#8203;27670](https://togithub.com/nuxt/nuxt/pull/27670))
- Fix variable name
([#&#8203;27675](https://togithub.com/nuxt/nuxt/pull/27675))
- Clarify how transitions are configured globally
([#&#8203;27679](https://togithub.com/nuxt/nuxt/pull/27679))
- Remove outdated recommendation
([#&#8203;27691](https://togithub.com/nuxt/nuxt/pull/27691))
- Add `refreshCookie` on `useCookie` doc page
([#&#8203;27744](https://togithub.com/nuxt/nuxt/pull/27744))
- Sync changes from `main` branch
([e7fbc9f81](https://togithub.com/nuxt/nuxt/commit/e7fbc9f81))
- Remove outdated tip
([#&#8203;27773](https://togithub.com/nuxt/nuxt/pull/27773))
- Warn about awaiting `useFetch`/`AsyncData` in wrappers
([#&#8203;27785](https://togithub.com/nuxt/nuxt/pull/27785))
- Update some code groups with package manager examples
([#&#8203;27791](https://togithub.com/nuxt/nuxt/pull/27791))
- Hint to use runtime config
([#&#8203;27859](https://togithub.com/nuxt/nuxt/pull/27859))
- Use internal link
([#&#8203;27883](https://togithub.com/nuxt/nuxt/pull/27883))
- Update links to `vue-router` docs
([#&#8203;27895](https://togithub.com/nuxt/nuxt/pull/27895))
- Use internal link
([#&#8203;27894](https://togithub.com/nuxt/nuxt/pull/27894))
- Remove warning about type checking
([#&#8203;27911](https://togithub.com/nuxt/nuxt/pull/27911))
- `compatibilityVersion` is available in the latest release
([#&#8203;27919](https://togithub.com/nuxt/nuxt/pull/27919))
- Update roadmap + readme
([748bc751d](https://togithub.com/nuxt/nuxt/commit/748bc751d))
- Update `Nuxt 3` -> `Nuxt` or `Nuxt 3+`
([3c16c890c](https://togithub.com/nuxt/nuxt/commit/3c16c890c))
- Update reference to nightly release for testing nuxt 4
([5d2dc9714](https://togithub.com/nuxt/nuxt/commit/5d2dc9714))
- Remove duplicate server-side notice in runtime config
([#&#8203;27929](https://togithub.com/nuxt/nuxt/pull/27929))
- Warn about ref unwrapping when auto-importing `ref`s
([#&#8203;27933](https://togithub.com/nuxt/nuxt/pull/27933))
- Mention layers in directory guide
([c222fe7aa](https://togithub.com/nuxt/nuxt/commit/c222fe7aa))

##### 🏡 Chore

- Use absolute urls for sources to assets in readme
([5ef305cec](https://togithub.com/nuxt/nuxt/commit/5ef305cec))
- Use relative links and update in build script
([7dd15186e](https://togithub.com/nuxt/nuxt/commit/7dd15186e))
- Use backup file extension
([a42a3869b](https://togithub.com/nuxt/nuxt/commit/a42a3869b))
- Allow changelogs with breaking changes
([e11587189](https://togithub.com/nuxt/nuxt/commit/e11587189))
- Allow major bumps
([dea0b86c7](https://togithub.com/nuxt/nuxt/commit/dea0b86c7))
- Add `4x` tag for v4 nightly releases
([9d5dd5494](https://togithub.com/nuxt/nuxt/commit/9d5dd5494))
- **vite:** Restore utils required for `dev-bundler`
([e3448fa0d](https://togithub.com/nuxt/nuxt/commit/e3448fa0d))
- Remove nitro/h3 from renovate, and reenable vitejs/vue
([9037b0d2c](https://togithub.com/nuxt/nuxt/commit/9037b0d2c))
- Improve type safety with indexed access
([#&#8203;27626](https://togithub.com/nuxt/nuxt/pull/27626))
- Add [@&#8203;danielroe](https://togithub.com/danielroe) to code owners
([7fa957729](https://togithub.com/nuxt/nuxt/commit/7fa957729))
- Remove renovate configuration from `2.x` branch
([8003cf72f](https://togithub.com/nuxt/nuxt/commit/8003cf72f))
- Remove issue template for 2.x
([9f9fb9251](https://togithub.com/nuxt/nuxt/commit/9f9fb9251))
- Remove unused variable
([f07969d88](https://togithub.com/nuxt/nuxt/commit/f07969d88))

##### ✅ Tests

- **schema:** Normalize snapshot paths for windows
([#&#8203;27654](https://togithub.com/nuxt/nuxt/pull/27654))
- **nuxt:** Normalize paths for windows
([#&#8203;27653](https://togithub.com/nuxt/nuxt/pull/27653))
- Bump timeout for node-compat test
([228b8b889](https://togithub.com/nuxt/nuxt/commit/228b8b889))
- Slightly improve test reliability
([#&#8203;27811](https://togithub.com/nuxt/nuxt/pull/27811))

##### 🤖 CI

- Update changelog from 3.x branch updates
([2b6967fbb](https://togithub.com/nuxt/nuxt/commit/2b6967fbb))
- Add 3x tag instead
([c0ef279f2](https://togithub.com/nuxt/nuxt/commit/c0ef279f2))
- Run workflows against 3.x branch as well
([31255a14d](https://togithub.com/nuxt/nuxt/commit/31255a14d))
- Use correct SHA calculation for release-pr action
([#&#8203;27604](https://togithub.com/nuxt/nuxt/pull/27604))
- Resolve bash syntax error
([#&#8203;27789](https://togithub.com/nuxt/nuxt/pull/27789))
- Only run scorecards against `main` branch
([7abd982f8](https://togithub.com/nuxt/nuxt/commit/7abd982f8))
- Raise renovate prs against 3.x branch too
([f176c150a](https://togithub.com/nuxt/nuxt/commit/f176c150a))
- Ignore `@vitejs/plugin-vue` again
([56660cbdd](https://togithub.com/nuxt/nuxt/commit/56660cbdd))
- Prevent more than one release from occurring at same time
([71705550f](https://togithub.com/nuxt/nuxt/commit/71705550f))
- Don't run changelog update on 2.x branch
([1be639364](https://togithub.com/nuxt/nuxt/commit/1be639364))

##### ❤️ Contributors

-   Daniel Roe ([@&#8203;danielroe](https://togithub.com/danielroe))
- Typed SIGTERM
([@&#8203;typed-sigterm](https://togithub.com/typed-sigterm))
-   Seno ([@&#8203;s-en-o](https://togithub.com/s-en-o))
- Julien Huang
([@&#8203;huang-julien](https://togithub.com/huang-julien))
- Michael Brevard
([@&#8203;GalacticHypernova](https://togithub.com/GalacticHypernova))
-   Ryota Watanabe ([@&#8203;wattanx](https://togithub.com/wattanx))
- Martin Masevski
([@&#8203;Archetipo95](https://togithub.com/Archetipo95))
-   Alex Liu ([@&#8203;Mini-ghost](https://togithub.com/Mini-ghost))
- Bochkarev Ivan ([@&#8203;Ibochkarev](https://togithub.com/Ibochkarev))
-   Alexander Lichter ([@&#8203;manniL](https://togithub.com/manniL))
-   Dominic ([@&#8203;rexhent](https://togithub.com/rexhent))
-   Aviv Keller ([@&#8203;RedYetiDev](https://togithub.com/RedYetiDev))
- Maxime Pauvert ([@&#8203;maximepvrt](https://togithub.com/maximepvrt))
- Daniel Kelly
([@&#8203;danielkellyio](https://togithub.com/danielkellyio))
- Damian Głowala
([@&#8203;DamianGlowala](https://togithub.com/DamianGlowala))
- Idorenyin Udoh
([@&#8203;idorenyinudoh](https://togithub.com/idorenyinudoh))

### [`v3.12.2`](https://togithub.com/nuxt/nuxt/releases/tag/v3.12.2)

[Compare
Source](https://togithub.com/nuxt/nuxt/compare/v3.12.1...v3.12.2)

> 3.12.2 is the a regularly scheduled patch release.

##### ✅ Upgrading

As usual, our recommendation for upgrading is to run:

```sh
npx nuxi@latest upgrade --force
```

This will refresh your lockfile as well, and ensures that you pull in
updates from other dependencies that Nuxt relies on, particularly in the
unjs ecosystem.

##### 👉 Changelog

[compare
changes](https://togithub.com/nuxt/nuxt/compare/v3.12.1...v3.12.2)

##### 🔥 Performance

- **kit:** Deduplicate layers before resolving config
([#&#8203;27582](https://togithub.com/nuxt/nuxt/pull/27582))
- **webpack:** Decrease assets map iterations
([d929cd4ef](https://togithub.com/nuxt/nuxt/commit/d929cd4ef))
- **kit:** Various performance improvements
([#&#8203;27600](https://togithub.com/nuxt/nuxt/pull/27600))
- **vite:** Various performance improvements
([#&#8203;27601](https://togithub.com/nuxt/nuxt/pull/27601))
- **nuxt:** Don't wait for key deps check
([#&#8203;27638](https://togithub.com/nuxt/nuxt/pull/27638))

##### 🩹 Fixes

- **nuxt:** Call `onNuxtReady` callback without arguments
([#&#8203;27428](https://togithub.com/nuxt/nuxt/pull/27428))
- **schema:** Don't narrow head string types to literals
([#&#8203;27540](https://togithub.com/nuxt/nuxt/pull/27540))
- **schema:** `app/` dir backwards compatibility
([#&#8203;27529](https://togithub.com/nuxt/nuxt/pull/27529))
- **nuxt:** Manually assign payload reactivity when `ssr: false`
([#&#8203;27542](https://togithub.com/nuxt/nuxt/pull/27542))
- **nuxt:** Only log warning once per `runtimeConfig` key
([9e56b60c6](https://togithub.com/nuxt/nuxt/commit/9e56b60c6))
- **nuxt:** Overwrite `#app/defaults` rather than augmenting
([#&#8203;27567](https://togithub.com/nuxt/nuxt/pull/27567))
- **nuxt:** Export `useRouteAnnouncer`
([#&#8203;27562](https://togithub.com/nuxt/nuxt/pull/27562))
- **nuxt:** Remove backticks around runtimeConfig warning log
([#&#8203;27549](https://togithub.com/nuxt/nuxt/pull/27549))
- **nuxt:** Close top-level watcher on nuxt 'close'
([#&#8203;27571](https://togithub.com/nuxt/nuxt/pull/27571))
- **nuxt:** Handle tsx code when extracting pageMeta/routeRules
([#&#8203;27583](https://togithub.com/nuxt/nuxt/pull/27583))
- **nuxt:** Handle more edge cases with external/custom links
([#&#8203;27487](https://togithub.com/nuxt/nuxt/pull/27487))
- **nuxt:** Preserve route metadata assigned outside page
([#&#8203;27587](https://togithub.com/nuxt/nuxt/pull/27587))
- **nuxt:** Use portal to sync nitro/nuxt runtimeConfig + routeRules
([#&#8203;27596](https://togithub.com/nuxt/nuxt/pull/27596))
- **nuxt,schema:** Add types for `_installedModules`
([e4bfea642](https://togithub.com/nuxt/nuxt/commit/e4bfea642))
- **nuxt:** Include build-time pages in prerender routes
([#&#8203;27569](https://togithub.com/nuxt/nuxt/pull/27569))
- **nuxt:** Warn when async data doesn't return a value
([#&#8203;27599](https://togithub.com/nuxt/nuxt/pull/27599))
- **nuxt:** Replace deprecated `app.rootId` with `app.rootAttrs.id`
([#&#8203;27630](https://togithub.com/nuxt/nuxt/pull/27630))
- **nuxt:** Add `mergeProps` import in islands transform
([#&#8203;27622](https://togithub.com/nuxt/nuxt/pull/27622))
- **nuxt:** Reset cookie timeoutLength after expiration
([#&#8203;27632](https://togithub.com/nuxt/nuxt/pull/27632))
- **nuxt:** Add missing island uid for selective client components
([#&#8203;27633](https://togithub.com/nuxt/nuxt/pull/27633))
- **schema,vite:** Respect `vite.cacheDir` if defined
([#&#8203;27628](https://togithub.com/nuxt/nuxt/pull/27628))
- **nuxt:** Unregister hooks the moment `close` is called
([#&#8203;27637](https://togithub.com/nuxt/nuxt/pull/27637))
- **nuxt:** Add missing script stubs
([#&#8203;27640](https://togithub.com/nuxt/nuxt/pull/27640))
- **nuxt:** Only inject root path in prerender
([44cada95a](https://togithub.com/nuxt/nuxt/commit/44cada95a))
- **nuxt:** Reduce usage of cjs utilities
([#&#8203;27642](https://togithub.com/nuxt/nuxt/pull/27642))
- **nuxt:** Add `/` even if pages module isn't enabled
([dabcb5ecc](https://togithub.com/nuxt/nuxt/commit/dabcb5ecc))

##### 📖 Documentation

- Add warning about bridge migration with `head`
([#&#8203;27575](https://togithub.com/nuxt/nuxt/pull/27575))
- Update compatibility example
([4b28d2628](https://togithub.com/nuxt/nuxt/commit/4b28d2628))
- Document new `clear()` function added in 3.11
([#&#8203;27615](https://togithub.com/nuxt/nuxt/pull/27615))
- String vs object errors + accessing data of server-thrown errors
([#&#8203;27398](https://togithub.com/nuxt/nuxt/pull/27398))
- Correct Cloudflare deployment recommendations
([#&#8203;27641](https://togithub.com/nuxt/nuxt/pull/27641))

##### 🏡 Chore

- Add extra types for empty array definitions
([02945b9fa](https://togithub.com/nuxt/nuxt/commit/02945b9fa))
- Remove stub types file for `webpack-virtual-modules`
([58dd7f3a6](https://togithub.com/nuxt/nuxt/commit/58dd7f3a6))
-   Lint ([cb77ddc30](https://togithub.com/nuxt/nuxt/commit/cb77ddc30))

##### ✅ Tests

- Add type test for nuxt module resolved types
([115fc2d18](https://togithub.com/nuxt/nuxt/commit/115fc2d18))

##### 🤖 CI

- Improve generated changelog
([d20266961](https://togithub.com/nuxt/nuxt/commit/d20266961))

##### ❤️ Contributors

-   Daniel Roe ([@&#8203;danielroe](https://togithub.com/danielroe))
- Julien Huang
([@&#8203;huang-julien](https://togithub.com/huang-julien))
-   Alexandru Ungureanu ([@&#8203;unguul](https://togithub.com/unguul))
-   Josh Dean ([@&#8203;jdbdnz](https://togithub.com/jdbdnz))
- Yusuf Mansur Özer
([@&#8203;ymansurozer](https://togithub.com/ymansurozer))
-   Matteo Rigoni ([@&#8203;Rigo-m](https://togithub.com/Rigo-m))
-   Leo Osa ([@&#8203;leoosa](https://togithub.com/leoosa))
- Levi (Nguyễn Lương Huy)
([@&#8203;huynl-96](https://togithub.com/huynl-96))
-   David Nahodyl ([@&#8203;Smef](https://togithub.com/Smef))
- Michael Brevard
([@&#8203;GalacticHypernova](https://togithub.com/GalacticHypernova))
- garthreckers
([@&#8203;garthreckers](https://togithub.com/garthreckers))
-   Valerii Strilets ([@&#8203;letstri](https://togithub.com/letstri))
-   Okuto Oyama ([@&#8203;yamanoku](https://togithub.com/yamanoku))
-   Harlan Wilton ([@&#8203;harlan-zw](https://togithub.com/harlan-zw))

### [`v3.12.1`](https://togithub.com/nuxt/nuxt/releases/tag/v3.12.1)

[Compare
Source](https://togithub.com/nuxt/nuxt/compare/v3.12.0...v3.12.1)

> 3.12.1 is a hotfix release to address a typo in the nuxt/script stub
auto-imports.

#### 👉 Changelog

[compare
changes](https://togithub.com/nuxt/nuxt/compare/v3.12.0...v3.12.1)

##### 🩹 Fixes

- **nuxt:** Update registry list for `@nuxt/scripts`
([0252000d7](https://togithub.com/nuxt/nuxt/commit/0252000d7))

##### 💅 Refactors

-   **schema:** Use `Com

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/nuxt-modules/storybook).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuOSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chakAs3 pushed a commit to nuxt-modules/storybook that referenced this issue Jul 12, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@iconify-json/simple-icons](https://icon-sets.iconify.design/simple-icons/)
| [`1.1.107` ->
`1.1.109`](https://renovatebot.com/diffs/npm/@iconify-json%2fsimple-icons/1.1.107/1.1.109)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@iconify-json%2fsimple-icons/1.1.109?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@iconify-json%2fsimple-icons/1.1.109?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@iconify-json%2fsimple-icons/1.1.107/1.1.109?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@iconify-json%2fsimple-icons/1.1.107/1.1.109?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@nuxt/content](https://content.nuxt.com)
([source](https://togithub.com/nuxt/content)) | [`2.13.0` ->
`2.13.1`](https://renovatebot.com/diffs/npm/@nuxt%2fcontent/2.13.0/2.13.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2fcontent/2.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2fcontent/2.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2fcontent/2.13.0/2.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2fcontent/2.13.0/2.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@nuxt/devtools](https://devtools.nuxt.com)
([source](https://togithub.com/nuxt/devtools/tree/HEAD/packages/devtools))
| [`1.1.5` ->
`1.3.9`](https://renovatebot.com/diffs/npm/@nuxt%2fdevtools/1.1.5/1.3.9)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2fdevtools/1.3.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2fdevtools/1.3.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2fdevtools/1.1.5/1.3.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2fdevtools/1.1.5/1.3.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@nuxt/eslint-config](https://togithub.com/nuxt/eslint)
([source](https://togithub.com/nuxt/eslint/tree/HEAD/packages/eslint-config))
| [`0.3.6` ->
`0.3.13`](https://renovatebot.com/diffs/npm/@nuxt%2feslint-config/0.3.6/0.3.13)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2feslint-config/0.3.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2feslint-config/0.3.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2feslint-config/0.3.6/0.3.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2feslint-config/0.3.6/0.3.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@nuxt/fonts](https://togithub.com/nuxt/fonts) | [`0.7.0` ->
`0.7.1`](https://renovatebot.com/diffs/npm/@nuxt%2ffonts/0.7.0/0.7.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2ffonts/0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2ffonts/0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2ffonts/0.7.0/0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2ffonts/0.7.0/0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@nuxt/module-builder](https://togithub.com/nuxt/module-builder) |
[`0.8.0` ->
`0.8.1`](https://renovatebot.com/diffs/npm/@nuxt%2fmodule-builder/0.8.0/0.8.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2fmodule-builder/0.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2fmodule-builder/0.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2fmodule-builder/0.8.0/0.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2fmodule-builder/0.8.0/0.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@nuxt/test-utils](https://togithub.com/nuxt/test-utils) | [`3.9.0` ->
`3.13.1`](https://renovatebot.com/diffs/npm/@nuxt%2ftest-utils/3.9.0/3.13.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2ftest-utils/3.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2ftest-utils/3.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2ftest-utils/3.9.0/3.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2ftest-utils/3.9.0/3.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@nuxt/vite-builder](https://nuxt.com)
([source](https://togithub.com/nuxt/nuxt/tree/HEAD/packages/vite)) |
[`3.12.2` ->
`3.12.3`](https://renovatebot.com/diffs/npm/@nuxt%2fvite-builder/3.12.2/3.12.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2fvite-builder/3.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2fvite-builder/3.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2fvite-builder/3.12.2/3.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2fvite-builder/3.12.2/3.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@nuxthq/studio](https://nuxt.studio)
([source](https://togithub.com/nuxtlabs/studio-module)) | [`2.0.1` ->
`2.0.3`](https://renovatebot.com/diffs/npm/@nuxthq%2fstudio/2.0.1/2.0.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxthq%2fstudio/2.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxthq%2fstudio/2.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxthq%2fstudio/2.0.1/2.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxthq%2fstudio/2.0.1/2.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@vitejs/plugin-vue](https://togithub.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue#readme)
([source](https://togithub.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue))
| [`5.0.4` ->
`5.0.5`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-vue/5.0.4/5.0.5)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@vitejs%2fplugin-vue/5.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vitejs%2fplugin-vue/5.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vitejs%2fplugin-vue/5.0.4/5.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitejs%2fplugin-vue/5.0.4/5.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [chromatic](https://www.chromatic.com)
([source](https://togithub.com/chromaui/chromatic-cli)) | [`11.3.0` ->
`11.5.5`](https://renovatebot.com/diffs/npm/chromatic/11.3.0/11.5.5) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/chromatic/11.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/chromatic/11.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/chromatic/11.3.0/11.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/chromatic/11.3.0/11.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [eslint](https://eslint.org)
([source](https://togithub.com/eslint/eslint)) | [`9.5.0` ->
`9.6.0`](https://renovatebot.com/diffs/npm/eslint/9.5.0/9.6.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/9.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint/9.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint/9.5.0/9.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint/9.5.0/9.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [jsdom](https://togithub.com/jsdom/jsdom) | [`24.0.0` ->
`24.1.0`](https://renovatebot.com/diffs/npm/jsdom/24.0.0/24.1.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/jsdom/24.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/jsdom/24.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/jsdom/24.0.0/24.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/jsdom/24.0.0/24.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [nuxt](https://nuxt.com)
([source](https://togithub.com/nuxt/nuxt/tree/HEAD/packages/nuxt)) |
[`3.12.2` ->
`3.12.3`](https://renovatebot.com/diffs/npm/nuxt/3.12.2/3.12.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/nuxt/3.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nuxt/3.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/nuxt/3.12.2/3.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nuxt/3.12.2/3.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [nuxt-og-image](https://nuxtseo.com/og-image)
([source](https://togithub.com/nuxt-modules/og-image)) | [`3.0.0-rc.54`
->
`3.0.0-rc.59`](https://renovatebot.com/diffs/npm/nuxt-og-image/3.0.0-rc.54/3.0.0-rc.59)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/nuxt-og-image/3.0.0-rc.59?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nuxt-og-image/3.0.0-rc.59?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/nuxt-og-image/3.0.0-rc.54/3.0.0-rc.59?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nuxt-og-image/3.0.0-rc.54/3.0.0-rc.59?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [prettier](https://prettier.io)
([source](https://togithub.com/prettier/prettier)) | [`3.2.5` ->
`3.3.2`](https://renovatebot.com/diffs/npm/prettier/3.2.5/3.3.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/prettier/3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/prettier/3.2.5/3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier/3.2.5/3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [release-it](https://togithub.com/release-it/release-it) | [`17.2.0`
-> `17.5.0`](https://renovatebot.com/diffs/npm/release-it/17.2.0/17.5.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/release-it/17.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/release-it/17.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/release-it/17.2.0/17.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/release-it/17.2.0/17.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [typescript](https://www.typescriptlang.org/)
([source](https://togithub.com/Microsoft/TypeScript)) | [`5.4.3` ->
`5.5.3`](https://renovatebot.com/diffs/npm/typescript/5.4.3/5.5.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript/5.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript/5.4.3/5.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.4.3/5.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [vite](https://vitejs.dev)
([source](https://togithub.com/vitejs/vite/tree/HEAD/packages/vite)) |
[`5.2.2` -> `5.3.3`](https://renovatebot.com/diffs/npm/vite/5.2.2/5.3.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/vite/5.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/5.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/5.2.2/5.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/5.2.2/5.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [vue-tsc](https://togithub.com/vuejs/language-tools)
([source](https://togithub.com/vuejs/language-tools/tree/HEAD/packages/tsc))
| [`2.0.22` ->
`2.0.26`](https://renovatebot.com/diffs/npm/vue-tsc/2.0.22/2.0.26) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/vue-tsc/2.0.26?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vue-tsc/2.0.26?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vue-tsc/2.0.22/2.0.26?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue-tsc/2.0.22/2.0.26?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>nuxt/content (@&#8203;nuxt/content)</summary>

###
[`v2.13.1`](https://togithub.com/nuxt/content/blob/HEAD/CHANGELOG.md#v2131)

[Compare
Source](https://togithub.com/nuxt/content/compare/v2.13.0...v2.13.1)

[compare
changes](https://togithub.com/nuxt/content/compare/v2.13.0...v2.13.1)

##### 🔥 Performance

- **dev-cache:** Improve localhost markdown page navigation performance
(when having 2,000+ pages)
([#&#8203;2675](https://togithub.com/nuxt/content/pull/2675))

##### 🩹 Fixes

- **module:** Do not force prerender index page
([#&#8203;2681](https://togithub.com/nuxt/content/pull/2681))
- Hot reload on dev server for documentDriven: false
([#&#8203;2686](https://togithub.com/nuxt/content/pull/2686))

##### 📖 Documentation

- Typo in configuration
([#&#8203;2677](https://togithub.com/nuxt/content/pull/2677))
- Add missing await keyword in search documentation
([#&#8203;2687](https://togithub.com/nuxt/content/pull/2687))

##### 🏡 Chore

- Upgrade deps
([3fb379a6](https://togithub.com/nuxt/content/commit/3fb379a6))
- Remove `@nuxt/ui` resolution
([29fd1489](https://togithub.com/nuxt/content/commit/29fd1489))

##### ❤️ Contributors

-   Roman Lossa <roman.lossa@lycorp.co.jp>
-   Bogdan Gradinariu ([@&#8203;gion](http://github.com/gion))
-   Farnabaz <farnabaz@gmail.com>
-   Gareth <gareth@redfern.dev>

</details>

<details>
<summary>nuxt/devtools (@&#8203;nuxt/devtools)</summary>

###
[`v1.3.9`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#139-2024-07-02)

[Compare
Source](https://togithub.com/nuxt/devtools/compare/v1.3.8...v1.3.9)

##### Bug Fixes

- capture for circular reference in state editor
([841fd76](https://togithub.com/nuxt/devtools/commit/841fd76002b3eb82871659ab57fe5ace66cd64d8))
- introduce `client.revision` to trigger state editor update
([418a22e](https://togithub.com/nuxt/devtools/commit/418a22ed624584a25eab2ed4880147e6d572eb32))
- **modules:** update compatibility check for Nuxt 3 and 4
([#&#8203;689](https://togithub.com/nuxt/devtools/issues/689))
([2354da7](https://togithub.com/nuxt/devtools/commit/2354da79b77741893d1e35270d7406ae76cc75c7))
- use `ofetch` for `fast-npm-meta`
([4188f8d](https://togithub.com/nuxt/devtools/commit/4188f8d3a2323873ef760aa2fe5b7b5faca22959))

###
[`v1.3.8`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#138-2024-07-02)

[Compare
Source](https://togithub.com/nuxt/devtools/compare/v1.3.7...v1.3.8)

##### Performance Improvements

- avoid deps on `npm-registry-fetch`, save install size
([3d74691](https://togithub.com/nuxt/devtools/commit/3d74691d4daae3ef1fba14cff01b160c1409ebd3))

###
[`v1.3.7`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#137-2024-06-27)

[Compare
Source](https://togithub.com/nuxt/devtools/compare/v1.3.6...v1.3.7)

##### Bug Fixes

- OpenGraph layout
([#&#8203;685](https://togithub.com/nuxt/devtools/issues/685))
([760f149](https://togithub.com/nuxt/devtools/commit/760f14920f5c02d1d88a43671795bef06afafa02))
- scrollable sidebar
([#&#8203;682](https://togithub.com/nuxt/devtools/issues/682))
([df459f9](https://togithub.com/nuxt/devtools/commit/df459f9057bd8122c85540c87a53489e5bf9826b))
- **server-routes:** unable to clear all params
([#&#8203;684](https://togithub.com/nuxt/devtools/issues/684))
([d88b003](https://togithub.com/nuxt/devtools/commit/d88b003fa244204b3c0c43b0cf250d790e4526f9))

##### Features

- use nuxt search api for showing docs
([#&#8203;681](https://togithub.com/nuxt/devtools/issues/681))
([52b6468](https://togithub.com/nuxt/devtools/commit/52b6468df31d65528fbc3f0e58d189265523e11c))

##### Performance Improvements

- use `npm-registry-fetch` instead of `pacote` to deduce the package
size
([a049c52](https://togithub.com/nuxt/devtools/commit/a049c5204debe7efeb8420cde4cb6b0aa1559b3f))

###
[`v1.3.6`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#136-2024-06-21)

[Compare
Source](https://togithub.com/nuxt/devtools/compare/v1.3.5...v1.3.6)

##### Features

- migrate vue-devtools to v7.3
([#&#8203;675](https://togithub.com/nuxt/devtools/issues/675))
([79e6d35](https://togithub.com/nuxt/devtools/commit/79e6d3584e3868e46e76c616e089d67e9f24b39e))

###
[`v1.3.5`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#135-2024-06-21)

[Compare
Source](https://togithub.com/nuxt/devtools/compare/v1.3.4...v1.3.5)

##### Bug Fixes

- downgrade module-builder
([de79dc4](https://togithub.com/nuxt/devtools/commit/de79dc494074bc7bb8e6ccfd711e57a6d533d95a))

###
[`v1.3.4`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#134-2024-06-21)

[Compare
Source](https://togithub.com/nuxt/devtools/compare/v1.3.3...v1.3.4)

##### Bug Fixes

- color mode
([#&#8203;679](https://togithub.com/nuxt/devtools/issues/679))
([d276b31](https://togithub.com/nuxt/devtools/commit/d276b314255a7601dbc0781527764f20e81e9558))
- navigate to pages with param
([#&#8203;678](https://togithub.com/nuxt/devtools/issues/678))
([316bcd9](https://togithub.com/nuxt/devtools/commit/316bcd996b9c2c3ed1b760c1ddd4f83d4fd60a0f))

###
[`v1.3.3`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#133-2024-06-04)

[Compare
Source](https://togithub.com/nuxt/devtools/compare/v1.3.2...v1.3.3)

##### Bug Fixes

- pin `@vue/devtools-*`
([4c79fac](https://togithub.com/nuxt/devtools/commit/4c79fac7ca16c963640e92c5c50f1346d375cc35))
- sort items in fuse
([#&#8203;670](https://togithub.com/nuxt/devtools/issues/670))
([8d052be](https://togithub.com/nuxt/devtools/commit/8d052be418661af150e46f3d65e231ecaa02129c))

###
[`v1.3.2`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#132-2024-05-27)

[Compare
Source](https://togithub.com/nuxt/devtools/compare/v1.3.1...v1.3.2)

##### Bug Fixes

- floating-vue style
([7b7dc32](https://togithub.com/nuxt/devtools/commit/7b7dc32edebb2ea9b1fa5662b588dcbf78ff5726))
- sidebar scroll
([946f930](https://togithub.com/nuxt/devtools/commit/946f93093b72114b45f8aa1b70b9fb21005f7042))
- **timeline:** reduce warning
([#&#8203;661](https://togithub.com/nuxt/devtools/issues/661))
([33fe685](https://togithub.com/nuxt/devtools/commit/33fe6857dabff26a0cb30fb1b1f170e8a658a96b))

###
[`v1.3.1`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#131-2024-05-10)

[Compare
Source](https://togithub.com/nuxt/devtools/compare/v1.3.0...v1.3.1)

##### Bug Fixes

- module builder chunk path patch
([87199a1](https://togithub.com/nuxt/devtools/commit/87199a174ed662dffc6d1eeaa04116635576fca6))

###
[`v1.3.0`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#130-2024-05-10)

[Compare
Source](https://togithub.com/nuxt/devtools/compare/v1.2.0...v1.3.0)

##### Bug Fixes

- **devtools:** optimize the home page layout
([#&#8203;654](https://togithub.com/nuxt/devtools/issues/654))
([a1ad266](https://togithub.com/nuxt/devtools/commit/a1ad26671414c0128aa51d105534298b714cbf93))
- upgrade `vite-plugin-vue-inspector`, fix
[#&#8203;657](https://togithub.com/nuxt/devtools/issues/657)
([f67f0f2](https://togithub.com/nuxt/devtools/commit/f67f0f2069f8675eeb2e8118aa09c04d448ccda9))

##### Features

- components tree panel
([#&#8203;655](https://togithub.com/nuxt/devtools/issues/655))
([3162269](https://togithub.com/nuxt/devtools/commit/3162269329b6e4d3b89199143fc551616570edd5))
- hide devtools when printing
([#&#8203;648](https://togithub.com/nuxt/devtools/issues/648))
([1be7b2d](https://togithub.com/nuxt/devtools/commit/1be7b2da4015d422f96542602b1b9e106ea7b1b3))

###
[`v1.2.0`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#120-2024-04-19)

[Compare
Source](https://togithub.com/nuxt/devtools/compare/v1.1.5...v1.2.0)

##### Bug Fixes

- adopt forward-compatible approach to `builder:watch`
([#&#8203;637](https://togithub.com/nuxt/devtools/issues/637))
([800d71f](https://togithub.com/nuxt/devtools/commit/800d71fd4962a0bf4357484c1fbecc6dec8a743e))
- opt in to `import.meta.*` properties
([#&#8203;635](https://togithub.com/nuxt/devtools/issues/635))
([ce60ab4](https://togithub.com/nuxt/devtools/commit/ce60ab426ac9000f5abee741a6e3d3144f868f18))

#### [1.1.5](https://togithub.com/nuxt/devtools/compare/v1.1.4...v1.1.5)
(2024-03-28)

##### Features

- update `@vue/devtools-applet`, fix
[#&#8203;640](https://togithub.com/nuxt/devtools/issues/640)
([cbb711d](https://togithub.com/nuxt/devtools/commit/cbb711d1d56ff27bb78055945267c05ad8cc7328))

#### [1.1.4](https://togithub.com/nuxt/devtools/compare/v1.1.3...v1.1.4)
(2024-03-26)

##### Bug Fixes

- update vue devtools applet
([5163c0d](https://togithub.com/nuxt/devtools/commit/5163c0de4cc9ba3e9ad75adb686852d65ffdf29e))
- vite-inspect iframe url
([#&#8203;633](https://togithub.com/nuxt/devtools/issues/633))
([2c942e5](https://togithub.com/nuxt/devtools/commit/2c942e59a664204b9a16acfd086c60588f1e3b4a))

#### [1.1.3](https://togithub.com/nuxt/devtools/compare/v1.1.2...v1.1.3)
(2024-03-21)

##### Bug Fixes

- **devtools:** do not try to overlay on server
([#&#8203;630](https://togithub.com/nuxt/devtools/issues/630))
([9b633cd](https://togithub.com/nuxt/devtools/commit/9b633cda75377afb4a5b6b26780a1e92012b6063))

#### [1.1.2](https://togithub.com/nuxt/devtools/compare/v1.1.1...v1.1.2)
(2024-03-21)

##### Bug Fixes

- **pinia:** pinia module searching null safety
([#&#8203;628](https://togithub.com/nuxt/devtools/issues/628))
([8937b78](https://togithub.com/nuxt/devtools/commit/8937b783cbb8d5e4a480d7b82c32626abaea5c8d))
- scheduledTasks can be undefined
([#&#8203;626](https://togithub.com/nuxt/devtools/issues/626))
([7044c47](https://togithub.com/nuxt/devtools/commit/7044c47fad36fe90ebbc2e1bef3d92783a1aa596))

##### Features

- enable picture in picture for localhost
([#&#8203;627](https://togithub.com/nuxt/devtools/issues/627))
([c43500a](https://togithub.com/nuxt/devtools/commit/c43500ae2f2cdf30ccf4592e729fbda7c20995e8))

#### [1.1.1](https://togithub.com/nuxt/devtools/compare/v1.1.0...v1.1.1)
(2024-03-20)

##### Bug Fixes

- **client:** pinia panel visible logic
([#&#8203;624](https://togithub.com/nuxt/devtools/issues/624))
([ed599ab](https://togithub.com/nuxt/devtools/commit/ed599ab1e671aa04c51d5df2c22baf062b5369de))
- use RPC to get tasks
([#&#8203;625](https://togithub.com/nuxt/devtools/issues/625))
([4f347a2](https://togithub.com/nuxt/devtools/commit/4f347a2c81b4042903b80df2f9f74fd37a540896))

</details>

<details>
<summary>nuxt/eslint (@&#8203;nuxt/eslint-config)</summary>

### [`v0.3.13`](https://togithub.com/nuxt/eslint/releases/tag/v0.3.13)

[Compare
Source](https://togithub.com/nuxt/eslint/compare/v0.3.12...v0.3.13)

#####    🚀 Features

- **config**: Add `regexp` rule set for toolings preset  -  by
[@&#8203;antfu](https://togithub.com/antfu) in
[https://github.com/nuxt/eslint/issues/436](https://togithub.com/nuxt/eslint/issues/436)
[<samp>(59f17)</samp>](https://togithub.com/nuxt/eslint/commit/59f1761)

#####     [View changes on
GitHub](https://togithub.com/nuxt/eslint/compare/v0.3.12...v0.3.13)

### [`v0.3.12`](https://togithub.com/nuxt/eslint/releases/tag/v0.3.12)

[Compare
Source](https://togithub.com/nuxt/eslint/compare/v0.3.11...v0.3.12)

#####    🐞 Bug Fixes

- Allow single name file under prefixed components folder, fix
[#&#8203;419](https://togithub.com/nuxt/eslint/issues/419)  -  by
[@&#8203;antfu](https://togithub.com/antfu) in
[https://github.com/nuxt/eslint/issues/419](https://togithub.com/nuxt/eslint/issues/419)
[<samp>(cd015)</samp>](https://togithub.com/nuxt/eslint/commit/cd0157c)

#####     [View changes on
GitHub](https://togithub.com/nuxt/eslint/compare/v0.3.11...v0.3.12)

### [`v0.3.11`](https://togithub.com/nuxt/eslint/releases/tag/v0.3.11)

[Compare
Source](https://togithub.com/nuxt/eslint/compare/v0.3.10...v0.3.11)

#####    🚀 Features

- Update deps  -  by [@&#8203;antfu](https://togithub.com/antfu)
[<samp>(d2876)</samp>](https://togithub.com/nuxt/eslint/commit/d287604)

#####     [View changes on
GitHub](https://togithub.com/nuxt/eslint/compare/v0.3.10...v0.3.11)

### [`v0.3.10`](https://togithub.com/nuxt/eslint/releases/tag/v0.3.10)

[Compare
Source](https://togithub.com/nuxt/eslint/compare/v0.3.9...v0.3.10)

#####    🐞 Bug Fixes

-   **module**:
- Override `@eslint/js` config to keep the name consistent, fix
[#&#8203;408](https://togithub.com/nuxt/eslint/issues/408)  -  by
[@&#8203;antfu](https://togithub.com/antfu) in
[https://github.com/nuxt/eslint/issues/408](https://togithub.com/nuxt/eslint/issues/408)
[<samp>(477ee)</samp>](https://togithub.com/nuxt/eslint/commit/477ee5c)
- Get random port for config inspector, fix
[#&#8203;406](https://togithub.com/nuxt/eslint/issues/406)  -  by
[@&#8203;antfu](https://togithub.com/antfu) in
[https://github.com/nuxt/eslint/issues/406](https://togithub.com/nuxt/eslint/issues/406)
[<samp>(07eac)</samp>](https://togithub.com/nuxt/eslint/commit/07eace1)

#####     [View changes on
GitHub](https://togithub.com/nuxt/eslint/compare/v0.3.9...v0.3.10)

### [`v0.3.9`](https://togithub.com/nuxt/eslint/releases/tag/v0.3.9)

[Compare
Source](https://togithub.com/nuxt/eslint/compare/v0.3.8...v0.3.9)

#####    🐞 Bug Fixes

- Update `@eslint/config-inspector`, close
[#&#8203;400](https://togithub.com/nuxt/eslint/issues/400)  -  by
[@&#8203;antfu](https://togithub.com/antfu) in
[https://github.com/nuxt/eslint/issues/400](https://togithub.com/nuxt/eslint/issues/400)
[<samp>(97cb9)</samp>](https://togithub.com/nuxt/eslint/commit/97cb9a7)
- **module**: Upgrade `eslint-typegen`, close
[#&#8203;405](https://togithub.com/nuxt/eslint/issues/405)  -  by
[@&#8203;antfu](https://togithub.com/antfu) in
[https://github.com/nuxt/eslint/issues/405](https://togithub.com/nuxt/eslint/issues/405)
[<samp>(91b3f)</samp>](https://togithub.com/nuxt/eslint/commit/91b3f8c)

#####     [View changes on
GitHub](https://togithub.com/nuxt/eslint/compare/v0.3.8...v0.3.9)

### [`v0.3.8`](https://togithub.com/nuxt/eslint/releases/tag/v0.3.8)

[Compare
Source](https://togithub.com/nuxt/eslint/compare/v0.3.7...v0.3.8)

#####    🐞 Bug Fixes

-   **config**:
- Include `$fetch` as the global, close
[#&#8203;371](https://togithub.com/nuxt/eslint/issues/371)  -  by
[@&#8203;antfu](https://togithub.com/antfu) in
[https://github.com/nuxt/eslint/issues/371](https://togithub.com/nuxt/eslint/issues/371)
[<samp>(e5b47)</samp>](https://togithub.com/nuxt/eslint/commit/e5b47de)
-   **module**:
- Use relative path in the generate eslint.config, fix
[#&#8203;395](https://togithub.com/nuxt/eslint/issues/395)  -  by
[@&#8203;antfu](https://togithub.com/antfu) in
[https://github.com/nuxt/eslint/issues/395](https://togithub.com/nuxt/eslint/issues/395)
[<samp>(7bfb7)</samp>](https://togithub.com/nuxt/eslint/commit/7bfb780)
- Adding `fix` option to `checker`, fix
[#&#8203;394](https://togithub.com/nuxt/eslint/issues/394)  -  by
[@&#8203;antfu](https://togithub.com/antfu) in
[https://github.com/nuxt/eslint/issues/394](https://togithub.com/nuxt/eslint/issues/394)
[<samp>(05f00)</samp>](https://togithub.com/nuxt/eslint/commit/05f0005)

#####     [View changes on
GitHub](https://togithub.com/nuxt/eslint/compare/v0.3.7...v0.3.8)

### [`v0.3.7`](https://togithub.com/nuxt/eslint/releases/tag/v0.3.7)

[Compare
Source](https://togithub.com/nuxt/eslint/compare/v0.3.6...v0.3.7)

#####    🚀 Features

- **eslint-config**: Add Nuxt-aware
`vue/multiline-html-element-content-newline` rule  -  by
[@&#8203;DamianGlowala](https://togithub.com/DamianGlowala),
**autofix-ci\[bot]** and [@&#8203;antfu](https://togithub.com/antfu) in
[https://github.com/nuxt/eslint/issues/391](https://togithub.com/nuxt/eslint/issues/391)
[<samp>(f3f33)</samp>](https://togithub.com/nuxt/eslint/commit/f3f335d)
- **module**: Provide types for config overrides  -  by
[@&#8203;antfu](https://togithub.com/antfu)
[<samp>(55b38)</samp>](https://togithub.com/nuxt/eslint/commit/55b3806)

#####     [View changes on
GitHub](https://togithub.com/nuxt/eslint/compare/v0.3.6...v0.3.7)

</details>

<details>
<summary>nuxt/fonts (@&#8203;nuxt/fonts)</summary>

###
[`v0.7.1`](https://togithub.com/nuxt/fonts/blob/HEAD/CHANGELOG.md#v071)

[Compare
Source](https://togithub.com/nuxt/fonts/compare/v0.7.0...v0.7.1)

[compare
changes](https://togithub.com/nuxt/fonts/compare/v0.7.0...v0.7.1)

##### 🩹 Fixes

- **local:** Scan for fonts in all public assets dirs
([6e7ae2b](https://togithub.com/nuxt/fonts/commit/6e7ae2b))
- Ensure we don't have font filenames prefixed with `-`
([dfa252a](https://togithub.com/nuxt/fonts/commit/dfa252a))

##### 📖 Documentation

- Add docs page
([#&#8203;146](https://togithub.com/nuxt/fonts/pull/146))
- Update home page links
([8c91318](https://togithub.com/nuxt/fonts/commit/8c91318))
- Two more links
([5af0e5e](https://togithub.com/nuxt/fonts/commit/5af0e5e))

##### 🏡 Chore

- Add CODEOWNERS file
([#&#8203;156](https://togithub.com/nuxt/fonts/pull/156))
-   Lint ([1632eee](https://togithub.com/nuxt/fonts/commit/1632eee))

##### ❤️ Contributors

-   Daniel Roe ([@&#8203;danielroe](http://github.com/danielroe))
-   Tom Tang ([@&#8203;qwerzl](http://github.com/qwerzl))

</details>

<details>
<summary>nuxt/module-builder (@&#8203;nuxt/module-builder)</summary>

###
[`v0.8.1`](https://togithub.com/nuxt/module-builder/blob/HEAD/CHANGELOG.md#v081)

[Compare
Source](https://togithub.com/nuxt/module-builder/compare/v0.8.0...v0.8.1)

[compare
changes](https://togithub.com/nuxt/module-builder/compare/v0.8.0...v0.8.1)

##### 🩹 Fixes

- **build:** Export all types in stub mode
([6b1970d](https://togithub.com/nuxt/module-builder/commit/6b1970d))

##### 🏡 Chore

- Add [@&#8203;danielroe](https://togithub.com/danielroe) to code owners
([c39cc75](https://togithub.com/nuxt/module-builder/commit/c39cc75))

##### ❤️ Contributors

-   Daniel Roe ([@&#8203;danielroe](http://github.com/danielroe))

</details>

<details>
<summary>nuxt/test-utils (@&#8203;nuxt/test-utils)</summary>

###
[`v3.13.1`](https://togithub.com/nuxt/test-utils/blob/HEAD/CHANGELOG.md#v3131)

[Compare
Source](https://togithub.com/nuxt/test-utils/compare/v3.13.0...v3.13.1)

[compare
changes](https://togithub.com/nuxt/test-utils/compare/v3.13.0...v3.13.1)

##### 🩹 Fixes

- Revert `execa` to v8 for now
([fef8b062](https://togithub.com/nuxt/test-utils/commit/fef8b062))
- **config:** Force `buildId` to `test` manually
([25e081e4](https://togithub.com/nuxt/test-utils/commit/25e081e4))
- **runtime-utils:** Use `appId` fallback after `tryUseNuxtApp`
([#&#8203;849](https://togithub.com/nuxt/test-utils/pull/849))

##### 🏡 Chore

- Update type
([052094bc](https://togithub.com/nuxt/test-utils/commit/052094bc))

##### 🤖 CI

- Run test suite on windows
([#&#8203;851](https://togithub.com/nuxt/test-utils/pull/851))

##### ❤️ Contributors

-   Daniel Roe ([@&#8203;danielroe](http://github.com/danielroe))

###
[`v3.13.0`](https://togithub.com/nuxt/test-utils/blob/HEAD/CHANGELOG.md#v3130)

[Compare
Source](https://togithub.com/nuxt/test-utils/compare/v3.12.1...v3.13.0)

[compare
changes](https://togithub.com/nuxt/test-utils/compare/v3.12.1...v3.13.0)

##### 🚀 Enhancements

- **e2e:** Improve types for `$fetch`
([b21d9a54](https://togithub.com/nuxt/test-utils/commit/b21d9a54))
- **deps:** Upgrade `execa` to v9
([#&#8203;843](https://togithub.com/nuxt/test-utils/pull/843))

##### 🔥 Performance

- **e2e:** Don't iterate when cleaning up if nothing registered
([#&#8203;753](https://togithub.com/nuxt/test-utils/pull/753))

##### 🩹 Fixes

- **e2e:** Improve types for `fetch` and `mockLogger`
([eb40a6a6](https://togithub.com/nuxt/test-utils/commit/eb40a6a6))
- **e2e:** Force string response within `startServer`
([1b182505](https://togithub.com/nuxt/test-utils/commit/1b182505))
- **e2e:** Improve return types for `mockLogger`
([21aa7a2f](https://togithub.com/nuxt/test-utils/commit/21aa7a2f))
- **runtime:** Improve types for `renderSuspended` and `mountSuspended`
([1636cede](https://togithub.com/nuxt/test-utils/commit/1636cede))
- **e2e:** Revert changes for `$fetch` inference to unbreak build
([dd295d39](https://togithub.com/nuxt/test-utils/commit/dd295d39))
- **vitest:** Strongly type vitest environment options
([37582c71](https://togithub.com/nuxt/test-utils/commit/37582c71))
- **module:** Correctly filter vite plugins
([021824d0](https://togithub.com/nuxt/test-utils/commit/021824d0))
- **runtime:** Preserve `setupState` return
([ab7fd457](https://togithub.com/nuxt/test-utils/commit/ab7fd457))
- **playwright:** Bump dependency and remove polyfill
([#&#8203;819](https://togithub.com/nuxt/test-utils/pull/819))
- **runtime:** Use `effectScope` in `renderSuspended`
([#&#8203;820](https://togithub.com/nuxt/test-utils/pull/820))
- **e2e:** Type `$fetch` using globalThis instead
([b1269edb](https://togithub.com/nuxt/test-utils/commit/b1269edb))
- Set `buildId` to `nuxt-app` for compatibility with nuxt v3.12+
([a00b2c1f](https://togithub.com/nuxt/test-utils/commit/a00b2c1f))
- **runtime-utils:** Use `tryUseNuxtApp` rather than `buildId` override
([726e0a2d](https://togithub.com/nuxt/test-utils/commit/726e0a2d))

##### 🏡 Chore

- Migrate to eslint v9
([#&#8203;814](https://togithub.com/nuxt/test-utils/pull/814))
- Reduce internal typing of `any`
([3e3bc306](https://togithub.com/nuxt/test-utils/commit/3e3bc306))
- Reenable `no-explicit-any` rule
([28385546](https://togithub.com/nuxt/test-utils/commit/28385546))
- Normalise internal package names
([3f58b110](https://togithub.com/nuxt/test-utils/commit/3f58b110))
- Update example command
([e271b63e](https://togithub.com/nuxt/test-utils/commit/e271b63e))
- Add name for `app-vitest-full`
([882c144e](https://togithub.com/nuxt/test-utils/commit/882c144e))
- Ignore `@nuxt/devtools` upgrades for now
([54f654d6](https://togithub.com/nuxt/test-utils/commit/54f654d6))
- Lint
([08ee3515](https://togithub.com/nuxt/test-utils/commit/08ee3515))

##### ❤️ Contributors

-   Daniel Roe ([@&#8203;danielroe](http://github.com/danielroe))
-   Michael Brevard <yonshi29@&#8203;gmail.com>

###
[`v3.12.1`](https://togithub.com/nuxt/test-utils/blob/HEAD/CHANGELOG.md#v3121)

[Compare
Source](https://togithub.com/nuxt/test-utils/compare/v3.12.0...v3.12.1)

[compare
changes](https://togithub.com/nuxt/test-utils/compare/v3.12.0...v3.12.1)

##### 🩹 Fixes

- Publish `playwright.d.ts`
([#&#8203;797](https://togithub.com/nuxt/test-utils/pull/797))

##### ❤️ Contributors

-   Ryota Watanabe ([@&#8203;wattanx](http://github.com/wattanx))

###
[`v3.12.0`](https://togithub.com/nuxt/test-utils/blob/HEAD/CHANGELOG.md#v3120)

[Compare
Source](https://togithub.com/nuxt/test-utils/compare/v3.11.0...v3.12.0)

[compare
changes](https://togithub.com/nuxt/test-utils/compare/v3.11.0...v3.12.0)

##### 🚀 Enhancements

- **e2e:** Add `'route'`/`'hydration'` options for `page.goto()`
([#&#8203;739](https://togithub.com/nuxt/test-utils/pull/739))
- **e2e:** Add `playwright` runner
([#&#8203;776](https://togithub.com/nuxt/test-utils/pull/776))

##### 🩹 Fixes

- **config:** Remove nuxt's custom vite logger
([eca52f5c](https://togithub.com/nuxt/test-utils/commit/eca52f5c))

##### 🏡 Chore

- Force correct typing for e2e subpath
([9fd93a8c](https://togithub.com/nuxt/test-utils/commit/9fd93a8c))
- Don't run publish step separately
([0078d0bc](https://togithub.com/nuxt/test-utils/commit/0078d0bc))

##### 🤖 CI

- Remove caching of Playwright browsers
([#&#8203;785](https://togithub.com/nuxt/test-utils/pull/785))
- Add release workflow
([76604ce0](https://togithub.com/nuxt/test-utils/commit/76604ce0))
- Update `changelogen` command
([e3368daf](https://togithub.com/nuxt/test-utils/commit/e3368daf))
- Add git user
([5aa95b02](https://togithub.com/nuxt/test-utils/commit/5aa95b02))
- Add contents permission
([cf6cd3a8](https://togithub.com/nuxt/test-utils/commit/cf6cd3a8))
- Rename some workflows
([7ea235e9](https://togithub.com/nuxt/test-utils/commit/7ea235e9))
- Do less in workflow
([1f664fc5](https://togithub.com/nuxt/test-utils/commit/1f664fc5))

##### ❤️ Contributors

-   Daniel Roe ([@&#8203;danielroe](http://github.com/danielroe))
-   Max Schmitt ([@&#8203;mxschmitt](http://github.com/mxschmitt))

###
[`v3.11.0`](https://togithub.com/nuxt/test-utils/blob/HEAD/CHANGELOG.md#v3110)

[Compare
Source](https://togithub.com/nuxt/test-utils/compare/v3.10.0...v3.11.0)

[compare
changes](https://togithub.com/nuxt/test-utils/compare/v3.10.0...v3.11.0)

##### 🚀 Enhancements

- **vitest-environment:** Add support for in-source testing
([#&#8203;651](https://togithub.com/nuxt/test-utils/pull/651))

##### 🩹 Fixes

- **runtime:** Reset modules after nuxt setup runs
([#&#8203;726](https://togithub.com/nuxt/test-utils/pull/726))

##### ✅ Tests

- Add example of mocking `vue-router`
([e293cea1](https://togithub.com/nuxt/test-utils/commit/e293cea1))
- Add example of mocking nuxt `useRoute`
([fe465193](https://togithub.com/nuxt/test-utils/commit/fe465193))

##### ❤️ Contributors

-   Daniel Roe ([@&#8203;danielroe](http://github.com/danielroe))

###
[`v3.10.0`](https://togithub.com/nuxt/test-utils/blob/HEAD/CHANGELOG.md#v3100)

[Compare
Source](https://togithub.com/nuxt/test-utils/compare/v3.9.0...v3.10.0)

[compare
changes](https://togithub.com/nuxt/test-utils/compare/v3.9.0...v3.10.0)

##### 🚀 Enhancements

- **e2e:** Add `cucumber` test runner
([#&#8203;711](https://togithub.com/nuxt/test-utils/pull/711))
- **e2e:** Support `env` option for `startServer`
([#&#8203;640](https://togithub.com/nuxt/test-utils/pull/640))

##### 🩹 Fixes

- **runtime-utils:** Resolve `to` in `RouterLink` stub
([#&#8203;687](https://togithub.com/nuxt/test-utils/pull/687))
- Mark `afterAll` and `setup` hooks as async
([#&#8203;702](https://togithub.com/nuxt/test-utils/pull/702))
- **module:** Always append import when mocking
([#&#8203;701](https://togithub.com/nuxt/test-utils/pull/701))

##### 🏡 Chore

- Add required dev deps to `app-vitest` example
([#&#8203;712](https://togithub.com/nuxt/test-utils/pull/712))
- Pin vue/nuxt versions
([00674cd0](https://togithub.com/nuxt/test-utils/commit/00674cd0))

##### ✅ Tests

- Update config key
([25060645](https://togithub.com/nuxt/test-utils/commit/25060645))
- Add example test for nuxt-injected value
([#&#8203;663](https://togithub.com/nuxt/test-utils/pull/663))
- Update to actually use `$t`
([#&#8203;675](https://togithub.com/nuxt/test-utils/pull/675))

##### 🤖 CI

- Fetch-depth: 0
([269df289](https://togithub.com/nuxt/test-utils/commit/269df289))

##### ❤️ Contributors

-   Bobbie Goede <bobbiegoede@gmail.com>
-   Daniel Roe <daniel@roe.dev>
-   Julien Huang <julien.huang@outlook.fr>
-   Steve Pewsey <stevenpewsey@gmail.com>

</details>

<details>
<summary>nuxt/nuxt (@&#8203;nuxt/vite-builder)</summary>

### [`v3.12.3`](https://togithub.com/nuxt/nuxt/releases/tag/v3.12.3)

[Compare
Source](https://togithub.com/nuxt/nuxt/compare/v3.12.2...v3.12.3)

> 3.12.3 is the next regularly scheduled patch release.

#### 👉 Changelog

[compare
changes](https://togithub.com/nuxt/nuxt/compare/v3.12.2...v3.12.3)

##### 🔥 Performance

- **nuxt,vite:** Use native fs utils rather than `fs-extra`
([#&#8203;27787](https://togithub.com/nuxt/nuxt/pull/27787))
- **schema:** Use `chokidar` when a custom `srcDir` is provided
([#&#8203;27871](https://togithub.com/nuxt/nuxt/pull/27871))
- **nuxt:** Ensure `prefetchComponents` is treeshaken on server
([#&#8203;27905](https://togithub.com/nuxt/nuxt/pull/27905))

##### 🩹 Fixes

- **nuxt:** Flag async data promise as cancelled only if defined
([#&#8203;27690](https://togithub.com/nuxt/nuxt/pull/27690))
- **schema:** Handle backwards compat for `dir.app`
([0c73cb734](https://togithub.com/nuxt/nuxt/commit/0c73cb734))
- **nuxt:** Support hoisting types of subpath imports
([#&#8203;27720](https://togithub.com/nuxt/nuxt/pull/27720))
- **nuxt:** Resolve routes when `navigateTo` called with `open`
([#&#8203;27742](https://togithub.com/nuxt/nuxt/pull/27742))
- **nuxt:** Handle subpaths more correctly
([d7402a799](https://togithub.com/nuxt/nuxt/commit/d7402a799))
- **nuxt:** Delay navigation until user input is acknowledged
([#&#8203;27743](https://togithub.com/nuxt/nuxt/pull/27743))
- **nuxt:** Resolve aliases used in nitro plugin paths
([#&#8203;27741](https://togithub.com/nuxt/nuxt/pull/27741))
- **schema:** Do not use full path assets/public aliases
([d0518650f](https://togithub.com/nuxt/nuxt/commit/d0518650f))
- **nuxt:** Defer registering inp handler until nuxt is mounted
([866a5319a](https://togithub.com/nuxt/nuxt/commit/866a5319a))
- **nuxt:** Add `refresh` type in server component refs
([#&#8203;27778](https://togithub.com/nuxt/nuxt/pull/27778))
- **nuxt:** Extract all-literal page meta
([#&#8203;27821](https://togithub.com/nuxt/nuxt/pull/27821))
- **kit:** Handle loading nuxt 4+
([cf251bd48](https://togithub.com/nuxt/nuxt/commit/cf251bd48))
- **nuxt:** Handle external links to named route objects
([#&#8203;27829](https://togithub.com/nuxt/nuxt/pull/27829))
- **nuxt:** Use URL to encode redirected URLs
([#&#8203;27822](https://togithub.com/nuxt/nuxt/pull/27822))
- **nuxt:** Don't use app version when verifying nuxt deps
([#&#8203;27864](https://togithub.com/nuxt/nuxt/pull/27864))
- **nuxt:** Prompt to set compatibility date with latest nitro
([#&#8203;27893](https://togithub.com/nuxt/nuxt/pull/27893))
- **nuxt:** Add `#vue-router` alias for backwards compat
([#&#8203;27896](https://togithub.com/nuxt/nuxt/pull/27896))
- **nuxt:** Move app augments to core `nuxt` types
([#&#8203;27900](https://togithub.com/nuxt/nuxt/pull/27900))
- **nuxt:** Pass augmented pages to child paths
([ecb35d3a2](https://togithub.com/nuxt/nuxt/commit/ecb35d3a2))
- **nuxt:** Use pascal name when loading server component
([#&#8203;27928](https://togithub.com/nuxt/nuxt/pull/27928))
- **nuxt:** Improve async data warning
([#&#8203;27874](https://togithub.com/nuxt/nuxt/pull/27874),
[#&#8203;27934](https://togithub.com/nuxt/nuxt/pull/27934))
- **nuxt:** Allow configuring server components in modules
([#&#8203;27936](https://togithub.com/nuxt/nuxt/pull/27936))
- **vite:** Omit css `?raw` from head when in dev mode
([#&#8203;27940](https://togithub.com/nuxt/nuxt/pull/27940))
- **kit,nuxt:** Ensure webworker types are available
([4cab71d66](https://togithub.com/nuxt/nuxt/commit/4cab71d66))
- **nuxt:** Seed crawler when prerendering pages
([#&#8203;27955](https://togithub.com/nuxt/nuxt/pull/27955))
- **vite:** Fix type issue with legacy dev bundler
([f9fa1a3e9](https://togithub.com/nuxt/nuxt/commit/f9fa1a3e9))
- **nuxt:** Improve dx around compatibility date prompt
([#&#8203;27965](https://togithub.com/nuxt/nuxt/pull/27965))

##### 💅 Refactors

- **kit,nuxt:** Use `performance.now` to measure time
([d14f7ec46](https://togithub.com/nuxt/nuxt/commit/d14f7ec46))

##### 📖 Documentation

- Add referral query variable to Vue School Links
([#&#8203;27670](https://togithub.com/nuxt/nuxt/pull/27670))
- Fix variable name
([#&#8203;27675](https://togithub.com/nuxt/nuxt/pull/27675))
- Clarify how transitions are configured globally
([#&#8203;27679](https://togithub.com/nuxt/nuxt/pull/27679))
- Remove outdated recommendation
([#&#8203;27691](https://togithub.com/nuxt/nuxt/pull/27691))
- Add `refreshCookie` on `useCookie` doc page
([#&#8203;27744](https://togithub.com/nuxt/nuxt/pull/27744))
- Sync changes from `main` branch
([e7fbc9f81](https://togithub.com/nuxt/nuxt/commit/e7fbc9f81))
- Remove outdated tip
([#&#8203;27773](https://togithub.com/nuxt/nuxt/pull/27773))
- Warn about awaiting `useFetch`/`AsyncData` in wrappers
([#&#8203;27785](https://togithub.com/nuxt/nuxt/pull/27785))
- Update some code groups with package manager examples
([#&#8203;27791](https://togithub.com/nuxt/nuxt/pull/27791))
- Hint to use runtime config
([#&#8203;27859](https://togithub.com/nuxt/nuxt/pull/27859))
- Use internal link
([#&#8203;27883](https://togithub.com/nuxt/nuxt/pull/27883))
- Update links to `vue-router` docs
([#&#8203;27895](https://togithub.com/nuxt/nuxt/pull/27895))
- Use internal link
([#&#8203;27894](https://togithub.com/nuxt/nuxt/pull/27894))
- Remove warning about type checking
([#&#8203;27911](https://togithub.com/nuxt/nuxt/pull/27911))
- `compatibilityVersion` is available in the latest release
([#&#8203;27919](https://togithub.com/nuxt/nuxt/pull/27919))
- Update roadmap + readme
([748bc751d](https://togithub.com/nuxt/nuxt/commit/748bc751d))
- Update `Nuxt 3` -> `Nuxt` or `Nuxt 3+`
([3c16c890c](https://togithub.com/nuxt/nuxt/commit/3c16c890c))
- Update reference to nightly release for testing nuxt 4
([5d2dc9714](https://togithub.com/nuxt/nuxt/commit/5d2dc9714))
- Remove duplicate server-side notice in runtime config
([#&#8203;27929](https://togithub.com/nuxt/nuxt/pull/27929))
- Warn about ref unwrapping when auto-importing `ref`s
([#&#8203;27933](https://togithub.com/nuxt/nuxt/pull/27933))
- Mention layers in directory guide
([c222fe7aa](https://togithub.com/nuxt/nuxt/commit/c222fe7aa))

##### 🏡 Chore

- Use absolute urls for sources to assets in readme
([5ef305cec](https://togithub.com/nuxt/nuxt/commit/5ef305cec))
- Use relative links and update in build script
([7dd15186e](https://togithub.com/nuxt/nuxt/commit/7dd15186e))
- Use backup file extension
([a42a3869b](https://togithub.com/nuxt/nuxt/commit/a42a3869b))
- Allow changelogs with breaking changes
([e11587189](https://togithub.com/nuxt/nuxt/commit/e11587189))
- Allow major bumps
([dea0b86c7](https://togithub.com/nuxt/nuxt/commit/dea0b86c7))
- Add `4x` tag for v4 nightly releases
([9d5dd5494](https://togithub.com/nuxt/nuxt/commit/9d5dd5494))
- **vite:** Restore utils required for `dev-bundler`
([e3448fa0d](https://togithub.com/nuxt/nuxt/commit/e3448fa0d))
- Remove nitro/h3 from renovate, and reenable vitejs/vue
([9037b0d2c](https://togithub.com/nuxt/nuxt/commit/9037b0d2c))
- Improve type safety with indexed access
([#&#8203;27626](https://togithub.com/nuxt/nuxt/pull/27626))
- Add [@&#8203;danielroe](https://togithub.com/danielroe) to code owners
([7fa957729](https://togithub.com/nuxt/nuxt/commit/7fa957729))
- Remove renovate configuration from `2.x` branch
([8003cf72f](https://togithub.com/nuxt/nuxt/commit/8003cf72f))
- Remove issue template for 2.x
([9f9fb9251](https://togithub.com/nuxt/nuxt/commit/9f9fb9251))
- Remove unused variable
([f07969d88](https://togithub.com/nuxt/nuxt/commit/f07969d88))

##### ✅ Tests

- **schema:** Normalize snapshot paths for windows
([#&#8203;27654](https://togithub.com/nuxt/nuxt/pull/27654))
- **nuxt:** Normalize paths for windows
([#&#8203;27653](https://togithub.com/nuxt/nuxt/pull/27653))
- Bump timeout for node-compat test
([228b8b889](https://togithub.com/nuxt/nuxt/commit/228b8b889))
- Slightly improve test reliability
([#&#8203;27811](https://togithub.com/nuxt/nuxt/pull/27811))

##### 🤖 CI

- Update changelog from 3.x branch updates
([2b6967fbb](https://togithub.com/nuxt/nuxt/commit/2b6967fbb))
- Add 3x tag instead
([c0ef279f2](https://togithub.com/nuxt/nuxt/commit/c0ef279f2))
- Run workflows against 3.x branch as well
([31255a14d](https://togithub.com/nuxt/nuxt/commit/31255a14d))
- Use correct SHA calculation for release-pr action
([#&#8203;27604](https://togithub.com/nuxt/nuxt/pull/27604))
- Resolve bash syntax error
([#&#8203;27789](https://togithub.com/nuxt/nuxt/pull/27789))
- Only run scorecards against `main` branch
([7abd982f8](https://togithub.com/nuxt/nuxt/commit/7abd982f8))
- Raise renovate prs against 3.x branch too
([f176c150a](https://togithub.com/nuxt/nuxt/commit/f176c150a))
- Ignore `@vitejs/plugin-vue` again
([56660cbdd](https://togithub.com/nuxt/nuxt/commit/56660cbdd))
- Prevent more than one release from occurring at same time
([71705550f](https://togithub.com/nuxt/nuxt/commit/71705550f))
- Don't run changelog update on 2.x branch
([1be639364](https://togithub.com/nuxt/nuxt/commit/1be639364))

##### ❤️ Contributors

-   Daniel Roe ([@&#8203;danielroe](https://togithub.com/danielroe))
- Typed SIGTERM
([@&#8203;typed-sigterm](https://togithub.com/typed-sigterm))
-   Seno ([@&#8203;s-en-o](https://togithub.com/s-en-o))
- Julien Huang
([@&#8203;huang-julien](https://togithub.com/huang-julien))
- Michael Brevard
([@&#8203;GalacticHypernova](https://togithub.com/GalacticHypernova))
-   Ryota Watanabe ([@&#8203;wattanx](https://togithub.com/wattanx))
- Martin Masevski
([@&#8203;Archetipo95](https://togithub.com/Archetipo95))
-   Alex Liu ([@&#8203;Mini-ghost](https://togithub.com/Mini-ghost))
- Bochkarev Ivan ([@&#8203;Ibochkarev](https://togithub.com/Ibochkarev))
-   Alexander Lichter ([@&#8203;manniL](https://togithub.com/manniL))
-   Dominic ([@&#8203;rexhent](https://togithub.com/rexhent))
-   Aviv Keller ([@&#8203;RedYetiDev](https://togithub.com/RedYetiDev))
- Maxime Pauvert ([@&#8203;maximepvrt](https://togithub.com/maximepvrt))
- Daniel Kelly
([@&#8203;danielkellyio](https://togithub.com/danielkellyio))
- Damian Głowala
([@&#8203;DamianGlowala](https://togithub.com/DamianGlowala))
- Idorenyin Udoh
([@&#8203;idorenyinudoh](https://togithub.com/idorenyinudoh))

</details>

<details>
<summary>nuxtlabs/studio-module (@&#8203;nuxthq/studio)</summary>

###
[`v2.0.3`](https://togithub.com/nuxtlabs/studio-module/releases/tag/v2.0.3)

[Compare
Source](https://togithub.com/nuxtlabs/studio-module/compare/v2.0.2...v2.0.3)

- fix(types): add back expect error
([`fbca547`](https://togithub.com/nuxtlabs/studio-module/commit/fbca547))

###
[`v2.0.2`](https://togithub.com/nuxtlabs/studio-module/releases/tag/v2.0.2)

[Compare
Source](https://togithub.com/nuxtlabs/studio-module/compare/v2.0.1...v2.0.2)

- feat(preview): handle `app.config.ts` sync with nuxt4 tree structure
([#&#8203;177](https://togithub.com/nuxtlabs/studio-module/issues/177))
([`87cfcbc`](https://togithub.com/nuxtlabs/studio-module/commit/87cfcbc))

</details>

<details>
<summary>vitejs/vite-plugin-vue (@&#8203;vitejs/plugin-vue)</summary>

###
[`v5.0.5`](https://togithub.com/vitejs/vite-plugin-vue/blob/HEAD/packages/plugin-vue/CHANGELOG.md#small505-2024-05-30-small)

- fix(deps): update all non-major dependencies
([#&#8203;360](https://togithub.com/vitejs/vite-plugin-vue/issues/360))
([ed4970a](https://togithub.com/vitejs/vite-plugin-vue/commit/ed4970a)),
closes
[#&#8203;360](https://togithub.com/vitejs/vite-plugin-vue/issues/360)
- fix(deps): update all non-major dependencies
([#&#8203;371](https://togithub.com/vitejs/vite-plugin-vue/issues/371))
([0a484c7](https://togithub.com/vitejs/vite-plugin-vue/commit/0a484c7)),
closes
[#&#8203;371](https://togithub.com/vitejs/vite-plugin-vue/issues/371)
- fix(plugin-vue): don't inline template when `__VUE_PROD_DEVTOOLS__`
([#&#8203;81](https://togithub.com/vitejs/vite-plugin-vue/issues/81))
([277a3ab](https://togithub.com/vitejs/vite-plugin-vue/commit/277a3ab)),
closes
[#&#8203;81](https://togithub.com/vitejs/vite-plugin-vue/issues/81)
- refactor(plugin-vue): use normalizePath from vite
([#&#8203;395](https://togithub.com/vitejs/vite-plugin-vue/issues/395))
([2848174](https://togithub.com/vitejs/vite-plugin-vue/commit/2848174)),
closes
[#&#8203;395](https://togithub.com/vitejs/vite-plugin-vue/issues/395)
- chore(deps): replace dependency eslint-plugin-node with
eslint-plugin-n ^14.0.0
([#&#8203;378](https://togithub.com/vitejs/vite-plugin-vue/issues/378))
([997f9bb](https://togithub.com/vitejs/vite-plugin-vue/commit/997f9bb)),
closes
[#&#8203;378](https://togithub.com/vitejs/vite-plugin-vue/issues/378)
- chore(deps): update all non-major dependencies
([#&#8203;355](https://togithub.com/vitejs/vite-plugin-vue/issues/355))
([4faec3d](https://togithub.com/vitejs/vite-plugin-vue/commit/4faec3d)),
closes
[#&#8203;355](https://togithub.com/vitejs/vite-plugin-vue/issues/355)
- chore(deps): update upstream
([#&#8203;356](https://togithub.com/vitejs/vite-plugin-vue/issues/356))
([cf7d91e](https://togithub.com/vitejs/vite-plugin-vue/commit/cf7d91e)),
closes
[#&#8203;356](https://togithub.com/vitejs/vite-plugin-vue/issues/356)
- chore(deps): update upstream
([#&#8203;361](https://togithub.com/vitejs/vite-plugin-vue/issues/361))
([a28c46e](https://togithub.com/vitejs/vite-plugin-vue/commit/a28c46e)),
closes
[#&#8203;361](https://togithub.com/vitejs/vite-plugin-vue/issues/361)
- chore(deps): update upstream
([#&#8203;367](https://togithub.com/vitejs/vite-plugin-vue/issues/367))
([2050ad3](https://togithub.com/vitejs/vite-plugin-vue/commit/2050ad3)),
closes
[#&#8203;367](https://togithub.com/vitejs/vite-plugin-vue/issues/367)
- chore(deps): update upstream
([#&#8203;379](https://togithub.com/vitejs/vite-plugin-vue/issues/379))
([96c82e9](https://togithub.com/vitejs/vite-plugin-vue/commit/96c82e9)),
closes
[#&#8203;379](https://togithub.com/vitejs/vite-plugin-vue/issues/379)
- chore(plugin-vue): update options on docs
([3f8b472](https://togithub.com/vitejs/vite-plugin-vue/commit/3f8b472))

</details>

<details>
<summary>chromaui/chromatic-cli (chromatic)</summary>

###
[`v11.5.5`](https://togithub.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1155-Mon-Jul-08-2024)

[Compare
Source](https://togithub.com/chromaui/chromatic-cli/compare/v11.5.4...v11.5.5)

##### 🐛 Bug Fix

- Add missing skipUpdateCheck option to config schema
[#&#8203;1011](https://togithub.com/chromaui/chromatic-cli/pull/1011)
([@&#8203;ryan-case-ml](https://togithub.com/ryan-case-ml))

##### Authors: 1

- Ryan Case ([@&#8203;ryan-case-ml](https://togithub.com/ryan-case-ml))

***

###
[`v11.5.4`](https://togithub.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1154-Wed-Jun-12-2024)

[Compare
Source](https://togithub.com/chromaui/chromatic-cli/compare/v11.5.3...v11.5.4)

##### 🐛 Bug Fix

- Ensure GitHub Action runs in specified version of node
[#&#8203;1006](https://togithub.com/chromaui/chromatic-cli/pull/1006)
([@&#8203;tevanoff](https://togithub.com/tevanoff))
- Recommended files and ignored paths for yarn 4
[#&#8203;1005](https://togithub.com/chromaui/chromatic-cli/pull/1005)
([@&#8203;tevanoff](https://togithub.com/tevanoff))

##### Authors: 1

-   Todd Evanoff ([@&#8203;tevanoff](https://togithub.com/tevanoff))

***

###
[`v11.5.3`](https://togithub.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1153-Thu-Jun-06-2024)

[Compare
Source](https://togithub.com/chromaui/chromatic-cli/compare/v11.5.2...v11.5.3)

##### 🐛 Bug Fix

- Clean package.json before compiling into source
[#&#8203;1003](https://togithub.com/chromaui/chromatic-cli/pull/1003)
([@&#8203;ghengeveld](https://togithub.com/ghengeveld))

##### Authors: 1

- Gert Hengeveld ([@&#8203;ghengeveld](https://togithub.com/ghengeveld))

***

###
[`v11.5.2`](https://togithub.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1152-Thu-Jun-06-2024)

[Compare
Source](https://togithub.com/chromaui/chromatic-cli/compare/v11.5.1...v11.5.2)

##### 🐛 Bug Fix

- Chore: Update the RegEx filter to pull out empty strings
[#&#8203;1004](https://togithub.com/chromaui/chromatic-cli/pull/1004) (

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/nuxt-modules/storybook).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chakAs3 pushed a commit to nuxt-modules/storybook that referenced this issue Jul 24, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@iconify-json/heroicons](https://icon-sets.iconify.design/heroicons/)
| [`1.1.21` ->
`1.1.22`](https://renovatebot.com/diffs/npm/@iconify-json%2fheroicons/1.1.21/1.1.22)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@iconify-json%2fheroicons/1.1.22?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@iconify-json%2fheroicons/1.1.22?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@iconify-json%2fheroicons/1.1.21/1.1.22?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@iconify-json%2fheroicons/1.1.21/1.1.22?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@iconify-json/simple-icons](https://icon-sets.iconify.design/simple-icons/)
| [`1.1.107` ->
`1.1.109`](https://renovatebot.com/diffs/npm/@iconify-json%2fsimple-icons/1.1.107/1.1.109)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@iconify-json%2fsimple-icons/1.1.109?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@iconify-json%2fsimple-icons/1.1.109?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@iconify-json%2fsimple-icons/1.1.107/1.1.109?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@iconify-json%2fsimple-icons/1.1.107/1.1.109?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@nuxt/content](https://content.nuxt.com)
([source](https://togithub.com/nuxt/content)) | [`2.13.0` ->
`2.13.2`](https://renovatebot.com/diffs/npm/@nuxt%2fcontent/2.13.0/2.13.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2fcontent/2.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2fcontent/2.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2fcontent/2.13.0/2.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2fcontent/2.13.0/2.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@nuxt/eslint-config](https://togithub.com/nuxt/eslint)
([source](https://togithub.com/nuxt/eslint/tree/HEAD/packages/eslint-config))
| [`0.3.6` ->
`0.3.13`](https://renovatebot.com/diffs/npm/@nuxt%2feslint-config/0.3.6/0.3.13)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2feslint-config/0.3.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2feslint-config/0.3.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2feslint-config/0.3.6/0.3.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2feslint-config/0.3.6/0.3.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@nuxt/fonts](https://togithub.com/nuxt/fonts) | [`0.7.0` ->
`0.7.1`](https://renovatebot.com/diffs/npm/@nuxt%2ffonts/0.7.0/0.7.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2ffonts/0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2ffonts/0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2ffonts/0.7.0/0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2ffonts/0.7.0/0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@nuxt/kit](https://nuxt.com/docs/api/kit)
([source](https://togithub.com/nuxt/nuxt/tree/HEAD/packages/kit)) |
[`3.12.3` ->
`3.12.4`](https://renovatebot.com/diffs/npm/@nuxt%2fkit/3.12.3/3.12.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2fkit/3.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2fkit/3.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2fkit/3.12.3/3.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2fkit/3.12.3/3.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@nuxt/module-builder](https://togithub.com/nuxt/module-builder) |
[`0.8.0` ->
`0.8.1`](https://renovatebot.com/diffs/npm/@nuxt%2fmodule-builder/0.8.0/0.8.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2fmodule-builder/0.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2fmodule-builder/0.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2fmodule-builder/0.8.0/0.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2fmodule-builder/0.8.0/0.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@nuxt/schema](https://nuxt.com)
([source](https://togithub.com/nuxt/nuxt/tree/HEAD/packages/schema)) |
[`3.12.3` ->
`3.12.4`](https://renovatebot.com/diffs/npm/@nuxt%2fschema/3.12.3/3.12.4)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2fschema/3.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2fschema/3.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2fschema/3.12.3/3.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2fschema/3.12.3/3.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@nuxt/test-utils](https://togithub.com/nuxt/test-utils) | [`3.9.0` ->
`3.13.1`](https://renovatebot.com/diffs/npm/@nuxt%2ftest-utils/3.9.0/3.13.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2ftest-utils/3.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2ftest-utils/3.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2ftest-utils/3.9.0/3.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2ftest-utils/3.9.0/3.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@nuxt/vite-builder](https://nuxt.com)
([source](https://togithub.com/nuxt/nuxt/tree/HEAD/packages/vite)) |
[`3.12.2` ->
`3.12.4`](https://renovatebot.com/diffs/npm/@nuxt%2fvite-builder/3.12.2/3.12.4)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2fvite-builder/3.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2fvite-builder/3.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2fvite-builder/3.12.2/3.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2fvite-builder/3.12.2/3.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@nuxthq/studio](https://nuxt.studio)
([source](https://togithub.com/nuxtlabs/studio-module)) | [`2.0.1` ->
`2.0.3`](https://renovatebot.com/diffs/npm/@nuxthq%2fstudio/2.0.1/2.0.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxthq%2fstudio/2.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxthq%2fstudio/2.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxthq%2fstudio/2.0.1/2.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxthq%2fstudio/2.0.1/2.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@nuxtjs/tailwindcss](https://togithub.com/nuxt-modules/tailwindcss) |
[`6.12.0` ->
`6.12.1`](https://renovatebot.com/diffs/npm/@nuxtjs%2ftailwindcss/6.12.0/6.12.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxtjs%2ftailwindcss/6.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxtjs%2ftailwindcss/6.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxtjs%2ftailwindcss/6.12.0/6.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxtjs%2ftailwindcss/6.12.0/6.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@vitejs/plugin-vue](https://togithub.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue#readme)
([source](https://togithub.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue))
| [`5.0.4` ->
`5.1.0`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-vue/5.0.4/5.1.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@vitejs%2fplugin-vue/5.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vitejs%2fplugin-vue/5.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vitejs%2fplugin-vue/5.0.4/5.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitejs%2fplugin-vue/5.0.4/5.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@vitest/coverage-v8](https://togithub.com/vitest-dev/vitest/tree/main/packages/coverage-v8#readme)
([source](https://togithub.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8))
| [`2.0.2` ->
`2.0.4`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-v8/2.0.2/2.0.4)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@vitest%2fcoverage-v8/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vitest%2fcoverage-v8/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vitest%2fcoverage-v8/2.0.2/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitest%2fcoverage-v8/2.0.2/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [chromatic](https://www.chromatic.com)
([source](https://togithub.com/chromaui/chromatic-cli)) | [`11.3.0` ->
`11.5.6`](https://renovatebot.com/diffs/npm/chromatic/11.3.0/11.5.6) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/chromatic/11.5.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/chromatic/11.5.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/chromatic/11.3.0/11.5.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/chromatic/11.3.0/11.5.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [eslint](https://eslint.org)
([source](https://togithub.com/eslint/eslint)) | [`9.5.0` ->
`9.7.0`](https://renovatebot.com/diffs/npm/eslint/9.5.0/9.7.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/9.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint/9.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint/9.5.0/9.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint/9.5.0/9.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [jsdom](https://togithub.com/jsdom/jsdom) | [`24.0.0` ->
`24.1.1`](https://renovatebot.com/diffs/npm/jsdom/24.0.0/24.1.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/jsdom/24.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/jsdom/24.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/jsdom/24.0.0/24.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/jsdom/24.0.0/24.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [nuxt](https://nuxt.com)
([source](https://togithub.com/nuxt/nuxt/tree/HEAD/packages/nuxt)) |
[`3.12.2` ->
`3.12.4`](https://renovatebot.com/diffs/npm/nuxt/3.12.2/3.12.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/nuxt/3.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nuxt/3.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/nuxt/3.12.2/3.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nuxt/3.12.2/3.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [nuxt-og-image](https://nuxtseo.com/og-image)
([source](https://togithub.com/nuxt-modules/og-image)) | [`3.0.0-rc.54`
->
`3.0.0-rc.64`](https://renovatebot.com/diffs/npm/nuxt-og-image/3.0.0-rc.54/3.0.0-rc.64)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/nuxt-og-image/3.0.0-rc.64?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nuxt-og-image/3.0.0-rc.64?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/nuxt-og-image/3.0.0-rc.54/3.0.0-rc.64?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nuxt-og-image/3.0.0-rc.54/3.0.0-rc.64?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [pnpm](https://pnpm.io) ([source](https://togithub.com/pnpm/pnpm)) |
[`9.5.0` -> `9.6.0`](https://renovatebot.com/diffs/npm/pnpm/9.5.0/9.6.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/9.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pnpm/9.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pnpm/9.5.0/9.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pnpm/9.5.0/9.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [release-it](https://togithub.com/release-it/release-it) | [`17.2.0`
-> `17.6.0`](https://renovatebot.com/diffs/npm/release-it/17.2.0/17.6.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/release-it/17.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/release-it/17.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/release-it/17.2.0/17.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/release-it/17.2.0/17.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [typescript](https://www.typescriptlang.org/)
([source](https://togithub.com/Microsoft/TypeScript)) | [`5.4.3` ->
`5.5.4`](https://renovatebot.com/diffs/npm/typescript/5.4.3/5.5.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript/5.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript/5.4.3/5.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.4.3/5.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [ufo](https://togithub.com/unjs/ufo) | [`1.5.3` ->
`1.5.4`](https://renovatebot.com/diffs/npm/ufo/1.5.3/1.5.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/ufo/1.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ufo/1.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ufo/1.5.3/1.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ufo/1.5.3/1.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [vite](https://vitejs.dev)
([source](https://togithub.com/vitejs/vite/tree/HEAD/packages/vite)) |
[`5.2.2` -> `5.3.4`](https://renovatebot.com/diffs/npm/vite/5.2.2/5.3.4)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/vite/5.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/5.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/5.2.2/5.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/5.2.2/5.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [vite-plugin-inspect](https://togithub.com/antfu/vite-plugin-inspect)
| [`0.8.4` ->
`0.8.5`](https://renovatebot.com/diffs/npm/vite-plugin-inspect/0.8.4/0.8.5)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/vite-plugin-inspect/0.8.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite-plugin-inspect/0.8.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite-plugin-inspect/0.8.4/0.8.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite-plugin-inspect/0.8.4/0.8.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [vitest](https://togithub.com/vitest-dev/vitest)
([source](https://togithub.com/vitest-dev/vitest/tree/HEAD/packages/vitest))
| [`2.0.2` ->
`2.0.4`](https://renovatebot.com/diffs/npm/vitest/2.0.2/2.0.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/vitest/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vitest/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vitest/2.0.2/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitest/2.0.2/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [vue](https://togithub.com/vuejs/core/tree/main/packages/vue#readme)
([source](https://togithub.com/vuejs/core)) | [`3.4.31` ->
`3.4.33`](https://renovatebot.com/diffs/npm/vue/3.4.31/3.4.33) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/vue/3.4.33?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vue/3.4.33?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vue/3.4.31/3.4.33?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue/3.4.31/3.4.33?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [vue-tsc](https://togithub.com/vuejs/language-tools)
([source](https://togithub.com/vuejs/language-tools/tree/HEAD/packages/tsc))
| [`2.0.22` ->
`2.0.28`](https://renovatebot.com/diffs/npm/vue-tsc/2.0.22/2.0.28) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/vue-tsc/2.0.28?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vue-tsc/2.0.28?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vue-tsc/2.0.22/2.0.28?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue-tsc/2.0.22/2.0.28?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>nuxt/content (@&#8203;nuxt/content)</summary>

###
[`v2.13.2`](https://togithub.com/nuxt/content/blob/HEAD/CHANGELOG.md#v2132)

[Compare
Source](https://togithub.com/nuxt/content/compare/v2.13.1...v2.13.2)

[compare
changes](https://togithub.com/nuxt/content/compare/v2.13.1...v2.13.2)

##### 🚀 Enhancements

- **home:** Update studio section
([#&#8203;2696](https://togithub.com/nuxt/content/pull/2696))
- **landing:** Design review
([#&#8203;2703](https://togithub.com/nuxt/content/pull/2703))

##### 🩹 Fixes

- Add string type to gt/lt/gte/lte type definitions
([#&#8203;2704](https://togithub.com/nuxt/content/pull/2704))
- **search:** Non-md file might not have dscription file
([#&#8203;2706](https://togithub.com/nuxt/content/pull/2706))
- **module:** Disable MDC plugin if user disabled it
([#&#8203;2707](https://togithub.com/nuxt/content/pull/2707))
- Unwatch storage on nitro `close`
([ec7105ad](https://togithub.com/nuxt/content/commit/ec7105ad))

##### 📖 Documentation

- Add missing `await` for searchContent docs
([#&#8203;2692](https://togithub.com/nuxt/content/pull/2692))
- Prerender home
([4253f0bf](https://togithub.com/nuxt/content/commit/4253f0bf))
- Update `nuxt-og-image` and add `postinstall` script
([#&#8203;2705](https://togithub.com/nuxt/content/pull/2705))
- Update ContentSlot Documentation
([#&#8203;2713](https://togithub.com/nuxt/content/pull/2713))

##### 🤖 CI

- Add stale action
([99f6060b](https://togithub.com/nuxt/content/commit/99f6060b))
- Update stale.yml
([225ff460](https://togithub.com/nuxt/content/commit/225ff460))
- Update stale.yml
([964857d4](https://togithub.com/nuxt/content/commit/964857d4))

##### ❤️ Contributors

-   Farnabaz <farnabaz@gmail.com>
-   Jacob Strong ([@&#8203;jacstrong](http://github.com/jacstrong))
-   Damien Guard <damien@envytech.co.uk>
-   Florent Delerue <florentdelerue@hotmail.com>
- Benjamin Canac
([@&#8203;benjamincanac](http://github.com/benjamincanac))
-   Brock Wilcox ([@&#8203;awwaiid](http://github.com/awwaiid))

###
[`v2.13.1`](https://togithub.com/nuxt/content/blob/HEAD/CHANGELOG.md#v2131)

[Compare
Source](https://togithub.com/nuxt/content/compare/v2.13.0...v2.13.1)

[compare
changes](https://togithub.com/nuxt/content/compare/v2.13.0...v2.13.1)

##### 🔥 Performance

- **dev-cache:** Improve localhost markdown page navigation performance
(when having 2,000+ pages)
([#&#8203;2675](https://togithub.com/nuxt/content/pull/2675))

##### 🩹 Fixes

- **module:** Do not force prerender index page
([#&#8203;2681](https://togithub.com/nuxt/content/pull/2681))
- Hot reload on dev server for documentDriven: false
([#&#8203;2686](https://togithub.com/nuxt/content/pull/2686))

##### 📖 Documentation

- Typo in configuration
([#&#8203;2677](https://togithub.com/nuxt/content/pull/2677))
- Add missing await keyword in search documentation
([#&#8203;2687](https://togithub.com/nuxt/content/pull/2687))

##### 🏡 Chore

- Upgrade deps
([3fb379a6](https://togithub.com/nuxt/content/commit/3fb379a6))
- Remove `@nuxt/ui` resolution
([29fd1489](https://togithub.com/nuxt/content/commit/29fd1489))

##### ❤️ Contributors

-   Roman Lossa <roman.lossa@lycorp.co.jp>
-   Bogdan Gradinariu ([@&#8203;gion](http://github.com/gion))
-   Farnabaz <farnabaz@gmail.com>
-   Gareth <gareth@redfern.dev>

</details>

<details>
<summary>nuxt/eslint (@&#8203;nuxt/eslint-config)</summary>

### [`v0.3.13`](https://togithub.com/nuxt/eslint/releases/tag/v0.3.13)

[Compare
Source](https://togithub.com/nuxt/eslint/compare/v0.3.12...v0.3.13)

#####    🚀 Features

- **config**: Add `regexp` rule set for toolings preset  -  by
[@&#8203;antfu](https://togithub.com/antfu) in
[https://github.com/nuxt/eslint/issues/436](https://togithub.com/nuxt/eslint/issues/436)
[<samp>(59f17)</samp>](https://togithub.com/nuxt/eslint/commit/59f1761)

#####     [View changes on
GitHub](https://togithub.com/nuxt/eslint/compare/v0.3.12...v0.3.13)

### [`v0.3.12`](https://togithub.com/nuxt/eslint/releases/tag/v0.3.12)

[Compare
Source](https://togithub.com/nuxt/eslint/compare/v0.3.11...v0.3.12)

#####    🐞 Bug Fixes

- Allow single name file under prefixed components folder, fix
[#&#8203;419](https://togithub.com/nuxt/eslint/issues/419)  -  by
[@&#8203;antfu](https://togithub.com/antfu) in
[https://github.com/nuxt/eslint/issues/419](https://togithub.com/nuxt/eslint/issues/419)
[<samp>(cd015)</samp>](https://togithub.com/nuxt/eslint/commit/cd0157c)

#####     [View changes on
GitHub](https://togithub.com/nuxt/eslint/compare/v0.3.11...v0.3.12)

### [`v0.3.11`](https://togithub.com/nuxt/eslint/releases/tag/v0.3.11)

[Compare
Source](https://togithub.com/nuxt/eslint/compare/v0.3.10...v0.3.11)

#####    🚀 Features

- Update deps  -  by [@&#8203;antfu](https://togithub.com/antfu)
[<samp>(d2876)</samp>](https://togithub.com/nuxt/eslint/commit/d287604)

#####     [View changes on
GitHub](https://togithub.com/nuxt/eslint/compare/v0.3.10...v0.3.11)

### [`v0.3.10`](https://togithub.com/nuxt/eslint/releases/tag/v0.3.10)

[Compare
Source](https://togithub.com/nuxt/eslint/compare/v0.3.9...v0.3.10)

#####    🐞 Bug Fixes

-   **module**:
- Override `@eslint/js` config to keep the name consistent, fix
[#&#8203;408](https://togithub.com/nuxt/eslint/issues/408)  -  by
[@&#8203;antfu](https://togithub.com/antfu) in
[https://github.com/nuxt/eslint/issues/408](https://togithub.com/nuxt/eslint/issues/408)
[<samp>(477ee)</samp>](https://togithub.com/nuxt/eslint/commit/477ee5c)
- Get random port for config inspector, fix
[#&#8203;406](https://togithub.com/nuxt/eslint/issues/406)  -  by
[@&#8203;antfu](https://togithub.com/antfu) in
[https://github.com/nuxt/eslint/issues/406](https://togithub.com/nuxt/eslint/issues/406)
[<samp>(07eac)</samp>](https://togithub.com/nuxt/eslint/commit/07eace1)

#####     [View changes on
GitHub](https://togithub.com/nuxt/eslint/compare/v0.3.9...v0.3.10)

### [`v0.3.9`](https://togithub.com/nuxt/eslint/releases/tag/v0.3.9)

[Compare
Source](https://togithub.com/nuxt/eslint/compare/v0.3.8...v0.3.9)

#####    🐞 Bug Fixes

- Update `@eslint/config-inspector`, close
[#&#8203;400](https://togithub.com/nuxt/eslint/issues/400)  -  by
[@&#8203;antfu](https://togithub.com/antfu) in
[https://github.com/nuxt/eslint/issues/400](https://togithub.com/nuxt/eslint/issues/400)
[<samp>(97cb9)</samp>](https://togithub.com/nuxt/eslint/commit/97cb9a7)
- **module**: Upgrade `eslint-typegen`, close
[#&#8203;405](https://togithub.com/nuxt/eslint/issues/405)  -  by
[@&#8203;antfu](https://togithub.com/antfu) in
[https://github.com/nuxt/eslint/issues/405](https://togithub.com/nuxt/eslint/issues/405)
[<samp>(91b3f)</samp>](https://togithub.com/nuxt/eslint/commit/91b3f8c)

#####     [View changes on
GitHub](https://togithub.com/nuxt/eslint/compare/v0.3.8...v0.3.9)

### [`v0.3.8`](https://togithub.com/nuxt/eslint/releases/tag/v0.3.8)

[Compare
Source](https://togithub.com/nuxt/eslint/compare/v0.3.7...v0.3.8)

#####    🐞 Bug Fixes

-   **config**:
- Include `$fetch` as the global, close
[#&#8203;371](https://togithub.com/nuxt/eslint/issues/371)  -  by
[@&#8203;antfu](https://togithub.com/antfu) in
[https://github.com/nuxt/eslint/issues/371](https://togithub.com/nuxt/eslint/issues/371)
[<samp>(e5b47)</samp>](https://togithub.com/nuxt/eslint/commit/e5b47de)
-   **module**:
- Use relative path in the generate eslint.config, fix
[#&#8203;395](https://togithub.com/nuxt/eslint/issues/395)  -  by
[@&#8203;antfu](https://togithub.com/antfu) in
[https://github.com/nuxt/eslint/issues/395](https://togithub.com/nuxt/eslint/issues/395)
[<samp>(7bfb7)</samp>](https://togithub.com/nuxt/eslint/commit/7bfb780)
- Adding `fix` option to `checker`, fix
[#&#8203;394](https://togithub.com/nuxt/eslint/issues/394)  -  by
[@&#8203;antfu](https://togithub.com/antfu) in
[https://github.com/nuxt/eslint/issues/394](https://togithub.com/nuxt/eslint/issues/394)
[<samp>(05f00)</samp>](https://togithub.com/nuxt/eslint/commit/05f0005)

#####     [View changes on
GitHub](https://togithub.com/nuxt/eslint/compare/v0.3.7...v0.3.8)

### [`v0.3.7`](https://togithub.com/nuxt/eslint/releases/tag/v0.3.7)

[Compare
Source](https://togithub.com/nuxt/eslint/compare/v0.3.6...v0.3.7)

#####    🚀 Features

- **eslint-config**: Add Nuxt-aware
`vue/multiline-html-element-content-newline` rule  -  by
[@&#8203;DamianGlowala](https://togithub.com/DamianGlowala),
**autofix-ci\[bot]** and [@&#8203;antfu](https://togithub.com/antfu) in
[https://github.com/nuxt/eslint/issues/391](https://togithub.com/nuxt/eslint/issues/391)
[<samp>(f3f33)</samp>](https://togithub.com/nuxt/eslint/commit/f3f335d)
- **module**: Provide types for config overrides  -  by
[@&#8203;antfu](https://togithub.com/antfu)
[<samp>(55b38)</samp>](https://togithub.com/nuxt/eslint/commit/55b3806)

#####     [View changes on
GitHub](https://togithub.com/nuxt/eslint/compare/v0.3.6...v0.3.7)

</details>

<details>
<summary>nuxt/fonts (@&#8203;nuxt/fonts)</summary>

###
[`v0.7.1`](https://togithub.com/nuxt/fonts/blob/HEAD/CHANGELOG.md#v071)

[Compare
Source](https://togithub.com/nuxt/fonts/compare/v0.7.0...v0.7.1)

[compare
changes](https://togithub.com/nuxt/fonts/compare/v0.7.0...v0.7.1)

##### 🩹 Fixes

- **local:** Scan for fonts in all public assets dirs
([6e7ae2b](https://togithub.com/nuxt/fonts/commit/6e7ae2b))
- Ensure we don't have font filenames prefixed with `-`
([dfa252a](https://togithub.com/nuxt/fonts/commit/dfa252a))

##### 📖 Documentation

- Add docs page
([#&#8203;146](https://togithub.com/nuxt/fonts/pull/146))
- Update home page links
([8c91318](https://togithub.com/nuxt/fonts/commit/8c91318))
- Two more links
([5af0e5e](https://togithub.com/nuxt/fonts/commit/5af0e5e))

##### 🏡 Chore

- Add CODEOWNERS file
([#&#8203;156](https://togithub.com/nuxt/fonts/pull/156))
-   Lint ([1632eee](https://togithub.com/nuxt/fonts/commit/1632eee))

##### ❤️ Contributors

-   Daniel Roe ([@&#8203;danielroe](http://github.com/danielroe))
-   Tom Tang ([@&#8203;qwerzl](http://github.com/qwerzl))

</details>

<details>
<summary>nuxt/nuxt (@&#8203;nuxt/kit)</summary>

### [`v3.12.4`](https://togithub.com/nuxt/nuxt/releases/tag/v3.12.4)

[Compare
Source](https://togithub.com/nuxt/nuxt/compare/v3.12.3...v3.12.4)

> 3.12.4 is the next regularly scheduled patch release.

#### 👉 Changelog

[compare
changes](https://togithub.com/nuxt/nuxt/compare/v3.12.3...v3.12.4)

##### 🔥 Performance

- **vite:** Start warmups after nitro build
([#&#8203;27963](https://togithub.com/nuxt/nuxt/pull/27963))
- **vite:** Avoid extra resolve call for `resolveId` in layers
([#&#8203;27971](https://togithub.com/nuxt/nuxt/pull/27971))
- **kit,nuxt,schema,vite,webpack:** Use explicit exports
([#&#8203;27998](https://togithub.com/nuxt/nuxt/pull/27998))

##### 🩹 Fixes

- **schema:** Resolve public alias correctly
([#&#8203;27975](https://togithub.com/nuxt/nuxt/pull/27975))
- **nuxt:** Omit rendering payload prefetch when `noScripts`
([#&#8203;27972](https://togithub.com/nuxt/nuxt/pull/27972))
- **nuxt:** Add `/` as fallback if page can't be identified
([e6109b226](https://togithub.com/nuxt/nuxt/commit/e6109b226))
- **ui-templates:** Validate templates with `html-validate`
([#&#8203;28024](https://togithub.com/nuxt/nuxt/pull/28024))
- **schema:** Don't constrain postcss plugin options
([#&#8203;28045](https://togithub.com/nuxt/nuxt/pull/28045))
- **kit:** Remove exports from v4 branch
([5c8312e9b](https://togithub.com/nuxt/nuxt/commit/5c8312e9b))
- **nuxt:** Use `unhead` key for ad-hoc module options
([#&#8203;28088](https://togithub.com/nuxt/nuxt/pull/28088))
- **nuxt:** Use native vue-router composables
([#&#8203;28114](https://togithub.com/nuxt/nuxt/pull/28114))
- **kit:** Ensure `getNuxtVersion` returns `string`
([#&#8203;28125](https://togithub.com/nuxt/nuxt/pull/28125))
- **nuxt:** Always prerender at least one page with crawler
([#&#8203;28131](https://togithub.com/nuxt/nuxt/pull/28131))
- **nuxt:** Consider doc `scroll-padding-top` in scrollBehavior
([#&#8203;28083](https://togithub.com/nuxt/nuxt/pull/28083))
- **nuxt:** Only warn when `useAsyncData` returns undefined
([#&#8203;28154](https://togithub.com/nuxt/nuxt/pull/28154))
- **nuxt:** Revert change to `getCachedData` null response
([d10cea11b](https://togithub.com/nuxt/nuxt/commit/d10cea11b))
- **schema:** Don't use `app/` as `srcDir` if it doesn't exist
([#&#8203;28176](https://togithub.com/nuxt/nuxt/pull/28176))
- **kit:** Normalise `serverDir` within layers using v4 compat
([#&#8203;28177](https://togithub.com/nuxt/nuxt/pull/28177))
- **nuxt:** Allow `getCachedData` to return undefined
([#&#8203;28187](https://togithub.com/nuxt/nuxt/pull/28187))
- **nuxt:** Use `addEventListener` to register cookie store listener
([#&#8203;28193](https://togithub.com/nuxt/nuxt/pull/28193))
- **nuxt:** Merge route meta properties with scanned meta
([#&#8203;28170](https://togithub.com/nuxt/nuxt/pull/28170))
- **nuxt:** Prevent duplicate `set-cookie` headers
([#&#8203;28211](https://togithub.com/nuxt/nuxt/pull/28211))

##### 💅 Refactors

- **schema,vite,webpack:** Rework `postcss` module loading
([#&#8203;27946](https://togithub.com/nuxt/nuxt/pull/27946))
- **nuxt:** Remove `_registeredComponents` from ssrContext
([#&#8203;27819](https://togithub.com/nuxt/nuxt/pull/27819))
- **nuxt:** Use `errx` to handle dev log traces
([#&#8203;28027](https://togithub.com/nuxt/nuxt/pull/28027))

##### 📖 Documentation

- Fix link
([83bd4fde9](https://togithub.com/nuxt/nuxt/commit/83bd4fde9))
- Fix Cloudflare spelling
([#&#8203;27989](https://togithub.com/nuxt/nuxt/pull/27989))
- Update example to use `nuxtApp.runWithContext`
([#&#8203;28000](https://togithub.com/nuxt/nuxt/pull/28000))
- Remove deprecated `pending` variable from data fetching docs
([#&#8203;28011](https://togithub.com/nuxt/nuxt/pull/28011))
- Clarify xrsp danger
([#&#8203;28053](https://togithub.com/nuxt/nuxt/pull/28053))
- Deprecate pending and emphasis undefined
([#&#8203;28113](https://togithub.com/nuxt/nuxt/pull/28113))
- Update phrasing in route announcer
([#&#8203;28108](https://togithub.com/nuxt/nuxt/pull/28108))
- Use code groups for install commands in module guide
([#&#8203;28094](https://togithub.com/nuxt/nuxt/pull/28094))
- Capitalize text
([#&#8203;28056](https://togithub.com/nuxt/nuxt/pull/28056))
- Mention content in upgrade guide v4 folder structure
([#&#8203;28090](https://togithub.com/nuxt/nuxt/pull/28090))
- Remove a resolved issue from view transition docs
([#&#8203;28091](https://togithub.com/nuxt/nuxt/pull/28091))
- Clarify navigateTo is not for nitro routes
([#&#8203;28092](https://togithub.com/nuxt/nuxt/pull/28092))
- Warn about nested islands
([#&#8203;28062](https://togithub.com/nuxt/nuxt/pull/28062))
- Add info about `layers/` directory
([#&#8203;28128](https://togithub.com/nuxt/nuxt/pull/28128))
- Codemods for migrating to Nuxt 4
([#&#8203;28072](https://togithub.com/nuxt/nuxt/pull/28072))

##### ✅ Tests

- Add `typeCheck` test in minimal build
([#&#8203;28166](https://togithub.com/nuxt/nuxt/pull/28166))

##### 🤖 CI

- Run prepare step before linting docs
([f8fbefb42](https://togithub.com/nuxt/nuxt/commit/f8fbefb42))
- Run prepare step before linting docs
([d629b82b3](https://togithub.com/nuxt/nuxt/commit/d629b82b3))

##### ❤️ Contributors

-   Daniel Roe ([@&#8203;danielroe](https://togithub.com/danielroe))
- arshcodemod ([@&#8203;arshcodemod](https://togithub.com/arshcodemod))
-   xjccc ([@&#8203;xjccc](https://togithub.com/xjccc))
- Julien Huang
([@&#8203;huang-julien](https://togithub.com/huang-julien))
-   BoogieBen ([@&#8203;boogie-ben](https://togithub.com/boogie-ben))
- Santiago A ([@&#8203;santiagoaloi](https://togithub.com/santiagoaloi))
- Bobbie Goede ([@&#8203;BobbieGoede](https://togithub.com/BobbieGoede))
- John Tanzer ([@&#8203;moshetanzer](https://togithub.com/moshetanzer))
-   Thomas ([@&#8203;ThomasWT](https://togithub.com/ThomasWT))
- [@&#8203;beer](https://togithub.com/beer)
([@&#8203;iiio2](https://togithub.com/iiio2))
-   Dominic ([@&#8203;rexhent](https://togithub.com/rexhent))
-   Alex Liu ([@&#8203;Mini-ghost](https://togithub.com/Mini-ghost))
-   Florian Metz ([@&#8203;Timeraa](https://togithub.com/Timeraa))
-   Liran Tal ([@&#8203;lirantal](https://togithub.com/lirantal))
- Daniel Kelly
([@&#8203;danielkellyio](https://togithub.com/danielkellyio))
- Daniel Flanagan
([@&#8203;FlantasticDan](https://togithub.com/FlantasticDan))
-   山吹色御守 ([@&#8203;KazariEX](https://togithub.com/KazariEX))
-   izzy goldman ([@&#8203;izzygld](https://togithub.com/izzygld))
-   Anthony Fu ([@&#8203;antfu](https://togithub.com/antfu))

</details>

<details>
<summary>nuxt/module-builder (@&#8203;nuxt/module-builder)</summary>

###
[`v0.8.1`](https://togithub.com/nuxt/module-builder/blob/HEAD/CHANGELOG.md#v081)

[Compare
Source](https://togithub.com/nuxt/module-builder/compare/v0.8.0...v0.8.1)

[compare
changes](https://togithub.com/nuxt/module-builder/compare/v0.8.0...v0.8.1)

##### 🩹 Fixes

- **build:** Export all types in stub mode
([6b1970d](https://togithub.com/nuxt/module-builder/commit/6b1970d))

##### 🏡 Chore

- Add [@&#8203;danielroe](https://togithub.com/danielroe) to code owners
([c39cc75](https://togithub.com/nuxt/module-builder/commit/c39cc75))

##### ❤️ Contributors

-   Daniel Roe ([@&#8203;danielroe](http://github.com/danielroe))

</details>

<details>
<summary>nuxt/test-utils (@&#8203;nuxt/test-utils)</summary>

###
[`v3.13.1`](https://togithub.com/nuxt/test-utils/blob/HEAD/CHANGELOG.md#v3131)

[Compare
Source](https://togithub.com/nuxt/test-utils/compare/v3.13.0...v3.13.1)

[compare
changes](https://togithub.com/nuxt/test-utils/compare/v3.13.0...v3.13.1)

##### 🩹 Fixes

- Revert `execa` to v8 for now
([fef8b062](https://togithub.com/nuxt/test-utils/commit/fef8b062))
- **config:** Force `buildId` to `test` manually
([25e081e4](https://togithub.com/nuxt/test-utils/commit/25e081e4))
- **runtime-utils:** Use `appId` fallback after `tryUseNuxtApp`
([#&#8203;849](https://togithub.com/nuxt/test-utils/pull/849))

##### 🏡 Chore

- Update type
([052094bc](https://togithub.com/nuxt/test-utils/commit/052094bc))

##### 🤖 CI

- Run test suite on windows
([#&#8203;851](https://togithub.com/nuxt/test-utils/pull/851))

##### ❤️ Contributors

-   Daniel Roe ([@&#8203;danielroe](http://github.com/danielroe))

###
[`v3.13.0`](https://togithub.com/nuxt/test-utils/blob/HEAD/CHANGELOG.md#v3130)

[Compare
Source](https://togithub.com/nuxt/test-utils/compare/v3.12.1...v3.13.0)

[compare
changes](https://togithub.com/nuxt/test-utils/compare/v3.12.1...v3.13.0)

##### 🚀 Enhancements

- **e2e:** Improve types for `$fetch`
([b21d9a54](https://togithub.com/nuxt/test-utils/commit/b21d9a54))
- **deps:** Upgrade `execa` to v9
([#&#8203;843](https://togithub.com/nuxt/test-utils/pull/843))

##### 🔥 Performance

- **e2e:** Don't iterate when cleaning up if nothing registered
([#&#8203;753](https://togithub.com/nuxt/test-utils/pull/753))

##### 🩹 Fixes

- **e2e:** Improve types for `fetch` and `mockLogger`
([eb40a6a6](https://togithub.com/nuxt/test-utils/commit/eb40a6a6))
- **e2e:** Force string response within `startServer`
([1b182505](https://togithub.com/nuxt/test-utils/commit/1b182505))
- **e2e:** Improve return types for `mockLogger`
([21aa7a2f](https://togithub.com/nuxt/test-utils/commit/21aa7a2f))
- **runtime:** Improve types for `renderSuspended` and `mountSuspended`
([1636cede](https://togithub.com/nuxt/test-utils/commit/1636cede))
- **e2e:** Revert changes for `$fetch` inference to unbreak build
([dd295d39](https://togithub.com/nuxt/test-utils/commit/dd295d39))
- **vitest:** Strongly type vitest environment options
([37582c71](https://togithub.com/nuxt/test-utils/commit/37582c71))
- **module:** Correctly filter vite plugins
([021824d0](https://togithub.com/nuxt/test-utils/commit/021824d0))
- **runtime:** Preserve `setupState` return
([ab7fd457](https://togithub.com/nuxt/test-utils/commit/ab7fd457))
- **playwright:** Bump dependency and remove polyfill
([#&#8203;819](https://togithub.com/nuxt/test-utils/pull/819))
- **runtime:** Use `effectScope` in `renderSuspended`
([#&#8203;820](https://togithub.com/nuxt/test-utils/pull/820))
- **e2e:** Type `$fetch` using globalThis instead
([b1269edb](https://togithub.com/nuxt/test-utils/commit/b1269edb))
- Set `buildId` to `nuxt-app` for compatibility with nuxt v3.12+
([a00b2c1f](https://togithub.com/nuxt/test-utils/commit/a00b2c1f))
- **runtime-utils:** Use `tryUseNuxtApp` rather than `buildId` override
([726e0a2d](https://togithub.com/nuxt/test-utils/commit/726e0a2d))

##### 🏡 Chore

- Migrate to eslint v9
([#&#8203;814](https://togithub.com/nuxt/test-utils/pull/814))
- Reduce internal typing of `any`
([3e3bc306](https://togithub.com/nuxt/test-utils/commit/3e3bc306))
- Reenable `no-explicit-any` rule
([28385546](https://togithub.com/nuxt/test-utils/commit/28385546))
- Normalise internal package names
([3f58b110](https://togithub.com/nuxt/test-utils/commit/3f58b110))
- Update example command
([e271b63e](https://togithub.com/nuxt/test-utils/commit/e271b63e))
- Add name for `app-vitest-full`
([882c144e](https://togithub.com/nuxt/test-utils/commit/882c144e))
- Ignore `@nuxt/devtools` upgrades for now
([54f654d6](https://togithub.com/nuxt/test-utils/commit/54f654d6))
- Lint
([08ee3515](https://togithub.com/nuxt/test-utils/commit/08ee3515))

##### ❤️ Contributors

-   Daniel Roe ([@&#8203;danielroe](http://github.com/danielroe))
-   Michael Brevard <yonshi29@&#8203;gmail.com>

###
[`v3.12.1`](https://togithub.com/nuxt/test-utils/blob/HEAD/CHANGELOG.md#v3121)

[Compare
Source](https://togithub.com/nuxt/test-utils/compare/v3.12.0...v3.12.1)

[compare
changes](https://togithub.com/nuxt/test-utils/compare/v3.12.0...v3.12.1)

##### 🩹 Fixes

- Publish `playwright.d.ts`
([#&#8203;797](https://togithub.com/nuxt/test-utils/pull/797))

##### ❤️ Contributors

-   Ryota Watanabe ([@&#8203;wattanx](http://github.com/wattanx))

###
[`v3.12.0`](https://togithub.com/nuxt/test-utils/blob/HEAD/CHANGELOG.md#v3120)

[Compare
Source](https://togithub.com/nuxt/test-utils/compare/v3.11.0...v3.12.0)

[compare
changes](https://togithub.com/nuxt/test-utils/compare/v3.11.0...v3.12.0)

##### 🚀 Enhancements

- **e2e:** Add `'route'`/`'hydration'` options for `page.goto()`
([#&#8203;739](https://togithub.com/nuxt/test-utils/pull/739))
- **e2e:** Add `playwright` runner
([#&#8203;776](https://togithub.com/nuxt/test-utils/pull/776))

##### 🩹 Fixes

- **config:** Remove nuxt's custom vite logger
([eca52f5c](https://togithub.com/nuxt/test-utils/commit/eca52f5c))

##### 🏡 Chore

- Force correct typing for e2e subpath
([9fd93a8c](https://togithub.com/nuxt/test-utils/commit/9fd93a8c))
- Don't run publish step separately
([0078d0bc](https://togithub.com/nuxt/test-utils/commit/0078d0bc))

##### 🤖 CI

- Remove caching of Playwright browsers
([#&#8203;785](https://togithub.com/nuxt/test-utils/pull/785))
- Add release workflow
([76604ce0](https://togithub.com/nuxt/test-utils/commit/76604ce0))
- Update `changelogen` command
([e3368daf](https://togithub.com/nuxt/test-utils/commit/e3368daf))
- Add git user
([5aa95b02](https://togithub.com/nuxt/test-utils/commit/5aa95b02))
- Add contents permission
([cf6cd3a8](https://togithub.com/nuxt/test-utils/commit/cf6cd3a8))
- Rename some workflows
([7ea235e9](https://togithub.com/nuxt/test-utils/commit/7ea235e9))
- Do less in workflow
([1f664fc5](https://togithub.com/nuxt/test-utils/commit/1f664fc5))

##### ❤️ Contributors

-   Daniel Roe ([@&#8203;danielroe](http://github.com/danielroe))
-   Max Schmitt ([@&#8203;mxschmitt](http://github.com/mxschmitt))

###
[`v3.11.0`](https://togithub.com/nuxt/test-utils/blob/HEAD/CHANGELOG.md#v3110)

[Compare
Source](https://togithub.com/nuxt/test-utils/compare/v3.10.0...v3.11.0)

[compare
changes](https://togithub.com/nuxt/test-utils/compare/v3.10.0...v3.11.0)

##### 🚀 Enhancements

- **vitest-environment:** Add support for in-source testing
([#&#8203;651](https://togithub.com/nuxt/test-utils/pull/651))

##### 🩹 Fixes

- **runtime:** Reset modules after nuxt setup runs
([#&#8203;726](https://togithub.com/nuxt/test-utils/pull/726))

##### ✅ Tests

- Add example of mocking `vue-router`
([e293cea1](https://togithub.com/nuxt/test-utils/commit/e293cea1))
- Add example of mocking nuxt `useRoute`
([fe465193](https://togithub.com/nuxt/test-utils/commit/fe465193))

##### ❤️ Contributors

-   Daniel Roe ([@&#8203;danielroe](http://github.com/danielroe))

###
[`v3.10.0`](https://togithub.com/nuxt/test-utils/blob/HEAD/CHANGELOG.md#v3100)

[Compare
Source](https://togithub.com/nuxt/test-utils/compare/v3.9.0...v3.10.0)

[compare
changes](https://togithub.com/nuxt/test-utils/compare/v3.9.0...v3.10.0)

##### 🚀 Enhancements

- **e2e:** Add `cucumber` test runner
([#&#8203;711](https://togithub.com/nuxt/test-utils/pull/711))
- **e2e:** Support `env` option for `startServer`
([#&#8203;640](https://togithub.com/nuxt/test-utils/pull/640))

##### 🩹 Fixes

- **runtime-utils:** Resolve `to` in `RouterLink` stub
([#&#8203;687](https://togithub.com/nuxt/test-utils/pull/687))
- Mark `afterAll` and `setup` hooks as async
([#&#8203;702](https://togithub.com/nuxt/test-utils/pull/702))
- **module:** Always append import when mocking
([#&#8203;701](https://togithub.com/nuxt/test-utils/pull/701))

##### 🏡 Chore

- Add required dev deps to `app-vitest` example
([#&#8203;712](https://togithub.com/nuxt/test-utils/pull/712))
- Pin vue/nuxt versions
([00674cd0](https://togithub.com/nuxt/test-utils/commit/00674cd0))

##### ✅ Tests

- Update config key
([25060645](https://togithub.com/nuxt/test-utils/commit/25060645))
- Add example test for nuxt-injected value
([#&#8203;663](https://togithub.com/nuxt/test-utils/pull/663))
- Update to actually use `$t`
([#&#8203;675](https://togithub.com/nuxt/test-utils/pull/675))

##### 🤖 CI

- Fetch-depth: 0
([269df289](https://togithub.com/nuxt/test-utils/commit/269df289))

##### ❤️ Contributors

-   Bobbie Goede <bobbiegoede@gmail.com>
-   Daniel Roe <daniel@roe.dev>
-   Julien Huang <julien.huang@outlook.fr>
-   Steve Pewsey <stevenpewsey@gmail.com>

</details>

<details>
<summary>nuxtlabs/studio-module (@&#8203;nuxthq/studio)</summary>

###
[`v2.0.3`](https://togithub.com/nuxtlabs/studio-module/releases/tag/v2.0.3)

[Compare
Source](https://togithub.com/nuxtlabs/studio-module/compare/v2.0.2...v2.0.3)

- fix(types): add back expect error
([`fbca547`](https://togithub.com/nuxtlabs/studio-module/commit/fbca547))

###
[`v2.0.2`](https://togithub.com/nuxtlabs/studio-module/releases/tag/v2.0.2)

[Compare
Source](https://togithub.com/nuxtlabs/studio-module/compare/v2.0.1...v2.0.2)

- feat(preview): handle `app.config.ts` sync with nuxt4 tree structure
([#&#8203;177](https://togithub.com/nuxtlabs/studio-module/issues/177))
([`87cfcbc`](https://togithub.com/nuxtlabs/studio-module/commit/87cfcbc))

</details>

<details>
<summary>nuxt-modules/tailwindcss (@&#8203;nuxtjs/tailwindcss)</summary>

###
[`v6.12.1`](https://togithub.com/nuxt-modules/tailwindcss/blob/HEAD/CHANGELOG.md#v6121)

[Compare
Source](https://togithub.com/nuxt-modules/tailwindcss/compare/v6.12.0...v6.12.1)

[compare
changes](https://togithub.com/nuxt-modules/tailwindcss/compare/v6.12.0...v6.12.1)

##### 🩹 Fixes

- Better check for unsafe config to fallback
([#&#8203;839](https://togithub.com/nuxt-modules/tailwindcss/pull/839))
- Safer checking for templates, closes
[#&#8203;860](https://togithub.com/nuxt-modules/tailwindcss/issues/860)
and closes
[#&#8203;865](https://togithub.com/nuxt-modules/tailwindcss/issues/865)
([#&#8203;860](https://togithub.com/nuxt-modules/tailwindcss/issues/860),
[#&#8203;865](https://togithub.com/nuxt-modules/tailwindcss/issues/865))

##### 📖 Documentation

- Polish homepage and logo
([9977f25](https://togithub.com/nuxt-modules/tailwindcss/commit/9977f25))
- Update examples, closes
[#&#8203;841](https://togithub.com/nuxt-modules/tailwindcss/issues/841)
([#&#8203;841](https://togithub.com/nuxt-modules/tailwindcss/issues/841))
- Fix injectPosition typo
([#&#8203;859](https://togithub.com/nuxt-modules/tailwindcss/pull/859))
- Prerender `/`
([427cfb5](https://togithub.com/nuxt-modules/tailwindcss/commit/427cfb5))
- Revert logo
([#&#8203;873](https://togithub.com/nuxt-modules/tailwindcss/pull/873))

##### 📦 Build

- Update merger filename and revert `@nuxt/content` upgrade
([#&#8203;867](https://togithub.com/nuxt-modules/tailwindcss/pull/867))

##### 🏡 Chore

- Update to latest `@nuxt/module-builder`
([#&#8203;840](https://togithub.com/nuxt-modules/tailwindcss/pull/840))
- Update renovate config
([#&#8203;844](https://togithub.com/nuxt-modules/tailwindcss/pull/844))
- Bump `nuxt-component-meta`
([63a8a8e](https://togithub.com/nuxt-modules/tailwindcss/commit/63a8a8e))
- **ci:** Fix test
([71f00b6](https://togithub.com/nuxt-modules/tailwindcss/commit/71f00b6))
- **ci:** Fix test
([7704e81](https://togithub.com/nuxt-modules/tailwindcss/commit/7704e81))
- Update deps
([a219ef1](https://togithub.com/nuxt-modules/tailwindcss/commit/a219ef1))
- **builder:** Specify merger as entry
([2f1c09d](https://togithub.com/nuxt-modules/tailwindcss/commit/2f1c09d))
- **ci:** Fix
([2679f27](https://togithub.com/nuxt-modules/tailwindcss/commit/2679f27))
- Bump `mkdist` in lockfile
([36febad](https://togithub.com/nuxt-modules/tailwindcss/commit/36febad))
- Fix lint
([d11f4f2](https://togithub.com/nuxt-modules/tailwindcss/commit/d11f4f2))

##### ❤️ Contributors

-   Inesh Bose <dev@inesh.xyz>
- Benjamin Canac
([@&#8203;benjamincanac](http://github.com/benjamincanac))
-   Daniel Roe ([@&#8203;danielroe](http://github.com/danielroe))
-   M0nch1 ([@&#8203;m0nch1](http://github.com/m0nch1))
-   Gangan ([@&#8203;shinGangan](http://github.com/shinGangan))

</details>

<details>
<summary>vitejs/vite-plugin-vue (@&#8203;vitejs/plugin-vue)</summary>

###
[`v5.1.0`](https://togithub.com/vitejs/vite-plugin-vue/blob/HEAD/packages/plugin-vue/CHANGELOG.md#510-2024-07-23)

- fix(deps): update all non-major dependencies
([#&#8203;412](https://togithub.com/vitejs/vite-plugin-vue/issues/412))
([8cb2ea9](https://togithub.com/vitejs/vite-plugin-vue/commit/8cb2ea9)),
closes
[#&#8203;412](https://togithub.com/vitejs/vite-plugin-vue/issues/412)
- fix(plugin-vue): clear cache after build end
([96dbb22](https://togithub.com/vitejs/vite-plugin-vue/commit/96dbb22))
- chore: update documentation for new features option
([7fc7994](https://togithub.com/vitejs/vite-plugin-vue/commit/7fc7994))
- chore(deps): update upstream
([#&#8203;416](https://togithub.com/vitejs/vite-plugin-vue/issues/416))
([02a3edd](https://togithub.com/vitejs/vite-plugin-vue/commit/02a3edd)),
closes
[#&#8203;416](https://togithub.com/vitejs/vite-plugin-vue/issues/416)
- feat(plugin-vue): add `features` option
([#&#8203;419](https://togithub.com/vitejs/vite-plugin-vue/issues/419))
([3e839e2](https://togithub.com/vitejs/vite-plugin-vue/commit/3e839e2)),
closes
[#&#8203;419](https://togithub.com/vitejs/vite-plugin-vue/issues/419)

###
[`v5.0.5`](https://togithub.com/vitejs/vite-plugin-vue/blob/HEAD/packages/plugin-vue/CHANGELOG.md#small505-2024-05-30-small)

- fix(deps): update all non-major dependencies
([#&#8203;360](https://togithub.com/vitejs/vite-plugin-vue/issues/360))
([ed4970a](https://togithub.com/vitejs/vite-plugin-vue/commit/ed4970a)),
closes
[#&#8203;360](https://togithub.com/vitejs/vite-plugin-vue/issues/360)
- fix(deps): update all non-major dependencies
([#&#8203;371](https://togithub.com/vitejs/vite-plugin-vue/issues/371))
([0a484c7](https://togithub.com/vitejs/vite-plugin-vue/commit/0a484c7)),
closes
[#&#8203;371](https://togithub.com/vitejs/vite-plugin-vue/issues/371)
- fix(plugin-vue): don't inline template when `__VUE_PROD_DEVTOOLS__`
([#&#8203;81](https://togithub.com/vitejs/vite-plugin-vue/issues/81))
([277a3ab](https://togithub.com/vitejs/vite-plugin-vue/commit/277a3ab)),
closes
[#&#8203;81](https://togithub.com/vitejs/vite-plugin-vue/issues/81)
- refactor(plugin-vue): use normalizePath from vite
([#&#8203;395](https://togithub.com/vitejs/vite-plugin-vue/issues/395))
([2848174](https://togithub.com/vitejs/vite-plugin-vue/commit/2848174)),
closes
[#&#8203;395](https://togithub.com/vitejs/vite-plugin-vue/issues/395)
- chore(deps): replace dependency eslint-plugin-node with
eslint-plugin-n ^14.0.0
([#&#8203;378](https://togithub.com/vitejs/vite-plugin-vue/issues/378))
([997f9bb](https://togithub.com/vitejs/vite-plugin-vue/commit/997f9bb)),
closes
[#&#8203;378](https://togithub.com/vitejs/vite-plugin-vue/issues/378)
- chore(deps): update all non-major dependencies
([#&#8203;355](https://togithub.com/vitejs/vite-plugin-vue/issues/355))
([4faec3d](https://togithub.com/vitejs/vite-plugin-vue/commit/4faec3d)),
closes
[#&#8203;355](https://togithub.com/vitejs/vite-plugin-vue/issues/355)
- chore(deps): update upstream
([#&#8203;356](https://togithub.com/vitejs/vite-plugin-vue/issues/356))
([cf7d91e](https://togithub.com/vitejs/vite-plugin-vue/commit/cf7d91e)),
closes
[#&#8203;356](https://togithub.com/vitejs/vite-plugin-vue/issues/356)
- chore(deps): update upstream
([#&#8203;361](https://togithub.com/vitejs/vite-plugin-vue/issues/361))
([a28c46e](https://togithub.com/vitejs/vite-plugin-vue/commit/a28c46e)),
closes
[#&#8203;361](https://togithub.com/vitejs/vite-plugin-vue/issues/361)
- chore(deps): update upstream
([#&#8203;367](https://togithub.com/vitejs/vite-plugin-vue/issues/367))
([2050ad3](https://togithub.com/vitejs/vite-plugin-vue/commit/2050ad3)),
closes
[#&#8203;367](https://togithub.com/vitejs/vite-plugin-vue/issues/367)
- chore(deps): update upstream
([#&#8203;379](https://togithub.com/vitejs/vite-plugin-vue/issues/379))
([96c82e9](https://togithub.com/vitejs/vite-plugin-vue/commit/96c82e9)),
closes
[#&#8203;379](https://togithub.com/vitejs/vite-plugin-vue/issues/379)
- chore(plugin-vue): update options on docs
([3f8b472](https://togithub.com/vitejs/vite-plugin-vue/commit/3f8b472))

</details>

<details>
<summary>vitest-dev/vitest (@&#8203;vitest/coverage-v8)</summary>

###
[`v2.0.4`](https://togithub.com/vitest-dev/vitest/releases/tag/v2.0.4)

[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v2.0.3...v2.0.4)

#####    🐞 Bug Fixes

- One-line environment options  -  by
[@&#8203;hahanein](https://togithub.com/hahanein) in
[https://github.com/vitest-dev/vitest/issues/5105](https://togithub.com/vitest-dev/vitest/issues/5105)
[<samp>(38269)</samp>](https://togithub.com/vitest-dev/vitest/commit/38269415)
- Resolve assets imported with `require`  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/6159](https://togithub.com/vitest-dev/vitest/issues/6159)
[<samp>(807a2)</samp>](https://togithub.com/vitest-dev/vitest/commit/807a2cbc)
-   **browser**:
- Don't panic if
[@&#8203;vitest/browser](https://togithub.com/vitest/browser) is
installed outside of project root  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/6135](https://togithub.com/vitest-dev/vitest/issues/6135)
[<samp>(ccfcd)</samp>](https://togithub.com/vitest-dev/vitest/commit/ccfcd488)
- Set global filepath  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/6190](https://togithub.com/vitest-dev/vitest/issues/6190)
[<samp>(0d0b4)</samp>](https://togithub.com/vitest-dev/vitest/commit/0d0b46b1)
- Allow preview and open in the editor screenshot error from ui  -  by
[@&#8203;userquin](https://togithub.com/userquin) in
[https://github.com/vitest-dev/vitest/issues/6113](https://togithub.com/vitest-dev/vitest/issues/6113)
[<samp>(2d620)</samp>](https://togithub.com/vitest-dev/vitest/commit/2d62051f)
-   **coverage**:
- Global thresholds to include files from glob thresholds  -  by
[@&#8203;thor-juhasz](https://togithub.com/thor-juhasz) and
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[https://github.com/vitest-dev/vitest/issues/6172](https://togithub.com/vitest-dev/vitest/issues/6172)
[<samp>(02e3f)</samp>](https://togithub.com/vitest-dev/vitest/commit/02e3f003)
- Consistent type-only file handling  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[https://github.com/vitest-dev/vitest/issues/6183](https://togithub.com/vitest-dev/vitest/issues/6183)
[<samp>(90576)</samp>](https://togithub.com/vitest-dev/vitest/commit/90576148)
    -   

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/nuxt-modules/storybook).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant