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

chore(deps): update dependency vitest to v0.30.1 - autoclosed #41

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 14, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vitest 0.12.3 -> 0.30.1 age adoption passing confidence

Release Notes

vitest-dev/vitest

v0.30.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.30.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.29.8

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.29.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.29.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.29.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.29.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.29.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.29.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.29.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.29.0

Compare Source

This release makes some significant changes to how tests are running. If you were using --no-threads before, you might consider enabling --single-thread instead (because your tests are now running in child_process instead of a worker thread) or try our new performance optimization feature (discussed later). If you were relying on API that was not available inside a worker (like process.chdir(), you can now use this option.

One of the potential breaking bug fixes is that environments do not share the same global scope anymore if you run them with --no-isolate, --no-threads or --single-thread - you might need to update your setup files if you were relying on a global variable before.

If you had performance issues on large code bases before, try the new deps.experimentalOptimizer option instead of disabling threads. Feedback is welcome!

One of the breaking changes includes adding a link to snapshots inside snapshot files, meaning you will need to update all your snapshots.

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.28.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.28.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.28.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.28.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.28.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.28.0

Compare Source

   🚨 Breaking Changes
   🐞 Bug Fixes
    View changes on GitHub

v0.27.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.27.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.27.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.27.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.26.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.26.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.26.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.26

Configuration

📅 Schedule: Branch creation - "before 7am on Monday" in timezone Canada/Eastern, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 requested a review from V-ed as a code owner November 14, 2022 08:13
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 14, 2022
@renovate
Copy link
Contributor Author

renovate bot commented Nov 14, 2022

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from e82de4a to 52ff3bc Compare November 14, 2022 14:52
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.25.1 chore(deps): update dependency vitest to v0.25.2 Nov 14, 2022
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from b71cb23 to 9e96d88 Compare November 22, 2022 15:11
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.25.2 chore(deps): update dependency vitest to v0.25.3 Nov 22, 2022
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from ac41e8e to 8e3a113 Compare November 28, 2022 09:47
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 3 times, most recently from 50f3b83 to b802ef0 Compare December 5, 2022 19:54
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.25.3 chore(deps): update dependency vitest to v0.25.4 Dec 5, 2022
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.25.4 chore(deps): update dependency vitest to v0.25.5 Dec 7, 2022
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.25.5 chore(deps): update dependency vitest to v0.25.6 Dec 8, 2022
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.25.6 chore(deps): update dependency vitest to v0.25.7 Dec 11, 2022
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 4 times, most recently from d0223d1 to da09846 Compare December 13, 2022 11:28
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.25.7 chore(deps): update dependency vitest to v0.25.8 Dec 13, 2022
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 3 times, most recently from b2da2df to 201d9ef Compare December 19, 2022 12:56
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from 55b29a8 to ac8c9b2 Compare February 28, 2023 17:06
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.29.1 chore(deps): update dependency vitest to v0.29.2 Feb 28, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 3 times, most recently from 2a21faf to 0c0fad0 Compare March 13, 2023 05:36
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from 36efc77 to dd0e1b5 Compare March 15, 2023 20:15
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.29.2 chore(deps): update dependency vitest to v0.29.3 Mar 15, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from 131a132 to 58fbaf4 Compare March 20, 2023 09:01
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.29.3 chore(deps): update dependency vitest to v0.29.5 Mar 20, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from 9c54d94 to 6f178d9 Compare March 20, 2023 21:36
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.29.5 chore(deps): update dependency vitest to v0.29.7 Mar 20, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from cdac1c7 to 5418349 Compare March 28, 2023 16:40
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.29.7 chore(deps): update dependency vitest to v0.29.8 Mar 28, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 3 times, most recently from 28ad31f to be5d5c6 Compare April 9, 2023 17:19
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.29.8 chore(deps): update dependency vitest to v0.30.0 Apr 9, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from c2532ea to 6c95d8a Compare April 11, 2023 15:19
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.30.0 chore(deps): update dependency vitest to v0.30.1 Apr 11, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 6c95d8a to 70a10a4 Compare April 14, 2023 15:52
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.30.1 chore(deps): update dependency vitest to v0.30.1 - autoclosed Apr 14, 2023
@renovate renovate bot closed this Apr 14, 2023
@renovate renovate bot deleted the renovate/vitest-monorepo branch April 14, 2023 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants