Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2023

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@intlify/unplugin-vue-i18n (source) ^1.4.0^11.0.0 age confidence
@julr/vite-plugin-validate-env ^0.2.4^2.0.0 age confidence
@unhead/vue (source) ^1.7.4^2.0.0 age confidence
@vitejs/plugin-vue (source) 4.6.26.0.3 age confidence
@vue-macros/volar (source) ^0.18.0^3.0.0 age confidence
@vueuse/core (source) 10.7.214.1.0 age confidence
unplugin-auto-import 0.17.520.3.0 age confidence
unplugin-icons ^0.18.0^22.0.0 age confidence
unplugin-vue-components 0.26.030.0.0 age confidence
unplugin-vue-markdown ^0.25.0^29.0.0 age confidence
vite (source) 5.0.127.3.1 age confidence
vite-plugin-inspect 0.8.311.3.3 age confidence
vite-plugin-pwa 0.17.51.2.0 age confidence
vite-plugin-vue-devtools (source) 1.0.0-rc.88.0.5 age confidence
vite-ssg 0.23.628.2.2 age confidence
vue-i18n (source) 9.9.111.2.8 age confidence
vue-tsc (source) 1.8.273.2.2 age confidence

Release Notes

intlify/bundle-tools (@​intlify/unplugin-vue-i18n)

v11.0.3

Compare Source

Full Changelog: intlify/bundle-tools@v11.0.2...v11.0.3

v11.0.1

Compare Source

What's Changed
🐛 Bug Fixes

Full Changelog: intlify/bundle-tools@v11.0.0...v11.0.1

v11.0.0

Full Changelog: intlify/bundle-tools@v11.0.0-beta.5...v11.0.0

v6.0.3

⚡ Improvement Features
Committers: 1

v6.0.2

⚡ Improvement Features
Committers: 1

v6.0.1

⚡ Improvement Features
  • #​421 fix(unplugin-vue-i18n): check for vue compiler in directive transform hook (@​userquin)
Committers: 1

v6.0.0

⭐ Features
Committers: 1

v5.3.1

🐛 Bug Fixes
  • #​414 fix(unplugin-vue-i18n): don't analyze identifiers in vue files when using pug/jsx/tsx languages (@​userquin)
Committers: 1

v5.3.0

🐛 Bug Fixes
  • #​413 fix(unplugin-vue-i18n): remove directives plugin warnings on SSR build (@​userquin)
Committers: 2

v5.2.0

⭐ Features
Committers: 1

v5.1.0

⭐ Features
Committers: 1

v5.0.0

⚡ Improvement Features
Committers: 1

v4.0.0

Compare Source

⚡ Improvement Features
Committers: 1

v3.0.1

Compare Source

🐛 Bug Fixes
Committers: 1

v3.0.0

Compare Source

⚡ Improvement Features
  • #​349 breaking(unplugin-vue-i18n): deprecate around some options for Vue 2 (@​kazupon)
⚠️ Deprecated Features
  • #​349 breaking(unplugin-vue-i18n): deprecate around some options for Vue 2 (@​kazupon)
Committers: 1

v2.0.0

Compare Source

💥 Breaking Change
  • #​334 BREAKING CHANGE: drop @intlify/vite-plugin-vue-i18n/messages virtual module ID (@​kazupon)
⚠️ Deprecated Features
  • #​334 BREAKING CHANGE: drop @intlify/vite-plugin-vue-i18n/messages virtual module ID (@​kazupon)
Committers: 1
Julien-R44/vite-plugin-validate-env (@​julr/vite-plugin-validate-env)

v2.2.0

Compare Source

Changes

  • Add support for Vite 7
    View changes on GitHub

v2.1.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.0.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub

v1.3.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.2.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.1.1

Compare Source

Fixes

  • Import dynamically Vite to avoid using the soon to be obsolete CJS version of Vite ( 2b373a4 )
    View changes on GitHub

v1.1.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.0.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.0.0: 1.0.0

Compare Source

Breaking Changes

Before, the plugin didn't really work at 100%, or at least, it wasn't totally type safe. Only strings were stored in import.meta.env. Even when using z.number() or Schema.number(). Same for all other types other than string. It's all fixed now, everything works as expected. We've changed our strategy and now use define from vite rather than process.env.

This is the main reason for this major version change.

Features

  • Added a debug property in the plugin configuration that allows process.env to be logged before the vite-plugin-validate-env processing

Fixes

  • Previously, when .env file was modified and the vite dev server was running, the changes were not taken into account. This is now fixed

New Contributors

Full Changelog: Julien-R44/vite-plugin-validate-env@v0.2.5...v1.0.0

unjs/unhead (@​unhead/vue)

v2.1.1

Compare Source

No significant changes

    View changes on GitHub

v2.1.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v2.0.19

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.18

Compare Source

   🏎 Performance
    View changes on GitHub

v2.0.17

Compare Source

No significant changes

    View changes on GitHub

v2.0.14

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.13

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.12

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.11

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.9

Compare Source

   🏎 Performance
    View changes on GitHub

v2.0.8

Compare Source

No significant changes

    View changes on GitHub

v2.0.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.0

Compare Source

Unhead v2 🎉

The latest major is now stable! Check out the v2 release notes and the Vue migration guide or TypeScript migration guide.

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v6.0.3

Features
Bug Fixes
Performance Improvements
Miscellaneous Chores

v6.0.2

Bug Fixes

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 is behind base branch, 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 force-pushed the renovate/major-vite-and-vue-packages branch 10 times, most recently from 7a45f79 to c118ded Compare December 2, 2023 12:56
@renovate renovate bot force-pushed the renovate/major-vite-and-vue-packages branch 16 times, most recently from 2db1c13 to 1cd6394 Compare December 10, 2023 12:20
@renovate renovate bot force-pushed the renovate/major-vite-and-vue-packages branch 4 times, most recently from 3e4cfbd to 19c9921 Compare December 12, 2023 16:29
@renovate renovate bot force-pushed the renovate/major-vite-and-vue-packages branch 6 times, most recently from 8523d17 to 9a7b8e5 Compare November 29, 2025 01:04
@renovate renovate bot force-pushed the renovate/major-vite-and-vue-packages branch 5 times, most recently from 3632b5b to 42b41c9 Compare December 6, 2025 01:12
@renovate renovate bot force-pushed the renovate/major-vite-and-vue-packages branch 5 times, most recently from e1ac885 to 3ba8a94 Compare December 14, 2025 14:00
@renovate renovate bot force-pushed the renovate/major-vite-and-vue-packages branch 5 times, most recently from 353bfbe to f650797 Compare December 22, 2025 06:50
@renovate renovate bot force-pushed the renovate/major-vite-and-vue-packages branch 2 times, most recently from a8abeac to 7a03bc4 Compare December 24, 2025 13:59
@renovate renovate bot force-pushed the renovate/major-vite-and-vue-packages branch 5 times, most recently from f8124fa to a0eeaf6 Compare January 7, 2026 09:09
@renovate renovate bot force-pushed the renovate/major-vite-and-vue-packages branch from a0eeaf6 to 21b94f4 Compare January 8, 2026 18: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.

1 participant