chore(deps): update dependency nuxt to v3.17.5 #2463

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/nuxtjs-monorepo into main 2025-06-04 06:33:16 +00:00
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-06-03 22:03:06 +00:00 (Migrated from gitlab.com)

This MR contains the following updates:

Package Type Update Change
nuxt (source) devDependencies patch 3.17.4 -> 3.17.5

Release Notes

nuxt/nuxt (nuxt)

v3.17.5

Compare Source

3.17.5 is a regularly scheduled patch release.

👉 Changelog

compare changes

🔥 Performance
  • nuxt: Replace remaining instance of globby (#​31688)
🩹 Fixes
  • nuxt: Export useScriptRybbitAnalytics from script stubs (d275ae1a0)
  • nuxt: Remove unneeded pattern from regexp (2954c092c)
  • nuxt: Ensure appConfig sources are not duplicated (#​32216)
  • nuxt: Wrap slot with h() in ClientOnly (#​30664)
  • kit: Ensure template filename uses safe patterns (4372b24dd)
  • nuxt: Access asyncData state from nuxt app instance (#​32232)
  • nuxt: Make patterns relative to srcDir in buildCache (#​32260)
  • nuxt: Return non-existent route component in RouteProvider (#​32266)
  • nuxt: Use single asyncData watcher (#​32247)
  • vite: Use arrow functions in dynamic imports (#​32285)
  • webpack: Use plugin for rollup-compatible dynamic imports (#​32281)
📖 Documentation
  • Update addRouteMiddleware path in example (#​32171)
  • Narrow link to just middleware (#​32203)
  • Use optional chaining in error example (#​32214)
  • Give example of using --env-file (29f6392cd)
  • Recommend nuxt command consistently (#​32237)
  • Fix typos (#​30413)
  • Add props to special metadata (#​29708)
  • Fix wrong alert with warning in /guide/pages (#​32270)
  • Update upgrade guide + roadmap (0040ee5e7)
📦 Build
🏡 Chore
Tests
  • Add regression test for useAsyncData + transition (29f7c8cb4)
  • Ensure builder tests run sequentially (defa32829)
❤️ 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.4` -> `3.17.5`](https://renovatebot.com/diffs/npm/nuxt/3.17.4/3.17.5) | --- ### Release Notes <details> <summary>nuxt/nuxt (nuxt)</summary> ### [`v3.17.5`](https://github.com/nuxt/nuxt/releases/tag/v3.17.5) [Compare Source](https://github.com/nuxt/nuxt/compare/v3.17.4...v3.17.5) > 3.17.5 is a regularly scheduled patch release. #### 👉 Changelog [compare changes](https://github.com/nuxt/nuxt/compare/v3.17.4...v3.17.5) ##### 🔥 Performance - **nuxt:** Replace remaining instance of `globby` ([#&#8203;31688](https://github.com/nuxt/nuxt/pull/31688)) ##### 🩹 Fixes - **nuxt:** Export `useScriptRybbitAnalytics` from script stubs ([d275ae1a0](https://github.com/nuxt/nuxt/commit/d275ae1a0)) - **nuxt:** Remove unneeded pattern from regexp ([2954c092c](https://github.com/nuxt/nuxt/commit/2954c092c)) - **nuxt:** Ensure `appConfig` sources are not duplicated ([#&#8203;32216](https://github.com/nuxt/nuxt/pull/32216)) - **nuxt:** Wrap slot with `h()` in ClientOnly ([#&#8203;30664](https://github.com/nuxt/nuxt/pull/30664)) - **kit:** Ensure template filename uses safe patterns ([4372b24dd](https://github.com/nuxt/nuxt/commit/4372b24dd)) - **nuxt:** Access `asyncData` state from nuxt app instance ([#&#8203;32232](https://github.com/nuxt/nuxt/pull/32232)) - **nuxt:** Make patterns relative to `srcDir` in `buildCache` ([#&#8203;32260](https://github.com/nuxt/nuxt/pull/32260)) - **nuxt:** Return non-existent route component in RouteProvider ([#&#8203;32266](https://github.com/nuxt/nuxt/pull/32266)) - **nuxt:** Use single `asyncData` watcher ([#&#8203;32247](https://github.com/nuxt/nuxt/pull/32247)) - **vite:** Use arrow functions in dynamic imports ([#&#8203;32285](https://github.com/nuxt/nuxt/pull/32285)) - **webpack:** Use plugin for rollup-compatible dynamic imports ([#&#8203;32281](https://github.com/nuxt/nuxt/pull/32281)) ##### 📖 Documentation - Update `addRouteMiddleware` path in example ([#&#8203;32171](https://github.com/nuxt/nuxt/pull/32171)) - Narrow link to just middleware ([#&#8203;32203](https://github.com/nuxt/nuxt/pull/32203)) - Use optional chaining in error example ([#&#8203;32214](https://github.com/nuxt/nuxt/pull/32214)) - Give example of using `--env-file` ([29f6392cd](https://github.com/nuxt/nuxt/commit/29f6392cd)) - Recommend `nuxt` command consistently ([#&#8203;32237](https://github.com/nuxt/nuxt/pull/32237)) - Fix typos ([#&#8203;30413](https://github.com/nuxt/nuxt/pull/30413)) - Add props to special metadata ([#&#8203;29708](https://github.com/nuxt/nuxt/pull/29708)) - Fix wrong `alert` with `warning` in `/guide/pages` ([#&#8203;32270](https://github.com/nuxt/nuxt/pull/32270)) - Update upgrade guide + roadmap ([0040ee5e7](https://github.com/nuxt/nuxt/commit/0040ee5e7)) ##### 📦 Build - **nuxt:** Ensure cache is typed ([33df20d17](https://github.com/nuxt/nuxt/commit/33df20d17)) ##### 🏡 Chore - Upgrade webpack dependencies separately ([444d60936](https://github.com/nuxt/nuxt/commit/444d60936)) - Apply lint fixes ([221ce99eb](https://github.com/nuxt/nuxt/commit/221ce99eb)) - Add missing dependency ([720170dea](https://github.com/nuxt/nuxt/commit/720170dea)) ##### ✅ Tests - Add regression test for useAsyncData + transition ([29f7c8cb4](https://github.com/nuxt/nuxt/commit/29f7c8cb4)) - Ensure builder tests run sequentially ([defa32829](https://github.com/nuxt/nuxt/commit/defa32829)) ##### ❤️ Contributors - Daniel Roe ([@&#8203;danielroe](https://github.com/danielroe)) - Julien Huang ([@&#8203;huang-julien](https://github.com/huang-julien)) - Hugo Richard ([@&#8203;HugoRCD](https://github.com/HugoRCD)) - mxmxmmgg ([@&#8203;mxmxmmgg](https://github.com/mxmxmmgg)) - xjccc ([@&#8203;xjccc](https://github.com/xjccc)) - Horu ([@&#8203;HigherOrderLogic](https://github.com/HigherOrderLogic)) - Baptiste Leproux ([@&#8203;larbish](https://github.com/larbish)) - Phojie Rengel ([@&#8203;phojie](https://github.com/phojie)) - duolaameng ([@&#8203;1411430556](https://github.com/1411430556)) - 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:eyJjcmVhdGVkSW5WZXIiOiI0MC40MC4xIiwidXBkYXRlZEluVmVyIjoiNDAuNDAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-06-03 22:03:10 +00:00 (Migrated from gitlab.com)

restored source branch renovate/nuxtjs-monorepo

restored source branch `renovate/nuxtjs-monorepo`
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-06-03 22:03:10 +00:00 (Migrated from gitlab.com)

mentioned in issue #49

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