ASF-WebConfigGenerator icon indicating copy to clipboard operation
ASF-WebConfigGenerator copied to clipboard

Update dependency vue-i18n to v11

Open renovate[bot] opened this issue 11 months ago • 1 comments

This PR contains the following updates:

Package Change Age Confidence
vue-i18n (source) 8.28.2 -> 11.1.12 age confidence

Release Notes

intlify/vue-i18n (vue-i18n)

v11.1.12

Compare Source

What's Changed

⚡ Improvement Features
  • fix: Emit INVALID_TOKEN_IN_PLACEHOLDER instead of UNTERMINATED_CLOSING_BRACE when invalid token is in placeholder and update docs by @​kazupon in #​2255

Full Changelog: https://github.com/intlify/vue-i18n/compare/v11.1.11...v11.1.12

v11.1.11

Compare Source

What's Changed

⚡ Improvement Features
  • fix: change warning from error for mutiple useI18n local scope calling by @​kazupon in #​2235

Full Changelog: https://github.com/intlify/vue-i18n/compare/v11.1.10...v11.1.11

v11.1.10

Compare Source

🔒 Security Fixes

Full Changelog: https://github.com/intlify/vue-i18n/compare/v11.1.9...v11.1.10

v11.1.9

Compare Source

Full Changelog: https://github.com/intlify/vue-i18n/compare/v11.1.8...v11.1.9

v11.1.8

Compare Source

What's Changed

⚡ Improvement Features

Full Changelog: https://github.com/intlify/vue-i18n/compare/v11.1.7...v11.1.8

v11.1.7

Compare Source

What's Changed

🐛 Bug Fixes
  • fix: declaration order in Number formatting with options ResourceKeys by @​kazupon in #​2208

Full Changelog: https://github.com/intlify/vue-i18n/compare/v11.1.6...v11.1.7

v11.1.6

Compare Source

What's Changed

⚡ Improvement Features

Full Changelog: https://github.com/intlify/vue-i18n/compare/v11.1.5...v11.1.6

v11.1.5

Compare Source

What's Changed

🐛 Bug Fixes

Full Changelog: https://github.com/intlify/vue-i18n/compare/v11.1.4...v11.1.5

v11.1.4

Compare Source

What's Changed

🌟 Features
⚡ Improvement Features

Full Changelog: https://github.com/intlify/vue-i18n/compare/v11.1.3...v11.1.4

v11.1.3

Compare Source

What's Changed

🐛 Bug Fixes
⚡ Improvement Features

Full Changelog: https://github.com/intlify/vue-i18n/compare/v11.1.2...v11.1.3

v11.1.2

Compare Source

What's Changed

🔒 Security Fixes

Full Changelog: https://github.com/intlify/vue-i18n/compare/v11.1.1...v11.1.2

v11.1.1

Compare Source

Full Changelog: https://github.com/intlify/vue-i18n/compare/v11.1.0...v11.1.1

v11.1.0

Compare Source

What's Changed

🌟 Features
📝️ Documentations

Full Changelog: https://github.com/intlify/vue-i18n/compare/v11.0.1...v11.1.0

v11.0.1

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🌟 Features
🐛 Bug Fixes
💥 Breaking Changes
⚡ Improvement Features
📈 Performance Fixes
📝️ Documentations

New Contributors

Full Changelog: https://github.com/intlify/vue-i18n/compare/v11.0.1...v12.0.0-alpha.1

v11.0.0

Compare Source

This changelog is generated by GitHub Releases

What's Changed

⚡ Improvement Features

Full Changelog: https://github.com/intlify/vue-i18n/compare/v11.0.0...v11.0.1

v10.0.8

Compare Source

What's Changed

🔒 Security Fixes

Full Changelog: https://github.com/intlify/vue-i18n/compare/v10.0.7...v10.0.8

v10.0.7

Compare Source

What's Changed

🐛 Bug Fixes

Full Changelog: https://github.com/intlify/vue-i18n/compare/v10.0.6...v10.0.7

v10.0.6

Compare Source

What's Changed

🔒 Security Fixes

Full Changelog: https://github.com/intlify/vue-i18n/compare/v10.0.5...v10.0.6

v10.0.5

Compare Source

What's Changed

🔒 Security Fixes

Full Changelog: https://github.com/intlify/vue-i18n/compare/v10.0.4...v10.0.5

v10.0.4

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

  • Migration from Legacy API mode to Composition API mode, see the docs
  • Composition API usage, see the docs

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 of vue-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 using v-t have disappeared. And DX of templates using v-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, so v-t will not work after that version.

Drop tc and $tc for Legacy API mode

These 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
⚡ Improvement Features
🔒 Security Fixes
📝️ Documentations

👋 New Contributors

Full Changelog: https://github.com/intlify/vue-i18n/compare/v10.0.4...v11.0.0

