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 vitest to v0.29.8 - abandoned #1589

Closed
wants to merge 2 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vitest 0.21.1 -> 0.29.8 age adoption passing confidence

Release Notes

vitest-dev/vitest

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

v0.26.0

Compare Source

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

v0.25.8

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.25.7

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.25.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.25.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    [View changes on GitHub](https://togithub.com/vite

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/vitest-monorepo branch 4 times, most recently from d95313d to 4ac2177 Compare October 31, 2022 10:50
@renovate renovate bot changed the title Update dependency vitest to v0.24.3 Update dependency vitest to v0.24.4 Oct 31, 2022
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from 579207a to 2af4714 Compare November 1, 2022 18:56
@renovate renovate bot changed the title Update dependency vitest to v0.24.4 Update dependency vitest to v0.24.5 Nov 1, 2022
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from 49a7fb7 to efe6efc Compare November 7, 2022 19:20
@renovate renovate bot changed the title Update dependency vitest to v0.24.5 Update dependency vitest to v0.25.0 Nov 7, 2022
@renovate renovate bot changed the title Update dependency vitest to v0.25.0 Update dependency vitest to v0.25.1 Nov 8, 2022
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 5 times, most recently from 49afe06 to db12469 Compare November 14, 2022 16:25
@renovate renovate bot changed the title Update dependency vitest to v0.25.1 Update dependency vitest to v0.25.2 Nov 14, 2022
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 3 times, most recently from 3681446 to 9c00b65 Compare November 20, 2022 23:25
@renovate renovate bot changed the title Update dependency vitest to v0.25.2 Update dependency vitest to v0.25.3 Nov 22, 2022
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 3 times, most recently from 746b8ab to c139be6 Compare November 23, 2022 20:24
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 3 times, most recently from b4fe210 to eeafcf5 Compare December 5, 2022 22:04
@renovate renovate bot changed the title Update dependency vitest to v0.25.3 Update dependency vitest to v0.25.4 Dec 5, 2022
@renovate renovate bot changed the title Update dependency vitest to v0.28.1 Update dependency vitest to v0.28.2 Jan 25, 2023
@renovate renovate bot changed the title Update dependency vitest to v0.28.2 Update dependency vitest to v0.28.3 Jan 27, 2023
@renovate renovate bot changed the title Update dependency vitest to v0.28.3 Update dependency vitest to v0.28.4 Feb 3, 2023
@renovate renovate bot changed the title Update dependency vitest to v0.28.4 Update dependency vitest to v0.28.5 Feb 13, 2023
@renovate renovate bot changed the title Update dependency vitest to v0.28.5 Update dependency vitest to v0.29.1 Feb 25, 2023
@renovate renovate bot changed the title Update dependency vitest to v0.29.1 Update dependency vitest to v0.29.2 Feb 28, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 02c0525 to 2ee1ed7 Compare March 12, 2023 00:31
@renovate renovate bot changed the title Update dependency vitest to v0.29.2 Update dependency vitest to v0.29.3 Mar 15, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 2ee1ed7 to f249701 Compare March 15, 2023 22:04
@renovate renovate bot changed the title Update dependency vitest to v0.29.3 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 8fc024e to fb556a6 Compare March 20, 2023 20:34
@renovate renovate bot changed the title Update dependency vitest to v0.29.5 Update dependency vitest to v0.29.6 Mar 20, 2023
@renovate renovate bot changed the title Update dependency vitest to v0.29.6 Update dependency vitest to v0.29.7 Mar 21, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from aaea1fd to b9b0156 Compare March 24, 2023 09:47
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from b9b0156 to d887df9 Compare March 28, 2023 17:50
@renovate renovate bot changed the title Update dependency vitest to v0.29.7 Update dependency vitest to v0.29.8 Mar 28, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Mar 28, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@renovate renovate bot changed the title Update dependency vitest to v0.29.8 Update dependency vitest to v0.29.8 - abandoned Apr 9, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Apr 9, 2023

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@binhonglee binhonglee closed this Apr 9, 2023
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

1 participant