chore(deps): update dependency @testing-library/vue to v8 #4997
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:
5.9.0
->8.0.3
Release Notes
testing-library/vue-testing-library (@testing-library/vue)
v8.0.3
Compare Source
Bug Fixes
v8.0.2
Compare Source
Bug Fixes
v8.0.1
Compare Source
Bug Fixes
v8.0.0
Compare Source
bug
BREAKING CHANGES
Throw error when running vitest with no
afterEach
global and noVTL_SKIP_AUTO_CLEANUP
flag is set.v7.0.0
Compare Source
Features
BREAKING CHANGES
v6.6.1
Compare Source
Bug Fixes
v6.6.0
Compare Source
This is the Vue 3 release on
latest
channel 🎉 This means that, from now on,npm install -D @​testing-library/vue
will install v6, which targets Vue 3.Vue 2 is still suported with
npm install -D @​testing-library/vue@^5
.Bug Fixes
cleanup
type (#186) (75e0111)Features
fireEvent.update
(#179) (b762198)v6.5.1
Compare Source
Bug Fixes
v6.5.0
Compare Source
Features
v6.4.2
Compare Source
Bug Fixes
v6.4.1
Compare Source
Bug Fixes
v6.4.0
Compare Source
Features
More information on https://github.com/testing-library/vue-testing-library/issues/205
v6.3.4
Compare Source
Bug Fixes
v6.3.3
Compare Source
Bug Fixes
v6.3.2
Compare Source
Bug Fixes
v6.3.1
Compare Source
Bug Fixes
v6.3.0
Compare Source
Features
v6.2.0
Compare Source
Features
v6.1.0
Compare Source
Features (breaking)
setProps
withrerender
(#173) (ebe23d8)v6.0.0
Compare Source
tl;dr: Run
npm install -D @​testing-library/vue@next
to give this release which supports Vue 3 a go!Features
BREAKING CHANGES
global.stubs
.config
options (for example,global.directives
).isUnmounted
is gone.updateProps
is now calledsetProps
to align with VTU.Some of the missing steps is to provide support to Vue Router, and also to update libraries of the ecosystem to their Vue 3 version.
This is an exciting release! 🎉 It marks the first release aiming to support Vue 3 and Vue Test Utils 2. Please head to the PR to get more information, and feel free to open up issues and PRs to fix missing features / ports 😄
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 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 Mend Renovate. View repository job log here.