-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
fix(deps): update dependency vue-i18n to v11 #74
base: main
Are you sure you want to change the base?
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
c332fd6
to
5574766
Compare
5574766
to
43e1996
Compare
This PR contains the following updates:
^9.14.2
->^11.0.0
Release Notes
intlify/vue-i18n (vue-i18n)
v11.1.0
Compare Source
What's Changed
🌟 Features
ComponentCustomProperties['$i18n']
type by @BobbieGoede in https://github.com/intlify/vue-i18n/pull/2094📝️ Documentations
Full Changelog: intlify/vue-i18n@v11.0.1...v11.1.0
v11.0.1
Compare Source
This changelog is generated by GitHub Releases
What's Changed
⚡ Improvement Features
Full Changelog: intlify/vue-i18n@v11.0.0...v11.0.1
v11.0.0
Compare Source
This changelog is generated by GitHub Releases
What's Changed
Deprecate Legacy API mode
The Legacy API mode was the API mode compatible with v8 for Vue 2. When v9 was released, the Legacy API was provided to smooth the migration from v8 to v9.
Legacy API mode will be deprecated in v11, as previous vue-i18n releases have already provided the following to support migration to Composition API mode
For compatibility, Legacy API mode still works in v11, but will be removed entirely in v12, so Legacy API mode will not work after that version.
Deprecate Custom Directive
v-t
The advantage of
v-t
was that it could optimize performance using the vue compiler transform and the pre-translation ofvue-i18n-extension
.This feature was supported from Vue 2.
About details see the blog article
In Vue 3, due to the Composition API, the pre-translation of
vue-i18n-extension
is now limited only for global scope.In addition, Vue 3 Virtual DOM optimization has been introduced, and the optimization provided by
vue-i18n-extension
is no longer very effective. We need to require settings for SSR, the benefits of usingv-t
have disappeared. And DX of templates usingv-t
is not good. Custom directives do not work with key completion in editors (e.g. vscode).For compatibility,
v-t
mode still works in v11, but will be removed entirely in v12, sov-t
will not work after that version.Drop
tc
and$tc
for Legacy API modeThese APIs had already deprecated in warning about being dropped in v11. docs says
Vue I18n maintenance Status
Vue I18n v8 is no longer supported after 2025. Vue I18n v9 and Vue I18n v10 is in maintenance mode after 2025 July.
With the release of Vue I18n v11, that version will become mainstream.
The maintenance detail status of Vue I18n v9 and Vue I18n v10 is as follows:
You can check the maintenance status on the docs
❗ Braeking Changes
$tc
andtc
by @kazupon in https://github.com/intlify/vue-i18n/pull/2017v-t
custom directive by @kazupon in https://github.com/intlify/vue-i18n/pull/2045⚡ Improvement Features
tm
function should acceptDefineLocaleMessage
key type by @BobbieGoede in https://github.com/intlify/vue-i18n/pull/2014🔒 Security Fixes
📝️ Documentations
👋 New Contributors
Full Changelog: intlify/vue-i18n@v10.0.4...v11.0.0
v10.0.5
Compare Source
What's Changed
🔒 Security Fixes
Full Changelog: intlify/vue-i18n@v10.0.4...v10.0.5
v10.0.4
Compare Source
This changelog is generated by GitHub Releases
What's Changed
🐛 Bug Fixes
📝️ Documentations
New Contributors
Full Changelog: intlify/vue-i18n@v10.0.3...v10.0.4
v10.0.3
Compare Source
This changelog is generated by GitHub Releases
What's Changed
🐛 Bug Fixes
📝️ Documentations
Full Changelog: intlify/vue-i18n@v10.0.2...v10.0.3
v10.0.2
Compare Source
This changelog is generated by GitHub Releases
What's Changed
⚡ Improvement Features
deepCopy
mutatessrc
arguments by @BobbieGoede in https://github.com/intlify/vue-i18n/pull/1947📝️ Documentations
Full Changelog: intlify/vue-i18n@v10.0.1...v10.0.2
v10.0.1
Compare Source
This changelog is generated by GitHub Releases
What's Changed
🐛 Bug Fixes
New Contributors
Full Changelog: intlify/vue-i18n@v10.0.0...v10.0.1
v10.0.0
Compare Source
We are excited to announce the release of Vue I18n v10.
We had many contributors.
Thanks for your contributing ❤️
Configuration
📅 Schedule: Branch creation - "* 0-3 1 * " (UTC), Automerge - " 0-3 1 * *" (UTC).
🚦 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.