Skip to content

Comments

chore(deps): update dependency vue-i18n to v8.28.2#172

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate-vue-i18n-8-x-lockfile
Open

chore(deps): update dependency vue-i18n to v8.28.2#172
renovate[bot] wants to merge 1 commit intomainfrom
renovate-vue-i18n-8-x-lockfile

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
vue-i18n (source) 8.24.58.28.2 age confidence

Release Notes

intlify/vue-i18n (vue-i18n)

v8.28.2

Compare Source

v8.28.1

Compare Source

v8.28.0

Compare Source

v8.27.2

Compare Source

v8.27.1

Compare Source

v8.27.0

Compare Source

v8.26.8

Compare Source

v8.26.7

Compare Source

v8.26.6

Compare Source

v8.26.5

Compare Source

v8.26.4

Compare Source

v8.26.3

Compare Source

v8.26.2

Compare Source

v8.26.1

Compare Source

This changelog is generated by GitHub Releases

This is new release flow test release

Full Changelog: intlify/vue-i18n@v9.3.0-beta.11...v9.3.0-beta.12

v9.3.0-beta.11 (2022-12-23)

⭐ Features
⚡ Improvement Features
📝 Documentation
Committers: 5

v9.3.0-beta.10 (2022-11-21)

🐛 Bug Fixes
Committers: 1

v9.3.0-beta.9 (2022-11-21)

🐛 Bug Fixes
Committers: 1

v9.3.0-beta.8 (2022-11-20)

⚡ Improvement Features
📝 Documentation
Committers: 2

v9.3.0-beta.7 (2022-11-14)

⭐ Features
  • petite-vue-i18n, vue-i18n-bridge, vue-i18n-core, vue-i18n
📝 Documentation
Committers: 4

v9.3.0-beta.6 (2022-09-28)

🐛 Bug Fixes
Committers: 1

v9.3.0-beta.5 (2022-09-28)

⚡ Improvement Features
Committers: 1

v9.3.0-beta.4 (2022-09-28)

🐛 Bug Fixes
⚡ Improvement Features
Committers: 2

v9.3.0-beta.3 (2022-08-31)

🐛 Bug Fixes
  • core-base, core, devtools-if, message-compiler, petite-vue-i18n, shared, vue-devtools, vue-i18n-bridge, vue-i18n
Committers: 1

v9.3.0-beta.2 (2022-08-31)

⭐ Features
  • core-base, core, devtools-if, message-compiler, petite-vue-i18n, shared, vue-devtools, vue-i18n-bridge, vue-i18n-core, vue-i18n
⚡ Improvement Features
Committers: 1

v9.3.0-beta.1 (2022-08-28)

⭐ Features
  • core-base, core, devtools-if, message-compiler, petite-vue-i18n, shared, size-check-core, size-check-petite-vue-i18n, size-check-vue-i18n, vue-devtools, vue-i18n-bridge, vue-i18n-core, vue-i18n
Committers: 1

v9.3.0-beta.0 (2022-08-28)

This release is for native ESM support preparation.

📝 Documentation
Committers: 1

v9.2.2 (2022-08-05)

🐛 Bug Fixes
  • vue-i18n-core
Committers: 1

v9.2.1 (2022-08-05)

🐛 Bug Fixes
📝 Documentation
Committers: 6

v9.2.0 (2022-08-01)

We are excited to announce the release of Vue I18n v9.2 !! This release includes many new features, bug fixes, improvements, and document fixes.

We had commited with 35 contributors. Thanks for your contributing ❤️

In the following, we introduce some of the new features:

More TypeScript supporting

From Vue I18n v9.2, we have improved TypeScript support. This allows type checking of resources specified in the messages option of createI18n and complementing with APIs such as t.

The following images is the resoureces type-checked:

type check1
type check2

The following gif image is the API completion working:

completion

For more information on how to setup the system, please read the docs

Web Components

WebComponents has been supported since Vue 3.2. You can support your Vue Component with Vue I18n as well.

About details, See more the docs

Small size subset of Vue I18n

We have released petite-vue-i18n, a small size subset version of Vue I18n, as an experimental feature.

