fix(deps): update vueuse to v10.6.1 #3822

Merged
konrad merged 2 commits from renovate/vueuse into main 2023-11-20 20:40:41 +00:00
Member

This PR contains the following updates:

Package Type Update Change
@vueuse/core dependencies minor 10.5.0 -> 10.6.1
@vueuse/router (source) dependencies minor 10.5.0 -> 10.6.1

Release Notes

vueuse/vueuse (@​vueuse/core)

v10.6.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v10.6.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@vueuse/core](https://github.com/vueuse/vueuse) | dependencies | minor | [`10.5.0` -> `10.6.1`](https://renovatebot.com/diffs/npm/@vueuse%2fcore/10.5.0/10.6.1) | | [@vueuse/router](https://github.com/vueuse/vueuse/tree/main/packages/router#readme) ([source](https://github.com/vueuse/vueuse)) | dependencies | minor | [`10.5.0` -> `10.6.1`](https://renovatebot.com/diffs/npm/@vueuse%2frouter/10.5.0/10.6.1) | --- ### Release Notes <details> <summary>vueuse/vueuse (@&#8203;vueuse/core)</summary> ### [`v10.6.1`](https://github.com/vueuse/vueuse/releases/tag/v10.6.1) [Compare Source](https://github.com/vueuse/vueuse/compare/v10.6.0...v10.6.1) #####    🐞 Bug Fixes - **useScroll**: Can not read properties of null (reading document)  -  by [@&#8203;Jokerzhzh](https://github.com/Jokerzhzh) and [@&#8203;joaopslins](https://github.com/joaopslins) in https://github.com/vueuse/vueuse/issues/3544 [<samp>(e9742)</samp>](https://github.com/vueuse/vueuse/commit/e97427f2) - **useVirtualList**: `.style` can be undefined  -  by [@&#8203;antfu](https://github.com/antfu) [<samp>(3d6b9)</samp>](https://github.com/vueuse/vueuse/commit/3d6b9c62) #####     [View changes on GitHub](https://github.com/vueuse/vueuse/compare/v10.6.0...v10.6.1) ### [`v10.6.0`](https://github.com/vueuse/vueuse/releases/tag/v10.6.0) [Compare Source](https://github.com/vueuse/vueuse/compare/v10.5.0...v10.6.0) #####    🚀 Features - **createEventHook**: Allow trigger to optionally have no parameters  -  by [@&#8203;curtgrimes](https://github.com/curtgrimes) in https://github.com/vueuse/vueuse/issues/3507 [<samp>(6040e)</samp>](https://github.com/vueuse/vueuse/commit/6040e1cc) - **onLongClick**: Return stop function  -  by [@&#8203;its-lee](https://github.com/its-lee) and **lee** in https://github.com/vueuse/vueuse/issues/3506 [<samp>(8eb0b)</samp>](https://github.com/vueuse/vueuse/commit/8eb0b2d7) - **syncRef**: Enhance syncRef type restrict  -  by [@&#8203;Doctor-wu](https://github.com/Doctor-wu) in https://github.com/vueuse/vueuse/issues/3515 [<samp>(89266)</samp>](https://github.com/vueuse/vueuse/commit/892666b7) - **useClipboard**: UseClipboard component  -  by [@&#8203;alexzvn](https://github.com/alexzvn), **Alexzvn** and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/3359 [<samp>(71b46)</samp>](https://github.com/vueuse/vueuse/commit/71b4653d) - **useClipboardItems**: New function  -  by [@&#8203;Doctor-wu](https://github.com/Doctor-wu) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/3477 [<samp>(1aa50)</samp>](https://github.com/vueuse/vueuse/commit/1aa50f82) - **useDateFormat**: Add date ordinal formatting  -  by [@&#8203;Jokerzhzh](https://github.com/Jokerzhzh) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/3474 [<samp>(61ceb)</samp>](https://github.com/vueuse/vueuse/commit/61ceb19f) - **useDropZone**: Add `dataTypes` option  -  by [@&#8203;rtugeek](https://github.com/rtugeek) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/3471 [<samp>(3f3f1)</samp>](https://github.com/vueuse/vueuse/commit/3f3f153e) - **useElementSize**: Stop function  -  by [@&#8203;chaii3](https://github.com/chaii3) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/3367 [<samp>(5f545)</samp>](https://github.com/vueuse/vueuse/commit/5f545be9) - **useFileDialog**: Add directory parameters  -  by [@&#8203;huiliangShen](https://github.com/huiliangShen) and **banruo** in https://github.com/vueuse/vueuse/issues/3513 [<samp>(cefca)</samp>](https://github.com/vueuse/vueuse/commit/cefca9ab) - **useMutationObserver**: Add `takeRecords` function  -  by [@&#8203;Alfred-Skyblue](https://github.com/Alfred-Skyblue) in https://github.com/vueuse/vueuse/issues/3480 [<samp>(f9136)</samp>](https://github.com/vueuse/vueuse/commit/f9136e85) - **useStorage**: Add `waitOnMounted` option for SSR  -  by [@&#8203;posva](https://github.com/posva) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/3504 [<samp>(dc6f2)</samp>](https://github.com/vueuse/vueuse/commit/dc6f2e8c) - **useWindowScroll**: Allow rewriting back to scroll  -  by [@&#8203;nothing-sy](https://github.com/nothing-sy), **chensiyuan** and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/3500 [<samp>(931b2)</samp>](https://github.com/vueuse/vueuse/commit/931b2797) - **watchOnce**: Return function for manual watcher stopping  -  by [@&#8203;valerypatorius](https://github.com/valerypatorius) in https://github.com/vueuse/vueuse/issues/3475 [<samp>(bb0a7)</samp>](https://github.com/vueuse/vueuse/commit/bb0a78e1) #####    🐞 Bug Fixes - **onClickOutside**: Adjust shouldListen handling timing  -  by [@&#8203;Doctor-wu](https://github.com/Doctor-wu) in https://github.com/vueuse/vueuse/issues/3503 [<samp>(69851)</samp>](https://github.com/vueuse/vueuse/commit/6985152d) - **onScrollLock**: Cache the el initial overflow value  -  by [@&#8203;Doctor-wu](https://github.com/Doctor-wu) in https://github.com/vueuse/vueuse/issues/3527 [<samp>(03866)</samp>](https://github.com/vueuse/vueuse/commit/038666ba) - **useAxios**: Bail out on request abort  -  by [@&#8203;jahnli](https://github.com/jahnli) in https://github.com/vueuse/vueuse/issues/3394 [<samp>(151f9)</samp>](https://github.com/vueuse/vueuse/commit/151f9b00) - **useClipboard**: Use legacy way when without permission  -  by [@&#8203;Cat1007](https://github.com/Cat1007), **catye**, [@&#8203;posva](https://github.com/posva) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/3379 [<samp>(37e86)</samp>](https://github.com/vueuse/vueuse/commit/37e866cd) - **useDraggable**: Element can't relative parent element move  -  by [@&#8203;huiliangShen](https://github.com/huiliangShen) and **banruo** in https://github.com/vueuse/vueuse/issues/3531 [<samp>(08246)</samp>](https://github.com/vueuse/vueuse/commit/082462da) - **useElementSize**: Get value in onMounted hook  -  by [@&#8203;chaii3](https://github.com/chaii3) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/3366 [<samp>(165c8)</samp>](https://github.com/vueuse/vueuse/commit/165c88ab) - **useFetch**: Don't set isFetching to false when a request is aborted because of a refetch  -  by [@&#8203;mweghorst](https://github.com/mweghorst) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/3479 [<samp>(75ca2)</samp>](https://github.com/vueuse/vueuse/commit/75ca2bb6) - **useMouseInElement**: Optimize outside computation  -  by [@&#8203;qiYuei](https://github.com/qiYuei), **fengmingjian** and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/3380 [<samp>(7c88d)</samp>](https://github.com/vueuse/vueuse/commit/7c88d81b) - **useRouteQuery,useRouteParams**: Prevent reset on other scope dispose  -  by [@&#8203;s-montigny-desautels](https://github.com/s-montigny-desautels) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/3418 [<samp>(771e7)</samp>](https://github.com/vueuse/vueuse/commit/771e7ffd) - **useScroll**: Trigger once `onMounted` to get correct inital arrivedStates values  -  by [@&#8203;nicooprat](https://github.com/nicooprat) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/3384 [<samp>(86bd8)</samp>](https://github.com/vueuse/vueuse/commit/86bd8e8f) - **useSortable**: Prevent from creating multi instances  -  by [@&#8203;Doctor-wu](https://github.com/Doctor-wu) in https://github.com/vueuse/vueuse/issues/3501 [<samp>(d9846)</samp>](https://github.com/vueuse/vueuse/commit/d98468d1) - **useStorage**: Fix defaults not unwrapped  -  by [@&#8203;Alfred-Skyblue](https://github.com/Alfred-Skyblue) in https://github.com/vueuse/vueuse/issues/3534 [<samp>(b6d2b)</samp>](https://github.com/vueuse/vueuse/commit/b6d2bd35) - **useWebSocket**: Webworker support  -  by [@&#8203;binary-signal](https://github.com/binary-signal) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/3469 [<samp>(9b014)</samp>](https://github.com/vueuse/vueuse/commit/9b0141ca) #####     [View changes on GitHub](https://github.com/vueuse/vueuse/compare/v10.5.0...v10.6.0) </details> --- ### 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41MC4xIiwidXBkYXRlZEluVmVyIjoiMzcuNTAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
renovate added the
dependencies
label 2023-11-09 19:11:45 +00:00
renovate changed title from fix(deps): update vueuse to v10.6.0 to fix(deps): update vueuse to v10.6.1 2023-11-13 11:12:30 +00:00
renovate force-pushed renovate/vueuse from 6bccc9603e to f977aede3b 2023-11-13 11:12:35 +00:00 Compare
Member

Hi renovate!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://3822-renovate-vueuse--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.

Have a nice day!

Beep boop, I'm a bot.

Hi renovate! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://3822-renovate-vueuse--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/. Have a nice day! > Beep boop, I'm a bot.
renovate force-pushed renovate/vueuse from c0875b0257 to cf36c09287 2023-11-17 23:14:53 +00:00 Compare
renovate force-pushed renovate/vueuse from 949ff72947 to f6386eb071 2023-11-18 15:15:06 +00:00 Compare
konrad added 1 commit 2023-11-20 20:24:26 +00:00
continuous-integration/drone/pr Build is passing Details
1dee14a868
chore(deps): update lockfile
konrad scheduled this pull request to auto merge when all checks succeed 2023-11-20 20:24:37 +00:00
konrad merged commit cfd46dc39b into main 2023-11-20 20:40:41 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.