fix(deps): update dependency vue-i18n to v11 #441
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.24.5->^11.0.0Release Notes
intlify/vue-i18n (vue-i18n)
v11.1.12Compare Source
What's Changed
⚡ Improvement Features
Full Changelog: intlify/vue-i18n@v11.1.11...v11.1.12
v11.1.11Compare Source
What's Changed
⚡ Improvement Features
Full Changelog: intlify/vue-i18n@v11.1.10...v11.1.11
v11.1.10Compare Source
🔒 Security Fixes
Full Changelog: intlify/vue-i18n@v11.1.9...v11.1.10
v11.1.9Compare Source
Full Changelog: intlify/vue-i18n@v11.1.8...v11.1.9
v11.1.8Compare Source
What's Changed
⚡ Improvement Features
Full Changelog: intlify/vue-i18n@v11.1.7...v11.1.8
v11.1.7Compare Source
What's Changed
🐛 Bug Fixes
Full Changelog: intlify/vue-i18n@v11.1.6...v11.1.7
v11.1.6Compare Source
What's Changed
⚡ Improvement Features
useI18ncalling on local scope by @kazupon in #2203Full Changelog: intlify/vue-i18n@v11.1.5...v11.1.6
v11.1.5Compare Source
What's Changed
🐛 Bug Fixes
Full Changelog: intlify/vue-i18n@v11.1.4...v11.1.5
v11.1.4Compare Source
What's Changed
🌟 Features
⚡ Improvement Features
Full Changelog: intlify/vue-i18n@v11.1.3...v11.1.4
v11.1.3Compare Source
What's Changed
🐛 Bug Fixes
⚡ Improvement Features
Full Changelog: intlify/vue-i18n@v11.1.2...v11.1.3
v11.1.2Compare Source
What's Changed
🔒 Security Fixes
handleFlatJson, about details see GHSA-p2ph-7g93-hw3mFull Changelog: intlify/vue-i18n@v11.1.1...v11.1.2
v11.1.1Compare Source
Full Changelog: intlify/vue-i18n@v11.1.0...v11.1.1
v11.1.0Compare Source
What's Changed
🌟 Features
ComponentCustomProperties['$i18n']type by @BobbieGoede in #2094📝️ Documentations
Full Changelog: intlify/vue-i18n@v11.0.1...v11.1.0
v11.0.1Compare Source
This changelog is generated by GitHub Releases
What's Changed
🌟 Features
availableLocalesusing computed property by @mnenie in #2058ComponentCustomProperties['$i18n']type by @BobbieGoede in #2093🐛 Bug Fixes
💥 Breaking Changes
mangleoption name fromminifyoption name by @kazupon in #2064⚡ Improvement Features
📈 Performance Fixes
📝️ Documentations
v-tlimitations and reactivity behavior by @docnoe in #2118New Contributors
Full Changelog: intlify/vue-i18n@v11.0.1...v12.0.0-alpha.1
v11.0.0Compare Source
This changelog is generated by GitHub Releases
What's Changed
⚡ Improvement Features
Full Changelog: intlify/vue-i18n@v11.0.0...v11.0.1
v10.0.8Compare Source
What's Changed
🔒 Security Fixes
Full Changelog: intlify/vue-i18n@v10.0.7...v10.0.8
v10.0.7Compare Source
What's Changed
🐛 Bug Fixes
Full Changelog: intlify/vue-i18n@v10.0.6...v10.0.7
v10.0.6Compare Source
What's Changed
🔒 Security Fixes
handleFlatJson, about details see GHSA-p2ph-7g93-hw3mFull Changelog: intlify/vue-i18n@v10.0.5...v10.0.6
v10.0.5Compare Source
What's Changed
🔒 Security Fixes
Full Changelog: intlify/vue-i18n@v10.0.4...v10.0.5
v10.0.4Compare 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-tThe advantage of
v-twas 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-extensionis now limited only for global scope.In addition, Vue 3 Virtual DOM optimization has been introduced, and the optimization provided by
vue-i18n-extensionis no longer very effective. We need to require settings for SSR, the benefits of usingv-thave disappeared. And DX of templates usingv-tis not good. Custom directives do not work with key completion in editors (e.g. vscode).For compatibility,
v-tmode still works in v11, but will be removed entirely in v12, sov-twill not work after that version.Drop
tcand$tcfor 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
❗ Breaking Changes
$tcandtcby @kazupon in #2017v-tcustom directive by @kazupon in #2045⚡ Improvement Features
tmfunction should acceptDefineLocaleMessagekey type by @BobbieGoede in #2014🔒 Security Fixes
📝️ Documentations
👋 New Contributors
Full Changelog: intlify/vue-i18n@v10.0.4...v11.0.0
v10.0.3Compare 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.2Compare 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.1Compare Source
This changelog is generated by GitHub Releases
What's Changed
⚡ Improvement Features
deepCopymutatessrcarguments by @BobbieGoede in #1947📝️ Documentations
Full Changelog: intlify/vue-i18n@v10.0.1...v10.0.2
v10.0.0Compare 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
v9.14.5Compare Source
What's Changed
🔒 Security Fixes
Full Changelog: intlify/vue-i18n@v9.14.4...v9.14.5
v9.14.4Compare Source
What's Changed
🐛 Bug Fixes
Full Changelog: intlify/vue-i18n@v9.14.3...v9.14.4
v9.14.3Compare Source
What's Changed
🔒 Security Fixes
handleFlatJson, about details see GHSA-p2ph-7g93-hw3mFull Changelog: intlify/vue-i18n@v9.14.2...v9.14.3
v9.14.2Compare Source
What's Changed
🔒 Security Fixes
Full Changelog: intlify/vue-i18n@v9.14.1...v9.14.2
v9.14.1Compare Source
What's Changed
🐛 Bug Fixes
deepCopymutatessrcarguments by @BobbieGoede in #1975Full Changelog: intlify/vue-i18n@v9.14.0...v9.14.1
v9.14.0Compare Source
What's Changed
⚡ Improvement Features
Full Changelog: intlify/vue-i18n@v9.13.1...v9.14.0
v9.13.1Compare Source
This changelog is generated by GitHub Releases
What's Changed
💥 Breaking Changes
Full Changelog: intlify/vue-i18n@v9.13.1...v10.0.0-alpha.1
v9.13.0Compare Source
This changelog is generated by GitHub Releases
What's Changed
🐛 Bug Fixes
Full Changelog: intlify/vue-i18n@v9.13.0...v9.13.1
v9.12.1Compare Source
This changelog is generated by GitHub Releases
What's Changed
⚡ Improvement Features
📝️ Documentations
New Contributors
Full Changelog: intlify/vue-i18n@v9.12.1...v9.13.0
v9.12.0Compare Source
This changelog is generated by GitHub Releases
What's Changed
🐛 Bug Fixes
👕 Refactoring
Full Changelog: intlify/vue-i18n@v9.12.0...v9.12.1
v9.11.1Compare Source
This changelog is generated by GitHub Releases
What's Changed
🌟 Features
Full Changelog: intlify/vue-i18n@v9.11.1...v9.12.0
v9.11.0Compare Source
This changelog is generated by GitHub Releases
What's Changed
🐛 Bug Fixes
.d.tsby @kazupon in intlify/vue-i18n-next#1794Full Changelog: intlify/vue-i18n@v9.11.0...v9.11.1
v9.10.2Compare Source
This changelog is generated by GitHub Releases
What's Changed
🌟 Features
scopeprop by @BobbieGoede in intlify/vue-i18n-next#1786New Contributors
Full Changelog: intlify/vue-i18n@v9.10.2...v9.11.0
v9.10.1Compare Source
This changelog is generated by GitHub Releases
What's Changed
🐛 Bug Fixes
message-compilerby @BobbieGoede in intlify/vue-i18n-next#1766New Contributors
Full Changelog: intlify/vue-i18n@v9.10.1...v9.10.2
v9.10.0Compare Source
This changelog is generated by GitHub Releases
What's Changed
⚡ Improvement Features
📝️ Documentations
New Contributors
Full Changelog: intlify/vue-i18n@v9.10.0...v9.10.1
v9.9.1Compare Source
This changelog is generated by GitHub Releases
What's Changed
🌟 Features
tebehavior compatibility before v9.6 by @kazupon in intlify/vue-i18n-next#1751📝️ Documentations
New Contributors
Full Changelog: intlify/vue-i18n@v9.9.1...v9.10.0
v9.9.0Compare Source
This changelog is generated by GitHub Releases
What's Changed
🐛 Bug Fixes
📝️ Documentations
New Contributors
Full Changelog: intlify/vue-i18n@v9.9.0...v9.9.1
v9.8.0Compare Source
This changelog is generated by GitHub Releases
What's Changed
⚡ Improvement Features
📈 Performance Fixes
📝️ Documentations
New Contributors
Full Changelog: intlify/vue-i18n@v9.8.0...v9.9.0
v9.7.1Compare Source
This changelog is generated by GitHub Releases
What's Changed
🌟 Features
Full Changelog: intlify/vue-i18n@v9.7.1...v9.8.0
v9.7.0Compare Source
This changelog is generated by GitHub Releases
What's Changed
⚡ Improvement Features
@intlify/coreconditional exports by @kazupon in intlify/vue-i18n-next#1639Full Changelog: intlify/vue-i18n@v9.7.0...v9.7.1
v9.6.5Compare Source
This changelog is generated by GitHub Releases
What's Changed
🌟 Features
Full Changelog: intlify/vue-i18n@v9.6.5...v9.7.0
v9.6.4Compare Source
This changelog is generated by GitHub Releases
What's Changed
🐛 Bug Fixes
New Contributors
Full Changelog: intlify/vue-i18n@v9.6.4...v9.6.5
v9.6.3Compare Source
This changelog is generated by GitHub Releases
What's Changed
🐛 Bug Fixes
Full Changelog: intlify/vue-i18n@v9.6.3...v9.6.4
v9.6.2Compare Source
This changelog is generated by GitHub Releases
What's Changed
🐛 Bug Fixes
/* #__PURE__*/comment timing by @newives in intlify/vue-i18n-next#1623New Contributors
Full Changelog: intlify/vue-i18n@v9.6.2...v9.6.3
v9.6.1Compare Source
This changelog is generated by GitHub Releases
What's Changed
🐛 Bug Fixes
Full Changelog: intlify/vue-i18n@v9.6.1...v9.6.2
v9.6.0Compare Source
This changelog is generated by GitHub Releases
What's Changed
🐛 Bug Fixes
telogic strictly by @kazupon in intlify/vue-i18n-next#1612tefallback to root by @kazupon in intlify/vue-i18n-next#1613Full Changelog: intlify/vue-i18n@v9.6.0...v9.6.1
v9.5.0Compare Source
This changelog is generated by GitHub Releases
What's Changed
🌟 Features
@intlfy/core-base(@intlify/core) by @kazupon in intlify/vue-i18n-next#1594🐛 Bug Fixes
@vite-ignoremagic comment by @kazupon in intlify/vue-i18n-next#1590setLocaleMessageby @kazupon in intlify/vue-i18n-next#1601teby @kazupon in intlify/vue-i18n-next#1602⚡ Improvement Features
📝️ Documentations
Full Changelog: intlify/vue-i18n@v9.5.0...v9.6.0
v9.4.1Compare Source
This changelog is generated by GitHub Releases
What's Changed
🌟 Features
🐛 Bug Fixes
📝️ Documentations
🍭 Examples
New Contributors
Full Changelog: intlify/vue-i18n@v9.4.1...v9.5.0
v9.4.0Compare Source
This changelog is generated by GitHub Releases
What's Changed
🐛 Bug Fixes
📝️ Documentations
Full Changelog: intlify/vue-i18n@v9.4.0...v9.4.1
v9.3.0[Compare Source](https://redirect.github.com/intlify/vue-i18n
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.