build(deps): update dependency @nuxtjs/i18n to 9.1.1 #50
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.0.0-rc.11
->9.1.1
Release Notes
nuxt-modules/i18n (@nuxtjs/i18n)
v9.1.1
Compare Source
This changelog is generated by GitHub Releases
🚀 Features
bundle.optimizeTranslationDirective
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3256 (1b457)🐞 Bug Fixes
View changes on GitHub
v9.1.0
Compare Source
This changelog is generated by GitHub Releases
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v9.0.0
Compare Source
This changelog is generated by GitHub Releases
🚨 Breaking Changes
lang
attribute foruseLocaleHead
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3097 (a3fb8)useLocaleHead
options shape and defaults - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3100 (85550)restructureDir
defaults - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3106 (3e336)iso
property - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3146 (039f2)🚀 Features
Locale
type based on configuration - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3025 (9aa71)vue-i18n
and messages type generation - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3151 (4f734)🐞 Bug Fixes
@intlify/core-base
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3034 (e2c58)switchLocalePath
during SSR replacement - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3043 (be59c)switchLocalePath
during SSR replacement - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3043 (28d22)iso
property tolanguage
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3055 (6a29a)iso
property tolanguage
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3055 (df938)strategy: 'no_prefix'
when usingdifferentDomains
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3061 (8536b)strategy: 'no_prefix'
when usingdifferentDomains
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3061 (53f16)locales
andrestructureDir
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3088 (88a7b)i18n
options not loadingvue-i18n
config file - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3093 (c720b)i18n
options not loadingvue-i18n
config file - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3093 (a8463)string
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3107 (b2d49)jiti
version override - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3115 (2678e)srcDir
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3133 (b9e52)srcDir
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3133 (10c02)next
tag for v9 edge release - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3138 (f61b5)baseUrl
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3145 (35b45)vueI18n
resolution not usingrestructureDir
defaults - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3159 (a0164)@intlify/h3
dependency - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3165 (893f9)pages:resolved
hook if enabled - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3196 (11b3e)View changes on GitHub
v8.5.6
Compare Source
🐞 Bug Fixes
srcDir
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3133 (10c02)View changes on GitHub
v8.5.5
Compare Source
No significant changes
View changes on GitHub
v8.5.4
Compare Source
This release removes version checks that prevent usage with Nuxt versions higher than
3.x
.The path resolution for
langDir
(relative tosrcDir
) andlocaleDetector
(relative torootDir
) remain unchanged, to ease migration to v9 we recommend configuringexperimental.restructureDir
which will be enabled and set toi18n
by default in the upcoming major release.🚀 Features
View changes on GitHub
v8.5.3
Compare Source
🐞 Bug Fixes
i18n
options not loadingvue-i18n
config file - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3093 (a8463)View changes on GitHub
v8.5.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v8.5.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v8.5.0
Compare Source
🚀 Features
View changes on GitHub
v8.4.0
Compare Source
Configurable directory restructure
You can now enable and configure the directory restructure which will be the default in v9, check out the documentation for more details on the new directory restructure.
Locale
iso
property renameIn v9 we are changing the locale
iso
property tolanguage
, the old usage will keep on working in v8 but we have added deprecation warnings about this upcoming change, more details on why we're renaming the property can be found here.🚀 Features
🐞 Bug Fixes
iso
property tolanguage
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3055 (df938)strategy: 'no_prefix'
when usingdifferentDomains
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3061 (53f16)View changes on GitHub
v8.3.3
Compare Source
🐞 Bug Fixes
switchLocalePath
during SSR replacement - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3043 (28d22)View changes on GitHub
v8.3.2
Compare Source
🐞 Bug Fixes
@nuxt/module-builder
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2960 (fe300)View changes on GitHub
v8.3.1
Compare Source
This changelog is generated by GitHub Releases
🐞 Bug Fixes
strategy: 'prefix'
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2894 (62dff)strategy: 'no_prefix'
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2897 (89615)$getRouteBaseName
parameter type - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2933 (05ed0)View changes on GitHub
v8.3.0
Compare Source
This changelog is generated by GitHub Releases
🚀 Features
🐞 Bug Fixes
getRouteBaseName
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2865 (946ca)installModule
are overwritten - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2882 (860dc)import.meta.*
properties - by @danielroe in https://github.com/nuxt-modules/i18n/issues/2884 (aff7f)defineI18nRoute
macro transformed inside<template>
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2887 (33746)View changes on GitHub
v8.2.0
Compare Source
This changelog is generated by GitHub Releases
🚀 Features
loadLocaleMessages
to manually load locale messages - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2799 (bd8a2)detectBrowserLanguage
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2824 (b6eda)switchLocalePathLinkSSR
with<SwitchLocalePathLink>
component - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2838 (df92c)🐞 Bug Fixes
statusCode
inrootRedirect
not working with strategy 'prefix' - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2785 (933a0)View changes on GitHub
v8.1.1
Compare Source
This changelog is generated by GitHub Releases
🐞 Bug Fixes
setLocale
throwing error when used in plugin - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2777 (9596b)setLocale
throws error updating locale cookie from plugin - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2783 (61d54)View changes on GitHub
v8.1.0
Compare Source
This changelog is generated by GitHub Releases
🚀 Features
localePath
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2759 (d6874)View changes on GitHub
v8.0.2
Compare Source
This changelog is generated by GitHub Releases
🐞 Bug Fixes
NuxtLinkLocale
ignoringhref
prop - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2751 (5db73)onUnmounted
warnings triggered by composable assignment - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2750 (2145c)View changes on GitHub
v8.0.1
Compare Source
This changelog is generated by GitHub Releases
🚀 Features
locales
generated type narrowing - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2722 (489f1)🐞 Bug Fixes
vue-i18n
and@intlify/shared
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2658 (ebfba)View changes on GitHub
v8.0.0
Compare Source
We are thrilled to announce the release of Nuxt I18n v8.0! 🎉
We had commited with 60 over contributors between Nov 28 2021 and Dec 25 2023. Thanks for your contributing ❤️
📖 Documentation
📜 v8 Changes
See more view changes on GitHub
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 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.
This PR was generated by Mend Renovate. View the repository job log.