This repository has been archived by the owner on Jun 12, 2024. It is now read-only.
fix(deps): update dependency @vueuse/router to v10 #418
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:
^9.9.0
->^10.0.0
Release Notes
vueuse/vueuse
v10.0.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v10.0.1
Compare Source
🐞 Bug Fixes
toRef
andtoValue
- by @antfu (9225f)View changes on GitHub
v10.0.0
Compare Source
✨ Highlights
createReusableTemplate
from https://github.com/antfu/vue-reuse-templatecreateTemplatePromise
from https://github.com/antfu/vue-template-promiseuseAnimate
for native animation API, thanks to @tolkingresolveRef
totoRef
,resolveUnref
totoValue
, aligning with Vue 3.3: https://github.com/vuejs/core/pull/7997🚨 Breaking Changes
isFunction
andisString
utils (cb644)resolveRef
totoRef
(10e98)MaybeComputedRef
toMaybeRefOrGetter
(4d757)error
should return typeunknown
- by @jbaubree and @antfu in https://github.com/vueuse/vueuse/issues/2807 (d8d73)execute
- by @FRSgit and @antfu in https://github.com/vueuse/vueuse/issues/2485 (edece)disableTransition
by default (5c82c)isFinished
- by @jssullivan and james.sullivan in https://github.com/vueuse/vueuse/issues/2474 (ef281)orientationchange
listener - by @zhousg and @antfu in https://github.com/vueuse/vueuse/issues/2919 (4e7b0)🚀 Features
trigger
- by @Akryum and @antfu in https://github.com/vueuse/vueuse/issues/2824 (31347)resolveUnref
totoValue
(0a72b)manual
option - by @jaw52 and @antfu in https://github.com/vueuse/vueuse/issues/2903 (16461)onFinish
callback - by @Alfred-Skyblue in https://github.com/vueuse/vueuse/issues/2829 (a2f33)initialData
andresetOnExecute
options - by @Alfred-Skyblue and @antfu in https://github.com/vueuse/vueuse/issues/2791 (f54a3)selector
- by @Wing-9527 and @antfu in https://github.com/vueuse/vueuse/issues/2760 (02ccc)system
andstore
ref, close #2023 - by @antfu in https://github.com/vueuse/vueuse/issues/2023 (d150c)observe
option - by @Alfred-Skyblue in https://github.com/vueuse/vueuse/issues/2800 (ae6e1)useColorSchema
- by @godismyjudge95 and @antfu in https://github.com/vueuse/vueuse/issues/2866 (d6d35)disableTransition
option (320ab)axis
option - by @Alfred-Skyblue and @antfu in https://github.com/vueuse/vueuse/issues/2948 (0842a)capture
option - by @faga295 and @antfu in https://github.com/vueuse/vueuse/issues/2725 (3996d)reset
capability - by @nahvego and @antfu in https://github.com/vueuse/vueuse/issues/2880 (f4d35)Pausable
interface - by @Mini-ghost and @antfu in https://github.com/vueuse/vueuse/issues/2883 (4b336)type: screen
- by @francoislevesque in https://github.com/vueuse/vueuse/issues/2467 (39d18)transform
handler - by @edumudu and @antfu in https://github.com/vueuse/vueuse/issues/2191 (d23ca)styleTarget
option to style other element - by @jd-solanki in https://github.com/vueuse/vueuse/issues/2312 (a3e95)MaybeComputedRef
- by @zhiyuanzmj in https://github.com/vueuse/vueuse/issues/2871 (5944e)shouldEmit
hook - by @baiwusanyu-c and @antfu in https://github.com/vueuse/vueuse/issues/2836 (f8a53)🐞 Bug Fixes
window
is not defined - by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/2793 (c86f2)🏎 Performance
View changes on GitHub
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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.