fix(deps): update dependency @vueuse/core to v9.11.0 #2967

Merged
konrad merged 1 commits from renovate/vueuse into main 2023-01-17 10:48:43 +00:00
Member

This PR contains the following updates:

Package Type Update Change
@vueuse/core dependencies minor 9.10.0 -> 9.11.0

Release Notes

vueuse/vueuse

v9.11.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 this update 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.10.0` -> `9.11.0`](https://renovatebot.com/diffs/npm/@vueuse%2fcore/9.10.0/9.11.0) | --- ### Release Notes <details> <summary>vueuse/vueuse</summary> ### [`v9.11.0`](https://github.com/vueuse/vueuse/releases/tag/v9.11.0) [Compare Source](https://github.com/vueuse/vueuse/compare/v9.10.0...v9.11.0) #####    🚀 Features - **computedAsync**: Introduce `shadow` option  -  by [@&#8203;xiankaiqun](https://github.com/xiankaiqun) in https://github.com/vueuse/vueuse/issues/2616 [<samp>(a0656)</samp>](https://github.com/vueuse/vueuse/commit/a065637a) - **createInjectionState**: Return state when providing injection state  -  by [@&#8203;Tanimodori](https://github.com/Tanimodori) and **lsdsjy** in https://github.com/vueuse/vueuse/issues/2309 [<samp>(f7ce6)</samp>](https://github.com/vueuse/vueuse/commit/f7ce6c9f) - **reactivePick**: Add test cases  -  by [@&#8203;Alfred-Skyblue](https://github.com/Alfred-Skyblue), **丶远方** and [@&#8203;wheatjs](https://github.com/wheatjs) in https://github.com/vueuse/vueuse/issues/2653 [<samp>(b06b8)</samp>](https://github.com/vueuse/vueuse/commit/b06b84e9) - **useAsyncState**: Add test cases  -  by [@&#8203;Alfred-Skyblue](https://github.com/Alfred-Skyblue) and [@&#8203;wheatjs](https://github.com/wheatjs) in https://github.com/vueuse/vueuse/issues/2657 [<samp>(5907f)</samp>](https://github.com/vueuse/vueuse/commit/5907f45c) - **usePointerLock**: New function  -  by [@&#8203;daniser](https://github.com/daniser), **Sergey Danilchenko**, **Jelf** and [@&#8203;wheatjs](https://github.com/wheatjs) in https://github.com/vueuse/vueuse/issues/2590 [<samp>(ae69f)</samp>](https://github.com/vueuse/vueuse/commit/ae69fb8a) - **useThrottleFn**: Add test cases  -  by [@&#8203;Alfred-Skyblue](https://github.com/Alfred-Skyblue) in https://github.com/vueuse/vueuse/issues/2649 [<samp>(85ab1)</samp>](https://github.com/vueuse/vueuse/commit/85ab1461) #####    🐞 Bug Fixes - Nuxt3 implementation  -  by [@&#8203;roiLeo](https://github.com/roiLeo) in https://github.com/vueuse/vueuse/issues/2644 [<samp>(8f6ce)</samp>](https://github.com/vueuse/vueuse/commit/8f6cef2f) - **components**: Mark `defineComponent` as pure  -  by [@&#8203;vaakian](https://github.com/vaakian) and [@&#8203;wheatjs](https://github.com/wheatjs) in https://github.com/vueuse/vueuse/issues/2623 [<samp>(d5321)</samp>](https://github.com/vueuse/vueuse/commit/d5321552) - **docs**: Remove unnecessary import  -  by [@&#8203;yuyinws](https://github.com/yuyinws) in https://github.com/vueuse/vueuse/issues/2611 [<samp>(7a2ff)</samp>](https://github.com/vueuse/vueuse/commit/7a2ff0b5) - **useAxios**: Assign AxiosError to error.value when no url provided  -  by [@&#8203;syy11cn](https://github.com/syy11cn) and [@&#8203;wheatjs](https://github.com/wheatjs) in https://github.com/vueuse/vueuse/issues/2478 and https://github.com/vueuse/vueuse/issues/2484 [<samp>(1e270)</samp>](https://github.com/vueuse/vueuse/commit/1e270608) - **useDraggable**: Write to useStorage  -  by [@&#8203;akifo](https://github.com/akifo) in https://github.com/vueuse/vueuse/issues/2575 [<samp>(e39c2)</samp>](https://github.com/vueuse/vueuse/commit/e39c2a70) - **useElementByPoint**: Make document configurable  -  by [@&#8203;vaakian](https://github.com/vaakian) in https://github.com/vueuse/vueuse/issues/2614 [<samp>(c3639)</samp>](https://github.com/vueuse/vueuse/commit/c3639357) - **useRouteQuery**: Allow setting multiple route queries in same tick  -  by [@&#8203;wheatjs](https://github.com/wheatjs) in https://github.com/vueuse/vueuse/issues/2646 [<samp>(07c95)</samp>](https://github.com/vueuse/vueuse/commit/07c9517e) - **useVirtualList**: List sometimes missing elements  -  by [@&#8203;begedin](https://github.com/begedin) and [@&#8203;wheatjs](https://github.com/wheatjs) in https://github.com/vueuse/vueuse/issues/2477 [<samp>(25f6e)</samp>](https://github.com/vueuse/vueuse/commit/25f6e30f) #####     [View changes on GitHub](https://github.com/vueuse/vueuse/compare/v9.10.0...v9.11.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 this update 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:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDAuMiIsInVwZGF0ZWRJblZlciI6IjMyLjI0MC4yIn0=-->
renovate added the
dependencies
label 2023-01-17 10:04:26 +00:00
renovate added 1 commit 2023-01-17 10:04:27 +00:00
continuous-integration/drone/pr Build is passing Details
4e79182f04
fix(deps): update dependency @vueuse/core to v9.11.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://2967-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://2967-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 c815830700 into main 2023-01-17 10:48:43 +00:00
konrad deleted branch renovate/vueuse 2023-01-17 10:48:43 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.