chore(deps): update dependency nuxt to v3.17.7 #2517

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/nuxtjs-monorepo into main 2025-07-15 19:04:01 +00:00
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-07-13 19:59:52 +00:00 (Migrated from gitlab.com)

This MR contains the following updates:

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

Release Notes

nuxt/nuxt (nuxt)

v3.17.7

Compare Source

3.17.7 is the last patch release before v3.18.

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
  • nuxt: Safe-guard extraPageMetaExtractionKeys (#​32510)
  • nuxt: Expose loadBuilder error cause (8f13ce3c2)
  • vite: Handle resolving string vite input (#​32527)
  • nuxt: Wrap only server components with island generic (#​32540)
  • vite: Ignore when client entry cannot be resolved (19a292f34)
  • nuxt: Normalize segment catchall pattern before checking for parent (#​32413)
  • nuxt: Update warning message to warn against null values (c1b83eab5)
  • nuxt: Ensure semver.satisfies returns true for pre-release versions (#​32574)
  • nuxt: Scroll to anchor if present when changing page without saved position (#​32376)
  • nuxt: Handle execute being passed to watch` (#​32591)
📖 Documentation
  • Update fetch types (#​32522)
  • Clarify that runtime env variables must start with NUXT_ (#​32223)
  • Fix key change behavior in useAsyncData and useFetch migration (#​32560)
  • Change return type of async data from undefined to null in v3 docs (#​32562)
  • Add section on custom hooks for Nuxt modules (#​32586)
  • Provide async keyword (#​32587)
  • Move augmenting hook types in hooks page (#​32595)
  • Add section about module loading order (#​32597)
Tests
  • Reenable skipped unit tests (8fc9b9ee9)
  • Update test snapshot for generateTypes (c0855439d)
  • Improve page scanning test stability (84b96f3de)
  • Pass timeZone in to <NuxtTime> test (#​32558)
  • Add more useAsyncData + useFetch tests (#​32585)
  • Avoid hard-coding async-data keys (bfca95118)
❤️ 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.6` -> `3.17.7`](https://renovatebot.com/diffs/npm/nuxt/3.17.6/3.17.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/nuxt/3.17.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nuxt/3.17.6/3.17.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nuxt/nuxt (nuxt)</summary> ### [`v3.17.7`](https://github.com/nuxt/nuxt/releases/tag/v3.17.7) [Compare Source](https://github.com/nuxt/nuxt/compare/v3.17.6...v3.17.7) > 3.17.7 is the last patch release before v3.18. #### ✅ 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.6...v3.17.7) ##### 🩹 Fixes - **nuxt:** Safe-guard `extraPageMetaExtractionKeys` ([#&#8203;32510](https://github.com/nuxt/nuxt/pull/32510)) - **nuxt:** Expose `loadBuilder` error cause ([8f13ce3c2](https://github.com/nuxt/nuxt/commit/8f13ce3c2)) - **vite:** Handle resolving string vite input ([#&#8203;32527](https://github.com/nuxt/nuxt/pull/32527)) - **nuxt:** Wrap only server components with island generic ([#&#8203;32540](https://github.com/nuxt/nuxt/pull/32540)) - **vite:** Ignore when client entry cannot be resolved ([19a292f34](https://github.com/nuxt/nuxt/commit/19a292f34)) - **nuxt:** Normalize segment catchall pattern before checking for parent ([#&#8203;32413](https://github.com/nuxt/nuxt/pull/32413)) - **nuxt:** Update warning message to warn against `null` values ([c1b83eab5](https://github.com/nuxt/nuxt/commit/c1b83eab5)) - **nuxt:** Ensure `semver.satisfies` returns true for pre-release versions ([#&#8203;32574](https://github.com/nuxt/nuxt/pull/32574)) - **nuxt:** Scroll to anchor if present when changing page without saved position ([#&#8203;32376](https://github.com/nuxt/nuxt/pull/32376)) - **nuxt:** Handle `execute being passed to `watch\` ([#&#8203;32591](https://github.com/nuxt/nuxt/pull/32591)) ##### 📖 Documentation - Update fetch types ([#&#8203;32522](https://github.com/nuxt/nuxt/pull/32522)) - Clarify that runtime env variables must start with `NUXT_` ([#&#8203;32223](https://github.com/nuxt/nuxt/pull/32223)) - Fix key change behavior in `useAsyncData` and `useFetch` migration ([#&#8203;32560](https://github.com/nuxt/nuxt/pull/32560)) - Change return type of async data from `undefined` to `null` in v3 docs ([#&#8203;32562](https://github.com/nuxt/nuxt/pull/32562)) - Add section on custom hooks for Nuxt modules ([#&#8203;32586](https://github.com/nuxt/nuxt/pull/32586)) - Provide `async` keyword ([#&#8203;32587](https://github.com/nuxt/nuxt/pull/32587)) - Move augmenting hook types in hooks page ([#&#8203;32595](https://github.com/nuxt/nuxt/pull/32595)) - Add section about module loading order ([#&#8203;32597](https://github.com/nuxt/nuxt/pull/32597)) ##### ✅ Tests - Reenable skipped unit tests ([8fc9b9ee9](https://github.com/nuxt/nuxt/commit/8fc9b9ee9)) - Update test snapshot for `generateTypes` ([c0855439d](https://github.com/nuxt/nuxt/commit/c0855439d)) - Improve page scanning test stability ([84b96f3de](https://github.com/nuxt/nuxt/commit/84b96f3de)) - Pass timeZone in to `<NuxtTime>` test ([#&#8203;32558](https://github.com/nuxt/nuxt/pull/32558)) - Add more useAsyncData + useFetch tests ([#&#8203;32585](https://github.com/nuxt/nuxt/pull/32585)) - Avoid hard-coding async-data keys ([bfca95118](https://github.com/nuxt/nuxt/commit/bfca95118)) ##### ❤️ Contributors - Daniel Roe ([@&#8203;danielroe](https://github.com/danielroe)) - Julien Huang ([@&#8203;huang-julien](https://github.com/huang-julien)) - abeer0 ([@&#8203;iiio2](https://github.com/iiio2)) - Bobbie Goede ([@&#8203;BobbieGoede](https://github.com/BobbieGoede)) - Damian Głowala ([@&#8203;DamianGlowala](https://github.com/DamianGlowala)) - Nestor Vera ([@&#8203;hacknug](https://github.com/hacknug)) - Ezra Ashenafi ([@&#8203;Eazash](https://github.com/Eazash)) - Mike Laumann Bellika ([@&#8203;MikeBellika](https://github.com/MikeBellika)) - Maxime Pauvert ([@&#8203;maximepvrt](https://github.com/maximepvrt)) - Chriest Yu ([@&#8203;jcppman](https://github.com/jcppman)) - Andrei Hudalla ([@&#8203;paranoidPhantom](https://github.com/paranoidPhantom)) - Sigrid Huemer ([@&#8203;s1gr1d](https://github.com/s1gr1d)) - xjccc ([@&#8203;xjccc](https://github.com/xjccc)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zMi4wIiwidXBkYXRlZEluVmVyIjoiNDEuMzIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-07-13 19:59:55 +00:00 (Migrated from gitlab.com)

mentioned in issue #49

mentioned in issue #49
argoyle commented 2025-07-15 19:03:31 +00:00 (Migrated from gitlab.com)

added 2 commits

  • efe2b20c - 1 commit from branch main
  • 1fc4ee1a - chore(deps): update dependency nuxt to v3.17.7

Compare with previous version

added 2 commits <ul><li>efe2b20c - 1 commit from branch <code>main</code></li><li>1fc4ee1a - chore(deps): update dependency nuxt to v3.17.7</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/2468/diffs?diff_id=1424596798&start_sha=017081698f2a23760c46a9ee96013af3795d4df4)
argoyle (Migrated from gitlab.com) merged commit into main 2025-07-15 19:04:02 +00:00
Sign in to join this conversation.