Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jan 30, 2023

Note: This PR body was truncated due to platform limits.

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 da71cbb to 9c0a681 Compare February 3, 2023 00:39
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from 9c0a681 to e2f0b83 Compare February 20, 2023 00:10
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from e2f0b83 to b9be089 Compare March 9, 2023 05:37
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from b9be089 to 22a7ff8 Compare March 21, 2023 08:16
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from 22a7ff8 to 4caacec Compare June 22, 2023 17:59
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from 4caacec to cc80c15 Compare July 21, 2023 12:02
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from cc80c15 to 2f51ff6 Compare November 15, 2023 08:44
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from 2f51ff6 to 5eeaa6a Compare November 30, 2023 11:57
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from 5eeaa6a to dc8c648 Compare January 27, 2024 15:01
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from dc8c648 to 8a77b16 Compare March 14, 2024 08:56
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from 8a77b16 to e36e8c7 Compare May 7, 2024 05:48
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from e36e8c7 to 899d112 Compare August 11, 2025 07:50
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from 899d112 to 614d11b Compare August 23, 2025 07:13
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from 614d11b to 43eff38 Compare September 26, 2025 04:15
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from 43eff38 to 44fc96a Compare October 23, 2025 16:16
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from 44fc96a to 987a1c3 Compare November 19, 2025 23:29
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from 987a1c3 to 9b855e7 Compare December 31, 2025 11:43
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from 9b855e7 to fac7518 Compare January 1, 2026 15:41
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