Update dependency @vueuse/core to v14 #7

Open
renovatebot wants to merge 1 commit from renovate/major-vueuse-monorepo into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
@vueuse/core (source) ^13.5.0 -> ^14.0.0 age confidence

Release Notes

vueuse/vueuse (@​vueuse/core)

v14.0.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v13.9.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v13.8.0

Compare Source

   🚀 Features
   🏎 Performance
    View changes on GitHub

v13.7.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v13.6.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, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@vueuse/core](https://github.com/vueuse/vueuse) ([source](https://github.com/vueuse/vueuse/tree/HEAD/packages/core)) | [`^13.5.0` -> `^14.0.0`](https://renovatebot.com/diffs/npm/@vueuse%2fcore/13.5.0/14.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vueuse%2fcore/14.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vueuse%2fcore/13.5.0/14.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vueuse/vueuse (@&#8203;vueuse/core)</summary> ### [`v14.0.0`](https://github.com/vueuse/vueuse/releases/tag/v14.0.0) [Compare Source](https://github.com/vueuse/vueuse/compare/v13.9.0...v14.0.0) #####    🚨 Breaking Changes - Migrate to `tsdown`, move dist files  -  by [@&#8203;9romise](https://github.com/9romise) and **Anthony Fu** in [#&#8203;5004](https://github.com/vueuse/vueuse/issues/5004) [<samp>(a2e2c)</samp>](https://github.com/vueuse/vueuse/commit/a2e2cedb) - Deprecate alias exports in favor of original function names  -  by [@&#8203;9romise](https://github.com/9romise) in [#&#8203;5009](https://github.com/vueuse/vueuse/issues/5009) [<samp>(e5f74)</samp>](https://github.com/vueuse/vueuse/commit/e5f74fb4) - Requires Vue 3.5  -  by [@&#8203;antfu](https://github.com/antfu) [<samp>(fe458)</samp>](https://github.com/vueuse/vueuse/commit/fe45820e) - **components**: Refactor components and make them consistent  -  by [@&#8203;ilyaliao](https://github.com/ilyaliao) in [#&#8203;4912](https://github.com/vueuse/vueuse/issues/4912) [<samp>(8c521)</samp>](https://github.com/vueuse/vueuse/commit/8c521d4e) - **computedAsync**: Default to `flush: sync`  -  by [@&#8203;ferferga](https://github.com/ferferga) in [#&#8203;4752](https://github.com/vueuse/vueuse/issues/4752) [<samp>(573bf)</samp>](https://github.com/vueuse/vueuse/commit/573bfb07) - **createSharedComposable**: Return only the sharedComposable on client side  -  by [@&#8203;9romise](https://github.com/9romise) in [#&#8203;4997](https://github.com/vueuse/vueuse/issues/4997) [<samp>(73aad)</samp>](https://github.com/vueuse/vueuse/commit/73aad317) - **firebase**: Upgrade to firebase v12  -  by [@&#8203;antfu](https://github.com/antfu) [<samp>(8cb0b)</samp>](https://github.com/vueuse/vueuse/commit/8cb0b4b9) - **nuxt**: Use Nuxt v4 kit  -  by [@&#8203;antfu](https://github.com/antfu) [<samp>(070fc)</samp>](https://github.com/vueuse/vueuse/commit/070fc8cf) - **shared**: Drop some deprecated apis  -  by [@&#8203;9romise](https://github.com/9romise) in [#&#8203;5010](https://github.com/vueuse/vueuse/issues/5010) [<samp>(971b2)</samp>](https://github.com/vueuse/vueuse/commit/971b2a00) - **useClipboard**: Use `readonly()` instead of type assertion `Computed`  -  by [@&#8203;9romise](https://github.com/9romise) in [#&#8203;5081](https://github.com/vueuse/vueuse/issues/5081) [<samp>(67812)</samp>](https://github.com/vueuse/vueuse/commit/67812c66) - **useSwipe**: Remove isPassiveEventSupported  -  by [@&#8203;pkc918](https://github.com/pkc918) in [#&#8203;4886](https://github.com/vueuse/vueuse/issues/4886) [<samp>(620a9)</samp>](https://github.com/vueuse/vueuse/commit/620a9491) - **useThrottleFn**: Align with traditional throttle behavior  -  by [@&#8203;IceMooncake](https://github.com/IceMooncake) and [@&#8203;ilyaliao](https://github.com/ilyaliao) in [#&#8203;4923](https://github.com/vueuse/vueuse/issues/4923) [<samp>(cefd2)</samp>](https://github.com/vueuse/vueuse/commit/cefd228b) #####    🚀 Features - **computedEager**: Deprecate `computedEager`  -  by [@&#8203;ilyaliao](https://github.com/ilyaliao) in [#&#8203;5034](https://github.com/vueuse/vueuse/issues/5034) [<samp>(26a7d)</samp>](https://github.com/vueuse/vueuse/commit/26a7d34f) - **onClickOutside**: Allow the value of target to be a getter  -  by [@&#8203;keeplearning66](https://github.com/keeplearning66) in [#&#8203;5098](https://github.com/vueuse/vueuse/issues/5098) [<samp>(7133c)</samp>](https://github.com/vueuse/vueuse/commit/7133cfe4) - **onLongPress**: Allow function as value in delay  -  by [@&#8203;keeplearning66](https://github.com/keeplearning66) in [#&#8203;4979](https://github.com/vueuse/vueuse/issues/4979) [<samp>(415f3)</samp>](https://github.com/vueuse/vueuse/commit/415f376f) - **refManualReset**: New function  -  by [@&#8203;phk422](https://github.com/phk422), [@&#8203;OrbisK](https://github.com/OrbisK), [@&#8203;ilyaliao](https://github.com/ilyaliao) and **Anthony Fu** in [#&#8203;4644](https://github.com/vueuse/vueuse/issues/4644) [<samp>(81bb3)</samp>](https://github.com/vueuse/vueuse/commit/81bb3cde) - **useAsyncState**: Allow initial value to be a ref  -  by [@&#8203;43081j](https://github.com/43081j) in [#&#8203;4992](https://github.com/vueuse/vueuse/issues/4992) [<samp>(e38e8)</samp>](https://github.com/vueuse/vueuse/commit/e38e8d9c) - **useIdle**: Implement `Stoppable` interface  -  by [@&#8203;dpbs-715](https://github.com/dpbs-715) and **Anthony Fu** in [#&#8203;5068](https://github.com/vueuse/vueuse/issues/5068) [<samp>(3f96a)</samp>](https://github.com/vueuse/vueuse/commit/3f96a1fe) - **useTextSelection**: Set initial value for use text selection  -  by [@&#8203;kevinluo201](https://github.com/kevinluo201) in [#&#8203;5092](https://github.com/vueuse/vueuse/issues/5092) [<samp>(dbb3e)</samp>](https://github.com/vueuse/vueuse/commit/dbb3ed07) - **useTransition**: Add support for custom interpolator functions  -  by [@&#8203;scottbedard](https://github.com/scottbedard) and **Anthony Fu** in [#&#8203;5011](https://github.com/vueuse/vueuse/issues/5011) [<samp>(cf905)</samp>](https://github.com/vueuse/vueuse/commit/cf905ccf) - **watch**: Update watch return typo in watchExtractedObservable, watchDebounced, watchDeep, watchImmediate, watchOnce, watchThrottled and watchWithFilter  -  by [@&#8203;ArthurDarkstone](https://github.com/ArthurDarkstone) in [#&#8203;4896](https://github.com/vueuse/vueuse/issues/4896) [<samp>(b8102)</samp>](https://github.com/vueuse/vueuse/commit/b8102b5e) - **watchAtMost**: Add pause and resume to return value  -  by [@&#8203;ArthurDarkstone](https://github.com/ArthurDarkstone) in [#&#8203;4897](https://github.com/vueuse/vueuse/issues/4897) [<samp>(d3176)</samp>](https://github.com/vueuse/vueuse/commit/d317610e) - **watchPausable**: Deprecate `watchPausable`  -  by [@&#8203;ilyaliao](https://github.com/ilyaliao) in [#&#8203;5040](https://github.com/vueuse/vueuse/issues/5040) [<samp>(4a28b)</samp>](https://github.com/vueuse/vueuse/commit/4a28be90) #####    🐞 Bug Fixes - Update return type of createReusableTemplate and createTemplateP…  -  by [@&#8203;ArthurDarkstone](https://github.com/ArthurDarkstone) in [#&#8203;4962](https://github.com/vueuse/vueuse/issues/4962) [<samp>(5fd3a)</samp>](https://github.com/vueuse/vueuse/commit/5fd3a935) - Update return types for createTemplatePromise, useMagicKeys, use…  -  by [@&#8203;ArthurDarkstone](https://github.com/ArthurDarkstone) in [#&#8203;4963](https://github.com/vueuse/vueuse/issues/4963) [<samp>(554b7)</samp>](https://github.com/vueuse/vueuse/commit/554b74e9) - Update parameter types to use ComponentInternalInstance in lifec…  -  by [@&#8203;ArthurDarkstone](https://github.com/ArthurDarkstone) in [#&#8203;5060](https://github.com/vueuse/vueuse/issues/5060) [<samp>(a49a3)</samp>](https://github.com/vueuse/vueuse/commit/a49a3ede) - **integrations**: Use relative import in `component.ts`  -  by [@&#8203;9romise](https://github.com/9romise) in [#&#8203;5025](https://github.com/vueuse/vueuse/issues/5025) [<samp>(d5bcd)</samp>](https://github.com/vueuse/vueuse/commit/d5bcd50b) - **shared**: Support provideLocal/injectLocal in vapor mode  -  by [@&#8203;ZKunZhang](https://github.com/ZKunZhang) and **Zhaokun Zhang** in [#&#8203;5050](https://github.com/vueuse/vueuse/issues/5050) [<samp>(51872)</samp>](https://github.com/vueuse/vueuse/commit/51872941) - **tryOnScopeDispose**: Add optional failSilently parameter and updat…  -  by [@&#8203;ArthurDarkstone](https://github.com/ArthurDarkstone) and [@&#8203;ilyaliao](https://github.com/ilyaliao) in [#&#8203;5061](https://github.com/vueuse/vueuse/issues/5061) [<samp>(a4862)</samp>](https://github.com/vueuse/vueuse/commit/a4862a44) - **types**: Update type casting for watch functions to use WatchSource<T>  -  by [@&#8203;ArthurDarkstone](https://github.com/ArthurDarkstone) in [#&#8203;4966](https://github.com/vueuse/vueuse/issues/4966) [<samp>(00a72)</samp>](https://github.com/vueuse/vueuse/commit/00a72919) - **useAsyncState**: Track latest execution to avoid newer results being replaced by outdated ones  -  by [@&#8203;andreww2012](https://github.com/andreww2012) in [#&#8203;5047](https://github.com/vueuse/vueuse/issues/5047) [<samp>(3e6cb)</samp>](https://github.com/vueuse/vueuse/commit/3e6cbf12) - **useFullscreen**: Specify return types for request, exit, and enabl…  -  by [@&#8203;ArthurDarkstone](https://github.com/ArthurDarkstone) in [#&#8203;4965](https://github.com/vueuse/vueuse/issues/4965) [<samp>(8ac73)</samp>](https://github.com/vueuse/vueuse/commit/8ac73870) - **useMagicKeys**: Clearing of other keys after releasing alt  -  by [@&#8203;NoiseFan](https://github.com/NoiseFan) in [#&#8203;5037](https://github.com/vueuse/vueuse/issues/5037) [<samp>(3f113)</samp>](https://github.com/vueuse/vueuse/commit/3f113f5e) - **useShare**: Improve the accuracy of sharing logic  -  by [@&#8203;ArthurDarkstone](https://github.com/ArthurDarkstone) in [#&#8203;5048](https://github.com/vueuse/vueuse/issues/5048) [<samp>(61e1b)</samp>](https://github.com/vueuse/vueuse/commit/61e1be05) - **useUrlSearchParams**: Restore proper history and navigation behavior  -  by [@&#8203;yosong-github](https://github.com/yosong-github) and [@&#8203;ilyaliao](https://github.com/ilyaliao) in [#&#8203;4969](https://github.com/vueuse/vueuse/issues/4969) [<samp>(1cff4)</samp>](https://github.com/vueuse/vueuse/commit/1cff4c40) - **useUserMedia**: Add deep watch to constraints  -  by [@&#8203;babu-ch](https://github.com/babu-ch) and [@&#8203;ilyaliao](https://github.com/ilyaliao) in [#&#8203;5046](https://github.com/vueuse/vueuse/issues/5046) [<samp>(4b3e9)</samp>](https://github.com/vueuse/vueuse/commit/4b3e976d) #####     [View changes on GitHub](https://github.com/vueuse/vueuse/compare/v13.8.0...v14.0.0) ### [`v13.9.0`](https://github.com/vueuse/vueuse/releases/tag/v13.9.0) [Compare Source](https://github.com/vueuse/vueuse/compare/v13.8.0...v13.9.0) #####    🚀 Features - **onLongPress**: Allow function as value in delay  -  by [@&#8203;keeplearning66](https://github.com/keeplearning66) in [#&#8203;4979](https://github.com/vueuse/vueuse/issues/4979) [<samp>(415f3)</samp>](https://github.com/vueuse/vueuse/commit/415f376f) - **useAsyncState**: Allow initial value to be a ref  -  by [@&#8203;43081j](https://github.com/43081j) in [#&#8203;4992](https://github.com/vueuse/vueuse/issues/4992) [<samp>(e38e8)</samp>](https://github.com/vueuse/vueuse/commit/e38e8d9c) #####    🐞 Bug Fixes - **types**: Update type casting for watch functions to use WatchSource<T>  -  by [@&#8203;ArthurDarkstone](https://github.com/ArthurDarkstone) in [#&#8203;4966](https://github.com/vueuse/vueuse/issues/4966) [<samp>(00a72)</samp>](https://github.com/vueuse/vueuse/commit/00a72919) - **useUrlSearchParams**: Restore proper history and navigation behavior  -  by [@&#8203;yosong-github](https://github.com/yosong-github) and [@&#8203;ilyaliao](https://github.com/ilyaliao) in [#&#8203;4969](https://github.com/vueuse/vueuse/issues/4969) [<samp>(1cff4)</samp>](https://github.com/vueuse/vueuse/commit/1cff4c40) #####     [View changes on GitHub](https://github.com/vueuse/vueuse/compare/v13.8.0...v13.9.0) ### [`v13.8.0`](https://github.com/vueuse/vueuse/releases/tag/v13.8.0) [Compare Source](https://github.com/vueuse/vueuse/compare/v13.7.0...v13.8.0) #####    🚀 Features - **useEventSource**: Add `serializer`  -  by [@&#8203;imddc](https://github.com/imddc) and [@&#8203;ilyaliao](https://github.com/ilyaliao) in [#&#8203;4953](https://github.com/vueuse/vueuse/issues/4953) [<samp>(64651)</samp>](https://github.com/vueuse/vueuse/commit/64651a33) #####    🏎 Performance - **docs**: Replace `twoslash` with own function for comparing js snippet  -  by [@&#8203;serkodev](https://github.com/serkodev) in [#&#8203;4977](https://github.com/vueuse/vueuse/issues/4977) [<samp>(909fd)</samp>](https://github.com/vueuse/vueuse/commit/909fd253) - **usePointer**: Use shallowRef for better performance  -  by [@&#8203;broBinChen](https://github.com/broBinChen) and **xiaobin** in [#&#8203;4980](https://github.com/vueuse/vueuse/issues/4980) [<samp>(ce09e)</samp>](https://github.com/vueuse/vueuse/commit/ce09e0d0) - **usePreferredLanguages**: Use shallowRef for better performance  -  by [@&#8203;ilyaliao](https://github.com/ilyaliao) in [#&#8203;4973](https://github.com/vueuse/vueuse/issues/4973) [<samp>(361c8)</samp>](https://github.com/vueuse/vueuse/commit/361c8431) #####     [View changes on GitHub](https://github.com/vueuse/vueuse/compare/v13.7.0...v13.8.0) ### [`v13.7.0`](https://github.com/vueuse/vueuse/releases/tag/v13.7.0) [Compare Source](https://github.com/vueuse/vueuse/compare/v13.6.0...v13.7.0) #####    🚨 Breaking Changes - **useAsyncState**: Set globalThis.reportError as default onError  -  by [@&#8203;kalu5](https://github.com/kalu5) in [#&#8203;4951](https://github.com/vueuse/vueuse/issues/4951) [<samp>(f6e88)</samp>](https://github.com/vueuse/vueuse/commit/f6e88984) #####    🚀 Features - **computedAsync**: Use globalThis.reportError as default onError  -  by [@&#8203;babu-ch](https://github.com/babu-ch) in [#&#8203;4943](https://github.com/vueuse/vueuse/issues/4943) [<samp>(226a2)</samp>](https://github.com/vueuse/vueuse/commit/226a229b) - **useClipboardItems**: Expose `read()`  -  by [@&#8203;OrbisK](https://github.com/OrbisK) in [#&#8203;4954](https://github.com/vueuse/vueuse/issues/4954) [<samp>(d03b2)</samp>](https://github.com/vueuse/vueuse/commit/d03b2a42) - **useDevicePixelRatio**: Improve types  -  by [@&#8203;doyuli](https://github.com/doyuli) in [#&#8203;4927](https://github.com/vueuse/vueuse/issues/4927) [<samp>(1b3d4)</samp>](https://github.com/vueuse/vueuse/commit/1b3d4e6a) - **useSpeechSynthesisOptions**: Add option `onBoundary`  -  by [@&#8203;pkc918](https://github.com/pkc918) in [#&#8203;4960](https://github.com/vueuse/vueuse/issues/4960) [<samp>(c0dca)</samp>](https://github.com/vueuse/vueuse/commit/c0dca935) - **useTimeAgoIntl**: Add `useTimaAgoIntl`  -  by [@&#8203;northword](https://github.com/northword) and **Anthony Fu** in [#&#8203;4821](https://github.com/vueuse/vueuse/issues/4821) [<samp>(81815)</samp>](https://github.com/vueuse/vueuse/commit/81815762) #####    🐞 Bug Fixes - **ci**: Avoid duplicate `nr update` execution in `docs:build`  -  by [@&#8203;serkodev](https://github.com/serkodev) in [#&#8203;4925](https://github.com/vueuse/vueuse/issues/4925) [<samp>(a73ee)</samp>](https://github.com/vueuse/vueuse/commit/a73eedd0) - **useAnimate**: Respect `immediate: false` with conditionally rendered elements  -  by [@&#8203;curtgrimes](https://github.com/curtgrimes) in [#&#8203;4947](https://github.com/vueuse/vueuse/issues/4947) [<samp>(90c7f)</samp>](https://github.com/vueuse/vueuse/commit/90c7f5b9) - **useGamepad**: Correct type assertion for vibrationActuator  -  by [@&#8203;ArthurDarkstone](https://github.com/ArthurDarkstone) in [#&#8203;4964](https://github.com/vueuse/vueuse/issues/4964) [<samp>(c5277)</samp>](https://github.com/vueuse/vueuse/commit/c5277625) - **useStorage**: Make sure to always read data if new value is `undefined`  -  by [@&#8203;OrbisK](https://github.com/OrbisK) in [#&#8203;4957](https://github.com/vueuse/vueuse/issues/4957) [<samp>(22116)</samp>](https://github.com/vueuse/vueuse/commit/22116b69) #####    🏎 Performance - **twoslash**: Optimize twoslash cache  -  by [@&#8203;doyuli](https://github.com/doyuli) in [#&#8203;4939](https://github.com/vueuse/vueuse/issues/4939) [<samp>(93064)</samp>](https://github.com/vueuse/vueuse/commit/930648d5) - **useMutationObserver**: Watch ref directly  -  by [@&#8203;VividLemon](https://github.com/VividLemon) in [#&#8203;4940](https://github.com/vueuse/vueuse/issues/4940) [<samp>(01cd9)</samp>](https://github.com/vueuse/vueuse/commit/01cd9cf9) #####     [View changes on GitHub](https://github.com/vueuse/vueuse/compare/v13.6.0...v13.7.0) ### [`v13.6.0`](https://github.com/vueuse/vueuse/releases/tag/v13.6.0) [Compare Source](https://github.com/vueuse/vueuse/compare/v13.5.0...v13.6.0) #####    🚀 Features - Mark templateRef as deprecated  -  by [@&#8203;ilyaliao](https://github.com/ilyaliao) in [#&#8203;4894](https://github.com/vueuse/vueuse/issues/4894) [<samp>(0271e)</samp>](https://github.com/vueuse/vueuse/commit/0271eef9) - **useFileDialog**: Add MaybRef to multiple, accept, capture, reset, and directory  -  by [@&#8203;hunterwilhelm](https://github.com/hunterwilhelm), **Anthony Fu** and [@&#8203;antfu](https://github.com/antfu) in [#&#8203;4813](https://github.com/vueuse/vueuse/issues/4813) [<samp>(a44bd)</samp>](https://github.com/vueuse/vueuse/commit/a44bdc2c) - **useFocusTrap**: Expose updateContainerElements for dynamic contai…  -  by [@&#8203;PeikyLiu](https://github.com/PeikyLiu) and [@&#8203;ilyaliao](https://github.com/ilyaliao) in [#&#8203;4849](https://github.com/vueuse/vueuse/issues/4849) [<samp>(3d5e5)</samp>](https://github.com/vueuse/vueuse/commit/3d5e511a) - **useIDBKeyval**: Add `options.serializer`  -  by [@&#8203;matthewjumpsoffbuildings](https://github.com/matthewjumpsoffbuildings), [@&#8203;OrbisK](https://github.com/OrbisK) and [@&#8203;43081j](https://github.com/43081j) in [#&#8203;4781](https://github.com/vueuse/vueuse/issues/4781) [<samp>(bb831)</samp>](https://github.com/vueuse/vueuse/commit/bb831783) - **useStorageAsync**: Add `onReady` option and Promise return  -  by [@&#8203;asika32764](https://github.com/asika32764), **Fernando Fernández**, [@&#8203;OrbisK](https://github.com/OrbisK) and **Anthony Fu** in [#&#8203;4158](https://github.com/vueuse/vueuse/issues/4158) [<samp>(3a2df)</samp>](https://github.com/vueuse/vueuse/commit/3a2df2e1) - **useTransition**: Support custom window  -  by [@&#8203;byronogis](https://github.com/byronogis) and **Anthony Fu** in [#&#8203;4850](https://github.com/vueuse/vueuse/issues/4850) [<samp>(a75f4)</samp>](https://github.com/vueuse/vueuse/commit/a75f40c8) #####    🐞 Bug Fixes - **onClickOutside**: The order of overload signatures  -  by [@&#8203;whiteyebrw](https://github.com/whiteyebrw), [@&#8203;ilyaliao](https://github.com/ilyaliao) and **Anthony Fu** in [#&#8203;4839](https://github.com/vueuse/vueuse/issues/4839) [<samp>(d5812)</samp>](https://github.com/vueuse/vueuse/commit/d5812393) - **types**: Use Vue's native `MaybeRef` and `MaybeRefOrGetter` instead  -  by [@&#8203;RYGRIT](https://github.com/RYGRIT) in [#&#8203;4913](https://github.com/vueuse/vueuse/issues/4913) [<samp>(2d179)</samp>](https://github.com/vueuse/vueuse/commit/2d1797b9) - **useDraggable**: Add capture prop to component  -  by [@&#8203;wgh970312](https://github.com/wgh970312) in [#&#8203;4911](https://github.com/vueuse/vueuse/issues/4911) [<samp>(547f8)</samp>](https://github.com/vueuse/vueuse/commit/547f8fa8) - **useMagicKeys**: Prevent incorrect clearing of other keys after releasing shift  -  by [@&#8203;keeplearning66](https://github.com/keeplearning66) in [#&#8203;4916](https://github.com/vueuse/vueuse/issues/4916) [<samp>(d7f28)</samp>](https://github.com/vueuse/vueuse/commit/d7f284af) - **useMouseInElement**: Correctly update elementX and elementY  -  by [@&#8203;cszhjh](https://github.com/cszhjh) and [@&#8203;ilyaliao](https://github.com/ilyaliao) in [#&#8203;4846](https://github.com/vueuse/vueuse/issues/4846) [<samp>(cf02b)</samp>](https://github.com/vueuse/vueuse/commit/cf02b997) - **useVirtualList**: Resolve invalid watch source  -  by [@&#8203;cszhjh](https://github.com/cszhjh) and [@&#8203;OrbisK](https://github.com/OrbisK) in [#&#8203;4857](https://github.com/vueuse/vueuse/issues/4857) [<samp>(d2381)</samp>](https://github.com/vueuse/vueuse/commit/d23812db) #####     [View changes on GitHub](https://github.com/vueuse/vueuse/compare/v13.5.0...v13.6.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, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTcuMCIsInVwZGF0ZWRJblZlciI6IjQxLjE1Ny4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Update dependency @vueuse/core to v14
All checks were successful
ci/woodpecker/pr/container Pipeline was successful
ci/woodpecker/push/container Pipeline was successful
f1517d1e7e
All checks were successful
ci/woodpecker/pr/container Pipeline was successful
ci/woodpecker/push/container Pipeline was successful
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/major-vueuse-monorepo:renovate/major-vueuse-monorepo
git switch renovate/major-vueuse-monorepo

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/major-vueuse-monorepo
git switch renovate/major-vueuse-monorepo
git rebase main
git switch main
git merge --ff-only renovate/major-vueuse-monorepo
git switch renovate/major-vueuse-monorepo
git rebase main
git switch main
git merge --no-ff renovate/major-vueuse-monorepo
git switch main
git merge --squash renovate/major-vueuse-monorepo
git switch main
git merge --ff-only renovate/major-vueuse-monorepo
git switch main
git merge renovate/major-vueuse-monorepo
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lilly/tracker#7
No description provided.