ktsn / vuex-smart-module

Type safe Vuex module with powerful module features
MIT License
381 stars 19 forks source link

chore: Bump @vue/test-utils from 2.0.0-rc.6 to 2.0.0-rc.21 #595

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @vue/test-utils from 2.0.0-rc.6 to 2.0.0-rc.21.

Release notes

Sourced from @​vue/test-utils's releases.

v2.0.0-rc.21

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

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

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

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

Fixes

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #603.