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 #603

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.

Release notes

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

v2.0.0

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

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

... (truncated)

Commits
  • aee5309 chore: publish 2.0.0
  • e59981d chore: bump to vue v3.2.34 (#1510)
  • 6aaf559 chore(deps-dev): bump rollup from 2.73.0 to 2.74.1 (#1515)
  • cc55b19 chore(deps-dev): bump @​types/node from 17.0.34 to 17.0.35 (#1516)
  • 15849bc chore(deps-dev): bump @​babel/core from 7.17.12 to 7.18.0 (#1520)
  • 49020d9 chore(deps-dev): bump ts-jest from 27.1.4 to 27.1.5 (#1511)
  • 1e56cc7 fix(findComponent): allow finding top-level component (#1496)
  • 3c55ab1 fix(wrapper): fix wrapper.element for component with slot (#1497)
  • 8bb8a93 fix: Pass props to functional component (#1513)
  • bb1a378 regression: #1476 reactive prop object compare (#1479)
  • Additional commits viewable in compare view


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 #615.