v10.0.3

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes
📝️ Documentations

New Contributors

Full Changelog: https://github.com/intlify/vue-i18n/compare/v10.0.3...v10.0.4

v10.0.2

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes
  • fix(petite-vue-i18n): cannot register correctly message resolver and locale fallbacker by @​kazupon in #​1967
📝️ Documentations

Full Changelog: https://github.com/intlify/vue-i18n/compare/v10.0.2...v10.0.3

v10.0.1

Compare Source

This changelog is generated by GitHub Releases

What's Changed

⚡ Improvement Features
📝️ Documentations

Full Changelog: https://github.com/intlify/vue-i18n/compare/v10.0.1...v10.0.2

v10.0.0

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes

New Contributors

Full Changelog: https://github.com/intlify/vue-i18n/compare/v10.0.0...v10.0.1

v9.14.5

Compare Source

What's Changed

🔒 Security Fixes

Full Changelog: https://github.com/intlify/vue-i18n/compare/v9.14.4...v9.14.5

v9.14.4

Compare Source

What's Changed
🐛 Bug Fixes

Full Changelog: https://github.com/intlify/vue-i18n/compare/v9.14.3...v9.14.4

v9.14.3

Compare Source

What's Changed
🔒 Security Fixes

Full Changelog: https://github.com/intlify/vue-i18n/compare/v9.14.2...v9.14.3

v9.14.2

Compare Source

What's Changed

🔒 Security Fixes

Full Changelog: https://github.com/intlify/vue-i18n/compare/v9.14.1...v9.14.2

v9.14.1

Compare Source

What's Changed

🐛 Bug Fixes

Full Changelog: https://github.com/intlify/vue-i18n/compare/v9.14.0...v9.14.1

v9.14.0

Compare Source

What's Changed

⚡ Improvement Features

Full Changelog: https://github.com/intlify/vue-i18n/compare/v9.13.1...v9.14.0

v9.13.1

Compare Source

This changelog is generated by GitHub Releases

What's Changed

💥 Breaking Changes

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.13.1...v10.0.0-alpha.1

v9.13.0

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.13.0...v9.13.1

v9.12.1

Compare Source

This changelog is generated by GitHub Releases

What's Changed

⚠️ Deprecated Features
⚡ Improvement Features
📝️ Documentations

New Contributors

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.12.1...v9.13.0

v9.12.0

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes
👕 Refactoring

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.12.0...v9.12.1

v9.11.1

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.11.1...v9.12.0

v9.11.0

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.11.0...v9.11.1

v9.10.2

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

New Contributors

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.10.2...v9.11.0

v9.10.1

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes

New Contributors

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.10.1...v9.10.2

v9.10.0

Compare Source

This changelog is generated by GitHub Releases

What's Changed

⚡ Improvement Features
📝️ Documentations

New Contributors

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.10.0...v9.10.1

v9.9.1

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🌟 Features
📝️ Documentations

New Contributors

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.9.1...v9.10.0

v9.9.0

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes
📝️ Documentations

New Contributors

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.9.0...v9.9.1

v9.8.0

Compare Source

This changelog is generated by GitHub Releases

What's Changed

⚡ Improvement Features
📈 Performance Fixes
📝️ Documentations

New Contributors

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.8.0...v9.9.0

v9.7.1

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.7.1...v9.8.0

v9.7.0

Compare Source

This changelog is generated by GitHub Releases

What's Changed

⚡ Improvement Features

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.7.0...v9.7.1

v9.6.5

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.6.5...v9.7.0

v9.6.4

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes

New Contributors

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.6.4...v9.6.5

v9.6.3

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.6.3...v9.6.4

v9.6.2

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes

New Contributors

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.6.2...v9.6.3

v9.6.1

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.6.1...v9.6.2

v9.6.0

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.6.0...v9.6.1

v9.5.0

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🌟 Features
🐛 Bug Fixes
⚡ Improvement Features
📝️ Documentations

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.5.0...v9.6.0

v9.4.1

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🌟 Features
🐛 Bug Fixes
📝️ Documentations
🍭 Examples

New Contributors

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.4.1...v9.5.0

v9.4.0

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes
📝️ Documentations

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.4.0...v9.4.1

v9.3.0

[Compare Source](https://redirect.githu


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.


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

This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar Dec 24 '24 17:12 renovate[bot]

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/vue
npm error   vue@"2.7.16" from the root project
npm error
npm error Could not resolve dependency:
npm error peer vue@"^3.0.0" from [email protected]
npm error node_modules/vue-i18n
npm error   vue-i18n@"11.1.12" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2025-11-11T02_05_40_525Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-11-11T02_05_40_525Z-debug-0.log

renovate[bot] avatar Dec 24 '24 17:12 renovate[bot]