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.0.0
5.0.12
->6.0.3
1.0.0-rc.8
->7.6.8
9.9.1
->10.0.5
1.8.27
->2.1.10
Release Notes
intlify/bundle-tools (@intlify/unplugin-vue-i18n)
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.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.0.0
Compare Source
🚨 Breaking Changes
View changes on GitHub
v11.3.0
Compare Source
🚀 Features
🐞 Bug Fixes
hash
mode missinglocation.search
- by @Huodoo, 霍冬冬 and @antfu in https://github.com/vueuse/vueuse/issues/4340 (e77ca)View changes on GitHub
v11.2.0
Compare Source
🚀 Features
🐞 Bug Fixes
canUndo
andcanRedo
typing to be computed ref - by @roydukkey and Anthony Fu in https://github.com/vueuse/vueuse/issues/4261 (b46d2)View changes on GitHub
v11.1.0
Compare Source
🚀 Features
$el
- by @KazariEX in https://github.com/vueuse/vueuse/issues/4202 (8e141)onCancel
handler - by @AndreyYolkin in https://github.com/vueuse/vueuse/issues/4184 (30452)🐞 Bug Fixes
ignore
accept reactive values - by @CernyMatej in https://github.com/vueuse/vueuse/issues/4211 (aa5e3)Document
type for root - by @phk422 in https://github.com/vueuse/vueuse/issues/4210 (6b584)el
to be instanceof Element - by @FRSgit in https://github.com/vueuse/vueuse/issues/4189 (4dcc2)View changes on GitHub
v11.0.3
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v11.0.1
Compare Source
v11.0.0
Compare Source
🚨 Breaking Changes
change-case@v5
, closes #3457 - by @wheatjs and @antfu in https://github.com/vueuse/vueuse/issues/3460 and https://github.com/vueuse/vueuse/issues/3457 (df343)fuse.js
to v7 - by @antfu in https://github.com/vueuse/vueuse/issues/4036 (cb44c)threshold
default to 0 - by @Alfred-Skyblue in https://github.com/vueuse/vueuse/issues/4069 (13e36)jwt-decode
to v4 - by @root5427 and @antfu in https://github.com/vueuse/vueuse/issues/3510 (9037d)🚀 Features
drauu
anduniversal-cookie
major version - by @antfu (1c9ec)buttons
option - by @DrJonki and @antfu in https://github.com/vueuse/vueuse/issues/4084 (e9938)updateTiming
option - by @DerZade and @antfu in https://github.com/vueuse/vueuse/issues/3869 (0fa17)vResizeObserver
directive - by @pkc918 in https://github.com/vueuse/vueuse/issues/4008 (d4310)maxAlternatives
option - by @pkc918 in https://github.com/vueuse/vueuse/issues/4067 (9eda8)🐞 Bug Fixes
el.getBoundingClientRect
is not a function - by @loongzhu in https://github.com/vueuse/vueuse/issues/4056Configuration
📅 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.