Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency @vue/test-utils to v2.4.5 #49

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 18, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vue/test-utils 2.0.0-rc.18 -> 2.4.5 age adoption passing 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.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

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
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: https://github.com/vuejs/test-utils/pull/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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from 460f1cb to 50750e1 Compare September 25, 2022 21:23
@renovate renovate bot changed the title Update dependency @vue/test-utils to v2.0.0 Update dependency @vue/test-utils to v2.0.2 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from 50750e1 to 41ce0c2 Compare November 20, 2022 12:48
@renovate renovate bot changed the title Update dependency @vue/test-utils to v2.0.2 Update dependency @vue/test-utils to v2.2.3 Nov 20, 2022
@renovate renovate bot changed the title Update dependency @vue/test-utils to v2.2.3 Update dependency @vue/test-utils to v2.3.1 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from 41ce0c2 to ce32d2e Compare March 16, 2023 19:17
@renovate renovate bot changed the title Update dependency @vue/test-utils to v2.3.1 Update dependency @vue/test-utils to v2.3.2 Mar 21, 2023
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from ce32d2e to 2491afc Compare March 21, 2023 08:51
@renovate renovate bot changed the title Update dependency @vue/test-utils to v2.3.2 Update dependency @vue/test-utils to v2.4.0 Jun 22, 2023
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from 2491afc to c23c557 Compare June 22, 2023 01:35
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from c23c557 to decaeef Compare July 20, 2023 22:39
@renovate renovate bot changed the title Update dependency @vue/test-utils to v2.4.0 Update dependency @vue/test-utils to v2.4.1 Jul 20, 2023
@renovate renovate bot changed the title Update dependency @vue/test-utils to v2.4.1 Update dependency @vue/test-utils to v2.4.2 Nov 14, 2023
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from decaeef to f52c9e3 Compare November 14, 2023 11:04
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from f52c9e3 to 8ac7fa6 Compare November 29, 2023 05:10
@renovate renovate bot changed the title Update dependency @vue/test-utils to v2.4.2 Update dependency @vue/test-utils to v2.4.3 Nov 29, 2023
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from 8ac7fa6 to 797e3ad Compare January 26, 2024 00:25
@renovate renovate bot changed the title Update dependency @vue/test-utils to v2.4.3 Update dependency @vue/test-utils to v2.4.4 Jan 26, 2024
@renovate renovate bot changed the title Update dependency @vue/test-utils to v2.4.4 Update dependency @vue/test-utils to v2.4.5 Mar 13, 2024
@renovate renovate bot force-pushed the renovate/vue-test-utils-2.x branch from 797e3ad to 8ce3a2a Compare March 13, 2024 23:23
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.

None yet

0 participants