chore(deps): update vite & vue packages (major) #665
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:
12.8.2
->13.6.0
^2.2.3
->^3.0.0
19.3.0
->20.0.0
28.8.0
->29.0.0
6.3.5
->7.1.2
Release Notes
vueuse/vueuse (@vueuse/core)
v13.6.0
Compare Source
🚀 Features
options.serializer
- by @matthewjumpsoffbuildings, @OrbisK and @43081j in https://github.com/vueuse/vueuse/issues/4781 (bb831)onReady
option and Promise return - by @asika32764, Fernando Fernández, @OrbisK and Anthony Fu in https://github.com/vueuse/vueuse/issues/4158 (3a2df)🐞 Bug Fixes
MaybeRef
andMaybeRefOrGetter
instead - by @RYGRIT in https://github.com/vueuse/vueuse/issues/4913 (2d179)View changes on GitHub
v13.5.0
Compare Source
🚀 Features
🐞 Bug Fixes
universal-cookie
range to^7 || ^8
#4834View changes on GitHub
v13.4.0
Compare Source
🚀 Features
TimerHandle
for setTimeout type - by @ilyaliao in https://github.com/vueuse/vueuse/issues/4801 (319d8)shouldCommit
- by @JonathanSchndr, Anthony Fu and Robin in https://github.com/vueuse/vueuse/issues/4471 (18acf)🐞 Bug Fixes
reset
call when the initial value is true - by @whiteyebrw in https://github.com/vueuse/vueuse/issues/4800 (c6469)🏎 Performance
View changes on GitHub
v13.3.0
Compare Source
🚀 Features
🐞 Bug Fixes
AsyncComputedOptions
- by @antfu (217cc)globalThis.fetch
whendefaultWindow.fetch
not exist - by @Groupguanfang, Naily and @OrbisK in https://github.com/vueuse/vueuse/issues/4765 (bf354)View changes on GitHub
v13.2.0
Compare Source
🚀 Features
nonce
- by @1-dilikelei and 董梁玮 in https://github.com/vueuse/vueuse/issues/4749 (fa2c0)🐞 Bug Fixes
ComputedRef<T>
type whenlazy: true
- by @ferferga in https://github.com/vueuse/vueuse/issues/4751 (b1718)View changes on GitHub
v13.1.0
Compare Source
🚀 Features
🐞 Bug Fixes
@vueuse/core
installed at root - by @danielroe in https://github.com/vueuse/vueuse/issues/4698 (17a46)document
as target - by @osbre in https://github.com/vueuse/vueuse/issues/4681 (21fa6)View changes on GitHub
v13.0.0
Compare Source
🚨 Breaking Changes
View changes on GitHub
vueuse/motion (@vueuse/motion)
v3.0.3
Compare Source
This changelog is generated by GitHub Releases
🐞 Bug Fixes
defu
as dependency - by @BobbieGoede (ce62d)View changes on GitHub
v3.0.2
Compare Source
This changelog is generated by GitHub Releases
🐞 Bug Fixes
csstype
and updatevue
- by @BobbieGoede (143c2)csstype
from tsconfigs - by @BobbieGoede (8ad06)vue
back todependencies
- by @BobbieGoede (40b4d)vue
back todevDependencies
- by @BobbieGoede (9b6aa)Component
type fromvue
- by @BobbieGoede (c2995)import.meta.env.DEV
to detect development environment - by @BobbieGoede (81702)import.meta.env
to check environment - by @BobbieGoede (ad270)import.meta.env.MODE
to check environment - by @BobbieGoede (c83fc)meta.env.X
with optional chaining - by @BobbieGoede (fb9ed)View changes on GitHub
v3.0.1
Compare Source
This changelog is generated by GitHub Releases
No significant changes
View changes on GitHub
unplugin/unplugin-auto-import (unplugin-auto-import)
v20.0.0
Compare Source
🚨 Breaking Changes
@nuxt/kit
to v4 - by @kingyue737 in https://github.com/unplugin/unplugin-auto-import/issues/582 (38c88)View changes on GitHub
unplugin/unplugin-vue-components (unplugin-vue-components)
v29.0.0
Compare Source
🚨 Breaking Changes
@nuxt/kit
v4 - by @antfu (91fb7)🐞 Bug Fixes
View changes on GitHub
vitejs/vite (vite)
v7.1.2
Compare Source
Bug Fixes
[vite]
prefixes to debug logs (#20595) (7cdef61)npm:
prefix as a built-in module (#20558) (ab33803)Miscellaneous Chores
@jridgewell/remapping
from@ampproject/remapping
(#20577) (0a6048a)v7.1.1
Compare Source
Bug Fixes
launch-editor-middleware
(#20569) (826b394)Miscellaneous Chores
v7.1.0
Compare Source
Features
generateCodeFrame
(#20508) (e7d0b2a)Bug Fixes
image-set
containing__VITE_ASSET__
(#20520) (f1a2635)entryCssAssetFileNames
as an empty Set (#20542) (6a46cda)Tests
process.features
(#20544) (856d3f0)v7.0.6
Compare Source
Bug Fixes
Miscellaneous Chores
Code Refactoring
v7.0.5
Compare Source
Bug Fixes
Accept: text/html
(#20376) (c9614b9)new URL(, import.meta.url)
(#20382) (6bc8bf6)Miscellaneous Chores
Code Refactoring
foo.endsWith("bar")
instead of/bar$/.test(foo)
(#20413) (862e192)v7.0.4
Compare Source
Bug Fixes
Build System
@oxc-project/runtime
devDep (#20389) (5e29602)v7.0.3
Compare Source
Bug Fixes
Miscellaneous Chores
n/prefer-node-protocol
rule (#20368) (38bb268)Code Refactoring
v7.0.2
Compare Source
Bug Fixes
v7.0.1
Compare Source
Bug Fixes
Miscellaneous Chores
v7.0.0
Compare Source
import.meta.url
in bundled Vite (#20235) (3bf3a8a), closes #20235ssrExportNameKey
(#20266) (ac302a7), closes #20266normalizeModuleId
(#20277) (9b98dcb), closes #20277numberToPos
(#20244) (3f46901), closes #20244Configuration
📅 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.