fix(deps): update vueuse to v8.7.3 #2060

Merged
konrad merged 1 commits from renovate/vueuse into main 2022-06-16 18:28:49 +00:00
Member

This PR contains the following updates:

Package Type Update Change
@vueuse/core dependencies minor 8.6.0 -> 8.7.3
@vueuse/router dependencies minor 8.6.0 -> 8.7.3

Release Notes

vueuse/vueuse

v8.7.3

Compare Source

   🐞 Bug Fixes
   ❤️ Contributors

   Thanks to @​antfu

    View changes on GitHub

v8.7.2

Compare Source

No significant changes

   ❤️ Contributors

   Thanks to @​antfu

    View changes on GitHub

v8.7.1

Compare Source

No significant changes

   ❤️ Contributors

   Thanks to @​antfu

    View changes on GitHub

v8.7.0

Compare Source

   🚀 Features
  • until:
    • Improved until types #1493
  • useImage:
   🐞 Bug Fixes
  • onClickOutside:
    • Avoid calling safari workaround on right click #1673
  • unrefElement:
    • Don't return the Vue instance when $el is null/undefined #1657
  • useFetch:
    • Ssr compactible for headersToObject 8f541b0a
  • useIntervalFn:
    • Watch interval correctly #1676
  • useMagicKeys:
    • getModifierState is not function error in Chrome #1654
  • useScroll:
    • Compatibility for mobile #1663
  • useUrlSearchParams:
    • Preserve history state when updating query #1661
  • watch*:
    • Fix T type for WatchCallback #1692
   ❤️ Contributors

   Thanks to @​antfu | @​arcs- | @​DrJume | @​HannesOberreiter | @​HassanZahirnia | @​hsyq | @​LeSuisse | @​luciorubeens | @​lvjiaxuan | @​meteorlxy | @​nhedger | @​sibbng | @​YunYouJun | @​zojize

    View changes on GitHub

Configuration

📅 Schedule: 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, 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 | [`8.6.0` -> `8.7.3`](https://renovatebot.com/diffs/npm/@vueuse%2fcore/8.6.0/8.7.3) | | [@vueuse/router](https://github.com/vueuse/vueuse) | dependencies | minor | [`8.6.0` -> `8.7.3`](https://renovatebot.com/diffs/npm/@vueuse%2frouter/8.6.0/8.7.3) | --- ### Release Notes <details> <summary>vueuse/vueuse</summary> ### [`v8.7.3`](https://github.com/vueuse/vueuse/releases/v8.7.3) [Compare Source](https://github.com/vueuse/vueuse/compare/v8.7.2...v8.7.3) #####    🐞 Bug Fixes - **ci**: - Release script [`0d3c1f7a`](https://github.com/vueuse/vueuse/commit/0d3c1f7a) #####    ❤️ Contributors    Thanks to [@&#8203;antfu](https://github.com/antfu) #####     [View changes on GitHub](https://github.com/vueuse/vueuse/compare/v8.7.2...v8.7.3) ### [`v8.7.2`](https://github.com/vueuse/vueuse/releases/v8.7.2) [Compare Source](https://github.com/vueuse/vueuse/compare/v8.7.1...v8.7.2) *No significant changes* #####    ❤️ Contributors    Thanks to [@&#8203;antfu](https://github.com/antfu) #####     [View changes on GitHub](https://github.com/vueuse/vueuse/compare/v8.7.1...v8.7.2) ### [`v8.7.1`](https://github.com/vueuse/vueuse/releases/v8.7.1) [Compare Source](https://github.com/vueuse/vueuse/compare/v8.7.0...v8.7.1) *No significant changes* #####    ❤️ Contributors    Thanks to [@&#8203;antfu](https://github.com/antfu) #####     [View changes on GitHub](https://github.com/vueuse/vueuse/compare/v8.7.0...v8.7.1) ### [`v8.7.0`](https://github.com/vueuse/vueuse/releases/v8.7.0) [Compare Source](https://github.com/vueuse/vueuse/compare/v8.6.0...v8.7.0) #####    🚀 Features - **until**: - Improved until types [`#1493`](https://github.com/vueuse/vueuse/issues/1493) - **useImage**: - New function [`#1460`](https://github.com/vueuse/vueuse/issues/1460) #####    🐞 Bug Fixes - **onClickOutside**: - Avoid calling safari workaround on right click [`#1673`](https://github.com/vueuse/vueuse/issues/1673) - **unrefElement**: - Don't return the Vue instance when `$el` is `null`/`undefined` [`#1657`](https://github.com/vueuse/vueuse/issues/1657) - **useFetch**: - Ssr compactible for `headersToObject` [`8f541b0a`](https://github.com/vueuse/vueuse/commit/8f541b0a) - **useIntervalFn**: - Watch interval correctly [`#1676`](https://github.com/vueuse/vueuse/issues/1676) - **useMagicKeys**: - `getModifierState` is not function error in Chrome [`#1654`](https://github.com/vueuse/vueuse/issues/1654) - **useScroll**: - Compatibility for mobile [`#1663`](https://github.com/vueuse/vueuse/issues/1663) - **useUrlSearchParams**: - Preserve history state when updating query [`#1661`](https://github.com/vueuse/vueuse/issues/1661) - **watch**\*: - Fix `T` type for `WatchCallback` [`#1692`](https://github.com/vueuse/vueuse/issues/1692) #####    ❤️ Contributors    Thanks to [@&#8203;antfu](https://github.com/antfu) | [@&#8203;arcs-](https://github.com/arcs-) | [@&#8203;DrJume](https://github.com/DrJume) | [@&#8203;HannesOberreiter](https://github.com/HannesOberreiter) | [@&#8203;HassanZahirnia](https://github.com/HassanZahirnia) | [@&#8203;hsyq](https://github.com/hsyq) | [@&#8203;LeSuisse](https://github.com/LeSuisse) | [@&#8203;luciorubeens](https://github.com/luciorubeens) | [@&#8203;lvjiaxuan](https://github.com/lvjiaxuan) | [@&#8203;meteorlxy](https://github.com/meteorlxy) | [@&#8203;nhedger](https://github.com/nhedger) | [@&#8203;sibbng](https://github.com/sibbng) | [@&#8203;YunYouJun](https://github.com/YunYouJun) | [@&#8203;zojize](https://github.com/zojize) #####     [View changes on GitHub](https://github.com/vueuse/vueuse/compare/v8.6.0...v8.7.0) </details> --- ### Configuration 📅 **Schedule**: 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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added the
dependencies
label 2022-06-16 16:03:09 +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://2060-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://2060-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.
renovate force-pushed renovate/vueuse from 1d00bf5345 to 105260dc01 2022-06-16 17:03:16 +00:00 Compare
konrad merged commit 346a6a568d into main 2022-06-16 18:28:49 +00:00
konrad deleted branch renovate/vueuse 2022-06-16 18:28:49 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.