fix(deps): update vueuse to v10.7.0 #3844

Merged
konrad merged 2 commits from renovate/vueuse into main 2023-12-06 12:16:51 +00:00
Member

This PR contains the following updates:

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

Release Notes

vueuse/vueuse (@​vueuse/core)

v10.7.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.6.1` -> `10.7.0`](https://renovatebot.com/diffs/npm/@vueuse%2fcore/10.6.1/10.7.0) | | [@vueuse/router](https://github.com/vueuse/vueuse/tree/main/packages/router#readme) ([source](https://github.com/vueuse/vueuse)) | dependencies | minor | [`10.6.1` -> `10.7.0`](https://renovatebot.com/diffs/npm/@vueuse%2frouter/10.6.1/10.7.0) | --- ### Release Notes <details> <summary>vueuse/vueuse (@&#8203;vueuse/core)</summary> ### [`v10.7.0`](https://github.com/vueuse/vueuse/releases/tag/v10.7.0) [Compare Source](https://github.com/vueuse/vueuse/compare/v10.6.1...v10.7.0) #####    🚀 Features - Upgrade deps  -  by [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/3614 [<samp>(fccf2)</samp>](https://github.com/vueuse/vueuse/commit/fccf2e4d) - **isIOS**: Detect new iPad  -  by [@&#8203;Doctor-wu](https://github.com/Doctor-wu) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/3582 [<samp>(47d2d)</samp>](https://github.com/vueuse/vueuse/commit/47d2d2e9) - **onLongPress**: Add `distanceThreshold` option  -  by [@&#8203;donaldxdonald](https://github.com/donaldxdonald) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/3578 [<samp>(0e04a)</samp>](https://github.com/vueuse/vueuse/commit/0e04aa4a) - **tryOnMounted**: Support target arguement  -  by [@&#8203;tolking](https://github.com/tolking) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/3185 [<samp>(f2aeb)</samp>](https://github.com/vueuse/vueuse/commit/f2aeb453) - **useBreakpoints**: Make parameters reactivity  -  by [@&#8203;Doctor-wu](https://github.com/Doctor-wu) in https://github.com/vueuse/vueuse/issues/3592 [<samp>(dc624)</samp>](https://github.com/vueuse/vueuse/commit/dc6245b3) - **useFileDialog**: Trigger onChange when reset  -  by [@&#8203;Doctor-wu](https://github.com/Doctor-wu) in https://github.com/vueuse/vueuse/issues/3548 [<samp>(7e2da)</samp>](https://github.com/vueuse/vueuse/commit/7e2da58a) - **useInfiniteScroll**: Add the `canLoadMore` option  -  by [@&#8203;Alfred-Skyblue](https://github.com/Alfred-Skyblue) in https://github.com/vueuse/vueuse/issues/3558 [<samp>(e780f)</samp>](https://github.com/vueuse/vueuse/commit/e780f5a0) - **usePointerSwipe**: Add `disableTextSelect` option  -  by [@&#8203;aminmokhtari94](https://github.com/aminmokhtari94) in https://github.com/vueuse/vueuse/issues/3604 [<samp>(fd67b)</samp>](https://github.com/vueuse/vueuse/commit/fd67ba3a) - **useTitle**: Restore title on unmounted  -  by [@&#8203;Doctor-wu](https://github.com/Doctor-wu) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/3570 [<samp>(0ab76)</samp>](https://github.com/vueuse/vueuse/commit/0ab768d0) #####    🐞 Bug Fixes - **createEventHook**: Make createEventHook union type can be inferred correctly  -  by [@&#8203;Doctor-wu](https://github.com/Doctor-wu) in https://github.com/vueuse/vueuse/issues/3569 [<samp>(e48ca)</samp>](https://github.com/vueuse/vueuse/commit/e48ca071) - **createEventHook**: `trigger` should not ignore falsy values  -  by [@&#8203;romansp](https://github.com/romansp) and [@&#8203;Alfred-Skyblue](https://github.com/Alfred-Skyblue) in https://github.com/vueuse/vueuse/issues/3561 [<samp>(3733b)</samp>](https://github.com/vueuse/vueuse/commit/3733b8ee) - **syncRef**: SyncRef typing issue for boolean  -  by [@&#8203;s-montigny-desautels](https://github.com/s-montigny-desautels) in https://github.com/vueuse/vueuse/issues/3553 [<samp>(acb2f)</samp>](https://github.com/vueuse/vueuse/commit/acb2fe6b) - **useAxios**: Reset `isAborted` value on success  -  by [@&#8203;17359898647](https://github.com/17359898647) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/3547 [<samp>(4b159)</samp>](https://github.com/vueuse/vueuse/commit/4b159380) - **useDark**: In Vue 2.6 mode.system is undefined  -  by [@&#8203;Teaghy](https://github.com/Teaghy), **hguan** and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/3562 [<samp>(68688)</samp>](https://github.com/vueuse/vueuse/commit/686884a1) - **useDropZone**: Fix file types filter  -  by [@&#8203;getname1997](https://github.com/getname1997) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/3540 [<samp>(8f42a)</samp>](https://github.com/vueuse/vueuse/commit/8f42a92e) - **useElementVisibility**: Use last intersection entry  -  by [@&#8203;ziolko-appfire](https://github.com/ziolko-appfire), **Mateusz Zieliński** and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/3365 [<samp>(07d39)</samp>](https://github.com/vueuse/vueuse/commit/07d39853) - **useFetch**: Immediately modify the status after the request is completed  -  by [@&#8203;tolking](https://github.com/tolking) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/3603 [<samp>(3456d)</samp>](https://github.com/vueuse/vueuse/commit/3456d1b0) - **useFetch**: Clone 'Response' on reading  -  by [@&#8203;mymx2](https://github.com/mymx2) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/3607 and https://github.com/vueuse/vueuse/issues/3608 [<samp>(8cbfd)</samp>](https://github.com/vueuse/vueuse/commit/8cbfd9d3) - **useMemoize**: Use shallowReactive to wrap Map  -  by [@&#8203;antfu](https://github.com/antfu) [<samp>(fecbe)</samp>](https://github.com/vueuse/vueuse/commit/fecbe00e) - **useMousePressed**: Change type of element parameter to MaybeComputedElementRef  -  by [@&#8203;4350pChris](https://github.com/4350pChris) in https://github.com/vueuse/vueuse/issues/3566 [<samp>(17f97)</samp>](https://github.com/vueuse/vueuse/commit/17f97f63) - **useOffsetPagination**: Don't mutate props when it's readonly  -  by [@&#8203;Doctor-wu](https://github.com/Doctor-wu) in https://github.com/vueuse/vueuse/issues/3581 [<samp>(4dace)</samp>](https://github.com/vueuse/vueuse/commit/4dacec8a) - **useScreenOrientation**: Add fault tolerance to lock and unlock  -  by [@&#8203;satrong](https://github.com/satrong) in https://github.com/vueuse/vueuse/issues/3575 [<samp>(be3cc)</samp>](https://github.com/vueuse/vueuse/commit/be3ccc78) - **useStorage**: Fix undefined defaults  -  by [@&#8203;Doctor-wu](https://github.com/Doctor-wu) in https://github.com/vueuse/vueuse/issues/3597 [<samp>(04220)</samp>](https://github.com/vueuse/vueuse/commit/04220788) #####     [View changes on GitHub](https://github.com/vueuse/vueuse/compare/v10.6.1...v10.7.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-12-05 05:14:48 +00:00
renovate added 1 commit 2023-12-05 05:14:51 +00:00
continuous-integration/drone/pr Build is failing Details
76dbf612f6
fix(deps): update vueuse to v10.7.0
renovate force-pushed renovate/vueuse from 1dee14a868 to 76dbf612f6 2023-12-05 05:14:52 +00:00 Compare
konrad added 1 commit 2023-12-06 11:49:26 +00:00
continuous-integration/drone/pr Build is passing Details
cb96cc38e2
chore(deps): update lockfile
konrad scheduled this pull request to auto merge when all checks succeed 2023-12-06 11:49:36 +00:00
konrad approved these changes 2023-12-06 11:50:33 +00:00
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://3844-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://3844-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.
Author
Member

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ **Warning**: custom changes will be lost.
konrad merged commit 8491caf419 into main 2023-12-06 12:16:51 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.