chore(deps): update dependency @vueuse/core to v14.1.0 #166

Merged
renovatebot merged 1 commits from renovate/all-minor-patch into main 2025-12-11 17:37:02 +08:00
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vueuse/core (source) 14.0.0 -> 14.1.0 age adoption passing confidence

Release Notes

vueuse/vueuse (@​vueuse/core)

v14.1.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: 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.


  • 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 | 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) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@vueuse%2fcore/14.1.0?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vueuse%2fcore/14.1.0?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vueuse%2fcore/14.0.0/14.1.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vueuse%2fcore/14.0.0/14.1.0?slim=true) | --- ### Release Notes <details> <summary>vueuse/vueuse (@&#8203;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 [@&#8203;kolaente](https://github.com/kolaente) in [#&#8203;5169](https://github.com/vueuse/vueuse/issues/5169) [<samp>(aee84)</samp>](https://github.com/vueuse/vueuse/commit/aee846cb) - **useElementVisibility**: Add `initialValue` option  -  by [@&#8203;kricsleo](https://github.com/kricsleo) and [@&#8203;9romise](https://github.com/9romise) in [#&#8203;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 [@&#8203;siavava](https://github.com/siavava) and [@&#8203;9romise](https://github.com/9romise) in [#&#8203;5049](https://github.com/vueuse/vueuse/issues/5049) [<samp>(62dfb)</samp>](https://github.com/vueuse/vueuse/commit/62dfb80a) - **useTimeAgoIntl**: Custom units  -  by [@&#8203;Menci](https://github.com/Menci) in [#&#8203;5188](https://github.com/vueuse/vueuse/issues/5188) [<samp>(c7d09)</samp>](https://github.com/vueuse/vueuse/commit/c7d09ef4) - **useWebSocket**: `autoConnect.delay` support function  -  by [@&#8203;YuchenWell](https://github.com/YuchenWell), **Anthony Fu** and [@&#8203;9romise](https://github.com/9romise) in [#&#8203;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 [@&#8203;toofishes](https://github.com/toofishes) in [#&#8203;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 [@&#8203;kricsleo](https://github.com/kricsleo) in [#&#8203;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 [@&#8203;xiaoxiaohuayu](https://github.com/xiaoxiaohuayu) in [#&#8203;5131](https://github.com/vueuse/vueuse/issues/5131) [<samp>(7fb7a)</samp>](https://github.com/vueuse/vueuse/commit/7fb7a05a) - **types**: Deprecate embeded `ResizeObserverSize` types  -  by [@&#8203;9romise](https://github.com/9romise) in [#&#8203;5127](https://github.com/vueuse/vueuse/issues/5127) [<samp>(d7a07)</samp>](https://github.com/vueuse/vueuse/commit/d7a07010) - **useArrayReduce**: Export `UseArrayReduceReturn` type  -  by [@&#8203;michaelcozzolino](https://github.com/michaelcozzolino) in [#&#8203;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 [@&#8203;keeplearning66](https://github.com/keeplearning66) and [@&#8203;9romise](https://github.com/9romise) in [#&#8203;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 [@&#8203;huajianjiu](https://github.com/huajianjiu) in [#&#8203;5179](https://github.com/vueuse/vueuse/issues/5179) [<samp>(ef0c4)</samp>](https://github.com/vueuse/vueuse/commit/ef0c4f82) - **useInfiniteScroll**: Make canLoadMore reactive  -  by [@&#8203;nhquyss](https://github.com/nhquyss) in [#&#8203;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 [@&#8203;babu-ch](https://github.com/babu-ch) and [@&#8203;9romise](https://github.com/9romise) in [#&#8203;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 [@&#8203;9romise](https://github.com/9romise) in [#&#8203;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 [@&#8203;ben-lau](https://github.com/ben-lau), **liubaobin** and [@&#8203;9romise](https://github.com/9romise) in [#&#8203;5142](https://github.com/vueuse/vueuse/issues/5142) [<samp>(94f1e)</samp>](https://github.com/vueuse/vueuse/commit/94f1e9e7) - **useTimeout**: Fix type typo  -  by [@&#8203;keeplearning66](https://github.com/keeplearning66), **Robin** and **Anthony Fu** in [#&#8203;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-->
renovatebot force-pushed renovate/all-minor-patch from a1cf56ce8a to 731a3da55d 2025-12-11 15:09:00 +08:00 Compare
renovatebot merged commit 731a3da55d into main 2025-12-11 17:37:02 +08:00
renovatebot deleted branch renovate/all-minor-patch 2025-12-11 17:37:02 +08:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: examples/vue-ts-example-2025#166