Update dependency @vue/test-utils to v2.0.0-rc.20 - autoclosed #11
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.0.0-rc.17
->2.0.0-rc.20
Release Notes
vuejs/test-utils
v2.0.0-rc.20
Compare Source
What's Changed
shallowMount
)New Contributors
Full Changelog: vuejs/test-utils@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: 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.