generated from Meeovi/Collaborrate
-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependency @nuxtjs/i18n to v8.5.6 #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/nuxtjs-i18n-8.x-lockfile
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2c11688
to
22a8359
Compare
22a8359
to
20589ef
Compare
20589ef
to
96467af
Compare
daca4ca
to
fcf8d0c
Compare
fcf8d0c
to
594ebbb
Compare
594ebbb
to
a0942f3
Compare
a0942f3
to
02baf8a
Compare
02baf8a
to
8b78ff6
Compare
8b78ff6
to
3f3dbf9
Compare
3f3dbf9
to
257e587
Compare
6dc605d
to
04de833
Compare
04de833
to
2f0f7a5
Compare
2f0f7a5
to
b38c4de
Compare
798b721
to
dd60c7e
Compare
dd60c7e
to
edafb19
Compare
edafb19
to
5034188
Compare
5034188
to
051b27e
Compare
051b27e
to
324815f
Compare
324815f
to
654c41b
Compare
654c41b
to
4586693
Compare
4586693
to
f5370fc
Compare
d6e4eca
to
9eb2c2d
Compare
9eb2c2d
to
85b768a
Compare
85b768a
to
349947f
Compare
123ad8b
to
e47df2a
Compare
e47df2a
to
a75743a
Compare
a75743a
to
3e79dda
Compare
3e79dda
to
23b6522
Compare
7aed09c
to
3602f1d
Compare
3602f1d
to
f754f75
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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-beta.8
->8.5.6
Release Notes
nuxt-modules/i18n (@nuxtjs/i18n)
v8.5.6
Compare Source
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
v8.0.0-rc.11
Compare Source
This changelog is generated by GitHub Releases
🐞 Bug Fixes
extendBaseUrl
recursion - by @BobbieGoede and Pavel Kuzmin in https://github.com/nuxt-modules/i18n/issues/2621 (f4fed)View changes on GitHub
v8.0.0-rc.10
Compare Source
This changelog is generated by GitHub Releases
🐞 Bug Fixes
View changes on GitHub
v8.0.0-rc.9
Compare Source
This changelog is generated by GitHub Releases
🚨 Breaking Changes
useSetI18nParams
composable - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2580 (898d3)View changes on GitHub
v8.0.0-rc.8
Compare Source
This changelog is generated by GitHub Releases
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v8.0.0-rc.7
Compare Source
This changelog is generated by GitHub Releases
🐞 Bug Fixes
prefix
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2538 (6ad76)@intlify/vue-router-bridge
andvue-i18n-routing
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2593 (0d1c1)View changes on GitHub
v8.0.0-rc.6
Compare Source
This changelog is generated by GitHub Releases
🚀 Features
bundle.onlyLocales
- by @imslepov in https://github.com/nuxt-modules/i18n/issues/2478 (1fc1f)experimental.typedPages
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2522 (c5b00)jsTsFormatResource
experimental - by @GaborTorma in https://github.com/nuxt-modules/i18n/issues/2531 (727db)🐞 Bug Fixes
no_prefix
redirect detection locale change attempt - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2505 (b4a56)setLocale
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2511 (7454a)is-https
using@nuxt/kit
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2512 (d5d55)localePath
correctly - by @kazupon and @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2534 (4a511)verbatimModuleSyntax
and use explicit type imports - by @BobbieGoede (b889e)vue-i18n
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2573 (ca4d7)View changes on GitHub
v8.0.0-rc.5
Compare Source
This changelog is generated by GitHub Releases
🚀 Features
🐞 Bug Fixes
i18n.options.mjs
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2402 (fbea0)autoImport
is disabled - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2426 (568c2)vueI18n
config from a nested path - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2460 (461ef)View changes on GitHub
v8.0.0-rc.4
Compare Source
This changelog is generated by GitHub Releases
🚀 Features
dropMessageCompiler
option - by @kazupon in https://github.com/nuxt-modules/i18n/issues/2352 (417af)🐞 Bug Fixes
vueI18n
option warning - by @kazupon in https://github.com/nuxt-modules/i18n/issues/2324 (d2223)sourcemap
option to boolean - by @danielroe in https://github.com/nuxt-modules/i18n/issues/2344 (cd9c3)View changes on GitHub
v8.0.0-rc.3
Compare Source
This changelog is generated by GitHub Releases
🚀 Features
🐞 Bug Fixes
setLocale
- by @kazupon in https://github.com/nuxt-modules/i18n/issues/2307 (5fc06)View changes on GitHub
v8.0.0-rc.2
Compare Source
This changelog is generated by GitHub Releases
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v8.0.0-rc.1
Compare Source
This changelog is generated by GitHub Releases
🐞 Bug Fixes
extendBaseUrl
recursion - by @BobbieGoede and Pavel Kuzmin in https://github.com/nuxt-modules/i18n/issues/2621 (f4fed)View changes on GitHub
v8.0.0-beta.13
Compare Source
This changelog is generated by GitHub Releases
🚀 Features
🐞 Bug Fixes
ssr: false
) mode - by @kazupon in https://github.com/nuxt-modules/i18n/issues/2099 (3c5ed)globalThis
with bundler - by @kazupon in https://github.com/nuxt-modules/i18n/issues/2120 (c8406)View changes on GitHub
v8.0.0-beta.12
Compare Source
This changelog is generated by GitHub Releases
🐞 Bug Fixes
View changes on GitHub
v8.0.0-beta.11
Compare Source
This changelog is generated by GitHub Releases
🚨 Breaking Changes
i18n:extend-messages
hook - by @kazupon in [https://github.com/feat!: prepare for deprecation ofi18n:extend-messages
hook nuxt-modules/i18n#1969](https://redirect.github.com/nuxt-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 becomes conflicted, 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.