Skip to content

Update vue packages (major)#107

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-vue-packages
Open

Update vue packages (major)#107
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-vue-packages

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 24, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vue-gtag ^1.11.0^3.0.0 age adoption passing confidence
vue-i18n (source) ^8.24.1^11.0.0 age adoption passing confidence

Release Notes

MatteoGabriele/vue-gtag (vue-gtag)

v3.7.0

Compare Source

Features

3.6.3 (2025-10-31)

Bug Fixes
  • exports: add node to package.json export conditions (#​638) (abb0753)

3.6.2 (2025-10-08)

Bug Fixes

3.6.1 (2025-09-06)

Bug Fixes
  • docs: update gtag.js documentation links in README (#​633) (560b49d)

v3.6.3

Compare Source

Bug Fixes
  • exports: add node to package.json export conditions (#​638) (abb0753)

v3.6.2

Compare Source

Bug Fixes

v3.6.1

Compare Source

Features

3.6.3 (2025-10-31)

Bug Fixes
  • exports: add node to package.json export conditions (#​638) (abb0753)

3.6.2 (2025-10-08)

Bug Fixes

3.6.1 (2025-09-06)

Bug Fixes
  • docs: update gtag.js documentation links in README (#​633) (560b49d)

v3.6.0

Compare Source

Features

3.6.3 (2025-10-31)

Bug Fixes
  • exports: add node to package.json export conditions (#​638) (abb0753)

3.6.2 (2025-10-08)

Bug Fixes

3.6.1 (2025-09-06)

Bug Fixes
  • docs: update gtag.js documentation links in README (#​633) (560b49d)

v3.5.2

Compare Source

Features

3.5.2 (2025-07-09)

Bug Fixes
  • use-consent: does not remove cookie after refresh (#​627) (ea3fb43)

3.5.1 (2025-06-01)

Bug Fixes
  • use-consent: hasConsent stays true after rejecting (d8ba1b8), closes #​623

v3.5.1

Compare Source

Features

3.5.2 (2025-07-09)

Bug Fixes
  • use-consent: does not remove cookie after refresh (#​627) (ea3fb43)

3.5.1 (2025-06-01)

Bug Fixes
  • use-consent: hasConsent stays true after rejecting (d8ba1b8), closes #​623

v3.5.0

Compare Source

Features

3.5.2 (2025-07-09)

Bug Fixes
  • use-consent: does not remove cookie after refresh (#​627) (ea3fb43)

3.5.1 (2025-06-01)

Bug Fixes
  • use-consent: hasConsent stays true after rejecting (d8ba1b8), closes #​623

v3.4.0

Compare Source

Features

v3.3.0

Compare Source

Features

v3.2.0

Compare Source

  • feat(types): add custom event name e19578b

Full Changelog: MatteoGabriele/vue-gtag@v3.1.1...v3.2.0

v3.1.1

Compare Source

  • fix(api): missing set and time exports 8f054aa
  • fix(pageview): single trailing slash is removed a13373d

Full Changelog: MatteoGabriele/vue-gtag@v3.1.0...v3.1.1

v3.1.0

Compare Source

What's Changed

  • feat(settings): allow resource type 8622904

v3.0.0

Compare Source

Migration guide

https://matteo-gabriele.gitbook.io/vue-gtag/migration-v2-to-v3

What's Changed #​609

  • Moved to Typescript
  • Better types
  • Better settings grouping and naming
  • Better consent handling and new useConsent composable
  • ESM-only build

Full Changelog: MatteoGabriele/vue-gtag@v2.1.2...v3.0.0

v2.1.2

Compare Source

What's Changed

  • fix: no tracking event detected #​616

Full Changelog: MatteoGabriele/vue-gtag@v2.1.1...v2.1.2

v2.1.1

Compare Source

What's Changed

Full Changelog: MatteoGabriele/vue-gtag@v2.1.0...v2.1.1

v2.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: MatteoGabriele/vue-gtag@v2.0.2...v2.1.0

v2.0.2

Compare Source

Housekeeping
  • update all dependencies

v2.0.1

Compare Source

Bug Fixes

v2.0.0

Compare Source

Code Refactoring

Supports Vue 3, and it provides the exact same API as vue-gtag 1, so users can reuse their existing code with Vue 3

BREAKING CHANGES
  • requires Vue ^3.0.0
intlify/vue-i18n (vue-i18n)

v11.3.2

Compare Source

What's Changed

🐛 Bug Fixes
  • fix(core): avoid register* functions tree-shaking for intlify/core by @​kazupon in #​2464
⚡ Improvement Features
  • perf(core-base): avoid translation timeline measurement without devtools by @​kazupon in #​2465

Full Changelog: intlify/vue-i18n@v11.3.1...v11.3.2

v11.3.1

Compare Source

What's Changed

🐛 Bug Fixes

Full Changelog: intlify/vue-i18n@v11.3.0...v11.3.1

v11.3.0

Compare Source

What's Changed
🌟 Features
🐛 Bug Fixes
⚡ Improvement Features
📈 Performance Fixes
📝️ Documentations
👕 Refactoring

Full Changelog: intlify/vue-i18n@v11.2.8...v11.3.0

v11.2.8

Compare Source

Full Changelog: intlify/vue-i18n@v11.2.7...v11.2.8

v11.2.7

Compare Source

Full Changelog: intlify/vue-i18n@v11.2.6...v11.2.7

v11.2.6

Compare Source

Full Changelog: intlify/vue-i18n@v11.2.5...v11.2.6

v11.2.2

Compare Source

What's Changed

🐛 Bug Fixes

Full Changelog: intlify/vue-i18n@v11.2.1...v11.2.2

v11.2.1

Compare Source

Full Changelog: intlify/vue-i18n@v11.2.0...v11.2.1

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: intlify/vue-i18n@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: intlify/vue-i18n@v11.1.10...v11.1.11

v11.1.10

Compare Source

🔒 Security Fixes
  • fix: DOM-based XSS via tag attributes for escape parameter, about details see GHSA-x8qp-wqqm-57ph

Full Changelog: intlify/vue-i18n@v11.1.9...v11.1.10

v11.1.9

Compare Source

Full Changelog: intlify/vue-i18n@v11.1.8...v11.1.9

v11.1.8

Compare Source

What's Changed

⚡ Improvement Features

Full Changelog: intlify/vue-i18n@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: intlify/vue-i18n@v11.1.6...v11.1.7

v11.1.6

Compare Source

What's Changed

⚡ Improvement Features

Full Changelog: intlify/vue-i18n@v11.1.5...v11.1.6

v11.1.5

Compare Source

What's Changed

🐛 Bug Fixes

Full Changelog: intlify/vue-i18n@v11.1.4...v11.1.5

v11.1.4

Compare Source

What's Changed

🌟 Features
⚡ Improvement Features

Full Changelog: intlify/vue-i18n@v11.1.3...v11.1.4

v11.1.3

Compare Source

What's Changed

🐛 Bug Fixes
⚡ Improvement Features

Full Changelog: intlify/vue-i18n@v11.1.2...v11.1.3

v11.1.2

Compare Source

What's Changed

🔒 Security Fixes

Full Changelog: intlify/vue-i18n@v11.1.1...v11.1.2

v11.1.1

Compare Source

Full Changelog: intlify/vue-i18n@v11.1.0...v11.1.1

v11.1.0

Compare Source

What's Changed

🌟 Features
📝️ 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

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

New Contributors

Full Changelog: intlify/vue-i18n@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: intlify/vue-i18n@v11.0.0...v11.0.1

v10.0.8

Compare Source

What's Changed

🔒 Security Fixes

Full Changelog: intlify/vue-i18n@v10.0.7...v10.0.8

v10.0.7

Compare Source

What's Changed

🐛 Bug Fixes

Full Changelog: intlify/vue-i18n@v10.0.6...v10.0.7

v10.0.6

Compare Source

What's Changed

🔒 Security Fixes

Full Changelog: intlify/vue-i18n@v10.0.5...v10.0.6

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

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: intlify/vue-i18n@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: intlify/vue-i18n@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: intlify/vue-i18n@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: intlify/vue-i18n@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: intlify/vue-i18n@v10.0.0...v10.0.1

v9.14.5

Compare Source

What's Changed

🔒 Security Fixes

Full Changelog: intlify/vue-i18n@v9.14.4...v9.14.5

v9.14.4

Compare Source

What's Changed
🐛 Bug Fixes

Full Changelog: intlify/vue-i18n@v9.14.3...v9.14.4

v9.14.3

Compare Source

What's Changed
🔒 Security Fixes

Full Changelog: intlify/vue-i18n@v9.14.2...v9.14.3

v9.14.2

Compare Source

What's Changed

🔒 Security Fixes

Full Changelog: intlify/vue-i18n@v9.14.1...v9.14.2

v9.14.1

Compare Source

What's Changed

🐛 Bug Fixes

Full Changelog: intlify/vue-i18n@v9.14.0...v9.14.1

v9.14.0

Compare Source

What's Changed

⚡ Improvement Features

Full Changelog: intlify/vue-i18n@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: intlify/vue-i18n@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: intlify/vue-i18n@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


Configuration

📅 Schedule: (in timezone Asia/Seoul)

  • Branch creation
    • "after 10pm every weekday,every weekend,before 5am every weekday"
  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added the dependencies Pull requests that update a dependency file label Mar 24, 2023
@renovate renovate Bot force-pushed the renovate/major-vue-packages branch from c17b04c to 82eea78 Compare September 13, 2024 07:47
@renovate renovate Bot force-pushed the renovate/major-vue-packages branch from 82eea78 to f99ec4c Compare September 26, 2024 10:15
@renovate renovate Bot force-pushed the renovate/major-vue-packages branch from f99ec4c to 7477ad6 Compare October 6, 2024 07:46
@renovate renovate Bot force-pushed the renovate/major-vue-packages branch from 7477ad6 to 6d49865 Compare December 27, 2024 17:26
@renovate renovate Bot force-pushed the renovate/major-vue-packages branch from 6d49865 to 7812c8d Compare March 31, 2025 22:37
@renovate renovate Bot force-pushed the renovate/major-vue-packages branch from 7812c8d to f2376f6 Compare July 26, 2025 08:57
@renovate renovate Bot force-pushed the renovate/major-vue-packages branch from f2376f6 to 4e47e38 Compare September 8, 2025 10:48
@renovate renovate Bot force-pushed the renovate/major-vue-packages branch from 4e47e38 to 6f692f0 Compare October 11, 2025 12:50
@renovate renovate Bot force-pushed the renovate/major-vue-packages branch from 6f692f0 to cd58bb5 Compare November 3, 2025 11:52
@renovate renovate Bot force-pushed the renovate/major-vue-packages branch 2 times, most recently from 7f0d884 to 0845b8b Compare November 29, 2025 04:47
@renovate renovate Bot force-pushed the renovate/major-vue-packages branch from 0845b8b to 5ae0be1 Compare December 24, 2025 08:59
@renovate renovate Bot force-pushed the renovate/major-vue-packages branch from 5ae0be1 to b204b70 Compare December 31, 2025 20:58
@renovate renovate Bot force-pushed the renovate/major-vue-packages branch from b204b70 to dcc3720 Compare February 2, 2026 21:36
@renovate renovate Bot force-pushed the renovate/major-vue-packages branch 2 times, most recently from dcc3720 to 8fbc4f1 Compare March 10, 2026 18:07
@renovate renovate Bot force-pushed the renovate/major-vue-packages branch from 8fbc4f1 to 6f8da96 Compare April 8, 2026 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants