vue-command
vue-command copied to clipboard
chore(deps-dev): bump @vue/test-utils from 2.4.1 to 2.4.4
Bumps @vue/test-utils from 2.4.1 to 2.4.4.
Release notes
Sourced from @vue/test-utils's releases.
v2.4.4
What's Changed
- fix: ignore prototype methods when using setData on objects by
@Haberkampin vuejs/test-utils#2265- fix: always load cjs bundle in node environment by
@danielroein vuejs/test-utils#2269- fix: experimentalVmThreads is now pool=vmThreads by
@cexbrayatin vuejs/test-utils#2275- feat: respect devtools definition by
@webfansplzin vuejs/test-utils#2311New Contributors
@ArtemTropanetsmade their first contribution in vuejs/test-utils#2267@Haberkampmade their first contribution in vuejs/test-utils#2265@danielroemade their first contribution in vuejs/test-utils#2269@webfansplzmade their first contribution in vuejs/test-utils#2311Full Changelog: https://github.com/vuejs/test-utils/compare/v2.4.3...v2.4.4
v2.4.3
What's Changed
- types(setProps): setProps to Partial props by
@pikaxin vuejs/test-utils#2241Full Changelog: https://github.com/vuejs/test-utils/compare/v2.4.2...v2.4.3
v2.4.2
What's Changed
Note: A fix for the
text()method (vuejs/test-utils#2231) may force developers to update tests that were checking the text of several elements at once, as the spaces of each element are now trimmed (as they are when usingtext()on a single element). So if you were checking the text of<span>Trimmed </span><span>Example</span>, it is nowTrimmedExampleinstead ofTrimmed Example(and thetext()of the first span is stillTrimmedas it was before).Fix
- fix: (could be considered a feature?) allow custom
<transition>stubs by@alecgibsonin vuejs/test-utils#2185- fix: Fixing prototype methods being discarded when using
setDataby@rory-instilin vuejs/test-utils#2166- fix(deps): update all non-major dependencies to v1.8.8 by
@renovatein vuejs/test-utils#2143- fix(deps): update all non-major dependencies to v1.8.13 by
@renovatein vuejs/test-utils#2193- fix(deps): update all non-major dependencies to v1.8.19 by
@renovatein vuejs/test-utils#2211- fix: stricter props types by
@alecgibsonin vuejs/test-utils#2137- fix(deps): update all non-major dependencies to v1.8.21 by
@renovatein vuejs/test-utils#2224- fix: wrapper.text method by
@harunari0928in vuejs/test-utils#2231- fix(types): use
VNodeChildtype fromvueto avoid breakage by@sodateain vuejs/test-utils#2237- Fixed typo in accessibility word by
@ramsesmorenoin vuejs/test-utils#2160Docs
- docs: Fix omission of async keywords. by
@yasuaki640in vuejs/test-utils#2163- docs: fix spell Exemple to Example by
@yasuaki640in vuejs/test-utils#2161- docs: Add removal of createWrapper by
@AntonioDellin vuejs/test-utils#2235- docs: comparison of functions with v1 by
@freakzlikein vuejs/test-utils#2175- docs: fix typo in code example by
@dennybiasiolliin vuejs/test-utils#2212- feat: update the website application by
@nazarepiedadyin vuejs/test-utils#2171Chore
- Add WebdriverIO to list of supporting frameworks by
@christian-bromannin vuejs/test-utils#2189- ci: add node v20 and drop node v16 by
@cexbrayatin vuejs/test-utils#2190
... (truncated)
Commits
bd21a8epublish: release v2.4.48f06516chore(deps): update dependency husky to v91ba42e3chore(deps): update dependency@types/nodeto v20.11.63483dd2chore(deps): update all non-major dependenciesc3cc713feat: respect devtools definition (#2311)ec63f82chore(deps): update dependency vitepress to v1.0.0-rc.40d27a685chore(deps): update dependency jsdom to v241e78d4echore(deps): update dependency vite to v5.0.12 [security]67adfcfchore(deps): update all non-major dependencies0caacb5chore(deps): update all non-major dependencies- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)