chore(deps): update dependency @nuxtjs/i18n to v10.4.1 #2983

Merged
renovate merged 1 commits from renovate/nuxtjs-i18n-10.x into main 2026-07-13 17:09:38 +00:00
Owner

This PR contains the following updates:

Package Change Age Confidence
@nuxtjs/i18n (source) 10.4.010.4.1 age confidence

Release Notes

nuxt-modules/i18n (@​nuxtjs/i18n)

v10.4.1

Compare Source

This changelog is generated by GitHub Releases

   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@nuxtjs/i18n](https://i18n.nuxtjs.org) ([source](https://github.com/nuxt-modules/i18n)) | [`10.4.0` → `10.4.1`](https://renovatebot.com/diffs/npm/@nuxtjs%2fi18n/10.4.0/10.4.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxtjs%2fi18n/10.4.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxtjs%2fi18n/10.4.0/10.4.1?slim=true) | --- ### Release Notes <details> <summary>nuxt-modules/i18n (@&#8203;nuxtjs/i18n)</summary> ### [`v10.4.1`](https://github.com/nuxt-modules/i18n/blob/HEAD/CHANGELOG.md#v1041-2026-07-10T162100Z) [Compare Source](https://github.com/nuxt-modules/i18n/compare/v10.4.0...v10.4.1) This changelog is generated by [GitHub Releases](https://github.com/nuxt-modules/i18n/releases/tag/v10.4.1) #####    🐞 Bug Fixes - NuxtLinkLocale custom and slot type definitions  -  by [@&#8203;BobbieGoede](https://github.com/BobbieGoede) in [#&#8203;3995](https://github.com/nuxt-modules/i18n/issues/3995) [<samp>(c139a)</samp>](https://github.com/nuxt-modules/i18n/commit/c139a642) - Resolve `bundle.onlyLocales` from the first layer that specifies it  -  by [@&#8203;cernymatej](https://github.com/cernymatej) and [@&#8203;BobbieGoede](https://github.com/BobbieGoede) in [#&#8203;4012](https://github.com/nuxt-modules/i18n/issues/4012) [<samp>(ffd13)</samp>](https://github.com/nuxt-modules/i18n/commit/ffd13738) - HMR locale messages flash  -  by [@&#8203;sawa-ko](https://github.com/sawa-ko), **Copilot Autofix powered by AI** and [@&#8203;BobbieGoede](https://github.com/BobbieGoede) in [#&#8203;4010](https://github.com/nuxt-modules/i18n/issues/4010) [<samp>(91052)</samp>](https://github.com/nuxt-modules/i18n/commit/910522eb) - Skip detection redirect for routes with disabled localization  -  by [@&#8203;BobbieGoede](https://github.com/BobbieGoede) and **Claude Opus 4.8 (1M context)** in [#&#8203;4021](https://github.com/nuxt-modules/i18n/issues/4021) [<samp>(41631)</samp>](https://github.com/nuxt-modules/i18n/commit/41631d48) - Type locale detector file in server tsconfig  -  by [@&#8203;BobbieGoede](https://github.com/BobbieGoede) in [#&#8203;4023](https://github.com/nuxt-modules/i18n/issues/4023) [<samp>(89cf5)</samp>](https://github.com/nuxt-modules/i18n/commit/89cf5c13) - Route argument narrowing with `experimental.typedPages`  -  by [@&#8203;BobbieGoede](https://github.com/BobbieGoede) in [#&#8203;4024](https://github.com/nuxt-modules/i18n/issues/4024) [<samp>(8564e)</samp>](https://github.com/nuxt-modules/i18n/commit/8564ea1f) - Drop full-path `<NuxtPage>` keys for `compactRoutes`  -  by [@&#8203;BobbieGoede](https://github.com/BobbieGoede) in [#&#8203;4025](https://github.com/nuxt-modules/i18n/issues/4025) [<samp>(04c3b)</samp>](https://github.com/nuxt-modules/i18n/commit/04c3bbde) - Strip base URL from path in SSR locale redirect  -  by [@&#8203;imlautaro](https://github.com/imlautaro), **Claude Opus 4.8 (1M context)** and [@&#8203;BobbieGoede](https://github.com/BobbieGoede) in [#&#8203;4000](https://github.com/nuxt-modules/i18n/issues/4000) [<samp>(3dc3b)</samp>](https://github.com/nuxt-modules/i18n/commit/3dc3b07c) - Pass `strictSeo.canonicalQueries` to runtime head options  -  by [@&#8203;BobbieGoede](https://github.com/BobbieGoede) in [#&#8203;4026](https://github.com/nuxt-modules/i18n/issues/4026) [<samp>(5b284)</samp>](https://github.com/nuxt-modules/i18n/commit/5b284325) - Use `domainLocales` runtime config in `localeProperties` and `locales`  -  by [@&#8203;BobbieGoede](https://github.com/BobbieGoede) in [#&#8203;4027](https://github.com/nuxt-modules/i18n/issues/4027) [<samp>(31fbb)</samp>](https://github.com/nuxt-modules/i18n/commit/31fbb016) - Derive `og:locale:alternate` from locale `language` tags with `strictSeo`  -  by [@&#8203;BobbieGoede](https://github.com/BobbieGoede) in [#&#8203;4028](https://github.com/nuxt-modules/i18n/issues/4028) [<samp>(fa199)</samp>](https://github.com/nuxt-modules/i18n/commit/fa199ad4) - **compactRoutes**: Strip stale locale param in by-path resolver  -  by [@&#8203;Togetic](https://github.com/Togetic) in [#&#8203;4015](https://github.com/nuxt-modules/i18n/issues/4015) [<samp>(cc2f6)</samp>](https://github.com/nuxt-modules/i18n/commit/cc2f602f) #####     [View changes on GitHub](https://github.com/nuxt-modules/i18n/compare/v10.4.0...v10.4.1) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDMuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate added 1 commit 2026-07-13 17:04:05 +00:00
chore(deps): update dependency @nuxtjs/i18n to v10.4.1
dancefinder-app / build (pull_request) Successful in 2m6s
dancefinder-app / deploy-prod (pull_request) Has been skipped
cfb24a4a09
renovate scheduled this pull request to auto merge when all checks succeed 2026-07-13 17:04:06 +00:00
renovate merged commit 50f791ed88 into main 2026-07-13 17:09:38 +00:00
renovate deleted branch renovate/nuxtjs-i18n-10.x 2026-07-13 17:09:40 +00:00
Sign in to join this conversation.