chore(deps): update dependency nuxt to v4.4.6 #2915

Merged
renovate merged 1 commits from renovate/nuxtjs-monorepo into main 2026-05-21 11:07:57 +00:00
Owner

This PR contains the following updates:

Package Change Age Confidence
nuxt (source) 4.4.54.4.6 age confidence

Release Notes

nuxt/nuxt (nuxt)

v4.4.6

Compare Source

4.4.6 is the next patch release.

👉 Changelog

compare changes

🩹 Fixes
  • vite: Use spa entry for vite-node fallback (#​35037)
  • vite: Invalidate SSR module cache when modules are invalidated via plugin hooks (a86657a0e)
  • nuxt: Match deduplicated resolveComponent calls in jsx blocks (#​35028)
  • nuxt: Prefer our own builder/server deps (#​35029)
  • nuxt: Update useFetch key even with watch: false (#​35002)
  • nitro: Mark @babel/plugin-syntax-typescript as optional peer dep (#​35041)
  • nitro: Add json extension to payload cache items (#​35043)
  • nuxt: Handle errors fetching app manifest (#​35050)
  • nuxt: Encode html-significant characters in external redirect body (#​35052)
  • nuxt: Preserve setPageLayout props on same-path navigation (#​35055)
  • vite: Don't strip buildAssetsDir from vite-node SSR ids (#​35040)
  • nuxt: Mark useLoadingIndicator properties as readonly (#​35062)
  • vite: Strip queries in css inline styles map (#​35067)
  • nitro: Validate island request hash matches props (#​35077)
  • nitro: Use regexp to strip query (163e18d4b)
  • nitro: Use statusCode for nitro v2 compatibility (952f6841e)
  • nitro-server: Re-export h3 named symbols statically (cd99001c8)
  • nuxt: Render component-less parent routes during client-side nav (#​35036)
  • kit: Respect tsConfig.exclude in legacy tsconfig.json (#​35079)
  • nuxt: Run middleware for page islands (#​35092)
💅 Refactors
  • rspack,webpack: Extract same-origin check for dev middleware (#​35051)
📖 Documentation
  • Remove CSB, set node 22 and use steps for clarity (#​35066)
🏡 Chore
Tests
🤖 CI
❤️ Contributors

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [nuxt](https://nuxt.com) ([source](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt)) | [`4.4.5` → `4.4.6`](https://renovatebot.com/diffs/npm/nuxt/4.4.5/4.4.6) | ![age](https://developer.mend.io/api/mc/badges/age/npm/nuxt/4.4.6?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nuxt/4.4.5/4.4.6?slim=true) | --- ### Release Notes <details> <summary>nuxt/nuxt (nuxt)</summary> ### [`v4.4.6`](https://github.com/nuxt/nuxt/releases/tag/v4.4.6) [Compare Source](https://github.com/nuxt/nuxt/compare/v4.4.5...v4.4.6) > 4.4.6 is the next patch release. #### 👉 Changelog [compare changes](https://github.com/nuxt/nuxt/compare/v4.4.5...v4.4.6) ##### 🩹 Fixes - **vite:** Use spa entry for vite-node fallback ([#&#8203;35037](https://github.com/nuxt/nuxt/pull/35037)) - **vite:** Invalidate SSR module cache when modules are invalidated via plugin hooks ([a86657a0e](https://github.com/nuxt/nuxt/commit/a86657a0e)) - **nuxt:** Match deduplicated `resolveComponent` calls in jsx blocks ([#&#8203;35028](https://github.com/nuxt/nuxt/pull/35028)) - **nuxt:** Prefer our own builder/server deps ([#&#8203;35029](https://github.com/nuxt/nuxt/pull/35029)) - **nuxt:** Update `useFetch` key even with `watch: false` ([#&#8203;35002](https://github.com/nuxt/nuxt/pull/35002)) - **nitro:** Mark `@babel/plugin-syntax-typescript` as optional peer dep ([#&#8203;35041](https://github.com/nuxt/nuxt/pull/35041)) - **nitro:** Add json extension to payload cache items ([#&#8203;35043](https://github.com/nuxt/nuxt/pull/35043)) - **nuxt:** Handle errors fetching app manifest ([#&#8203;35050](https://github.com/nuxt/nuxt/pull/35050)) - **nuxt:** Encode html-significant characters in external redirect body ([#&#8203;35052](https://github.com/nuxt/nuxt/pull/35052)) - **nuxt:** Preserve `setPageLayout` props on same-path navigation ([#&#8203;35055](https://github.com/nuxt/nuxt/pull/35055)) - **vite:** Don't strip buildAssetsDir from vite-node SSR ids ([#&#8203;35040](https://github.com/nuxt/nuxt/pull/35040)) - **nuxt:** Mark `useLoadingIndicator` properties as readonly ([#&#8203;35062](https://github.com/nuxt/nuxt/pull/35062)) - **vite:** Strip queries in css inline styles map ([#&#8203;35067](https://github.com/nuxt/nuxt/pull/35067)) - **nitro:** Validate island request hash matches props ([#&#8203;35077](https://github.com/nuxt/nuxt/pull/35077)) - **nitro:** Use regexp to strip query ([163e18d4b](https://github.com/nuxt/nuxt/commit/163e18d4b)) - **nitro:** Use `statusCode` for nitro v2 compatibility ([952f6841e](https://github.com/nuxt/nuxt/commit/952f6841e)) - **nitro-server:** Re-export h3 named symbols statically ([cd99001c8](https://github.com/nuxt/nuxt/commit/cd99001c8)) - **nuxt:** Render component-less parent routes during client-side nav ([#&#8203;35036](https://github.com/nuxt/nuxt/pull/35036)) - **kit:** Respect `tsConfig.exclude` in legacy `tsconfig.json` ([#&#8203;35079](https://github.com/nuxt/nuxt/pull/35079)) - **nuxt:** Run middleware for page islands ([#&#8203;35092](https://github.com/nuxt/nuxt/pull/35092)) ##### 💅 Refactors - **rspack,webpack:** Extract same-origin check for dev middleware ([#&#8203;35051](https://github.com/nuxt/nuxt/pull/35051)) ##### 📖 Documentation - Remove CSB, set node 22 and use steps for clarity ([#&#8203;35066](https://github.com/nuxt/nuxt/pull/35066)) ##### 🏡 Chore - One more type, one more ([50dcf15bb](https://github.com/nuxt/nuxt/commit/50dcf15bb)) - Remove unneeded (?) overrides ([6997093af](https://github.com/nuxt/nuxt/commit/6997093af)) - Use explicit versions for fixture dependencies ([294a734d4](https://github.com/nuxt/nuxt/commit/294a734d4)) - Ignore link-like syntax in code ([2584a549c](https://github.com/nuxt/nuxt/commit/2584a549c)) - Narrow engines.node in test ([5bb17fb47](https://github.com/nuxt/nuxt/commit/5bb17fb47)) - Remove unused import ([a52d78626](https://github.com/nuxt/nuxt/commit/a52d78626)) ##### ✅ Tests - Relax relative time assertion ([c3dcd16f9](https://github.com/nuxt/nuxt/commit/c3dcd16f9)) - Add type ([732d844ad](https://github.com/nuxt/nuxt/commit/732d844ad)) - Drop h3 v2 types ([8286e5fcd](https://github.com/nuxt/nuxt/commit/8286e5fcd)) ##### 🤖 CI - Clean up agent-scan workflow ([ab8317547](https://github.com/nuxt/nuxt/commit/ab8317547)) - Continue autofix workflow when `test:engines` fails ([3025e561e](https://github.com/nuxt/nuxt/commit/3025e561e)) - Improve workflows ([#&#8203;35088](https://github.com/nuxt/nuxt/pull/35088)) ##### ❤️ Contributors - Daniel Roe ([@&#8203;danielroe](https://github.com/danielroe)) - Tim ([@&#8203;timhn-bm](https://github.com/timhn-bm)) - Julien Huang ([@&#8203;huang-julien](https://github.com/huang-julien)) - Damian Głowala ([@&#8203;DamianGlowala](https://github.com/DamianGlowala)) - Sébastien Chopin ([@&#8203;atinux](https://github.com/atinux)) - Adrien Foulon ([@&#8203;Tofandel](https://github.com/Tofandel)) - Sami El Achi ([@&#8203;samiashi](https://github.com/samiashi)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xODAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE4MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate added 1 commit 2026-05-21 11:03:02 +00:00
chore(deps): update dependency nuxt to v4.4.6
renovate/stability-days Updates have met minimum release age requirement
dancefinder-app / build (pull_request) Successful in 2m39s
dancefinder-app / deploy-prod (pull_request) Has been skipped
c9e2b3cf5f
renovate scheduled this pull request to auto merge when all checks succeed 2026-05-21 11:03:03 +00:00
renovate merged commit 27d5f371d1 into main 2026-05-21 11:07:57 +00:00
renovate deleted branch renovate/nuxtjs-monorepo 2026-05-21 11:07:58 +00:00
Sign in to join this conversation.