chore(deps): update dependency nuxt to v4.4.5 #2903

Merged
renovate merged 1 commits from renovate/nuxtjs-monorepo into main 2026-05-14 01:08:37 +00:00
Owner

This PR contains the following updates:

Package Change Age Confidence
nuxt (source) 4.4.44.4.5 age confidence

Release Notes

nuxt/nuxt (nuxt)

v4.4.5

Compare Source

4.4.5 is the next patch release.

👉 Changelog

compare changes

🔥 Performance
  • kit: Cache layer roots and short-circuit isIgnored relative (#​35015)
🩹 Fixes
  • vite: Resolve vite clientServer with ssr: false (#​34959)
  • nitro: Correct payload route rule for / + override ssr: true (#​34990)
  • nitro: Break recursive rendering deadlocks during prerender (#​34939)
  • vite: Drop redundant css link when entry styles are inlined (#​34950)
  • vite: Sort optimizeDeps.include in pre-bundle hint (#​34976)
  • nuxt: Only force suspense remount after first resolve (#​34949)
  • kit: Read .env before resolving nuxt schema (#​34958)
  • nitro: Preserve serverHandlers array after nitro:config (#​34985)
  • nuxt: Cast partial nitro handlers when prepending to server arrays (61dcde4db)
  • vite: Only consider CSS inlined when styles are actually emitted (#​35006)
  • nuxt: Dedupe getCachedData for concurrent callers sharing a key (#​34999)
  • nuxt: Respect factory fetch/baseURL options in server useFetch (#​35003)
  • nuxt: Handle string presets in auto-imports (#​35013)
  • nuxt: Correct island transform for server pages and 'deep' mode (#​35005)
  • vite: Inline css for non-island children of server components (#​35001)
  • nuxt: Defer head DOM updates until page transition finishes (#​35016)
  • nuxt: Explicitly freeze head during island plugin phase (#​35010)
  • vite: Inline css imported from non-vue js modules (#​35020)
📖 Documentation
  • Add warning about routing in server components (#​34994)
🏡 Chore
Tests
  • Extract server components fixture + add some failing tests (#​34995)
  • Isolate buildDir per matrix project for shared fixtures (#​35007)
  • Remove tests for 5.x runtimeBaseURL fature (816c25487)
❤️ 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.4` → `4.4.5`](https://renovatebot.com/diffs/npm/nuxt/4.4.4/4.4.5) | ![age](https://developer.mend.io/api/mc/badges/age/npm/nuxt/4.4.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nuxt/4.4.4/4.4.5?slim=true) | --- ### Release Notes <details> <summary>nuxt/nuxt (nuxt)</summary> ### [`v4.4.5`](https://github.com/nuxt/nuxt/releases/tag/v4.4.5) [Compare Source](https://github.com/nuxt/nuxt/compare/v4.4.4...v4.4.5) > 4.4.5 is the next patch release. #### 👉 Changelog [compare changes](https://github.com/nuxt/nuxt/compare/v4.4.4...v4.4.5) ##### 🔥 Performance - **kit:** Cache layer roots and short-circuit `isIgnored` relative ([#&#8203;35015](https://github.com/nuxt/nuxt/pull/35015)) ##### 🩹 Fixes - **vite:** Resolve vite `clientServer` with `ssr: false` ([#&#8203;34959](https://github.com/nuxt/nuxt/pull/34959)) - **nitro:** Correct payload route rule for `/` + override `ssr: true` ([#&#8203;34990](https://github.com/nuxt/nuxt/pull/34990)) - **nitro:** Break recursive rendering deadlocks during prerender ([#&#8203;34939](https://github.com/nuxt/nuxt/pull/34939)) - **vite:** Drop redundant css link when entry styles are inlined ([#&#8203;34950](https://github.com/nuxt/nuxt/pull/34950)) - **vite:** Sort `optimizeDeps.include` in pre-bundle hint ([#&#8203;34976](https://github.com/nuxt/nuxt/pull/34976)) - **nuxt:** Only force suspense remount after first resolve ([#&#8203;34949](https://github.com/nuxt/nuxt/pull/34949)) - **kit:** Read `.env` before resolving nuxt schema ([#&#8203;34958](https://github.com/nuxt/nuxt/pull/34958)) - **nitro:** Preserve `serverHandlers` array after `nitro:config` ([#&#8203;34985](https://github.com/nuxt/nuxt/pull/34985)) - **nuxt:** Cast partial nitro handlers when prepending to server arrays ([61dcde4db](https://github.com/nuxt/nuxt/commit/61dcde4db)) - **vite:** Only consider CSS inlined when styles are actually emitted ([#&#8203;35006](https://github.com/nuxt/nuxt/pull/35006)) - **nuxt:** Dedupe `getCachedData` for concurrent callers sharing a key ([#&#8203;34999](https://github.com/nuxt/nuxt/pull/34999)) - **nuxt:** Respect factory fetch/baseURL options in server `useFetch` ([#&#8203;35003](https://github.com/nuxt/nuxt/pull/35003)) - **nuxt:** Handle string presets in auto-imports ([#&#8203;35013](https://github.com/nuxt/nuxt/pull/35013)) - **nuxt:** Correct island transform for server pages and 'deep' mode ([#&#8203;35005](https://github.com/nuxt/nuxt/pull/35005)) - **vite:** Inline css for non-island children of server components ([#&#8203;35001](https://github.com/nuxt/nuxt/pull/35001)) - **nuxt:** Defer head DOM updates until page transition finishes ([#&#8203;35016](https://github.com/nuxt/nuxt/pull/35016)) - **nuxt:** Explicitly freeze head during island plugin phase ([#&#8203;35010](https://github.com/nuxt/nuxt/pull/35010)) - **vite:** Inline css imported from non-vue js modules ([#&#8203;35020](https://github.com/nuxt/nuxt/pull/35020)) ##### 📖 Documentation - Add warning about routing in server components ([#&#8203;34994](https://github.com/nuxt/nuxt/pull/34994)) ##### 🏡 Chore - Fix lockfile ([c3ee07801](https://github.com/nuxt/nuxt/commit/c3ee07801)) - Pin `jiti` ([c8102228f](https://github.com/nuxt/nuxt/commit/c8102228f)) - Lint ([39422b6d2](https://github.com/nuxt/nuxt/commit/39422b6d2)) - Pin `@vue/compiler-sfc` ([cd404a14c](https://github.com/nuxt/nuxt/commit/cd404a14c)) - Ignore pnpm cyclic workspace deps warn ([#&#8203;34998](https://github.com/nuxt/nuxt/pull/34998)) - Remove jiti from build steps ([#&#8203;35004](https://github.com/nuxt/nuxt/pull/35004)) ##### ✅ Tests - Extract server components fixture + add some failing tests ([#&#8203;34995](https://github.com/nuxt/nuxt/pull/34995)) - Isolate `buildDir` per matrix project for shared fixtures ([#&#8203;35007](https://github.com/nuxt/nuxt/pull/35007)) - Remove tests for 5.x runtimeBaseURL fature ([816c25487](https://github.com/nuxt/nuxt/commit/816c25487)) ##### ❤️ Contributors - Daniel Roe ([@&#8203;danielroe](https://github.com/danielroe)) - Harlan Wilton ([@&#8203;harlan-zw](https://github.com/harlan-zw)) - Jonazzzz ([@&#8203;Bombastickj](https://github.com/Bombastickj)) - Damian Głowala ([@&#8203;DamianGlowala](https://github.com/DamianGlowala)) - Florian Heuberger ([@&#8203;Flo0806](https://github.com/Flo0806)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjkuNCIsInVwZGF0ZWRJblZlciI6IjQzLjE2OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate added 1 commit 2026-05-14 01:02:39 +00:00
chore(deps): update dependency nuxt to v4.4.5
renovate/stability-days Updates have met minimum release age requirement
dancefinder-app / build (pull_request) Successful in 2m45s
dancefinder-app / deploy-prod (pull_request) Has been skipped
cce2bfbc7b
renovate scheduled this pull request to auto merge when all checks succeed 2026-05-14 01:02:41 +00:00
renovate merged commit ab12a6e66c into main 2026-05-14 01:08:37 +00:00
renovate deleted branch renovate/nuxtjs-monorepo 2026-05-14 01:08:38 +00:00
Sign in to join this conversation.