fix(deps): update dependency nuxt to v4.3.1 #94

Merged
renovate merged 1 commits from renovate/nuxtjs-monorepo into main 2026-02-07 20:29:08 +00:00
Owner

This PR contains the following updates:

Package Change Age Confidence
nuxt (source) 4.3.04.3.1 age confidence

Release Notes

nuxt/nuxt (nuxt)

v4.3.1

Compare Source

4.3.1 is a regularly scheduled patch release.

👉 Changelog

compare changes

🩹 Fixes
  • nuxt: Correct reference format of server builder (#​34177)
  • nuxt: Add status/statusText getters to NuxtError (#​34188)
  • nuxt: Don't inject shared types for differing auto-imports (#​34191)
  • schema: Add direnv and vendor to default ignore (#​34190)
  • nuxt: Focus hash links after navigation (#​34193)
  • nuxt: Exclude head runtime from unhead imports transform (#​34195)
  • kit: Include prereleases in semver satisfy check (#​34210)
  • nitro: Encode unicode paths in x-nitro-prerender header (#​34202)
  • nuxt: Watch server/ for builder:watch hook (#​34208)
  • nitro: Preserve error.message for fatal errors (#​34226)
  • Only enable dynamic imports when ts plugin (#​34205)
  • webpack: Use H3Error for 403 in dev server (#​34233)
  • nuxt: Ensure NuxtError extends Error type (#​34242)
  • vite: Use H3Error for 404 in dev server (#​34225)
  • nuxt: Add backwards compat for #app barrel export in keyed functions (#​34199)
  • nuxt: Track + re-add custom routes on hmr (#​32044)
  • nuxt: Keep vnode when leaving deeper nested route (#​33778)
  • vite: Prevent CSS flickering in dev mode after config changes (#​33856)
  • nuxt: Do not start view transition if there is no route (#​33723)
  • nuxt: Call deferHydration done on NuxtPage unmount (#​34152)
  • nuxt: Handle invalid datetime in ` (#​33992)
  • nuxt: Preserve middleware error status in 404 fallback (#​34148)
  • nitro: Do not augment nuxt/schema (#​34255)
  • nuxt: Cache manifest files to preserve buildId (#​34002)
  • nuxt: Don't decode query string in SSR context URL (#​34252)
  • nuxt: Allow specifying moduleDependencies by meta.name (#​34263)
  • nuxt: Resolve #components import mapping conflict for packages outside rootDir (#​34139)
  • vite,webpack: Use node.res to send 403/404 (#​34266)
  • nitro,nuxt: Align path encoding with vue-router (#​34265)
  • nitro: Augment nuxt/schema once more (552bbd8d1)
💅 Refactors
  • nuxt: Prefer genObjectKey to omit unnecessary quotes (#​34245)
  • nuxt: Use ComponentProps helper to extract layout props (#​34248)
📖 Documentation
  • Update roadmap dates (#​34166)
  • Correct default value of nitroAutoImports (#​34182)
  • Clarify shared type context limitations for custom imports (#​34194)
  • Fix broken links (#​34223)
  • Document payload extraction for ISR/SWR routes (#​34222)
  • Update default aliases in configuration reference (#​34237)
  • Update example of email validation (#​34247)
  • Align server alias examples with #server and rootDir (#​34259)
  • Add documentation for keyedComposables (#​34201)
🏡 Chore
Tests
  • Vitest v4 compatibility (825b2c202)
  • Add runtime tests for deeply nested <NuxtPage> navigation (048efc030)
❤️ Contributors

Configuration

📅 Schedule: 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 Renovate Bot.

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.3.0` → `4.3.1`](https://renovatebot.com/diffs/npm/nuxt/4.3.0/4.3.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/nuxt/4.3.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nuxt/4.3.0/4.3.1?slim=true) | --- ### Release Notes <details> <summary>nuxt/nuxt (nuxt)</summary> ### [`v4.3.1`](https://github.com/nuxt/nuxt/releases/tag/v4.3.1) [Compare Source](https://github.com/nuxt/nuxt/compare/v4.3.0...v4.3.1) > 4.3.1 is a regularly scheduled patch release. #### 👉 Changelog [compare changes](https://github.com/nuxt/nuxt/compare/v4.3.0...v4.3.1) ##### 🩹 Fixes - **nuxt:** Correct reference format of server builder ([#&#8203;34177](https://github.com/nuxt/nuxt/pull/34177)) - **nuxt:** Add status/statusText getters to NuxtError ([#&#8203;34188](https://github.com/nuxt/nuxt/pull/34188)) - **nuxt:** Don't inject shared types for differing auto-imports ([#&#8203;34191](https://github.com/nuxt/nuxt/pull/34191)) - **schema:** Add direnv and vendor to default ignore ([#&#8203;34190](https://github.com/nuxt/nuxt/pull/34190)) - **nuxt:** Focus hash links after navigation ([#&#8203;34193](https://github.com/nuxt/nuxt/pull/34193)) - **nuxt:** Exclude head runtime from unhead imports transform ([#&#8203;34195](https://github.com/nuxt/nuxt/pull/34195)) - **kit:** Include prereleases in semver satisfy check ([#&#8203;34210](https://github.com/nuxt/nuxt/pull/34210)) - **nitro:** Encode unicode paths in `x-nitro-prerender` header ([#&#8203;34202](https://github.com/nuxt/nuxt/pull/34202)) - **nuxt:** Watch `server/` for `builder:watch` hook ([#&#8203;34208](https://github.com/nuxt/nuxt/pull/34208)) - **nitro:** Preserve `error.message` for fatal errors ([#&#8203;34226](https://github.com/nuxt/nuxt/pull/34226)) - Only enable dynamic imports when ts plugin ([#&#8203;34205](https://github.com/nuxt/nuxt/pull/34205)) - **webpack:** Use H3Error for 403 in dev server ([#&#8203;34233](https://github.com/nuxt/nuxt/pull/34233)) - **nuxt:** Ensure NuxtError extends Error type ([#&#8203;34242](https://github.com/nuxt/nuxt/pull/34242)) - **vite:** Use H3Error for 404 in dev server ([#&#8203;34225](https://github.com/nuxt/nuxt/pull/34225)) - **nuxt:** Add backwards compat for `#app` barrel export in keyed functions ([#&#8203;34199](https://github.com/nuxt/nuxt/pull/34199)) - **nuxt:** Track + re-add custom routes on hmr ([#&#8203;32044](https://github.com/nuxt/nuxt/pull/32044)) - **nuxt:** Keep vnode when leaving deeper nested route ([#&#8203;33778](https://github.com/nuxt/nuxt/pull/33778)) - **vite:** Prevent CSS flickering in dev mode after config changes ([#&#8203;33856](https://github.com/nuxt/nuxt/pull/33856)) - **nuxt:** Do not start view transition if there is no route ([#&#8203;33723](https://github.com/nuxt/nuxt/pull/33723)) - **nuxt:** Call deferHydration done on NuxtPage unmount ([#&#8203;34152](https://github.com/nuxt/nuxt/pull/34152)) - **nuxt:** Handle invalid `datetime in `<NuxtTime>\` ([#&#8203;33992](https://github.com/nuxt/nuxt/pull/33992)) - **nuxt:** Preserve middleware error status in 404 fallback ([#&#8203;34148](https://github.com/nuxt/nuxt/pull/34148)) - **nitro:** Do not augment `nuxt/schema` ([#&#8203;34255](https://github.com/nuxt/nuxt/pull/34255)) - **nuxt:** Cache manifest files to preserve buildId ([#&#8203;34002](https://github.com/nuxt/nuxt/pull/34002)) - **nuxt:** Don't decode query string in SSR context URL ([#&#8203;34252](https://github.com/nuxt/nuxt/pull/34252)) - **nuxt:** Allow specifying moduleDependencies by `meta.name` ([#&#8203;34263](https://github.com/nuxt/nuxt/pull/34263)) - **nuxt:** Resolve `#components` import mapping conflict for packages outside rootDir ([#&#8203;34139](https://github.com/nuxt/nuxt/pull/34139)) - **vite,webpack:** Use node.res to send 403/404 ([#&#8203;34266](https://github.com/nuxt/nuxt/pull/34266)) - **nitro,nuxt:** Align path encoding with vue-router ([#&#8203;34265](https://github.com/nuxt/nuxt/pull/34265)) - **nitro:** Augment `nuxt/schema` once more ([552bbd8d1](https://github.com/nuxt/nuxt/commit/552bbd8d1)) ##### 💅 Refactors - **nuxt:** Prefer `genObjectKey` to omit unnecessary quotes ([#&#8203;34245](https://github.com/nuxt/nuxt/pull/34245)) - **nuxt:** Use `ComponentProps` helper to extract layout props ([#&#8203;34248](https://github.com/nuxt/nuxt/pull/34248)) ##### 📖 Documentation - Update roadmap dates ([#&#8203;34166](https://github.com/nuxt/nuxt/pull/34166)) - Correct default value of `nitroAutoImports` ([#&#8203;34182](https://github.com/nuxt/nuxt/pull/34182)) - Clarify shared type context limitations for custom imports ([#&#8203;34194](https://github.com/nuxt/nuxt/pull/34194)) - Fix broken links ([#&#8203;34223](https://github.com/nuxt/nuxt/pull/34223)) - Document payload extraction for ISR/SWR routes ([#&#8203;34222](https://github.com/nuxt/nuxt/pull/34222)) - Update default aliases in configuration reference ([#&#8203;34237](https://github.com/nuxt/nuxt/pull/34237)) - Update example of email validation ([#&#8203;34247](https://github.com/nuxt/nuxt/pull/34247)) - Align server alias examples with `#server` and `rootDir` ([#&#8203;34259](https://github.com/nuxt/nuxt/pull/34259)) - Add documentation for `keyedComposables` ([#&#8203;34201](https://github.com/nuxt/nuxt/pull/34201)) ##### 🏡 Chore - Remove `px` from `width` attribute ([8d1cbb27a](https://github.com/nuxt/nuxt/commit/8d1cbb27a)) - Add ai config in gitignore ([#&#8203;34220](https://github.com/nuxt/nuxt/pull/34220)) ##### ✅ Tests - Vitest v4 compatibility ([825b2c202](https://github.com/nuxt/nuxt/commit/825b2c202)) - Add runtime tests for deeply nested `<NuxtPage>` navigation ([048efc030](https://github.com/nuxt/nuxt/commit/048efc030)) ##### ❤️ Contributors - Daniel Roe ([@&#8203;danielroe](https://github.com/danielroe)) - Matej Černý ([@&#8203;cernymatej](https://github.com/cernymatej)) - Octavio Araiza ([@&#8203;8ctavio](https://github.com/8ctavio)) - Muhammad Yasir Ghaffar ([@&#8203;M-YasirGhaffar](https://github.com/M-YasirGhaffar)) - mrkaashee ([@&#8203;mrkaashee](https://github.com/mrkaashee)) - Max ([@&#8203;onmax](https://github.com/onmax)) - Bobbie Goede ([@&#8203;BobbieGoede](https://github.com/BobbieGoede)) - 纸鹿/Zhilu ([@&#8203;L33Z22L11](https://github.com/L33Z22L11)) - Florian Heuberger ([@&#8203;Flo0806](https://github.com/Flo0806)) - 山吹色御守 ([@&#8203;KazariEX](https://github.com/KazariEX)) - ExXTreMe315 ([@&#8203;ExXTreMe315](https://github.com/ExXTreMe315)) - Eugene ([@&#8203;FlexIDK](https://github.com/FlexIDK)) - abeer0 ([@&#8203;iiio2](https://github.com/iiio2)) - Jonas Thelemann ([@&#8203;dargmuesli](https://github.com/dargmuesli)) - Erwan Jugand ([@&#8203;erwanjugand](https://github.com/erwanjugand)) </details> --- ### Configuration 📅 **Schedule**: 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4wLjkiLCJ1cGRhdGVkSW5WZXIiOiI0My4wLjkiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2026-02-07 17:09:42 +00:00
fix(deps): update dependency nuxt to v4.3.1
schemas-app / build (pull_request) Successful in 4m49s
schemas-app / deploy-prod (pull_request) Has been skipped
daa8c7a946
renovate scheduled this pull request to auto merge when all checks succeed 2026-02-07 17:09:43 +00:00
renovate merged commit a39b6d085a into main 2026-02-07 20:29:08 +00:00
renovate deleted branch renovate/nuxtjs-monorepo 2026-02-07 20:29:09 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unboundsoftware/schemas-app#94