nuxtlabs / vscode-mdc

Provides syntax highlighting and colon matching for MDC (Markdown Components) files for Nuxt Content.
https://marketplace.visualstudio.com/items?itemName=Nuxt.mdc
MIT License
64 stars 2 forks source link

chore(deps): update devdependency @vueuse/core to v6 #7

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vueuse/core ^5.3.0 -> ^6.0.0 age adoption passing confidence

Release Notes

vueuse/vueuse ### [`v6.0.0`](https://togithub.com/vueuse/vueuse/releases/v6.0.0) [Compare Source](https://togithub.com/vueuse/vueuse/compare/v5.3.0...v6.0.0) ##### BREAKING - From v6.0, VueUse requires `vue` >= v3.2 or `@vue/composition-api` >= v1.1 ##### Features - Leverage the new [`effectScope` api](https://togithub.com/vuejs/rfcs/blob/master/active-rfcs/0041-reactivity-effect-scope.md), all functions are now compatible with it and can be converted to shared version with https://vueuse.org/shared/createSharedComposable/ - **createSharedComposable:** new function ([7cb1fad](https://togithub.com/vueuse/vueuse/commit/7cb1fad)) - **toReactive:** new function ([#​671](https://togithub.com/vueuse/vueuse/issues/671)) ([0f250d4](https://togithub.com/vueuse/vueuse/commit/0f250d4)) - use tryOnScopeDispose instead of tryOnUnmounted ([ff21b27](https://togithub.com/vueuse/vueuse/commit/ff21b27)) - **useEventBus:** new function ([#​647](https://togithub.com/vueuse/vueuse/issues/647)) ([9dfd24d](https://togithub.com/vueuse/vueuse/commit/9dfd24d)) - **useStorage:** new onError callback ([8b94203](https://togithub.com/vueuse/vueuse/commit/8b94203)) ##### Bug Fixes - **useStorage:** default null values will not be stored in local storage ([#​642](https://togithub.com/vueuse/vueuse/issues/642)) ([29032e5](https://togithub.com/vueuse/vueuse/commit/29032e5))

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.



This PR has been generated by WhiteSource Renovate. View repository job log here.