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.
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) | [](https://docs.renovatebot.com/merge-confidence/) | [](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` ([#​33596](https://github.com/nuxt/nuxt/pull/33596))
- **nuxt:** Correct warning message for prefetch/noPrefetch conflict ([#​33617](https://github.com/nuxt/nuxt/pull/33617))
- **nitro:** Remove `<nuxt-error-overlay>` iframe border ([#​33625](https://github.com/nuxt/nuxt/pull/33625))
- **vite:** Use rolldown replace only in build ([#​33615](https://github.com/nuxt/nuxt/pull/33615))
- **nitro:** Use directory paths in `moduleEntryPaths` ([#​33628](https://github.com/nuxt/nuxt/pull/33628))
- **nitro:** Start error overlay minimized based on status code ([#​33658](https://github.com/nuxt/nuxt/pull/33658))
- **vite:** Ensure `optimizeDeps` config is applied before other plugins ([#​33586](https://github.com/nuxt/nuxt/pull/33586))
- **nuxt:** Respect layer priority order for scanned components ([#​33654](https://github.com/nuxt/nuxt/pull/33654))
- **nuxt:** Process prerender routes on `pages:resolved` ([#​33662](https://github.com/nuxt/nuxt/pull/33662))
- **nuxt:** Remove abort signal event listeners after render ([#​33665](https://github.com/nuxt/nuxt/pull/33665))
- **nuxt:** Cleanup event listener with cleanup signal ([#​33667](https://github.com/nuxt/nuxt/pull/33667))
- **vite:** Update `vite-node` ([#​33663](https://github.com/nuxt/nuxt/pull/33663))
- **vite:** Respect vite proxy in dev middleware ([#​33670](https://github.com/nuxt/nuxt/pull/33670))
##### 💅 Refactors
- **kit,nitro,nuxt,schema,vite:** Explicitly import process/performance ([#​33650](https://github.com/nuxt/nuxt/pull/33650))
##### 📖 Documentation
- Fix typo in eslint flat config description ([#​33569](https://github.com/nuxt/nuxt/pull/33569))
- Add signal support to useAsyncData examples ([#​33601](https://github.com/nuxt/nuxt/pull/33601))
- Document `pending` as alias of `status === 'pending'` ([#​33221](https://github.com/nuxt/nuxt/pull/33221))
- Note that `cookieStore` is `true` by default ([#​33572](https://github.com/nuxt/nuxt/pull/33572))
- Add information on types for server context ([#​33511](https://github.com/nuxt/nuxt/pull/33511))
- Mark webstorm issue resolved ([#​33608](https://github.com/nuxt/nuxt/pull/33608))
- Clarify route middleware doesn't affect API routes ([#​33643](https://github.com/nuxt/nuxt/pull/33643))
- Improve docs for `useHead`/`useHydration`/`useLazy*` ([#​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 ([#​33637](https://github.com/nuxt/nuxt/pull/33637))
- Typo ([#​33655](https://github.com/nuxt/nuxt/pull/33655))
##### 🏡 Chore
- Update URLs ([#​33567](https://github.com/nuxt/nuxt/pull/33567))
- Add `verifyDepsBeforeRun: install` ([#​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 ([@​danielroe](https://github.com/danielroe))
- Anthony Fu ([@​antfu](https://github.com/antfu))
- Robin ([@​OrbisK](https://github.com/OrbisK))
- abeer0 ([@​iiio2](https://github.com/iiio2))
- Bobbie Goede ([@​BobbieGoede](https://github.com/BobbieGoede))
- Florian Heuberger ([@​Flo0806](https://github.com/Flo0806))
- Matej Černý ([@​cernymatej](https://github.com/cernymatej))
- Peter Budai ([@​peterbud](https://github.com/peterbud))
- Julien Huang ([@​huang-julien](https://github.com/huang-julien))
- Max ([@​onmax](https://github.com/onmax))
- 纸鹿/Zhilu ([@​L33Z22L11](https://github.com/L33Z22L11))
- Hinata Oishi ([@​te19oishi](https://github.com/te19oishi))
- Damian Głowala ([@​DamianGlowala](https://github.com/DamianGlowala))
- Maxime Pauvert ([@​maximepvrt](https://github.com/maximepvrt))
- Raed Abdennadher ([@​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-->
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 MR contains the following updates:
4.2.0->4.2.1Release Notes
nuxt/nuxt (nuxt)
v4.2.1Compare Source
✅ Upgrading
Our recommendation for upgrading is to run:
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
ImportPresetWithDeprecation(#33596)<nuxt-error-overlay>iframe border (#33625)moduleEntryPaths(#33628)optimizeDepsconfig is applied before other plugins (#33586)pages:resolved(#33662)vite-node(#33663)💅 Refactors
📖 Documentation
pendingas alias ofstatus === 'pending'(#33221)cookieStoreistrueby default (#33572)useHead/useHydration/useLazy*(#33626)🏡 Chore
verifyDepsBeforeRun: install(#33603)🤖 CI
❤️ 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.
This MR has been generated by Renovate Bot.
restored source branch
renovate/nuxtjs-monorepomentioned in issue #49
mentioned in commit
3737914534