chore(deps): update dependency nuxt to v3.17.6 #2502

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/nuxtjs-monorepo into main 2025-07-01 18:28:25 +00:00
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-07-01 17:00:40 +00:00 (Migrated from gitlab.com)

This MR contains the following updates:

Package Change Age Confidence
nuxt (source) 3.17.5 -> 3.17.6 age confidence

Release Notes

nuxt/nuxt (nuxt)

v3.17.6

Compare Source

3.17.6 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
  • nuxt: Decrease if checks when prerendering (#​32455)
🩹 Fixes
  • nuxt: Generate correct types for async data defaults based on nuxt.config (#​32324)
  • nuxt: Reload at base URL in nuxt:chunk-reload-immediate (#​32382)
  • nuxt: Use rollup to calculate island component filenames (#​32421)
  • nuxt: Append set-cookie headers in error handler (#​32483)
  • nuxt: Ensure asyncData runs if changing key while fetcher is running (#​32466)
  • nuxt: Handle pure hash link clicks with navigateTo (#​32393)
  • nuxt: Skip external <NuxtLink>'s custom on click handler (#​32499)
  • nuxt: Update component loader regexp for minified code (#​32298)
  • nuxt: Allow camelCase for lazy hydration attributes (#​32297)
  • nuxt: Respect inheritAttrs: false in createClientOnly fn (#​32323)
  • kit: Do not double-urlify file urls when resolving schema (#​32354)
  • nuxt: Align scroll behavior with page transition completion (#​32239)
  • nuxt: Set output.generatedCode.symbols for nitro build (#​32358)
  • nuxt: Lazily access runtimeConfig (#​32428)
💅 Refactors
  • vite: Migrate plugins internally to vite environments (#​32461)
📖 Documentation
  • Clarify where logging tag is displayed (#​32440)
  • Remove kit playground auto-import note (#​32415)
  • Remove webstorm warning (#​32513)
  • Migrate to h3js (#​32243)
  • Update the fetch clear function description (#​32287)
  • defineNuxtPlugin function documentation (#​32328)
  • Mention that <NuxtLink> encodes query params (#​32361)
  • Enhance documentation for Nuxt composables (#​32218)
  • Adjust wording to reduce confusion in lifecycle section (#​32503)
  • Improve useCookie example (367b85405)
  • Capitalise title (#​32426)
  • Mention bun.lock for lockfile (#​32427)
🏡 Chore
  • Update stackblitz reproduction link (6ab5bac66)
  • Update copilot instructions (220439055)
  • Rename deprecated vitest workspace to projects (#​32388)
  • Remove space in URL in comment (#​32394)
  • Allow setting TAG on commandline (d387e07a3)
Tests
  • nuxt: Add case for key only changes with immediate: false (#​32473)
  • Separate nuxt legacy runtime tests (#​32481)
🤖 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 is behind base branch, 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)) | [`3.17.5` -> `3.17.6`](https://renovatebot.com/diffs/npm/nuxt/3.17.5/3.17.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/nuxt/3.17.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nuxt/3.17.5/3.17.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nuxt/nuxt (nuxt)</summary> ### [`v3.17.6`](https://github.com/nuxt/nuxt/releases/tag/v3.17.6) [Compare Source](https://github.com/nuxt/nuxt/compare/v3.17.5...v3.17.6) > 3.17.6 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/v3.17.5...v3.17.6) ##### 🔥 Performance - **nuxt:** Decrease if checks when prerendering ([#&#8203;32455](https://github.com/nuxt/nuxt/pull/32455)) ##### 🩹 Fixes - **nuxt:** Generate correct types for async data defaults based on `nuxt.config` ([#&#8203;32324](https://github.com/nuxt/nuxt/pull/32324)) - **nuxt:** Reload at base URL in `nuxt:chunk-reload-immediate` ([#&#8203;32382](https://github.com/nuxt/nuxt/pull/32382)) - **nuxt:** Use rollup to calculate island component filenames ([#&#8203;32421](https://github.com/nuxt/nuxt/pull/32421)) - **nuxt:** Append `set-cookie` headers in error handler ([#&#8203;32483](https://github.com/nuxt/nuxt/pull/32483)) - **nuxt:** Ensure `asyncData` runs if changing key while fetcher is running ([#&#8203;32466](https://github.com/nuxt/nuxt/pull/32466)) - **nuxt:** Handle pure hash link clicks with `navigateTo` ([#&#8203;32393](https://github.com/nuxt/nuxt/pull/32393)) - **nuxt:** Skip external `<NuxtLink>`'s custom on click handler ([#&#8203;32499](https://github.com/nuxt/nuxt/pull/32499)) - **nuxt:** Update component loader regexp for minified code ([#&#8203;32298](https://github.com/nuxt/nuxt/pull/32298)) - **nuxt:** Allow camelCase for lazy hydration attributes ([#&#8203;32297](https://github.com/nuxt/nuxt/pull/32297)) - **nuxt:** Respect `inheritAttrs: false` in `createClientOnly` fn ([#&#8203;32323](https://github.com/nuxt/nuxt/pull/32323)) - **kit:** Do not double-urlify file urls when resolving schema ([#&#8203;32354](https://github.com/nuxt/nuxt/pull/32354)) - **nuxt:** Align scroll behavior with page transition completion ([#&#8203;32239](https://github.com/nuxt/nuxt/pull/32239)) - **nuxt:** Set `output.generatedCode.symbols` for nitro build ([#&#8203;32358](https://github.com/nuxt/nuxt/pull/32358)) - **nuxt:** Lazily access runtimeConfig ([#&#8203;32428](https://github.com/nuxt/nuxt/pull/32428)) ##### 💅 Refactors - **vite:** Migrate plugins internally to vite environments ([#&#8203;32461](https://github.com/nuxt/nuxt/pull/32461)) ##### 📖 Documentation - Clarify where logging tag is displayed ([#&#8203;32440](https://github.com/nuxt/nuxt/pull/32440)) - Remove kit playground auto-import note ([#&#8203;32415](https://github.com/nuxt/nuxt/pull/32415)) - Remove webstorm warning ([#&#8203;32513](https://github.com/nuxt/nuxt/pull/32513)) - Migrate to `h3js` ([#&#8203;32243](https://github.com/nuxt/nuxt/pull/32243)) - Update the fetch `clear` function description ([#&#8203;32287](https://github.com/nuxt/nuxt/pull/32287)) - `defineNuxtPlugin` function documentation ([#&#8203;32328](https://github.com/nuxt/nuxt/pull/32328)) - Mention that `<NuxtLink>` encodes query params ([#&#8203;32361](https://github.com/nuxt/nuxt/pull/32361)) - Enhance documentation for Nuxt composables ([#&#8203;32218](https://github.com/nuxt/nuxt/pull/32218)) - Adjust wording to reduce confusion in lifecycle section ([#&#8203;32503](https://github.com/nuxt/nuxt/pull/32503)) - Improve useCookie example ([367b85405](https://github.com/nuxt/nuxt/commit/367b85405)) - Capitalise title ([#&#8203;32426](https://github.com/nuxt/nuxt/pull/32426)) - Mention `bun.lock` for lockfile ([#&#8203;32427](https://github.com/nuxt/nuxt/pull/32427)) ##### 🏡 Chore - Update stackblitz reproduction link ([6ab5bac66](https://github.com/nuxt/nuxt/commit/6ab5bac66)) - Update copilot instructions ([220439055](https://github.com/nuxt/nuxt/commit/220439055)) - Rename deprecated vitest `workspace` to `projects` ([#&#8203;32388](https://github.com/nuxt/nuxt/pull/32388)) - Remove space in URL in comment ([#&#8203;32394](https://github.com/nuxt/nuxt/pull/32394)) - Allow setting TAG on commandline ([d387e07a3](https://github.com/nuxt/nuxt/commit/d387e07a3)) ##### ✅ Tests - **nuxt:** Add case for key only changes with `immediate: false` ([#&#8203;32473](https://github.com/nuxt/nuxt/pull/32473)) - Separate nuxt legacy runtime tests ([#&#8203;32481](https://github.com/nuxt/nuxt/pull/32481)) ##### 🤖 CI - Set correct base branch label ([#&#8203;32325](https://github.com/nuxt/nuxt/pull/32325)) ##### ❤️ Contributors - Mihailo Bursac ([@&#8203;djixadin](https://github.com/djixadin)) - Daniel Roe ([@&#8203;danielroe](https://github.com/danielroe)) - abeer0 ([@&#8203;iiio2](https://github.com/iiio2)) - 翠 ([@&#8203;sapphi-red](https://github.com/sapphi-red)) - Robin ([@&#8203;OrbisK](https://github.com/OrbisK)) - Alex Liu ([@&#8203;Mini-ghost](https://github.com/Mini-ghost)) - Damian Głowala ([@&#8203;DamianGlowala](https://github.com/DamianGlowala)) - Julien Huang ([@&#8203;huang-julien](https://github.com/huang-julien)) - Ibrahimm ([@&#8203;Ibra-cesar](https://github.com/Ibra-cesar)) - Peter Budai ([@&#8203;peterbud](https://github.com/peterbud)) - Ali Soueidan ([@&#8203;lazercaveman](https://github.com/lazercaveman)) - Vachmara ([@&#8203;vachmara](https://github.com/vachmara)) - xjccc ([@&#8203;xjccc](https://github.com/xjccc)) - Paul Melero ([@&#8203;paulmelero](https://github.com/paulmelero)) - David Stack ([@&#8203;davidstackio](https://github.com/davidstackio)) </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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMTcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-07-01 17:00:47 +00:00 (Migrated from gitlab.com)

mentioned in issue #49

mentioned in issue #49
argoyle (Migrated from gitlab.com) merged commit into main 2025-07-01 18:28:25 +00:00
Sign in to join this conversation.