This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|---|---|
| [@vueuse/core](https://github.com/vueuse/vueuse) ([source](https://github.com/vueuse/vueuse/tree/HEAD/packages/core)) | [`14.0.0` -> `14.1.0`](https://renovatebot.com/diffs/npm/@vueuse%2fcore/14.0.0/14.1.0) |  |  |  |  |
---
### Release Notes
<details>
<summary>vueuse/vueuse (@​vueuse/core)</summary>
### [`v14.1.0`](https://github.com/vueuse/vueuse/releases/tag/v14.1.0)
[Compare Source](https://github.com/vueuse/vueuse/compare/v14.0.0...v14.1.0)
##### 🚀 Features
- **useDropZone**: Add checkValidity function - by [@​kolaente](https://github.com/kolaente) in [#​5169](https://github.com/vueuse/vueuse/issues/5169) [<samp>(aee84)</samp>](https://github.com/vueuse/vueuse/commit/aee846cb)
- **useElementVisibility**: Add `initialValue` option - by [@​kricsleo](https://github.com/kricsleo) and [@​9romise](https://github.com/9romise) in [#​5159](https://github.com/vueuse/vueuse/issues/5159) [<samp>(13f36)</samp>](https://github.com/vueuse/vueuse/commit/13f361fa)
- **useMouseInElement**: Add support for tracking inline-level elements - by [@​siavava](https://github.com/siavava) and [@​9romise](https://github.com/9romise) in [#​5049](https://github.com/vueuse/vueuse/issues/5049) [<samp>(62dfb)</samp>](https://github.com/vueuse/vueuse/commit/62dfb80a)
- **useTimeAgoIntl**: Custom units - by [@​Menci](https://github.com/Menci) in [#​5188](https://github.com/vueuse/vueuse/issues/5188) [<samp>(c7d09)</samp>](https://github.com/vueuse/vueuse/commit/c7d09ef4)
- **useWebSocket**: `autoConnect.delay` support function - by [@​YuchenWell](https://github.com/YuchenWell), **Anthony Fu** and [@​9romise](https://github.com/9romise) in [#​5089](https://github.com/vueuse/vueuse/issues/5089) [<samp>(176f2)</samp>](https://github.com/vueuse/vueuse/commit/176f2515)
##### 🐞 Bug Fixes
- Typescript type of `isIOS` constant - by [@​toofishes](https://github.com/toofishes) in [#​5163](https://github.com/vueuse/vueuse/issues/5163) [<samp>(60888)</samp>](https://github.com/vueuse/vueuse/commit/60888d43)
- **computedWithControl**: Allow different types in watch sources array - by [@​kricsleo](https://github.com/kricsleo) in [#​5184](https://github.com/vueuse/vueuse/issues/5184) [<samp>(bc4ac)</samp>](https://github.com/vueuse/vueuse/commit/bc4aca90)
- **types**: Allow async functions in useDebounceFn and useThrottleFn - by [@​xiaoxiaohuayu](https://github.com/xiaoxiaohuayu) in [#​5131](https://github.com/vueuse/vueuse/issues/5131) [<samp>(7fb7a)</samp>](https://github.com/vueuse/vueuse/commit/7fb7a05a)
- **types**: Deprecate embeded `ResizeObserverSize` types - by [@​9romise](https://github.com/9romise) in [#​5127](https://github.com/vueuse/vueuse/issues/5127) [<samp>(d7a07)</samp>](https://github.com/vueuse/vueuse/commit/d7a07010)
- **useArrayReduce**: Export `UseArrayReduceReturn` type - by [@​michaelcozzolino](https://github.com/michaelcozzolino) in [#​5177](https://github.com/vueuse/vueuse/issues/5177) [<samp>(e1204)</samp>](https://github.com/vueuse/vueuse/commit/e1204722)
- **useAsyncQueue**: Trigger onFinished when the last task is rejected - by [@​keeplearning66](https://github.com/keeplearning66) and [@​9romise](https://github.com/9romise) in [#​5144](https://github.com/vueuse/vueuse/issues/5144) [<samp>(c4a46)</samp>](https://github.com/vueuse/vueuse/commit/c4a46025)
- **useClipboard**: Add readonly attribute to textarea fallback to support Safari 15 - by [@​huajianjiu](https://github.com/huajianjiu) in [#​5179](https://github.com/vueuse/vueuse/issues/5179) [<samp>(ef0c4)</samp>](https://github.com/vueuse/vueuse/commit/ef0c4f82)
- **useInfiniteScroll**: Make canLoadMore reactive - by [@​nhquyss](https://github.com/nhquyss) in [#​5110](https://github.com/vueuse/vueuse/issues/5110) [<samp>(3dc2d)</samp>](https://github.com/vueuse/vueuse/commit/3dc2d831)
- **useMagicKeys**: Handle empty key events to prevent errors - by [@​babu-ch](https://github.com/babu-ch) and [@​9romise](https://github.com/9romise) in [#​5149](https://github.com/vueuse/vueuse/issues/5149) [<samp>(f8aec)</samp>](https://github.com/vueuse/vueuse/commit/f8aecd82)
- **useScroll**: Use configurable window's `getComputedStyle` - by [@​9romise](https://github.com/9romise) in [#​5150](https://github.com/vueuse/vueuse/issues/5150) [<samp>(f74a6)</samp>](https://github.com/vueuse/vueuse/commit/f74a68d4)
- **useSpeechRecognition**: Catch the error while calling method start - by [@​ben-lau](https://github.com/ben-lau), **liubaobin** and [@​9romise](https://github.com/9romise) in [#​5142](https://github.com/vueuse/vueuse/issues/5142) [<samp>(94f1e)</samp>](https://github.com/vueuse/vueuse/commit/94f1e9e7)
- **useTimeout**: Fix type typo - by [@​keeplearning66](https://github.com/keeplearning66), **Robin** and **Anthony Fu** in [#​5147](https://github.com/vueuse/vueuse/issues/5147) [<samp>(31e5c)</samp>](https://github.com/vueuse/vueuse/commit/31e5cb0c)
##### [View changes on GitHub](https://github.com/vueuse/vueuse/compare/v14.0.0...v14.1.0)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, 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, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4zIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
14.0.0->14.1.0Release Notes
vueuse/vueuse (@vueuse/core)
v14.1.0Compare Source
🚀 Features
initialValueoption - by @kricsleo and @9romise in #5159 (13f36)autoConnect.delaysupport function - by @YuchenWell, Anthony Fu and @9romise in #5089 (176f2)🐞 Bug Fixes
isIOSconstant - by @toofishes in #5163 (60888)ResizeObserverSizetypes - by @9romise in #5127 (d7a07)UseArrayReduceReturntype - by @michaelcozzolino in #5177 (e1204)getComputedStyle- by @9romise in #5150 (f74a6)View changes on GitHub
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
a1cf56ce8ato731a3da55d