chore(deps): update dependency nuxt to v4.2.1 #2666

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/nuxtjs-monorepo into main 2025-11-07 07:33:15 +00:00
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-11-07 00:07:02 +00:00 (Migrated from gitlab.com)

This MR contains the following updates:

Package Change Age Confidence
nuxt (source) 4.2.0 -> 4.2.1 age confidence

Release Notes

nuxt/nuxt (nuxt)

v4.2.1

Compare Source

4.2.1 is the next patch release.

Upgrading

Our recommendation for upgrading is to run:

npx nuxt upgrade --dedupe

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

👉 Changelog

compare changes

🩹 Fixes
  • kit,nuxt,schema: Deprecate ImportPresetWithDeprecation (#​33596)
  • nuxt: Correct warning message for prefetch/noPrefetch conflict (#​33617)
  • nitro: Remove <nuxt-error-overlay> iframe border (#​33625)
  • vite: Use rolldown replace only in build (#​33615)
  • nitro: Use directory paths in moduleEntryPaths (#​33628)
  • nitro: Start error overlay minimized based on status code (#​33658)
  • vite: Ensure optimizeDeps config is applied before other plugins (#​33586)
  • nuxt: Respect layer priority order for scanned components (#​33654)
  • nuxt: Process prerender routes on pages:resolved (#​33662)
  • nuxt: Remove abort signal event listeners after render (#​33665)
  • nuxt: Cleanup event listener with cleanup signal (#​33667)
  • vite: Update vite-node (#​33663)
  • vite: Respect vite proxy in dev middleware (#​33670)
💅 Refactors
  • kit,nitro,nuxt,schema,vite: Explicitly import process/performance (#​33650)
📖 Documentation
  • Fix typo in eslint flat config description (#​33569)
  • Add signal support to useAsyncData examples (#​33601)
  • Document pending as alias of status === 'pending' (#​33221)
  • Note that cookieStore is true by default (#​33572)
  • Add information on types for server context (#​33511)
  • Mark webstorm issue resolved (#​33608)
  • Clarify route middleware doesn't affect API routes (#​33643)
  • Improve docs for useHead/useHydration/useLazy* (#​33626)
  • Update link to nitro source to v2 branch (08018af4f)
  • Add typescript documentation for module authors (#​33637)
  • Typo (#​33655)
🏡 Chore
🤖 CI
  • Disable cache in release action (ff37598bc)
❤️ Contributors

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 MR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This MR has been generated by Renovate Bot.

This MR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [nuxt](https://nuxt.com) ([source](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt)) | [`4.2.0` -> `4.2.1`](https://renovatebot.com/diffs/npm/nuxt/4.2.0/4.2.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/nuxt/4.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nuxt/4.2.0/4.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nuxt/nuxt (nuxt)</summary> ### [`v4.2.1`](https://github.com/nuxt/nuxt/releases/tag/v4.2.1) [Compare Source](https://github.com/nuxt/nuxt/compare/v4.2.0...v4.2.1) > **4.2.1** is the next patch release. #### ✅ Upgrading Our recommendation for upgrading is to run: ```sh npx nuxt upgrade --dedupe ``` This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem. #### 👉 Changelog [compare changes](https://github.com/nuxt/nuxt/compare/v4.2.0...v4.2.1) ##### 🩹 Fixes - **kit,nuxt,schema:** Deprecate `ImportPresetWithDeprecation` ([#&#8203;33596](https://github.com/nuxt/nuxt/pull/33596)) - **nuxt:** Correct warning message for prefetch/noPrefetch conflict ([#&#8203;33617](https://github.com/nuxt/nuxt/pull/33617)) - **nitro:** Remove `<nuxt-error-overlay>` iframe border ([#&#8203;33625](https://github.com/nuxt/nuxt/pull/33625)) - **vite:** Use rolldown replace only in build ([#&#8203;33615](https://github.com/nuxt/nuxt/pull/33615)) - **nitro:** Use directory paths in `moduleEntryPaths` ([#&#8203;33628](https://github.com/nuxt/nuxt/pull/33628)) - **nitro:** Start error overlay minimized based on status code ([#&#8203;33658](https://github.com/nuxt/nuxt/pull/33658)) - **vite:** Ensure `optimizeDeps` config is applied before other plugins ([#&#8203;33586](https://github.com/nuxt/nuxt/pull/33586)) - **nuxt:** Respect layer priority order for scanned components ([#&#8203;33654](https://github.com/nuxt/nuxt/pull/33654)) - **nuxt:** Process prerender routes on `pages:resolved` ([#&#8203;33662](https://github.com/nuxt/nuxt/pull/33662)) - **nuxt:** Remove abort signal event listeners after render ([#&#8203;33665](https://github.com/nuxt/nuxt/pull/33665)) - **nuxt:** Cleanup event listener with cleanup signal ([#&#8203;33667](https://github.com/nuxt/nuxt/pull/33667)) - **vite:** Update `vite-node` ([#&#8203;33663](https://github.com/nuxt/nuxt/pull/33663)) - **vite:** Respect vite proxy in dev middleware ([#&#8203;33670](https://github.com/nuxt/nuxt/pull/33670)) ##### 💅 Refactors - **kit,nitro,nuxt,schema,vite:** Explicitly import process/performance ([#&#8203;33650](https://github.com/nuxt/nuxt/pull/33650)) ##### 📖 Documentation - Fix typo in eslint flat config description ([#&#8203;33569](https://github.com/nuxt/nuxt/pull/33569)) - Add signal support to useAsyncData examples ([#&#8203;33601](https://github.com/nuxt/nuxt/pull/33601)) - Document `pending` as alias of `status === 'pending'` ([#&#8203;33221](https://github.com/nuxt/nuxt/pull/33221)) - Note that `cookieStore` is `true` by default ([#&#8203;33572](https://github.com/nuxt/nuxt/pull/33572)) - Add information on types for server context ([#&#8203;33511](https://github.com/nuxt/nuxt/pull/33511)) - Mark webstorm issue resolved ([#&#8203;33608](https://github.com/nuxt/nuxt/pull/33608)) - Clarify route middleware doesn't affect API routes ([#&#8203;33643](https://github.com/nuxt/nuxt/pull/33643)) - Improve docs for `useHead`/`useHydration`/`useLazy*` ([#&#8203;33626](https://github.com/nuxt/nuxt/pull/33626)) - Update link to nitro source to v2 branch ([08018af4f](https://github.com/nuxt/nuxt/commit/08018af4f)) - Add typescript documentation for module authors ([#&#8203;33637](https://github.com/nuxt/nuxt/pull/33637)) - Typo ([#&#8203;33655](https://github.com/nuxt/nuxt/pull/33655)) ##### 🏡 Chore - Update URLs ([#&#8203;33567](https://github.com/nuxt/nuxt/pull/33567)) - Add `verifyDepsBeforeRun: install` ([#&#8203;33603](https://github.com/nuxt/nuxt/pull/33603)) - Reduce redirects in docs links ([1cc539325](https://github.com/nuxt/nuxt/commit/1cc539325)) - Lint docs ([0b5fa5dea](https://github.com/nuxt/nuxt/commit/0b5fa5dea)) ##### 🤖 CI - Disable cache in release action ([ff37598bc](https://github.com/nuxt/nuxt/commit/ff37598bc)) ##### ❤️ Contributors - Daniel Roe ([@&#8203;danielroe](https://github.com/danielroe)) - Anthony Fu ([@&#8203;antfu](https://github.com/antfu)) - Robin ([@&#8203;OrbisK](https://github.com/OrbisK)) - abeer0 ([@&#8203;iiio2](https://github.com/iiio2)) - Bobbie Goede ([@&#8203;BobbieGoede](https://github.com/BobbieGoede)) - Florian Heuberger ([@&#8203;Flo0806](https://github.com/Flo0806)) - Matej Černý ([@&#8203;cernymatej](https://github.com/cernymatej)) - Peter Budai ([@&#8203;peterbud](https://github.com/peterbud)) - Julien Huang ([@&#8203;huang-julien](https://github.com/huang-julien)) - Max ([@&#8203;onmax](https://github.com/onmax)) - 纸鹿/Zhilu ([@&#8203;L33Z22L11](https://github.com/L33Z22L11)) - Hinata Oishi ([@&#8203;te19oishi](https://github.com/te19oishi)) - Damian Głowala ([@&#8203;DamianGlowala](https://github.com/DamianGlowala)) - Maxime Pauvert ([@&#8203;maximepvrt](https://github.com/maximepvrt)) - Raed Abdennadher ([@&#8203;RaedAbr](https://github.com/RaedAbr)) </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 MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-11-07 00:07:06 +00:00 (Migrated from gitlab.com)

restored source branch renovate/nuxtjs-monorepo

restored source branch `renovate/nuxtjs-monorepo`
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-11-07 00:07:09 +00:00 (Migrated from gitlab.com)

mentioned in issue #49

mentioned in issue #49
argoyle commented 2025-11-07 07:33:16 +00:00 (Migrated from gitlab.com)

mentioned in commit 3737914534

mentioned in commit 3737914534e5263a37b118cf6a4ae7e150073e26
argoyle (Migrated from gitlab.com) merged commit 3737914534 into main 2025-11-07 07:33:16 +00:00
Sign in to join this conversation.