Skip to content

Update dependency @vue/test-utils to v2.0.2

renovate-bot requested to merge renovate/vue-test-utils-2.x into develop

This MR contains the following updates:

Package Type Update Change
@vue/test-utils devDependencies patch 2.0.0-rc.17 -> 2.0.2

Release Notes

vuejs/test-utils

v2.0.2

Compare Source

What's Changed

Fixes
Docs
Chore/Other

New Contributors

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.0.1...v2.0.2

v2.0.1

Compare Source

Test Utils is quite stable now, so most of the changes here are minor fixes.

The next "big ticket" feature will be SSR support. You can track it here: https://github.com/vuejs/test-utils/pull/1572

Fixes

Chores/Dependencies

#### New Contributors * @​dcrall made their first contribution in https://github.com/vuejs/test-utils/pull/1535 * @​snoozbuster made their first contribution in https://github.com/vuejs/test-utils/pull/1549

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.0.0...v2.0.1

v2.0.0

Compare Source

This is v2.0.0. The library is quite stable and there are not major bugs.

What's Changed

New Contributors

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.0.0-rc.21...v2.0.0

v2.0.0-rc.21

Compare Source

This is the final release candidate, unless something major comes up. We will move to 2.0.0 next release.

v2.0.0-rc.20

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.0.0-rc.19...v2.0.0-rc.20

v2.0.0-rc.19

Compare Source

Several fixes. We will move from release candidate soon, hopefully this will be the last release candidate, unless any bugs are reported!

Features

feat: Add createStubs plugin hook feat: support custom class component

Fixes

fix: added missing find overrides fix: support functional component props fix: do not match component name on getter that returns component fix: static imports fix: findAll root nodes when using render function fix: stop globalProperties config leak fix: add relative imports in wrapperLike interface fix: add methods from baseWrapper to the wrapperLike interface fix(type): add undefined type to attributes() for missing key #​1398 fix(find): find element inside suspense with multi root elements #​1397 fix(find): find and findAll should not find itself on DOM wrappers #​1392

v2.0.0-rc.18

Compare Source

We are edging closer to a 2.0.0. This release contains many small fixes, mainly related to niche edge cases.

Fixes

fix: stringify symbol props in stubs (#​1086) fix: Remove methods key from mount (#​1145) Fix: Use defaultName when it exists to correctly stub async components (#​1136) fix(find): allow finding stubs by stub definition (#​1113) fix(emitted): do not track native events on multi-root components (#​1121) fix(html): ensure wrapper.html() works correctly for multi-root (#​1120) fix(find): implement proper find for multi-root components (#​1116) fix(find): do not find DOM node by ref if it is not inside element b118e9aa956a81997dc1276583c0f48c5a767387 fix(find): finding by ref may return Node, not just Element 125ea2fa6c0c757c0628f21aa1b1f60f996ca323

Other

chore(findComponent): refactor find & findComponent (fixes #​716, #​899) chore(compat): Always treat legacy functional components as function bb44d9e4b92b852db7dc588c0d663f33739d41de


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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by renovate-bot

Merge request reports