fix(deps): update vueuse to v10.5.0 #3762

Merged
konrad merged 2 commits from renovate/vueuse into main 2023-10-10 18:28:13 +00:00
Member

This PR contains the following updates:

Package Type Update Change
@vueuse/core dependencies minor 10.4.1 -> 10.5.0
@vueuse/router (source) dependencies minor 10.4.1 -> 10.5.0

Release Notes

vueuse/vueuse (@​vueuse/core)

v10.5.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 these updates 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 | Type | Update | Change | |---|---|---|---| | [@vueuse/core](https://github.com/vueuse/vueuse) | dependencies | minor | [`10.4.1` -> `10.5.0`](https://renovatebot.com/diffs/npm/@vueuse%2fcore/10.4.1/10.5.0) | | [@vueuse/router](https://github.com/vueuse/vueuse/tree/main/packages/router#readme) ([source](https://github.com/vueuse/vueuse)) | dependencies | minor | [`10.4.1` -> `10.5.0`](https://renovatebot.com/diffs/npm/@vueuse%2frouter/10.4.1/10.5.0) | --- ### Release Notes <details> <summary>vueuse/vueuse (@&#8203;vueuse/core)</summary> ### [`v10.5.0`](https://github.com/vueuse/vueuse/releases/tag/v10.5.0) [Compare Source](https://github.com/vueuse/vueuse/compare/v10.4.1...v10.5.0) #####    🚀 Features - Add `Promisify` type definition  -  by [@&#8203;Alfred-Skyblue](https://github.com/Alfred-Skyblue) in https://github.com/vueuse/vueuse/issues/3420 [<samp>(b067b)</samp>](https://github.com/vueuse/vueuse/commit/b067b8e4) - **createInjectionState**: Allow provide and inject in same component  -  by [@&#8203;xiaoxiangmoe](https://github.com/xiaoxiangmoe) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/3387 [<samp>(5d948)</samp>](https://github.com/vueuse/vueuse/commit/5d948714) - **createInjectionState**: Add injectionKey option  -  by [@&#8203;PPetau](https://github.com/PPetau) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/3404 [<samp>(90d34)</samp>](https://github.com/vueuse/vueuse/commit/90d34004) - **rxjs**: Add useExtractedObservable and watchExtractedObservable  -  by [@&#8203;Voltra](https://github.com/Voltra) in https://github.com/vueuse/vueuse/issues/3453 [<samp>(23b8c)</samp>](https://github.com/vueuse/vueuse/commit/23b8ca9c) - **useFavicon**: Add link tag if it doesn't exist  -  by [@&#8203;babu-ch](https://github.com/babu-ch) in https://github.com/vueuse/vueuse/issues/3444 [<samp>(d1fcc)</samp>](https://github.com/vueuse/vueuse/commit/d1fcc573) - **useMousePressed**: Add capture option  -  by [@&#8203;DerZade](https://github.com/DerZade) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/3392 [<samp>(d5c81)</samp>](https://github.com/vueuse/vueuse/commit/d5c81b3c) - **useMutationObserver**: Use MaybeComputedElementRef  -  by [@&#8203;huodoushigemi](https://github.com/huodoushigemi) in https://github.com/vueuse/vueuse/issues/3430 [<samp>(8167b)</samp>](https://github.com/vueuse/vueuse/commit/8167bc4b) - **useRafFn**: Option fpsLimit  -  by [@&#8203;f820602h](https://github.com/f820602h) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vueuse/vueuse/issues/3459 [<samp>(8e4c0)</samp>](https://github.com/vueuse/vueuse/commit/8e4c01bd) #####    🐞 Bug Fixes - Vue 2 support for provideLocal and injectLocal  -  by [@&#8203;xiaoxiangmoe](https://github.com/xiaoxiangmoe) in https://github.com/vueuse/vueuse/issues/3464 [<samp>(cf757)</samp>](https://github.com/vueuse/vueuse/commit/cf757029) - **useBreakpoints**: Add missing breakpoint for the bootstrap  -  by [@&#8203;edtorba](https://github.com/edtorba) in https://github.com/vueuse/vueuse/issues/3413 [<samp>(ec9a4)</samp>](https://github.com/vueuse/vueuse/commit/ec9a45b4) - **useDrauu**: Spread options for `brush`  -  by [@&#8203;17359898647](https://github.com/17359898647) in https://github.com/vueuse/vueuse/issues/3463 [<samp>(87ea3)</samp>](https://github.com/vueuse/vueuse/commit/87ea324a) - **useVModels**: Type error with passive: true  -  by [@&#8203;chaii3](https://github.com/chaii3) in https://github.com/vueuse/vueuse/issues/3362 [<samp>(51f01)</samp>](https://github.com/vueuse/vueuse/commit/51f012b5) - **useWebNotification**: Condition check on permission  -  by [@&#8203;SampsonCrowley](https://github.com/SampsonCrowley) in https://github.com/vueuse/vueuse/issues/3422 [<samp>(2f2b4)</samp>](https://github.com/vueuse/vueuse/commit/2f2b4923) - **useWebSocket**: Ssr support  -  by [@&#8203;huangyan321](https://github.com/huangyan321) in https://github.com/vueuse/vueuse/issues/3370 [<samp>(c3a69)</samp>](https://github.com/vueuse/vueuse/commit/c3a69eea) #####     [View changes on GitHub](https://github.com/vueuse/vueuse/compare/v10.4.1...v10.5.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, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi42NS4xIiwidXBkYXRlZEluVmVyIjoiMzcuMTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
renovate added the
dependencies
label 2023-10-07 14:11:59 +00:00
renovate force-pushed renovate/vueuse from 6f73f09a2a to 57b575279d 2023-10-07 15:10:38 +00:00 Compare
renovate changed title from fix(deps): update dependency @vueuse/core to v10.5.0 to fix(deps): update vueuse to v10.5.0 2023-10-07 15:10:38 +00:00
renovate force-pushed renovate/vueuse from 57b575279d to 870a6958bc 2023-10-10 14:15:52 +00:00 Compare
renovate force-pushed renovate/vueuse from 870a6958bc to 1b59c45e40 2023-10-10 17:11:43 +00:00 Compare
konrad added 1 commit 2023-10-10 18:12:54 +00:00
continuous-integration/drone/pr Build is passing Details
deba888253
chore(deps): update lockfile
konrad scheduled this pull request to auto merge when all checks succeed 2023-10-10 18:13:05 +00:00
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://3762-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://3762-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 e8a38ed482 into main 2023-10-10 18:28:13 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.