fix(deps): update dependency @vueuse/router to v8 #1664

Merged
konrad merged 1 commits from renovate/vueuse-router-8.x into main 2022-03-13 21:35:17 +00:00
Member

This PR contains the following updates:

Package Type Update Change
@vueuse/router dependencies major 7.7.1 -> 8.0.0

Release Notes

vueuse/vueuse

v8.0.0

Compare Source

Breaking Changes
Bug Fixes
New Features
Refactoring
  • Normalize the function names with the backward compact alias
    • eagerComputed -> computedEager
    • asyncComputed -> computedAsync
    • controlledComputed -> computedWithControl
    • useThrottle, throttledRef -> refThrottled
    • useDebounce, debouncedRef -> refDebounced
    • controlledRef -> refWithControl
    • pasuableWatch -> watchPasuable
    • ignorableWatch -> watchIgnorable
    • debouncedWatch -> watchDebounced
    • throttledWatch -> watchThrottled
    • and, or, not -> logicAnd, logicOr, logicNot
    • autoResetRef -> refAutoReset
New Contributors
New Team Members

Full Changelog: https://github.com/vueuse/vueuse/compare/v7.7.1...v8.0.0


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 this update 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/router](https://github.com/vueuse/vueuse) | dependencies | major | [`7.7.1` -> `8.0.0`](https://renovatebot.com/diffs/npm/@vueuse%2frouter/7.7.1/8.0.0) | --- ### Release Notes <details> <summary>vueuse/vueuse</summary> ### [`v8.0.0`](https://github.com/vueuse/vueuse/releases/v8.0.0) [Compare Source](https://github.com/vueuse/vueuse/compare/v7.7.1...v8.0.0) ##### Breaking Changes - Deprecated usage of `@vueuse/core/nuxt` has been removed, use `@vueuse/nuxt` instead - `syncRef` renamed to `syncRefs` ([`5ec1da1`](https://github.com/vueuse/vueuse/commit/5ec1da1d8f6920ad915fe5d5bd0397cb341a48c8)) - `biSyncRef` renamed to `syncRef`, with configurable syncing direction ([`360833d`](https://github.com/vueuse/vueuse/commit/360833d901df2acd019464984aaa2e5ed194f91e)) - fix(useTextSelection)!: listen to `selectionchange` event by [@&#8203;okxiaoliang4](https://github.com/okxiaoliang4) in https://github.com/vueuse/vueuse/pull/1194 - refactor(useFocus)!: made target an required argument instead of an option by [@&#8203;wtykirby](https://github.com/wtykirby) in https://github.com/vueuse/vueuse/pull/1010 ##### Bug Fixes - **useAxios:** args param need limit ([#&#8203;1343](https://github.com/vueuse/vueuse/issues/1343)) ([42fc7a7](https://github.com/vueuse/vueuse/commit/42fc7a7)) - **useFetch:** uppercase HTTP methods in useFetch ([#&#8203;1336](https://github.com/vueuse/vueuse/issues/1336)) ([4ce7c72](https://github.com/vueuse/vueuse/commit/4ce7c72)) - **useTextSelection:** ssr compactible ([2a87733](https://github.com/vueuse/vueuse/commit/2a87733)) - **onClickOutside:** should work normal w/ directive ([#&#8203;1366](https://github.com/vueuse/vueuse/issues/1366)) ([66cefd5](https://github.com/vueuse/vueuse/commit/66cefd5)) ##### New Features - New `@vueuse/metadata` package to replace the `indexes.json` with proper types - Better support of related functions in docs - Support alias of functions - New functions - **useTimeoutPoll:** new function ([#&#8203;1178](https://github.com/vueuse/vueuse/issues/1178)) ([abd59a2](https://github.com/vueuse/vueuse/commit/abd59a2)) - **useDateFormat:** new function ([#&#8203;1123](https://github.com/vueuse/vueuse/issues/1123)) ([5c445d8](https://github.com/vueuse/vueuse/commit/5c445d8)) - **useGamepad:** new function ([#&#8203;1355](https://github.com/vueuse/vueuse/issues/1355)) ([5071118](https://github.com/vueuse/vueuse/commit/5071118)) - **useFileSystemAccess:** new function ([#&#8203;1243](https://github.com/vueuse/vueuse/issues/1243)) ([28066cb](https://github.com/vueuse/vueuse/commit/28066cb)) - **integrations:** add useChangeCase ([#&#8203;1371](https://github.com/vueuse/vueuse/issues/1371)) ([a98e569](https://github.com/vueuse/vueuse/commit/a98e569)) - Enhancements - **useAxios:** allow useAxios to be awaited ([#&#8203;1228](https://github.com/vueuse/vueuse/issues/1228)) ([8812e7e](https://github.com/vueuse/vueuse/commit/8812e7e)) - **useAxios:** allow not passing url in constructor ([#&#8203;1388](https://github.com/vueuse/vueuse/issues/1388)) ([2a582d4](https://github.com/vueuse/vueuse/commit/2a582d4)) - **useDraggable:** add stopPropagation option ([#&#8203;1391](https://github.com/vueuse/vueuse/issues/1391)) ([7445f0a](https://github.com/vueuse/vueuse/commit/7445f0a)) - Directive support for functions - **onKeyStroke:** directive support ([#&#8203;1362](https://github.com/vueuse/vueuse/issues/1362)) ([9f8eabb](https://github.com/vueuse/vueuse/commit/9f8eabb)) - **useElementHover:** directive support ([#&#8203;1359](https://github.com/vueuse/vueuse/issues/1359)) ([73b0def](https://github.com/vueuse/vueuse/commit/73b0def)) - **useInfiniteScroll:** directive support ([#&#8203;1340](https://github.com/vueuse/vueuse/issues/1340)) ([fd8ca8e](https://github.com/vueuse/vueuse/commit/fd8ca8e)) - **useIntersectionObserver:** directive support ([#&#8203;1339](https://github.com/vueuse/vueuse/issues/1339)) ([53d4dfd](https://github.com/vueuse/vueuse/commit/53d4dfd)) - **useScroll:** directive support ([#&#8203;1348](https://github.com/vueuse/vueuse/issues/1348)) ([0daf86f](https://github.com/vueuse/vueuse/commit/0daf86f)) - **useScrollLock:** directive support ([#&#8203;1360](https://github.com/vueuse/vueuse/issues/1360)) ([4356613](https://github.com/vueuse/vueuse/commit/4356613)) - **useElementSize:** directive support ([#&#8203;1365](https://github.com/vueuse/vueuse/issues/1365)) ([1346456](https://github.com/vueuse/vueuse/commit/1346456)) ##### Refactoring - Normalize the function names with the backward compact alias - `eagerComputed` -> `computedEager` - `asyncComputed` -> `computedAsync` - `controlledComputed` -> `computedWithControl` - `useThrottle`, `throttledRef` -> `refThrottled` - `useDebounce`, `debouncedRef` -> `refDebounced` - `controlledRef` -> `refWithControl` - `pasuableWatch` -> `watchPasuable` - `ignorableWatch` -> `watchIgnorable` - `debouncedWatch` -> `watchDebounced` - ` throttledWatch ` -> `watchThrottled` - `and`, `or`, `not` -> `logicAnd`, `logicOr`, `logicNot` - `autoResetRef` -> `refAutoReset` ##### New Contributors - [@&#8203;Glandos](https://github.com/Glandos) made their first contribution in https://github.com/vueuse/vueuse/pull/1336 - [@&#8203;WuLianN](https://github.com/WuLianN) made their first contribution in https://github.com/vueuse/vueuse/pull/1343 - [@&#8203;hengshanMWC](https://github.com/hengshanMWC) made their first contribution in https://github.com/vueuse/vueuse/pull/1363 - [@&#8203;Rolanddoda](https://github.com/Rolanddoda) made their first contribution in https://github.com/vueuse/vueuse/pull/1380 - [@&#8203;Flamenco](https://github.com/Flamenco) made their first contribution in https://github.com/vueuse/vueuse/pull/1384 - [@&#8203;dospunk](https://github.com/dospunk) made their first contribution in https://github.com/vueuse/vueuse/pull/1392 ##### New Team Members - [@&#8203;webfansplz](https://github.com/webfansplz) - [@&#8203;okxiaoliang4](https://github.com/okxiaoliang4) **Full Changelog**: https://github.com/vueuse/vueuse/compare/v7.7.1...v8.0.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 this update 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-03-13 17:07:34 +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://1664-renovate-vueuse-router-8-x--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://1664-renovate-vueuse-router-8-x--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-router-8.x from 6520cf2cfd to 91c27e7f20 2022-03-13 21:05:37 +00:00 Compare
konrad merged commit 2786f7a7bc into main 2022-03-13 21:35:17 +00:00
konrad deleted branch renovate/vueuse-router-8.x 2022-03-13 21:35:18 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.