Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 29, 2022

This PR contains the following updates:

Package Change Age Confidence
@vue/test-utils ^1.3.3 -> ^2.4.6 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

vuejs/test-utils (@​vue/test-utils)

v2.4.6

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/test-utils@v2.4.5...v2.4.6

v2.4.5

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/test-utils@v2.4.4...v2.4.5

v2.4.4

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/test-utils@v2.4.3...v2.4.4

v2.4.3

Compare Source

What's Changed

Full Changelog: vuejs/test-utils@v2.4.2...v2.4.3

v2.4.2

Compare Source

What's Changed

Note: A fix for the text() method (#​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 using text() on a single element). So if you were checking the text of <span>Trimmed </span><span>Example</span>, it is now TrimmedExample instead of Trimmed Example (and the text() of the first span is still Trimmed as it was before).

Fix
Docs
Chore

New Contributors

Full Changelog: vuejs/test-utils@v2.4.1...v2.4.2

v2.4.1

Compare Source

What's Changed

Fixes
Docs
(Dev) Dependencies

New Contributors

Full Changelog: vuejs/test-utils@v2.4.0...v2.4.1

v2.4.0

Compare Source

Note: there might be some minor breaking changes around types. We tried hard to avoid this and tested a few different projects, but there was some major under the hood changes relating to types (which should improve the TypeScript experience). See the note at the top of the previous release, 2.4.0-alpha.2: https://github.com/vuejs/test-utils/releases/tag/v2.4.0-alpha.2

Between the last main release, v2.3.2, and v2.4.0, there were three alphas:

Please see those release notes for changes if you are updating from v2.3.2. Again, there should not be any major changes, and you code and tests should continue to work as before without any changes.

If you do encounter breaking changes transitioning from 2.3.x -> 2.4.x, please file an issue.

v2.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/test-utils@v2.3.1...v2.3.2

v2.3.1

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/test-utils@v2.3.0...v2.3.1

v2.3.0

Compare Source

What's Changed

renderToString is merged for SSR testing, thanks to @​wobsoriano and @​cexbrayat!

New Contributors

Full Changelog: vuejs/test-utils@2.2.10...v2.3.0

v2.2.10

Compare Source

What's Changed

Full Changelog: vuejs/test-utils@v2.2.9...2.2.10

v2.2.9

Compare Source

What's Changed

Full Changelog: vuejs/test-utils@v2.2.8...v2.2.9

v2.2.8

Compare Source

What's Changed

Full Changelog: vuejs/test-utils@v2.2.7...v2.2.8

v2.2.7

Compare Source

Fixes

Docs

Chore

New Contributors

Full Changelog: vuejs/test-utils@v2.2.6...v2.2.7

v2.2.6

Compare Source

What's Changed

Full Changelog: vuejs/test-utils@v2.2.5...v2.2.6

v2.2.5

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/test-utils@v2.2.4...v2.2.5

v2.2.4

Compare Source

What's Changed

Full Changelog: vuejs/test-utils@v2.2.3...v2.2.4

v2.2.3

Compare Source

What's Changed

Full Changelog: vuejs/test-utils@v2.2.2...v2.2.3

v2.2.2

Compare Source

Fixes
Other

Full Changelog: vuejs/test-utils@v2.2.1...v2.2.2

v2.2.1

Compare Source

What's Changed

Full Changelog: vuejs/test-utils@v2.2.0...v2.2.1

v2.2.0

Compare Source

What's Changed

Features
Fixes
  • fix(compat): do not overwrite globalProperties merge them instead by @​xanf in #​1788
  • fix(element): return correct element for component which renders other component while passing array of vnodes in default slot by @​xanf in #​1789
  • fix: cleanup event listeners on unmount by @​freakzlike in #​1793
  • fix(config): Do not use config.renderStubDefaultSlot by @​xanf in #​1797
  • fix(stubs): Do not render function body in stub by @​xanf in #​1819
Other

New Contributors

Full Changelog: vuejs/test-utils@v2.1.0...v2.2.0

v2.1.0

Compare Source

What's Changed

Fixes

Other

Chore

New Contributors

Full Changelog: vuejs/test-utils@v2.0.2...v2.1.0

v2.0.2

Compare Source

What's Changed

Fixes
Docs
Chore/Other

New Contributors

Full Changelog: vuejs/test-utils@v2.0.1...v2.0.2

v2.0.1

Compare Source

Test Utils is quite stable now, so most of the changes here are minor fixes.

The next "big ticket" feature will be SSR support. You can track it here: #​1572

Fixes

Chores/Dependencies


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch 2 times, most recently from fbb7fec to e232dec Compare September 29, 2022 05:55
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch 2 times, most recently from a47e308 to 18d6c3b Compare October 7, 2022 01:44
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch 2 times, most recently from f9788af to 92e513c Compare October 29, 2022 05:26
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from 92e513c to db65d27 Compare November 3, 2022 02:36
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch 3 times, most recently from c303c51 to d65baf4 Compare November 16, 2022 21:14
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from d65baf4 to 6d2510f Compare November 20, 2022 22:45
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch 2 times, most recently from e33cb8d to ccacf1a Compare December 5, 2022 04:03
@renovate renovate bot changed the title chore(deps): update devdependency @vue/test-utils to v2 Update devDependency @vue/test-utils to v2 Dec 17, 2022
@renovate renovate bot changed the title Update devDependency @vue/test-utils to v2 chore(deps): update devdependency @vue/test-utils to v2 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from ccacf1a to 2b121c7 Compare January 4, 2023 12:56
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch 2 times, most recently from 15bd719 to 71a0105 Compare March 21, 2023 21:52
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from 71a0105 to a624831 Compare June 22, 2023 01:36
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from a624831 to e4f05d1 Compare July 20, 2023 21:36
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from e4f05d1 to 4eb6910 Compare November 14, 2023 11:00
@coderabbitai
Copy link

coderabbitai bot commented Nov 14, 2023

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from 4eb6910 to f96fd94 Compare November 28, 2023 22:56
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from f96fd94 to 34a67f3 Compare January 26, 2024 00:04
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from 34a67f3 to 65271a1 Compare March 14, 2024 00:37
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from 65271a1 to 2303bc2 Compare May 7, 2024 00:46
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from 2303bc2 to e8cfdd5 Compare August 10, 2025 14:46
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from e8cfdd5 to 5b1cf5f Compare August 19, 2025 16:10
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from 5b1cf5f to 5b7036d Compare September 25, 2025 16:15
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from 5b7036d to 17438de Compare October 21, 2025 20:37
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from 17438de to bba3d86 Compare November 18, 2025 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant