fix(deps): update vueuse to v9.2.0 #2320

Merged
konrad merged 1 commits from renovate/vueuse into main 2022-09-05 15:30:33 +00:00
Member

This PR contains the following updates:

Package Type Update Change
@vueuse/core dependencies minor 9.1.1 -> 9.2.0
@vueuse/router dependencies minor 9.1.1 -> 9.2.0

Release Notes

vueuse/vueuse

v9.2.0

Compare Source

   🚨 Breaking Changes
   🚀 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 | [`9.1.1` -> `9.2.0`](https://renovatebot.com/diffs/npm/@vueuse%2fcore/9.1.1/9.2.0) | | [@vueuse/router](https://github.com/vueuse/vueuse) | dependencies | minor | [`9.1.1` -> `9.2.0`](https://renovatebot.com/diffs/npm/@vueuse%2frouter/9.1.1/9.2.0) | --- ### Release Notes <details> <summary>vueuse/vueuse</summary> ### [`v9.2.0`](https://github.com/vueuse/vueuse/releases/tag/v9.2.0) [Compare Source](https://github.com/vueuse/vueuse/compare/v9.1.1...v9.2.0) #####    🚨 Breaking Changes - Bump Nuxt support to RC.9, update `autoImports:sources` hook  -  by [@&#8203;DamianGlowala](https://github.com/DamianGlowala) in https://github.com/vueuse/vueuse/issues/2166 #####    🚀 Features - **useAxios**: Support RequestConfig for `execute`  -  by [@&#8203;azaleta](https://github.com/azaleta) in https://github.com/vueuse/vueuse/issues/2152 - **useBreakpoints**: Support `greaterOrEqual` etc.  -  by [@&#8203;azaleta](https://github.com/azaleta) in https://github.com/vueuse/vueuse/issues/2148 - **useCloned**: New function  -  by [@&#8203;chaii3](https://github.com/chaii3) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/2045 - **useDraggable**: Support customizing `trigger` element  -  by [@&#8203;imguolao](https://github.com/imguolao) in https://github.com/vueuse/vueuse/issues/2133 - **useElementSize**: Support `box` sizing  -  by [@&#8203;vaakian](https://github.com/vaakian) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/2143 - **useElementVisibility**: Support watch the real element  -  by [@&#8203;sxzz](https://github.com/sxzz) in https://github.com/vueuse/vueuse/issues/2169 - **useUrlSearchParams**: Add `write` option  -  by [@&#8203;waldonUB](https://github.com/waldonUB) in https://github.com/vueuse/vueuse/issues/2165 - **useVModel**: Support `clone` option  -  by [@&#8203;edumudu](https://github.com/edumudu) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/2022 - **useWebSocket**: Enhence heartbeat  -  by [@&#8203;azaleta](https://github.com/azaleta) in https://github.com/vueuse/vueuse/issues/2170 - **useWindowSize**: Support `includeScrollbar`  -  by [@&#8203;vaakian](https://github.com/vaakian) in https://github.com/vueuse/vueuse/issues/2161 #####    🐞 Bug Fixes - **useArrayMap**: Allow return type matches the mapper function  -  by [@&#8203;GODLiangCY](https://github.com/GODLiangCY) in https://github.com/vueuse/vueuse/issues/2172 - **useAxios**: Reset error on `execute`  -  by [@&#8203;flyingTodream](https://github.com/flyingTodream) in https://github.com/vueuse/vueuse/issues/2095 - **useDevicePixelRatio**: More efficient mechanism  -  by [@&#8203;Waleed-KH](https://github.com/Waleed-KH) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/2044 - **useFavicon**: Improve type overload  -  by [@&#8203;azaleta](https://github.com/azaleta) in https://github.com/vueuse/vueuse/issues/2123 - **useFileDialog**: Choose file not work on mobile  -  by [@&#8203;1SZX1](https://github.com/1SZX1) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/2080 - **useFocusWithin**: Change focused typing to ComputedRef  -  by [@&#8203;chaii3](https://github.com/chaii3) in https://github.com/vueuse/vueuse/issues/2073 - **useMemoize**: Allow number in `getKey`  -  by [@&#8203;chaii3](https://github.com/chaii3) in https://github.com/vueuse/vueuse/issues/2074 #####     [View changes on GitHub](https://github.com/vueuse/vueuse/compare/v9.1.1...v9.2.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:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTMuNCIsInVwZGF0ZWRJblZlciI6IjMyLjE1My40In0=-->
renovate added the
dependencies
label 2022-09-05 15:03:21 +00:00
renovate added 1 commit 2022-09-05 15:03:22 +00:00
continuous-integration/drone/pr Build is passing Details
e17c8cca5f
fix(deps): update vueuse to v9.2.0
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://2320-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://2320-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 e93f95f8c2 into main 2022-09-05 15:30:33 +00:00
konrad deleted branch renovate/vueuse 2022-09-05 15:30:33 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.