chore(deps): update dependency nuxt to v4.1.1 #2587

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/nuxtjs-monorepo into main 2025-09-05 23:19:01 +00:00
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-09-05 23:03:29 +00:00 (Migrated from gitlab.com)

This MR contains the following updates:

Package Change Age Confidence
nuxt (source) 4.1.0 -> 4.1.1 age confidence

Release Notes

nuxt/nuxt (nuxt)

v4.1.1

Compare Source

v4.1.1 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

🩹 Fixes
  • nuxt: Correct relative path of auto imported components (#​33122)
  • nuxt: Prefer accessing globalThis over window (#​33125)
  • nuxt: Migrate to AST-aware tree-shaking + route injection (#​33128)
  • nuxt: Ignore #components import mapping inside packages that use it internally (#​33049)
  • vite: Remove explicit vite-node configuration of deps.inline (#​33133)
  • nuxt: Include trace in dev-time useRoute usage warning (#​33039)
  • kit: Improve DX by displaying module name when possible (#​33137)
  • nuxt: Print route middleware path in warning (#​33136)
  • nuxt: Include core auto-imports from imports:sources in override warning (#​33050)
  • nuxt: Render relative importmap entry path if required (#​33146)
📖 Documentation
🏡 Chore
🤖 CI
  • Remove default discord reactions from thread (more noise than it's worth) (183913fe2)
  • Rewrite release workflow in ts + support multiple tags (4469ead82)
  • Pass correct flag (711037cda)
  • Pass tag via env variable (fb83cd5ba)
  • Drop 4x tags from releases (1cd8a6857)
❤️ 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.0` -> `4.1.1`](https://renovatebot.com/diffs/npm/nuxt/4.1.0/4.1.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/nuxt/4.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nuxt/4.1.0/4.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nuxt/nuxt (nuxt)</summary> ### [`v4.1.1`](https://github.com/nuxt/nuxt/releases/tag/v4.1.1) [Compare Source](https://github.com/nuxt/nuxt/compare/v4.1.0...v4.1.1) > **v4.1.1** 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.0...v4.1.1) ##### 🩹 Fixes - **nuxt:** Correct relative path of auto imported components ([#&#8203;33122](https://github.com/nuxt/nuxt/pull/33122)) - **nuxt:** Prefer accessing `globalThis` over `window` ([#&#8203;33125](https://github.com/nuxt/nuxt/pull/33125)) - **nuxt:** Migrate to AST-aware tree-shaking + route injection ([#&#8203;33128](https://github.com/nuxt/nuxt/pull/33128)) - **nuxt:** Ignore #components import mapping inside packages that use it internally ([#&#8203;33049](https://github.com/nuxt/nuxt/pull/33049)) - **vite:** Remove explicit vite-node configuration of `deps.inline` ([#&#8203;33133](https://github.com/nuxt/nuxt/pull/33133)) - **nuxt:** Include trace in dev-time `useRoute` usage warning ([#&#8203;33039](https://github.com/nuxt/nuxt/pull/33039)) - **kit:** Improve DX by displaying module name when possible ([#&#8203;33137](https://github.com/nuxt/nuxt/pull/33137)) - **nuxt:** Print route middleware path in warning ([#&#8203;33136](https://github.com/nuxt/nuxt/pull/33136)) - **nuxt:** Include core auto-imports from `imports:sources` in override warning ([#&#8203;33050](https://github.com/nuxt/nuxt/pull/33050)) - **nuxt:** Render relative importmap entry path if required ([#&#8203;33146](https://github.com/nuxt/nuxt/pull/33146)) ##### 📖 Documentation - Add `--` to bun create command ([5e661f0ca](https://github.com/nuxt/nuxt/commit/5e661f0ca)) - Add `app/` prefix in lots of cases ([#&#8203;33117](https://github.com/nuxt/nuxt/pull/33117)) - Add JSDoc for `navigateTo` ([#&#8203;21442](https://github.com/nuxt/nuxt/pull/21442)) ##### 🏡 Chore - Correct `rou3` github url ([#&#8203;33130](https://github.com/nuxt/nuxt/pull/33130)) - Include `.ts` extension ([db9d840e1](https://github.com/nuxt/nuxt/commit/db9d840e1)) - Build before releasing ([25f9282a4](https://github.com/nuxt/nuxt/commit/25f9282a4)) ##### 🤖 CI - Remove default discord reactions from thread (more noise than it's worth) ([183913fe2](https://github.com/nuxt/nuxt/commit/183913fe2)) - Rewrite release workflow in ts + support multiple tags ([4469ead82](https://github.com/nuxt/nuxt/commit/4469ead82)) - Pass correct flag ([711037cda](https://github.com/nuxt/nuxt/commit/711037cda)) - Pass tag via env variable ([fb83cd5ba](https://github.com/nuxt/nuxt/commit/fb83cd5ba)) - Drop `4x` tags from releases ([1cd8a6857](https://github.com/nuxt/nuxt/commit/1cd8a6857)) ##### ❤️ Contributors - Daniel Roe ([@&#8203;danielroe](https://github.com/danielroe)) - Matej Černý ([@&#8203;cernymatej](https://github.com/cernymatej)) - Bobbie Goede ([@&#8203;BobbieGoede](https://github.com/BobbieGoede)) - Sébastien Chopin ([@&#8203;atinux](https://github.com/atinux)) - Octavio Araiza ([@&#8203;8ctavio](https://github.com/8ctavio)) - Michael Brevard ([@&#8203;GalacticHypernova](https://github.com/GalacticHypernova)) - abeer0 ([@&#8203;iiio2](https://github.com/iiio2)) - 山吹色御守 ([@&#8203;KazariEX](https://github.com/KazariEX)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny43IiwidXBkYXRlZEluVmVyIjoiNDEuOTcuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-09-05 23:03:42 +00:00 (Migrated from gitlab.com)

mentioned in issue #49

mentioned in issue #49
argoyle commented 2025-09-05 23:19:01 +00:00 (Migrated from gitlab.com)

mentioned in commit a487f41759

mentioned in commit a487f41759d9887cedad293c28edb8ffd7ca90c6
argoyle (Migrated from gitlab.com) merged commit a487f41759 into main 2025-09-05 23:19:02 +00:00
Sign in to join this conversation.