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) |  |  |
---
### 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 ([#​35015](https://github.com/nuxt/nuxt/pull/35015))
##### 🩹 Fixes
- **vite:** Resolve vite `clientServer` with `ssr: false` ([#​34959](https://github.com/nuxt/nuxt/pull/34959))
- **nitro:** Correct payload route rule for `/` + override `ssr: true` ([#​34990](https://github.com/nuxt/nuxt/pull/34990))
- **nitro:** Break recursive rendering deadlocks during prerender ([#​34939](https://github.com/nuxt/nuxt/pull/34939))
- **vite:** Drop redundant css link when entry styles are inlined ([#​34950](https://github.com/nuxt/nuxt/pull/34950))
- **vite:** Sort `optimizeDeps.include` in pre-bundle hint ([#​34976](https://github.com/nuxt/nuxt/pull/34976))
- **nuxt:** Only force suspense remount after first resolve ([#​34949](https://github.com/nuxt/nuxt/pull/34949))
- **kit:** Read `.env` before resolving nuxt schema ([#​34958](https://github.com/nuxt/nuxt/pull/34958))
- **nitro:** Preserve `serverHandlers` array after `nitro:config` ([#​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 ([#​35006](https://github.com/nuxt/nuxt/pull/35006))
- **nuxt:** Dedupe `getCachedData` for concurrent callers sharing a key ([#​34999](https://github.com/nuxt/nuxt/pull/34999))
- **nuxt:** Respect factory fetch/baseURL options in server `useFetch` ([#​35003](https://github.com/nuxt/nuxt/pull/35003))
- **nuxt:** Handle string presets in auto-imports ([#​35013](https://github.com/nuxt/nuxt/pull/35013))
- **nuxt:** Correct island transform for server pages and 'deep' mode ([#​35005](https://github.com/nuxt/nuxt/pull/35005))
- **vite:** Inline css for non-island children of server components ([#​35001](https://github.com/nuxt/nuxt/pull/35001))
- **nuxt:** Defer head DOM updates until page transition finishes ([#​35016](https://github.com/nuxt/nuxt/pull/35016))
- **nuxt:** Explicitly freeze head during island plugin phase ([#​35010](https://github.com/nuxt/nuxt/pull/35010))
- **vite:** Inline css imported from non-vue js modules ([#​35020](https://github.com/nuxt/nuxt/pull/35020))
##### 📖 Documentation
- Add warning about routing in server components ([#​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 ([#​34998](https://github.com/nuxt/nuxt/pull/34998))
- Remove jiti from build steps ([#​35004](https://github.com/nuxt/nuxt/pull/35004))
##### ✅ Tests
- Extract server components fixture + add some failing tests ([#​34995](https://github.com/nuxt/nuxt/pull/34995))
- Isolate `buildDir` per matrix project for shared fixtures ([#​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 ([@​danielroe](https://github.com/danielroe))
- Harlan Wilton ([@​harlan-zw](https://github.com/harlan-zw))
- Jonazzzz ([@​Bombastickj](https://github.com/Bombastickj))
- Damian Głowala ([@​DamianGlowala](https://github.com/DamianGlowala))
- Florian Heuberger ([@​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-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
4.4.4→4.4.5Release Notes
nuxt/nuxt (nuxt)
v4.4.5Compare Source
👉 Changelog
compare changes
🔥 Performance
isIgnoredrelative (#35015)🩹 Fixes
clientServerwithssr: false(#34959)/+ overridessr: true(#34990)optimizeDeps.includein pre-bundle hint (#34976).envbefore resolving nuxt schema (#34958)serverHandlersarray afternitro:config(#34985)getCachedDatafor concurrent callers sharing a key (#34999)useFetch(#35003)📖 Documentation
🏡 Chore
jiti(c8102228f)@vue/compiler-sfc(cd404a14c)✅ Tests
buildDirper matrix project for shared fixtures (#35007)❤️ Contributors
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Mend Renovate.