Bump @vue/test-utils from 1.0.0-beta.32 to 2.2.0 in /webapp
Created by: dependabot[bot]
Bumps @vue/test-utils from 1.0.0-beta.32 to 2.2.0.
Release notes
Sourced from @vue/test-utils
's releases.
v2.2.0
What's Changed
Features
- feat(setValue): allow array for multiselect .setValue() method by
@freakzlike
in vuejs/test-utils#1825- feat(wrapper): Add raw option to .html() by
@freakzlike
in vuejs/test-utils#1827- feat(stubs): Allow to stub directives (fixes #1800) by
@xanf
in vuejs/test-utils#1804Fixes
- fix(compat): do not overwrite globalProperties merge them instead by
@xanf
in vuejs/test-utils#1788- fix(element): return correct element for component which renders other component while passing array of vnodes in default slot by
@xanf
in vuejs/test-utils#1789- fix: cleanup event listeners on unmount by
@freakzlike
in vuejs/test-utils#1793- fix(config): Do not use config.renderStubDefaultSlot by
@xanf
in vuejs/test-utils#1797- fix(stubs): Do not render function body in stub by
@xanf
in vuejs/test-utils#1819Other
- chore(deps): update dependency rollup-plugin-typescript2 to v0.34.1 by
@renovate
in vuejs/test-utils#1790- chore(deps): update all non-major dependencies by
@renovate
in vuejs/test-utils#1794- chore(deps): update dependency unplugin-vue-components to v0.22.8 by
@renovate
in vuejs/test-utils#1795- added typescript documentation to plugins.md by
@mrcwbr
in vuejs/test-utils#1796- chore(deps): update dependency vue-tsc to v1 by
@renovate
in vuejs/test-utils#1802- chore(deps): update dependency
@rollup/plugin-commonjs
to v23 by@renovate
in vuejs/test-utils#1803- chore(deps): update dependency
@rollup/plugin-json
to v5 by@renovate
in vuejs/test-utils#1805- chore(deps): update dependency
@rollup/plugin-node-resolve
to v15 by@renovate
in vuejs/test-utils#1806- chore(deps): update dependency
@rollup/plugin-replace
to v5 by@renovate
in vuejs/test-utils#1808- chore(deps): update pnpm/action-setup action to v2.2.3 by
@renovate
in vuejs/test-utils#1809- chore(scripts): add prepare script by
@xanf
in vuejs/test-utils#1812- chore: use
@rollup/plugin-typescript
by@cexbrayat
in vuejs/test-utils#1811- chore: use a typescript rollup config by
@cexbrayat
in vuejs/test-utils#1814- chore: use --bundleConfigAsCjs to load rollup config by
@cexbrayat
in vuejs/test-utils#1816- chore: support node v18 by
@cexbrayat
in vuejs/test-utils#1817- chore(deps): update pnpm/action-setup action to v2.2.4 by
@renovate
in vuejs/test-utils#1820- chore(deps): update all non-major dependencies by
@renovate
in vuejs/test-utils#1821- chore: update to vitest v0.24.3 by
@cexbrayat
in vuejs/test-utils#1823- chore(deps): update dependency
@vitest/coverage-c8
to v0.24.3 by@renovate
in vuejs/test-utils#1824New Contributors
@mrcwbr
made their first contribution in vuejs/test-utils#1796Full Changelog: https://github.com/vuejs/test-utils/compare/v2.1.0...v2.2.0
v2.1.0
What's Changed
Fixes
- fix: keep Date objects on setData by
@freakzlike
in vuejs/test-utils#1720- fix: Make wrapper.find() enable to find ref in v-for directive by
@hiromi2424
in vuejs/test-utils#1723
... (truncated)
Commits
- See full diff in compare view
Maintainer changes
This version was pushed to npm by lmiller1990, a new releaser for @vue/test-utils
since your current version.
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)