chore(deps): update vite & vue packages (major) #101
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:
^1.4.0
->^6.0.0
^0.2.4
->^1.0.0
4.6.2
->5.2.1
10.7.2
->12.7.0
0.17.5
->19.1.1
^0.18.0
->^22.0.0
0.26.0
->28.4.1
^0.25.0
->^28.0.0
5.0.12
->6.2.0
0.8.3
->11.0.0
1.0.0-rc.8
->7.7.2
0.23.6
->25.2.0
9.9.1
->11.1.1
1.8.27
->2.2.8
Release Notes
intlify/bundle-tools (@intlify/unplugin-vue-i18n)
v6.0.3
⚡ Improvement Features
@intlify/shared
andvue-i18n
(@NaokiHaba)Committers: 1
v6.0.2
⚡ Improvement Features
Committers: 1
v6.0.1
⚡ Improvement Features
Committers: 1
v6.0.0
⭐ Features
Committers: 1
v5.3.1
🐛 Bug Fixes
pug/jsx/tsx
languages (@userquin)Committers: 1
v5.3.0
🐛 Bug Fixes
Committers: 2
v5.2.0
⭐ Features
module
option (@kazupon)Committers: 1
v5.1.0
⭐ Features
module
option (@kazupon)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
Committers: 1
v2.0.0
Compare Source
💥 Breaking Change
@intlify/vite-plugin-vue-i18n/messages
virtual module ID (@kazupon)@intlify/vite-plugin-vue-i18n/messages
virtual module ID (@kazupon)Committers: 1
Julien-R44/vite-plugin-validate-env (@julr/vite-plugin-validate-env)
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
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.0Compare 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()
orSchema.number()
. Same for all other types other thanstring
. It's all fixed now, everything works as expected. We've changed our strategy and now usedefine
from vite rather than process.env.This is the main reason for this major version change.
Features
debug
property in the plugin configuration that allows process.env to be logged before the vite-plugin-validate-env processingFixes
New Contributors
Full Changelog: Julien-R44/vite-plugin-validate-env@v0.2.5...v1.0.0
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v5.2.1
v5.2.0
v5.1.5
hash
to replacecreateHash
(#460) (de88394), closes #460v5.1.4
v5.1.3
__VUE_OPTIONS_API__
(acb57c9), closes #438v5.1.2
type
field (a6b7e3f)script.propsDestructure
option (1e24322), closes #431v5.1.1
v5.1.0
features
option (#419) (3e839e2), closes #419v5.0.5
__VUE_PROD_DEVTOOLS__
(#81) (277a3ab), closes #81v5.0.4
v5.0.3
v5.0.2
v5.0.1
v5.0.0
reactivityTransform
support__VUE_PROD_HYDRATION_MISMATCH_DETAILS__
supportcustomElement
optiondefineModel
optionvueuse/vueuse (@vueuse/core)
v12.7.0
Compare Source
🚀 Features
once
option - by @btea in https://github.com/vueuse/vueuse/issues/4583 (3041e)🐞 Bug Fixes
{combination: 'overwrite'}
- by @pkc918 and @antfu in https://github.com/vueuse/vueuse/issues/4430 (3ca0d)View changes on GitHub
v12.6.1
Compare Source
No significant changes
View changes on GitHub
v12.6.0
Compare Source
🚀 Features
controls
- by @sibbng and @antfu in https://github.com/vueuse/vueuse/issues/4537 (ab116)z...zzzz
for timezone information - by @OrbisK in https://github.com/vueuse/vueuse/issues/4553 (cd6d7)once
options - by @ilyaliao in https://github.com/vueuse/vueuse/issues/4577 (f2f94)options.initialState
to control the initial active value - by @OrbisK in https://github.com/vueuse/vueuse/issues/4533 (ceb56)🐞 Bug Fixes
ComputedGetter
- by @OrbisK in https://github.com/vueuse/vueuse/issues/4528 (bea31)start()
should accept a custom initial value - by @ralacerda in https://github.com/vueuse/vueuse/issues/4554 (93591)MouseEvent
instead ofTouch
to work with FF - by @OrbisK and @antfu in https://github.com/vueuse/vueuse/issues/4457 (ce9e5)View changes on GitHub
v12.5.0
Compare Source
🚀 Features
useEventListener
where it was not being used - by @ferferga in https://github.com/vueuse/vueuse/issues/4479 (c6c6e)afterFetch
andonFetchError
- by @tolking and Anthony Fu in https://github.com/vueuse/vueuse/issues/4499 (98a83)🐞 Bug Fixes
View changes on GitHub
v12.4.0
Compare Source
🚀 Features
isModified
- by @pkc918 and @antfu in https://github.com/vueuse/vueuse/issues/4470 (6018c)🐞 Bug Fixes
View changes on GitHub
v12.3.0
Compare Source
🚀 Features
useActiveElement
useElementHover
- by @ben-lau and @antfu in https://github.com/vueuse/vueuse/issues/4410 (08cf5)toValue
from@vueuse/shared
in favor of Vue's native - by @antfu (59f75)vElementBounding
- by @pkc918 in https://github.com/vueuse/vueuse/issues/4436 (67a9c)vMouseInElement
- by @pkc918 in https://github.com/vueuse/vueuse/issues/4438 (34be5)onPressed
andonReleased
as options - by @OrbisK in https://github.com/vueuse/vueuse/issues/4425 (a123a)method
support custom function - by @btea and @antfu in https://github.com/vueuse/vueuse/issues/4441 (635bb)useScroll
under the hood - by @OrbisK and @antfu in https://github.com/vueuse/vueuse/issues/4424 (a033e)🐞 Bug Fixes
undefined
andnull
when writing value - by @aa-ndrej and @antfu in https://github.com/vueuse/vueuse/issues/4382 (0cc45)initialValue
is getter - by @Mini-ghost and @antfu in https://github.com/vueuse/vueuse/issues/4452 (e6a17)immediate
default value should betrue
- byConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.