Upgrade: Bump @vue/test-utils from 1.3.6 to 2.4.5
Bumps @vue/test-utils from 1.3.6 to 2.4.5.
Release notes
Sourced from @vue/test-utils's releases.
v2.4.5
What's Changed
- feat: add teleport stub possibility, https://github.com/vuejs/test-ut… by
@blizzardKvin vuejs/test-utils#2336- fix(findComponent): Use correct vm for stubbed component with selector by
@freakzlikein vuejs/test-utils#2327- fix(teleport.md): fix missed "global" key, https://github.com/vuejs/t… by
@blizzardKvin vuejs/test-utils#2337- fix(vue-router.md): update highlights when mocking real router by
@dmoyadevin vuejs/test-utils#2340- fix(deps): update dependency vue-component-type-helpers to v2 by
@renovatein vuejs/test-utils#2358- fix: Allow access to nested computed values (fix #2196) by
@Evobaso-Jin vuejs/test-utils#2356- docs: add mention of enableAutoDestroy replacement by
@strokirkin vuejs/test-utils#2344New Contributors
@blizzardKvmade their first contribution in vuejs/test-utils#2336@dmoyadevmade their first contribution in vuejs/test-utils#2340@strokirkmade their first contribution in vuejs/test-utils#2344@Evobaso-Jmade their first contribution in vuejs/test-utils#2356@qmonmertmade their first contribution in vuejs/test-utils#2364Full Changelog: https://github.com/vuejs/test-utils/compare/v2.4.4...v2.4.5
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
... (truncated)
Commits
- See full diff in compare view
You can trigger a rebase of this PR 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)
1 failed and 1 flaky tests on run #1350 ↗︎
Details:
| Upgrade: Bump @vue/test-utils from 1.3.6 to 2.4.5 | |||
| Project: Activity | Commit: a227c20c09 |
||
| Status: Failed | Duration: 02:43 💡 | ||
| Started: Mar 23, 2024 4:20 AM | Ended: Mar 23, 2024 4:23 AM | ||
cypress/e2e/sidebar.cy.ts • 1 failed test • Run E2E
| Test | Artifacts | |
|---|---|---|
| Check activity listing in the sidebar > Has favorite activity |
Test Replay
Screenshots
|
|
cypress/e2e/sidebar.cy.ts • 1 flaky test • Run E2E
| Test | Artifacts | |
|---|---|---|
| Check activity listing in the sidebar > Has comment activity |
Test Replay
Screenshots
|
|
Review all test suite changes for PR #1608 ↗︎
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.