fix(deps): update dependency @vueuse/core to v10 - autoclosed #36
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.13.0
->10.5.0
Release Notes
vueuse/vueuse (@vueuse/core)
v10.5.0
Compare Source
🚀 Features
Promisify
type definition - by @Alfred-Skyblue in https://github.com/vueuse/vueuse/issues/3420 (b067b)🐞 Bug Fixes
brush
- by @17359898647 in https://github.com/vueuse/vueuse/issues/3463 (87ea3)View changes on GitHub
v10.4.1
Compare Source
🐞 Bug Fixes
es2018
, close #3349 - by @antfu in https://github.com/vueuse/vueuse/issues/3349 (0e4a5)View changes on GitHub
v10.4.0
Compare Source
🚀 Features
updateDataOnError
option - by @climba03003 and @antfu in https://github.com/vueuse/vueuse/issues/3092 (945ca)requestPermissions
option, returnpermissionGranted
andensurePermissions
- by @michealroberts and @antfu in https://github.com/vueuse/vueuse/issues/3325 (a1753)🐞 Bug Fixes
as
prop for component usage - by @menghany in https://github.com/vueuse/vueuse/issues/3274 (791f7)type
ispage
, closes #2922 - by @CatsJuice and @antfu in https://github.com/vueuse/vueuse/issues/3244 and https://github.com/vueuse/vueuse/issues/2922 (c2f64)isClient
to checkdocument
too - by @brc-dd and @antfu in https://github.com/vueuse/vueuse/issues/3329 (786cb)View changes on GitHub
v10.3.0
Compare Source
🚀 Features
:focus-visible
- by @onmax and @antfu in https://github.com/vueuse/vueuse/issues/3254 (80329)🐞 Bug Fixes
useEventListener
overload - by @Alfred-Skyblue in https://github.com/vueuse/vueuse/issues/3246 (4f414)pointerup
event forpressure
field - by @cunzaizhuyi and @antfu in https://github.com/vueuse/vueuse/issues/3217 (ee425)View changes on GitHub
v10.2.1
Compare Source
🚀 Features
🐞 Bug Fixes
setPrototypeOf
- by @Alfred-Skyblue in https://github.com/vueuse/vueuse/issues/3166 (9f998)View changes on GitHub
v10.2.0
Compare Source
🚀 Features
options.signal
parameter - by @cross-origin in https://github.com/vueuse/vueuse/issues/3033 (7da7c)multiple
andinterval
options - by @okxiaoliang4 in https://github.com/vueuse/vueuse/issues/3089 (31b66)reset
- by @zaqvil in https://github.com/vueuse/vueuse/issues/3059 (6d847)🐞 Bug Fixes
input
asynchronously - by @jsonleex in https://github.com/vueuse/vueuse/issues/3118 (1b0ec)🏎 Performance
View changes on GitHub
v10.1.2
Compare Source
v10.1.0
Compare Source
🚀 Features
state
to the ref, deprecatedemitAuto
- by @Waleed-KH and @antfu in https://github.com/vueuse/vueuse/issues/2980 (a1bef)watchImmediate
andwatchDeep
support overloads - by @Mini-ghost in https://github.com/vueuse/vueuse/issues/2998 (8f6a0)🐞 Bug Fixes
isFullscreen
handling for mutliple fullscreen elements - by @zaqvil and @antfu in https://github.com/vueuse/vueuse/issues/3000 (4a7a1)View changes on GitHub
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)Configuration
📅 Schedule: Branch creation - "before 5am on Monday" in timezone Europe/Warsaw, 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.