chore(deps): update dependency nuxt to v4.1.3 #2622

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/nuxtjs-monorepo into main 2025-10-07 07:12:16 +00:00
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-10-06 17:05:02 +00:00 (Migrated from gitlab.com)

This MR contains the following updates:

Package Change Age Confidence
nuxt (source) 4.1.2 -> 4.1.3 age confidence

Release Notes

nuxt/nuxt (nuxt)

v4.1.3

Compare Source

4.1.3 is a regularly scheduled 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

🔥 Performance
  • vite: Use rolldown's replace plugin when applicable (#​33258)
🩹 Fixes
  • kit: Add default values when adding type references in prepare:types hook (#​33239)
  • nuxt: Augment app config in server context (#​33287)
  • nuxt: Make lazy component types compatible with h (#​33046)
  • vite: Deduplicate inlined server style chunks (#​33308)
  • nuxt: Support head option on useHead (#​33318)
  • nuxt: Do not relativise importmap if cdnURL is set (#​33333)
  • nuxt: Resolve aliases in imports.dirs (#​33334)
  • nuxt: Add missing element/vnode props for <NuxtLink> (#​33335)
  • nuxt: Do not generate server placeholder components (#​33345)
  • nuxt: Dedupe generated component names (#​33346)
  • webpack: Test watch instance before closing it (0e5a0a5a0)
  • nuxt: Correctly handle island rendering error (#​33302)
  • nuxt: Support v-slot:fallback longform syntax in <DevOnly> (#​33368)
  • nuxt: Support typeFrom when generating auto-import type templates (#​33373)
  • nuxt: Don't trigger scroll when changing trailing slash (#​33358)
  • nuxt: Add stubs for new scripts from @nuxt/scripts (bed410d60)
  • nuxt: Prevent duplicate execution on key change in useAsyncData (#​33325)
  • nuxt: Make middleware _path property configurable for HMR (#​33379)
  • nuxt: Handle non-immediate useAsyncData with different key on ssr (#​33341)
💅 Refactors
  • nuxt: Improve implementation of error composables (#​33234)
  • nuxt: Resolve path of typed-router.d.ts early for consistency (#​33285)
  • nuxt: Move server references to nitro:prepare:types hook (#​33286)
  • nuxt: Place filename into componentsIslandsTemplate definition (#​33394)
  • nuxt,vite: Use environment-api compatible plugins (#​33403)
📖 Documentation
  • Add 4.x prefix to all internal links (#​33264)
  • Fix more links (#​33265)
  • Update usage instructions for Windows users (#​33284)
  • Update app config paths to use app/app.config.ts (#​33297)
  • Remove d suffix in example (#​33298)
  • Move directory structure to top-level (#​33299)
  • Add information about useFetch reactivity (#​33317)
  • Add more 4.x prefixes in urls (47ea684c7)
  • Lint code samples within docs (#​33271)
  • Remove duplicated documentation from nuxt.config page (b438d44e1)
  • Remove docs for outdated asyncData configuration (3e4a999e6)
  • Note prepare command NODE_ENV behavior (#​33330)
  • Update nuxt command pages (#​33336)
🏡 Chore
Tests
  • nuxt: Set locale to en for nuxt-time tests (#​33343)
  • Double gotoPath timeout in CI (f1e5a2d4c)
🤖 CI
  • Add provenance action to check for downgrades in provenance (5ada6861e)
  • Pass commit sha when triggering ecosystem ci (399df6bab)
❤️ 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.1.2` -> `4.1.3`](https://renovatebot.com/diffs/npm/nuxt/4.1.2/4.1.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/nuxt/4.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nuxt/4.1.2/4.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nuxt/nuxt (nuxt)</summary> ### [`v4.1.3`](https://github.com/nuxt/nuxt/releases/tag/v4.1.3) [Compare Source](https://github.com/nuxt/nuxt/compare/v4.1.2...v4.1.3) > **4.1.3** is a regularly scheduled 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.1.2...v4.1.3) ##### 🔥 Performance - **vite:** Use rolldown's replace plugin when applicable ([#&#8203;33258](https://github.com/nuxt/nuxt/pull/33258)) ##### 🩹 Fixes - **kit:** Add default values when adding type references in `prepare:types` hook ([#&#8203;33239](https://github.com/nuxt/nuxt/pull/33239)) - **nuxt:** Augment app config in server context ([#&#8203;33287](https://github.com/nuxt/nuxt/pull/33287)) - **nuxt:** Make lazy component types compatible with `h` ([#&#8203;33046](https://github.com/nuxt/nuxt/pull/33046)) - **vite:** Deduplicate inlined server style chunks ([#&#8203;33308](https://github.com/nuxt/nuxt/pull/33308)) - **nuxt:** Support `head` option on `useHead` ([#&#8203;33318](https://github.com/nuxt/nuxt/pull/33318)) - **nuxt:** Do not relativise importmap if `cdnURL` is set ([#&#8203;33333](https://github.com/nuxt/nuxt/pull/33333)) - **nuxt:** Resolve aliases in `imports.dirs` ([#&#8203;33334](https://github.com/nuxt/nuxt/pull/33334)) - **nuxt:** Add missing element/vnode props for `<NuxtLink>` ([#&#8203;33335](https://github.com/nuxt/nuxt/pull/33335)) - **nuxt:** Do not generate server placeholder components ([#&#8203;33345](https://github.com/nuxt/nuxt/pull/33345)) - **nuxt:** Dedupe generated component names ([#&#8203;33346](https://github.com/nuxt/nuxt/pull/33346)) - **webpack:** Test watch instance before closing it ([0e5a0a5a0](https://github.com/nuxt/nuxt/commit/0e5a0a5a0)) - **nuxt:** Correctly handle island rendering error ([#&#8203;33302](https://github.com/nuxt/nuxt/pull/33302)) - **nuxt:** Support `v-slot:fallback` longform syntax in `<DevOnly>` ([#&#8203;33368](https://github.com/nuxt/nuxt/pull/33368)) - **nuxt:** Support `typeFrom` when generating auto-import type templates ([#&#8203;33373](https://github.com/nuxt/nuxt/pull/33373)) - **nuxt:** Don't trigger scroll when changing trailing slash ([#&#8203;33358](https://github.com/nuxt/nuxt/pull/33358)) - **nuxt:** Add stubs for new scripts from `@nuxt/scripts` ([bed410d60](https://github.com/nuxt/nuxt/commit/bed410d60)) - **nuxt:** Prevent duplicate execution on key change in `useAsyncData` ([#&#8203;33325](https://github.com/nuxt/nuxt/pull/33325)) - **nuxt:** Make middleware `_path` property configurable for HMR ([#&#8203;33379](https://github.com/nuxt/nuxt/pull/33379)) - **nuxt:** Handle non-immediate `useAsyncData` with different key on ssr ([#&#8203;33341](https://github.com/nuxt/nuxt/pull/33341)) ##### 💅 Refactors - **nuxt:** Improve implementation of error composables ([#&#8203;33234](https://github.com/nuxt/nuxt/pull/33234)) - **nuxt:** Resolve path of `typed-router.d.ts` early for consistency ([#&#8203;33285](https://github.com/nuxt/nuxt/pull/33285)) - **nuxt:** Move server references to `nitro:prepare:types` hook ([#&#8203;33286](https://github.com/nuxt/nuxt/pull/33286)) - **nuxt:** Place `filename` into `componentsIslandsTemplate` definition ([#&#8203;33394](https://github.com/nuxt/nuxt/pull/33394)) - **nuxt,vite:** Use environment-api compatible plugins ([#&#8203;33403](https://github.com/nuxt/nuxt/pull/33403)) ##### 📖 Documentation - Add `4.x` prefix to all internal links ([#&#8203;33264](https://github.com/nuxt/nuxt/pull/33264)) - Fix more links ([#&#8203;33265](https://github.com/nuxt/nuxt/pull/33265)) - Update usage instructions for Windows users ([#&#8203;33284](https://github.com/nuxt/nuxt/pull/33284)) - Update app config paths to use app/app.config.ts ([#&#8203;33297](https://github.com/nuxt/nuxt/pull/33297)) - Remove d suffix in example ([#&#8203;33298](https://github.com/nuxt/nuxt/pull/33298)) - Move directory structure to top-level ([#&#8203;33299](https://github.com/nuxt/nuxt/pull/33299)) - Add information about `useFetch` reactivity ([#&#8203;33317](https://github.com/nuxt/nuxt/pull/33317)) - Add more `4.x` prefixes in urls ([47ea684c7](https://github.com/nuxt/nuxt/commit/47ea684c7)) - Lint code samples within docs ([#&#8203;33271](https://github.com/nuxt/nuxt/pull/33271)) - Remove duplicated documentation from `nuxt.config` page ([b438d44e1](https://github.com/nuxt/nuxt/commit/b438d44e1)) - Remove docs for outdated asyncData configuration ([3e4a999e6](https://github.com/nuxt/nuxt/commit/3e4a999e6)) - Note `prepare` command `NODE_ENV` behavior ([#&#8203;33330](https://github.com/nuxt/nuxt/pull/33330)) - Update `nuxt` command pages ([#&#8203;33336](https://github.com/nuxt/nuxt/pull/33336)) ##### 🏡 Chore - Temporarily disable link to github sponsors ([7e5375390](https://github.com/nuxt/nuxt/commit/7e5375390)) - Update markdownlint ignore ([19fc9abbb](https://github.com/nuxt/nuxt/commit/19fc9abbb)) - Migrate pnpm settings out of `.npmrc` ([14514329b](https://github.com/nuxt/nuxt/commit/14514329b)) - Ignore errors from npmjs ([50febbbba](https://github.com/nuxt/nuxt/commit/50febbbba)) - Lint ([09a16d9df](https://github.com/nuxt/nuxt/commit/09a16d9df)) - **nuxt:** Align global components indent ([#&#8203;33340](https://github.com/nuxt/nuxt/pull/33340)) - Remove tea.yaml ([5f567c79b](https://github.com/nuxt/nuxt/commit/5f567c79b)) - Remove todo comment as resolved ([#&#8203;33389](https://github.com/nuxt/nuxt/pull/33389)) ##### ✅ Tests - **nuxt:** Set locale to en for nuxt-time tests ([#&#8203;33343](https://github.com/nuxt/nuxt/pull/33343)) - Double `gotoPath` timeout in CI ([f1e5a2d4c](https://github.com/nuxt/nuxt/commit/f1e5a2d4c)) ##### 🤖 CI - Add provenance action to check for downgrades in provenance ([5ada6861e](https://github.com/nuxt/nuxt/commit/5ada6861e)) - Pass commit sha when triggering ecosystem ci ([399df6bab](https://github.com/nuxt/nuxt/commit/399df6bab)) ##### ❤️ Contributors - Daniel Roe ([@&#8203;danielroe](https://github.com/danielroe)) - 山吹色御守 ([@&#8203;KazariEX](https://github.com/KazariEX)) - Julien Huang ([@&#8203;huang-julien](https://github.com/huang-julien)) - Florian Heuberger ([@&#8203;Flo0806](https://github.com/Flo0806)) - Ondrej Brendy ([@&#8203;bandiasek](https://github.com/bandiasek)) - Octavio Araiza ([@&#8203;8ctavio](https://github.com/8ctavio)) - Alex Liu ([@&#8203;Mini-ghost](https://github.com/Mini-ghost)) - Bobbie Goede ([@&#8203;BobbieGoede](https://github.com/BobbieGoede)) - abeer0 ([@&#8203;iiio2](https://github.com/iiio2)) - Harlan Wilton ([@&#8203;harlan-zw](https://github.com/harlan-zw)) - Alexander Lichter ([@&#8203;TheAlexLichter](https://github.com/TheAlexLichter)) - Sébastien Chopin ([@&#8203;atinux](https://github.com/atinux)) - Ben Hong ([@&#8203;bencodezen](https://github.com/bencodezen)) - Daniel Slepov ([@&#8203;imslepov](https://github.com/imslepov)) - Huseyn Guliyev ([@&#8203;husayt](https://github.com/husayt)) - Hillary ([@&#8203;hillaryke](https://github.com/hillaryke)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzcuMCIsInVwZGF0ZWRJblZlciI6IjQxLjEzOC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-10-06 17:05:05 +00:00 (Migrated from gitlab.com)

mentioned in issue #49

mentioned in issue #49
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-10-06 17:05:12 +00:00 (Migrated from gitlab.com)

restored source branch renovate/nuxtjs-monorepo

restored source branch `renovate/nuxtjs-monorepo`
argoyle commented 2025-10-07 06:19:57 +00:00 (Migrated from gitlab.com)

marked the checklist item If you want to rebase/retry this MR, check this box as completed

marked the checklist item **<!-- rebase-check -->If you want to rebase/retry this MR, check this box** as completed
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-10-07 07:05:37 +00:00 (Migrated from gitlab.com)

added 5 commits

  • 21800c58...bf045be6 - 4 commits from branch main
  • 1fe2e64b - chore(deps): update dependency nuxt to v4.1.3

Compare with previous version

added 5 commits <ul><li>21800c58...bf045be6 - 4 commits from branch <code>main</code></li><li>1fe2e64b - chore(deps): update dependency nuxt to v4.1.3</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/2573/diffs?diff_id=1518250194&start_sha=21800c58e04b0937c35c6659c0dcbbb5c5f08e8e)
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-10-07 07:05:41 +00:00 (Migrated from gitlab.com)

marked the checklist item If you want to rebase/retry this MR, check this box as incomplete

marked the checklist item **<!-- rebase-check -->If you want to rebase/retry this MR, check this box** as incomplete
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2025-10-07 07:09:57 +00:00
argoyle (Migrated from gitlab.com) merged commit 5768ebded5 into main 2025-10-07 07:12:16 +00:00
argoyle commented 2025-10-07 07:12:17 +00:00 (Migrated from gitlab.com)

mentioned in commit 5768ebded5

mentioned in commit 5768ebded5d38eb2d0e1fe804dbc5bec6ee50022
Sign in to join this conversation.