chore(deps): update dependency nuxt to v4.2.2 #2706

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/nuxtjs-monorepo into main 2025-12-09 18:24:16 +00:00
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-12-09 18:09:29 +00:00 (Migrated from gitlab.com)

This MR contains the following updates:

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

Release Notes

nuxt/nuxt (nuxt)

v4.2.2

Compare Source

4.2.2 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
  • nitro: Do not show pretty error handler when testing (243261edb)
  • nuxt: Generate valid references for component declaration items (#​33388)
  • nuxt: Sync internal route before calling page:finish hook (#​33707)
  • kit: Add TypeScript path alias support for test files (#​33672)
  • nitro: Ensure html is a string before injecting error handler (f70b70c97)
  • nitro: Include layer server directories in tsconfig.server.json (#​33510)
  • nuxt: Ensure deduped async data executions return latest promise (#​33740)
  • kit,nuxt: Type + respect moduleDependencies by meta name (#​33774)
  • nuxt,schema: Ignore .d.vue.ts declarations (1c73525a2)
  • kit,nuxt: Protect against resolved nuxt module subpath (#​33767)
  • nuxt: Re-execute callOnce during HMR (#​33810)
  • nuxt: Resolve watch callback after reactive key change in useAsyncData (#​33802)
  • nuxt: Escape HTML in development error page stack trace (#​33820)
  • kit: Do not add resolved rootDir to cached layer config (#​33779)
  • kit,schema: Add moduleDependencies -> installModule (#​33689)
💅 Refactors
  • nuxt: Improve type safety within callOnce function (#​33825)
📖 Documentation
🏡 Chore
  • Update pnpm to 10.21 and enable trust policy (d2c9711c0)
  • Revert pnpm trust policy and restore provenance action (f9d0e0a3d)
  • Update markdownlint config to ignore mdc issues (e7fff7132)
  • Pin to single version of unstorage (ec316eae8)
Tests
  • Add patchProp and nodeOps to excluded Vue helpers (#​33754)
  • Use fake timers for watch params test (08d9d2f3b)
🤖 CI
  • Add --pnpm flag to correctly publish prerelease (#​33688)
  • Update action lint config (#​33710)
❤️ 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](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.2.1` -> `4.2.2`](https://renovatebot.com/diffs/npm/nuxt/4.2.1/4.2.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/nuxt/4.2.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nuxt/4.2.1/4.2.2?slim=true) | --- ### Release Notes <details> <summary>nuxt/nuxt (nuxt)</summary> ### [`v4.2.2`](https://github.com/nuxt/nuxt/releases/tag/v4.2.2) [Compare Source](https://github.com/nuxt/nuxt/compare/v4.2.1...v4.2.2) > 4.2.2 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.1...v4.2.2) ##### 🩹 Fixes - **nitro:** Do not show pretty error handler when testing ([243261edb](https://github.com/nuxt/nuxt/commit/243261edb)) - **nuxt:** Generate valid references for component declaration items ([#&#8203;33388](https://github.com/nuxt/nuxt/pull/33388)) - **nuxt:** Sync internal route before calling `page:finish` hook ([#&#8203;33707](https://github.com/nuxt/nuxt/pull/33707)) - **kit:** Add TypeScript path alias support for test files ([#&#8203;33672](https://github.com/nuxt/nuxt/pull/33672)) - **nitro:** Ensure html is a string before injecting error handler ([f70b70c97](https://github.com/nuxt/nuxt/commit/f70b70c97)) - **nitro:** Include layer server directories in `tsconfig.server.json` ([#&#8203;33510](https://github.com/nuxt/nuxt/pull/33510)) - **nuxt:** Ensure deduped async data executions return latest promise ([#&#8203;33740](https://github.com/nuxt/nuxt/pull/33740)) - **kit,nuxt:** Type + respect `moduleDependencies` by meta name ([#&#8203;33774](https://github.com/nuxt/nuxt/pull/33774)) - **nuxt,schema:** Ignore `.d.vue.ts` declarations ([1c73525a2](https://github.com/nuxt/nuxt/commit/1c73525a2)) - **kit,nuxt:** Protect against resolved nuxt module subpath ([#&#8203;33767](https://github.com/nuxt/nuxt/pull/33767)) - **nuxt:** Re-execute `callOnce` during HMR ([#&#8203;33810](https://github.com/nuxt/nuxt/pull/33810)) - **nuxt:** Resolve watch callback after reactive key change in `useAsyncData` ([#&#8203;33802](https://github.com/nuxt/nuxt/pull/33802)) - **nuxt:** Escape HTML in development error page stack trace ([#&#8203;33820](https://github.com/nuxt/nuxt/pull/33820)) - **kit:** Do not add resolved `rootDir` to cached layer config ([#&#8203;33779](https://github.com/nuxt/nuxt/pull/33779)) - **kit,schema:** Add `moduleDependencies` -> `installModule` ([#&#8203;33689](https://github.com/nuxt/nuxt/pull/33689)) ##### 💅 Refactors - **nuxt:** Improve type safety within `callOnce` function ([#&#8203;33825](https://github.com/nuxt/nuxt/pull/33825)) ##### 📖 Documentation - Split directory structure and re-order guides (v4) ([#&#8203;33691](https://github.com/nuxt/nuxt/pull/33691)) - Add hints release ([#&#8203;33701](https://github.com/nuxt/nuxt/pull/33701)) - Fix link to vitest globals config ([#&#8203;33702](https://github.com/nuxt/nuxt/pull/33702)) - Add mcp server and llms.txt ([#&#8203;33371](https://github.com/nuxt/nuxt/pull/33371)) - Fix 404 link ([98c2f1397](https://github.com/nuxt/nuxt/commit/98c2f1397)) - Text consistency ([#&#8203;33709](https://github.com/nuxt/nuxt/pull/33709)) - Type `error` as non-optional prop ([#&#8203;33763](https://github.com/nuxt/nuxt/pull/33763)) - Reformat tables ([#&#8203;33813](https://github.com/nuxt/nuxt/pull/33813)) ##### 🏡 Chore - Update pnpm to 10.21 and enable trust policy ([d2c9711c0](https://github.com/nuxt/nuxt/commit/d2c9711c0)) - Revert pnpm trust policy and restore provenance action ([f9d0e0a3d](https://github.com/nuxt/nuxt/commit/f9d0e0a3d)) - Update markdownlint config to ignore mdc issues ([e7fff7132](https://github.com/nuxt/nuxt/commit/e7fff7132)) - Pin to single version of unstorage ([ec316eae8](https://github.com/nuxt/nuxt/commit/ec316eae8)) ##### ✅ Tests - Add `patchProp` and `nodeOps` to excluded Vue helpers ([#&#8203;33754](https://github.com/nuxt/nuxt/pull/33754)) - Use fake timers for watch params test ([08d9d2f3b](https://github.com/nuxt/nuxt/commit/08d9d2f3b)) ##### 🤖 CI - Add `--pnpm` flag to correctly publish prerelease ([#&#8203;33688](https://github.com/nuxt/nuxt/pull/33688)) - Update action lint config ([#&#8203;33710](https://github.com/nuxt/nuxt/pull/33710)) ##### ❤️ Contributors - Daniel Roe ([@&#8203;danielroe](https://github.com/danielroe)) - Florian Heuberger ([@&#8203;Flo0806](https://github.com/Flo0806)) - Konstantin Telyakov ([@&#8203;kTelyakov](https://github.com/kTelyakov)) - abeer0 ([@&#8203;iiio2](https://github.com/iiio2)) - Julien Huang ([@&#8203;huang-julien](https://github.com/huang-julien)) - Matej Černý ([@&#8203;cernymatej](https://github.com/cernymatej)) - Robin ([@&#8203;OrbisK](https://github.com/OrbisK)) - Dheeraj Joshi ([@&#8203;dheeraj3587](https://github.com/dheeraj3587)) - Alexander Lichter ([@&#8203;TheAlexLichter](https://github.com/TheAlexLichter)) - Edwin Samodra ([@&#8203;edwinsamodra](https://github.com/edwinsamodra)) - edison ([@&#8203;edison1105](https://github.com/edison1105)) - 山吹色御守 ([@&#8203;KazariEX](https://github.com/KazariEX)) - Sébastien Chopin ([@&#8203;atinux](https://github.com/atinux)) - Hugo ([@&#8203;HugoRCD](https://github.com/HugoRCD)) - pierreoa ([@&#8203;pierreoa](https://github.com/pierreoa)) - Maxime Pauvert ([@&#8203;maximepvrt](https://github.com/maximepvrt)) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi40Mi4wIiwidXBkYXRlZEluVmVyIjoiNDIuNDIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-12-09 18:09:34 +00:00 (Migrated from gitlab.com)

mentioned in issue #49

mentioned in issue #49
argoyle commented 2025-12-09 18:24:16 +00:00 (Migrated from gitlab.com)

mentioned in commit ab9f0de5c6

mentioned in commit ab9f0de5c693bb31e94278b7fdb762c38196d9e1
argoyle (Migrated from gitlab.com) merged commit ab9f0de5c6 into main 2025-12-09 18:24:16 +00:00
Sign in to join this conversation.