Upgrade: Bump @vueuse/core from 10.9.0 to 10.10.0
Bumps @vueuse/core from 10.9.0 to 10.10.0.
Release notes
Sourced from @vueuse/core's releases.
v10.10.0
🚀 Features
- createInjectionState: Add defaultValue option - by
@melishevin vueuse/vueuse#3902 (fb468)- makeDestructurable: Support parameters without
as const- by@enpitsuLinin vueuse/vueuse#3971 (4ea13)- nuxt: Add router addon to nuxt module - by
@Coiggahou2002and rorycai in vueuse/vueuse#3975 (2a77f)- onLongPress:
options.onMouseUpcallback - by@noookand Anthony Fu in vueuse/vueuse#3791 (7346a)- useActiveElement: Add
triggerOnRemovaloption - by@alexzhang1030and@antfuin vueuse/vueuse#3958 (f3515)- useEventSource: Return
lastEventId- by@pkc918in vueuse/vueuse#3984 (29bc6)- useTimeout: Target support reactivity - by
@huiliangShenand banruo in vueuse/vueuse#3923 (4eede)- useWebWorkerFn: Support local function dependencies - by
@thefeymesalengin vueuse/vueuse#3899 (f4028)🐞 Bug Fixes
- nuxt: Opt in to
import.meta.*properties - by@danielroein vueuse/vueuse#3888 (1558c)- useAnimate:
commitStyleswhen finish - by@a1mersnowin vueuse/vueuse#3990 (fba4e)- useDisplayMedia: Stop stream when screen is not shared anymore - by
@robertrosmanin vueuse/vueuse#3976 (a3c6f)- useDraggable: Should ignore right clicks - by
@Justineoin vueuse/vueuse#3850 (9f10a)- useElementSize: Use getBoundingClientRect get element size on SVG - by
@siaikinin vueuse/vueuse#3940 (d8015)- useFileDialog: Check if input value exists before trigger onChange - by
@jinkaiqinin vueuse/vueuse#3972 (424a2)- useGamepad: Avoid spread to fix gamepad state - by
@yue4uin vueuse/vueuse#3913 (2ccbd)- useMediaControls: Target params may not be ref - by
@huiliangShenin vueuse/vueuse#3921 (1fe2f)- useMounted: The second argument in vue2.7 should be
undefined- by@yanbowe,@antfuand Glandos in vueuse/vueuse#3830 (7966b)- useRouteParams: Support optional params - by
@huiliangShenin vueuse/vueuse#3934 (4a882)- useScroll: Sync scroll val to internal state, fix #3809 - by
@kongmoumouin vueuse/vueuse#3817 and vueuse/vueuse#3809 (317ca)- useScrollLock: Function unlock does not work - by
@loongzhuin vueuse/vueuse#3847 (d9ee4)- useTextareaAutosize: OnResize callback fires not only on resize - by
@huiliangShenand banruo in vueuse/vueuse#3887 (a6ede)- useVirtualList: Add containerRef to watch list - by
@eliamartaniin vueuse/vueuse#3855 (4636f)- useWebNotification: Detect
isSupportedwith try-catch - by@9romisein vueuse/vueuse#3980 (b291c)- useWebSocket: UrlRef changes were not being tracked - by
@ferfergain vueuse/vueuse#3870 (c2f92)View changes on GitHub
Commits
34c047bchore: release v10.10.0f35152cfeat(useActiveElement): addtriggerOnRemovaloption (#3958)7346a6afeat(onLongPress):options.onMouseUpcallback (#3791)4636f4cfix(useVirtualList): add containerRef to watch list (#3855)317cab6fix(useScroll): sync scroll val to internal state, fix #3809 (#3817)a3c6f39fix(useDisplayMedia): stop stream when screen is not shared anymore (#3976)1fe2fd2fix(useMediaControls): target params may not be ref (#3921)a6ede83fix(useTextareaAutosize): onResize callback fires not only on resize (#3887)424a204fix(useFileDialog): check if input value exists before trigger onChange (#3972)2ccbd3dfix(useGamepad): avoid spread to fix gamepad state (#3913)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by vueuse-bot, a new releaser for @vueuse/core since your current version.
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot will merge this PR once CI passes on it, as requested by @nextcloud-command.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Passing run #1566 ↗︎
Details:
| Upgrade: Bump @vueuse/core from 10.9.0 to 10.10.0 | |||
| Project: Activity | Commit: 7205953e7a |
||
| Status: Passed | Duration: 02:01 💡 | ||
| Started: Jun 1, 2024 1:55 AM | Ended: Jun 1, 2024 1:57 AM | ||
Review all test suite changes for PR #1696 ↗︎
One of your CI runs failed on this pull request, so Dependabot won't merge it.
Dependabot will still automatically merge this pull request if you amend it and your tests pass.
Superseded by #1736.