fix(deps): update vueuse to v8.9.2 #2143

Merged
konrad merged 1 commits from renovate/vueuse into main 2022-07-14 14:53:13 +00:00
Member

This PR contains the following updates:

Package Type Update Change
@vueuse/core dependencies minor 8.7.5 -> 8.9.2
@vueuse/router dependencies minor 8.7.5 -> 8.9.2

Release Notes

vueuse/vueuse

v8.9.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v8.9.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v8.9.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v8.8.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v8.8.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, click this checkbox.

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 | [`8.7.5` -> `8.9.2`](https://renovatebot.com/diffs/npm/@vueuse%2fcore/8.7.5/8.9.2) | | [@vueuse/router](https://github.com/vueuse/vueuse) | dependencies | minor | [`8.7.5` -> `8.9.2`](https://renovatebot.com/diffs/npm/@vueuse%2frouter/8.7.5/8.9.2) | --- ### Release Notes <details> <summary>vueuse/vueuse</summary> ### [`v8.9.2`](https://github.com/vueuse/vueuse/releases/tag/v8.9.2) [Compare Source](https://github.com/vueuse/vueuse/compare/v8.9.1...v8.9.2) #####    🚀 Features - **onClickOutside**: Add `detectIframe` option  -  by [@&#8203;sibbng](https://github.com/sibbng) in https://github.com/vueuse/vueuse/issues/1795 - **useVModel**: Compact with 2.7, fix [#&#8203;1745](https://github.com/vueuse/vueuse/issues/1745)  -  by [@&#8203;jiuran](https://github.com/jiuran) in https://github.com/vueuse/vueuse/issues/1798 #####    🐞 Bug Fixes - **useMagicKeys**: Fix setting properties of undefined value  -  by [@&#8203;Matrixbirds](https://github.com/Matrixbirds) in https://github.com/vueuse/vueuse/issues/1856 #####     [View changes on GitHub](https://github.com/vueuse/vueuse/compare/v8.9.1...v8.9.2) ### [`v8.9.1`](https://github.com/vueuse/vueuse/releases/tag/v8.9.1) [Compare Source](https://github.com/vueuse/vueuse/compare/v8.9.0...v8.9.1) #####    🐞 Bug Fixes - **useFileDialog**: SSR compatible, close [#&#8203;1788](https://github.com/vueuse/vueuse/issues/1788)  -  by [@&#8203;antfu](https://github.com/antfu) [<samp>(58a45)</samp>](https://github.com/vueuse/vueuse/commit/58a452a3) - **useMagicKeys**: Only clean up used keys, close [#&#8203;1793](https://github.com/vueuse/vueuse/issues/1793)  -  by [@&#8203;antfu](https://github.com/antfu) [<samp>(3c85d)</samp>](https://github.com/vueuse/vueuse/commit/3c85db4a) #####     [View changes on GitHub](https://github.com/vueuse/vueuse/compare/v8.9.0...v8.9.1) ### [`v8.9.0`](https://github.com/vueuse/vueuse/releases/tag/v8.9.0) [Compare Source](https://github.com/vueuse/vueuse/compare/v8.8.1...v8.9.0) #####    🚀 Features - **useFileDialog**: New function  -  by [@&#8203;wobsoriano](https://github.com/wobsoriano), [@&#8203;antfu](https://github.com/antfu) and [@&#8203;okxiaoliang4](https://github.com/okxiaoliang4) in https://github.com/vueuse/vueuse/issues/1218 - **useObjectUrl**: New function  -  by [@&#8203;michaelhue](https://github.com/michaelhue) in https://github.com/vueuse/vueuse/issues/1763 - **useRouteParams**: New function  -  by [@&#8203;DevilTea](https://github.com/DevilTea) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/1173 - **useStepper**: New function  -  by [@&#8203;innocenzi](https://github.com/innocenzi) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/1754 - **useTextareaAutosize**: New function  -  by [@&#8203;innocenzi](https://github.com/innocenzi) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/1756 - **watchArray**: New function  -  by [@&#8203;w1ndy](https://github.com/w1ndy) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/1705 #####    🐞 Bug Fixes - **useColorMode**: Resolve auto to preferred mode internally  -  by [@&#8203;dfreier](https://github.com/dfreier) in https://github.com/vueuse/vueuse/issues/1766 - **useMagicKeys**: Reset refs on target blur  -  by [@&#8203;lavolpecheprogramma](https://github.com/lavolpecheprogramma) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/1755 #####     [View changes on GitHub](https://github.com/vueuse/vueuse/compare/v8.8.1...v8.9.0) ### [`v8.8.1`](https://github.com/vueuse/vueuse/releases/tag/v8.8.1) [Compare Source](https://github.com/vueuse/vueuse/compare/v8.8.0...v8.8.1) #####    🚀 Features - **computedWithControl**: Support manual triggering  -  by [@&#8203;antfu](https://github.com/antfu) [<samp>(01fca)</samp>](https://github.com/vueuse/vueuse/commit/01fca3ba) #####    🐞 Bug Fixes - **computedWithControl**: `trigger` only work in Vue 3  -  by [@&#8203;antfu](https://github.com/antfu) [<samp>(a1077)</samp>](https://github.com/vueuse/vueuse/commit/a1077769) - **useMediaQuery**: Check if window.matchMedia is a function  -  by [@&#8203;dfreier](https://github.com/dfreier) in https://github.com/vueuse/vueuse/issues/1765 #####     [View changes on GitHub](https://github.com/vueuse/vueuse/compare/v8.8.0...v8.8.1) ### [`v8.8.0`](https://github.com/vueuse/vueuse/releases/tag/v8.8.0) [Compare Source](https://github.com/vueuse/vueuse/compare/v8.7.5...v8.8.0) #####    🚀 Features - **onLongPress**: Added modifiers  -  by [@&#8203;chaii3](https://github.com/chaii3) in https://github.com/vueuse/vueuse/issues/1719 - **resolveRef**: New function  -  by [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/1743 - **useAxios**: Awaitable execute method  -  by [@&#8203;FRSgit](https://github.com/FRSgit) in https://github.com/vueuse/vueuse/issues/1723 - **useBase64**: Accept objects  -  by [@&#8203;chaii3](https://github.com/chaii3) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/1706 - **useColorMode**: Add option to return `auto` mode  -  by [@&#8203;dfreier](https://github.com/dfreier) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/1627 - **useWindowSize**: Listen to the `orientationchange` event  -  by [@&#8203;okxiaoliang4](https://github.com/okxiaoliang4) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/1609 - **watchTriggerable**: Extending `watch` with a manual trigger  -  by [@&#8203;LittleSound](https://github.com/LittleSound) in https://github.com/vueuse/vueuse/issues/1736 #####    🐞 Bug Fixes - **computedWithControl**: Source type match vue.watch  -  by [@&#8203;kongmoumou](https://github.com/kongmoumou) in https://github.com/vueuse/vueuse/issues/1674 - **reactivePick**: Allow nested keys  -  by [@&#8203;antfu](https://github.com/antfu) [<samp>(80c16)</samp>](https://github.com/vueuse/vueuse/commit/80c16487) - **types**: `reactiveOmit` and `reactivePick` support array as second arg  -  by [@&#8203;Brain777777](https://github.com/Brain777777) in https://github.com/vueuse/vueuse/issues/1742 - **useCssVar**: Remove spaces at both ends  -  by [@&#8203;murongg](https://github.com/murongg) in https://github.com/vueuse/vueuse/issues/1741 - **useDrauu**: Fix Eraser does not work  -  by [@&#8203;qinwencheng](https://github.com/qinwencheng) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/1753 - **useMediaQuery**: Strict `isSupported` check  -  by [@&#8203;antfu](https://github.com/antfu) [<samp>(5a64c)</samp>](https://github.com/vueuse/vueuse/commit/5a64cb53) #####     [View changes on GitHub](https://github.com/vueuse/vueuse/compare/v8.7.5...v8.8.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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMTEuMiIsInVwZGF0ZWRJblZlciI6IjMyLjExMS4yIn0=-->
renovate added the
dependencies
label 2022-07-14 13:03:19 +00:00
renovate added 1 commit 2022-07-14 13:03:20 +00:00
continuous-integration/drone/pr Build is passing Details
0838232e31
fix(deps): update vueuse to v8.9.2
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://2143-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://2143-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.
konrad merged commit 95c3599bd7 into main 2022-07-14 14:53:13 +00:00
konrad deleted branch renovate/vueuse 2022-07-14 14:53:14 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.