chore(deps): update dependency nuxt to v3.17.3 #2432

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/nuxtjs-monorepo into main 2025-05-12 16:41:08 +00:00
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-05-12 15:03:47 +00:00 (Migrated from gitlab.com)

This MR contains the following updates:

Package Type Update Change
nuxt (source) devDependencies patch 3.17.2 -> 3.17.3

Release Notes

nuxt/nuxt (nuxt)

v3.17.3

Compare Source

3.17.3 is a regularly-scheduled patch release.

Upgrading

Our recommendation for upgrading is to run:

npx nuxi@latest 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: Pre-calculate extension glob before app resolution (#​32052)
  • nuxt: Improve islands client components chunks (#​32015)
🩹 Fixes
  • nuxt: Preload async layouts (#​32002)
  • nuxt: Handle File within FormData (#​32013)
  • schema: Respect user-provided ignore patterns (#​32020)
  • nuxt: Allow loading virtual files with query params (#​32022)
  • nuxt: Don't use reactive key for useFetch with watch: false (#​32019)
  • nuxt: Do not clear data if custom getCachedData is provided (#​32003)
  • nuxt: Provide nuxtApp for asyncData functions run on server (#​32038)
  • vite: Strip queries when skipping vite transform middleware (#​32041)
  • nuxt: Sort hash sources and files (#​32048)
  • nuxt: Do not suppress chunk import error (#​32064)
💅 Refactors
  • nuxt: Directly access initialised asyncData (e779d6cd5)
📖 Documentation
🤖 CI
  • Convert bug/enhancement labels to issue types (3ff743fe0)
  • Update payload for issue types (791e5f443)
❤️ 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 | Type | Update | Change | |---|---|---|---| | [nuxt](https://nuxt.com) ([source](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt)) | devDependencies | patch | [`3.17.2` -> `3.17.3`](https://renovatebot.com/diffs/npm/nuxt/3.17.2/3.17.3) | --- ### Release Notes <details> <summary>nuxt/nuxt (nuxt)</summary> ### [`v3.17.3`](https://github.com/nuxt/nuxt/releases/tag/v3.17.3) [Compare Source](https://github.com/nuxt/nuxt/compare/v3.17.2...v3.17.3) > 3.17.3 is a regularly-scheduled patch release. #### ✅ Upgrading Our recommendation for upgrading is to run: ```sh npx nuxi@latest 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.2...v3.17.3) ##### 🔥 Performance - **nuxt:** Pre-calculate extension glob before app resolution ([#&#8203;32052](https://github.com/nuxt/nuxt/pull/32052)) - **nuxt:** Improve islands client components chunks ([#&#8203;32015](https://github.com/nuxt/nuxt/pull/32015)) ##### 🩹 Fixes - **nuxt:** Preload async layouts ([#&#8203;32002](https://github.com/nuxt/nuxt/pull/32002)) - **nuxt:** Handle File within `FormData` ([#&#8203;32013](https://github.com/nuxt/nuxt/pull/32013)) - **schema:** Respect user-provided `ignore` patterns ([#&#8203;32020](https://github.com/nuxt/nuxt/pull/32020)) - **nuxt:** Allow loading virtual files with query params ([#&#8203;32022](https://github.com/nuxt/nuxt/pull/32022)) - **nuxt:** Don't use reactive key for `useFetch` with `watch: false` ([#&#8203;32019](https://github.com/nuxt/nuxt/pull/32019)) - **nuxt:** Do not clear data if custom `getCachedData` is provided ([#&#8203;32003](https://github.com/nuxt/nuxt/pull/32003)) - **nuxt:** Provide `nuxtApp` for asyncData functions run on server ([#&#8203;32038](https://github.com/nuxt/nuxt/pull/32038)) - **vite:** Strip queries when skipping vite transform middleware ([#&#8203;32041](https://github.com/nuxt/nuxt/pull/32041)) - **nuxt:** Sort hash sources and files ([#&#8203;32048](https://github.com/nuxt/nuxt/pull/32048)) - **nuxt:** Do not suppress chunk import error ([#&#8203;32064](https://github.com/nuxt/nuxt/pull/32064)) ##### 💅 Refactors - **nuxt:** Directly access initialised `asyncData` ([e779d6cd5](https://github.com/nuxt/nuxt/commit/e779d6cd5)) ##### 📖 Documentation - Fix module initialization command for pnpm ([#&#8203;32024](https://github.com/nuxt/nuxt/pull/32024)) - Provide nuxt installation guide with deno ([#&#8203;32029](https://github.com/nuxt/nuxt/pull/32029)) - Add codeblock closing tag ([#&#8203;32043](https://github.com/nuxt/nuxt/pull/32043)) - Tweak nuxt doc ([#&#8203;32063](https://github.com/nuxt/nuxt/pull/32063)) - Add space between sentences ([#&#8203;32069](https://github.com/nuxt/nuxt/pull/32069)) ##### 🤖 CI - Convert `bug`/`enhancement` labels to issue types ([3ff743fe0](https://github.com/nuxt/nuxt/commit/3ff743fe0)) - Update payload for issue types ([791e5f443](https://github.com/nuxt/nuxt/commit/791e5f443)) ##### ❤️ Contributors - Ryota Watanabe ([@&#8203;wattanx](https://github.com/wattanx)) - Julien Huang ([@&#8203;huang-julien](https://github.com/huang-julien)) - John Tanzer ([@&#8203;moshetanzer](https://github.com/moshetanzer)) - [@&#8203;beer](https://github.com/beer) ([@&#8203;iiio2](https://github.com/iiio2)) - Daniel Roe ([@&#8203;danielroe](https://github.com/danielroe)) - xjccc ([@&#8203;xjccc](https://github.com/xjccc)) - Max ([@&#8203;onmax](https://github.com/onmax)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS44IiwidXBkYXRlZEluVmVyIjoiNDAuMTEuOCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-05-12 15:03:51 +00:00 (Migrated from gitlab.com)

mentioned in issue #49

mentioned in issue #49
argoyle (Migrated from gitlab.com) merged commit into main 2025-05-12 16:41:08 +00:00
Sign in to join this conversation.