mobxjs / mobx-vue-lite

Lightweight Vue 3 bindings for MobX based on Composition API.
MIT License
69 stars 3 forks source link

Update dependency @vue/test-utils to v2.0.0 #92

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
@vue/test-utils 2.0.0-rc.21 -> 2.0.0 age adoption passing confidence

Release Notes

vuejs/test-utils ### [`v2.0.0`](https://togithub.com/vuejs/test-utils/releases/tag/v2.0.0) [Compare Source](https://togithub.com/vuejs/test-utils/compare/v2.0.0-rc.21...v2.0.0) This is v2.0.0. The library is quite stable and there are not major bugs. #### What's Changed - Fix/emitted events cache by [@​BrettLargent](https://togithub.com/BrettLargent) in [https://github.com/vuejs/test-utils/pull/1449](https://togithub.com/vuejs/test-utils/pull/1449) - fix: string slot null ctx in renderFn by [@​braddialpad](https://togithub.com/braddialpad) in [https://github.com/vuejs/test-utils/pull/1462](https://togithub.com/vuejs/test-utils/pull/1462) - fix: wrapper.element with nested multiple roots by [@​freakzlike](https://togithub.com/freakzlike) in [https://github.com/vuejs/test-utils/pull/1463](https://togithub.com/vuejs/test-utils/pull/1463) - fix: fix module resolution for esm file by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vuejs/test-utils/pull/1484](https://togithub.com/vuejs/test-utils/pull/1484) - regression: [#​1476](https://togithub.com/vuejs/test-utils/issues/1476) reactive prop object compare by [@​freakzlike](https://togithub.com/freakzlike) in [https://github.com/vuejs/test-utils/pull/1479](https://togithub.com/vuejs/test-utils/pull/1479) - fix: Pass props to functional component by [@​freakzlike](https://togithub.com/freakzlike) in [https://github.com/vuejs/test-utils/pull/1513](https://togithub.com/vuejs/test-utils/pull/1513) - fix(wrapper): fix wrapper.element for component with slot by [@​xanf](https://togithub.com/xanf) in [https://github.com/vuejs/test-utils/pull/1497](https://togithub.com/vuejs/test-utils/pull/1497) - fix(findComponent): allow finding top-level component by [@​xanf](https://togithub.com/xanf) in [https://github.com/vuejs/test-utils/pull/1496](https://togithub.com/vuejs/test-utils/pull/1496) - chore: bump to vue v3.2.34 by [@​cexbrayat](https://togithub.com/cexbrayat) in [https://github.com/vuejs/test-utils/pull/1510](https://togithub.com/vuejs/test-utils/pull/1510) #### New Contributors - [@​BrettLargent](https://togithub.com/BrettLargent) made their first contribution in [https://github.com/vuejs/test-utils/pull/1449](https://togithub.com/vuejs/test-utils/pull/1449) - [@​braddialpad](https://togithub.com/braddialpad) made their first contribution in [https://github.com/vuejs/test-utils/pull/1462](https://togithub.com/vuejs/test-utils/pull/1462) - [@​sheremet-va](https://togithub.com/sheremet-va) made their first contribution in [https://github.com/vuejs/test-utils/pull/1484](https://togithub.com/vuejs/test-utils/pull/1484) **Full Changelog**: https://github.com/vuejs/test-utils/compare/v2.0.0-rc.21...v2.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.



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