Only minimal functionality is provided in this module. you can reduce your Vue application bundle size with using this module. If you do not need to use all the features of Vue I18n, this module would be a good option.

About details, See more README

Bridging to Vue 3

We have released a module called vue-i18n-bridge to support Vue 2 applications with Vue I18n v8.x migrate to Vue 3.

vue-i18n-bridge is a module that is mostly compatible with the Vue I18n v9 API. It's an add-on to existing Vue I18n v8.26.1 or later + Vue 2 applications to take advantage of the Composition API provided in Vue I18n v9. This module would be able to support the progressive migration to Vue 3.

About details, See more the docs

globalInjection option As default

From Vue I18n v9.2, the globalInjection option defaults to true. If you localize by global scope using $t in your template, you no longer need to set this option.

useI18n in Legacy API mode

We have supported for useI18n in Legacy API mode. This feature would be useful if you want to migrate from the options API style to the Composition API style in your Vue 3 application.

About details, See more the docs

Vue 2.7

vue-i18n-bridge module for migration to Vue 3 of course supports Vue 2.7.

Instead of going from Vue 2.6 to Vue 3 directly, you can migrate your Vue applications using Vue I18n with a strategy of Vue 2.6, Vue 2.7, and then Vue 3 progressively.

SSR for v-t

We have supported SSR for v-t. If your Vue application uses v-t, you can support SSR without having to be aware in your Vue application.

⭐ Features (15)
💥 Breaking Change (3)
⚡ Improvement Features (30)
🐛 Bug Fixes (36)
📝 Documentation (37)
Contributers: 35

v9.2.0-beta.40 (2022-07-19)

🐛 Bug Fixes
Committers: 1

v9.2.0-beta.39 (2022-07-17)

🐛 Bug Fixes
  • vue-i18n-bridge
Committers: 1

v9.2.0-beta.38 (2022-07-16)

⭐ Features
  • vue-i18n-bridge, vue-i18n-core
⚡ Improvement Features
Committers: 1

v9.2.0-beta.37 (2022-07-12)

🐛 Bug Fixes
⚡ Improvement Features
📝 Documentation
Committers: 6

v9.2.0-beta.36 (2022-06-06)

🐛 Bug Fixes
  • core-base, message-compiler, vue-i18n-core
  • core-base, vue-i18n-core
⚡ Improvement Features
  • vue-i18n-core
📝 Documentation
Committers: 3

v9.2.0-beta.35 (2022-04-12)

⚡ Improvement Features
📝 Documentation
Committers: 2

v9.2.0-beta.34 (2022-04-01)

⭐ Features
🐛 Bug Fixes
⚡ Improvement Features
  • vue-i18n-core
    • #​973 fix(bridge): improvement writable install function for vue-i18n-routing (@​kazupon)
📝 Documentation
Committers: 2

v9.2.0-beta.33 (2022-03-23)

🐛 Bug Fixes
📝 Documentation
Committers: 2

v9.2.0-beta.32 (2022-03-08)

🐛 Bug Fixes
Committers: 1

v9.2.0-beta.31 (2022-03-04)

⭐ Features
🐛 Bug Fixes
⚡ Improvement Features
📝 Documentation
Committers: 2

v9.2.0-beta.30 (2022-01-27)

⚡ Improvement Features
Committers: 2

v9.2.0-beta.29 (2022-01-25)

🐛 Bug Fixes
Committers: 2

v9.2.0-beta.28 (2022-01-13)

⚡ Improvement Features
Committers: 1

v9.2.0-beta.27 (2022-01-13)

⚡ Improvement Features
📝 Documentation
Committers: 3

v9.2.0-beta.26 (2021-12-29)

🐛 Bug Fixes
📝 Documentation
Committers: 2

v9.2.0-beta.25 (2021-12-22)

🐛 Bug Fixes
  • petite-vue-i18n, vue-i18n-bridge, vue-i18n-core, vue-i18n
Committers: 1

v9.2.0-beta.24 (2021-12-22)

⭐ Features

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: Never, 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 renovate bot force-pushed the renovate-vue-i18n-8-x-lockfile branch from 16799df to 12f1c1c Compare February 17, 2026 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants