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.29.8 #211

Merged
merged 1 commit into from Apr 3, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 31, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vitest 0.24.3 -> 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

[`v0.2


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@cloudflare-pages
Copy link

cloudflare-pages bot commented Oct 31, 2022

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 6396581
Status: ✅  Deploy successful!
Preview URL: https://07549ac8.tailwind-toucan-base.pages.dev
Branch Preview URL: https://renovate-vitest-monorepo.tailwind-toucan-base.pages.dev

View logs

@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.24.4 chore(deps): update dependency vitest to v0.24.5 Nov 1, 2022
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.24.5 chore(deps): update dependency vitest to v0.25.0 Nov 7, 2022
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from 473b634 to 2ee876a Compare November 8, 2022 18:19
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.25.0 chore(deps): update dependency vitest to v0.25.1 Nov 8, 2022
@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 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 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 6, 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 10, 2022
@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 changed the title chore(deps): update dependency vitest to v0.25.8 chore(deps): update dependency vitest to v0.26.0 Dec 19, 2022
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.26.0 chore(deps): update dependency vitest to v0.29.3 Mar 18, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 65a95b7 to 7610d83 Compare March 20, 2023 17:45
@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 from 7610d83 to 1d5b525 Compare March 20, 2023 19:34
@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 from 1d5b525 to 4bce112 Compare March 20, 2023 22:06
@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 2 times, most recently from 874736b to 41f536e Compare March 29, 2023 12:02
@changeset-bot
Copy link

changeset-bot bot commented Mar 29, 2023

⚠️ No Changeset found

Latest commit: 6396581

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

@ynotdraw ynotdraw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests action looked good to me and matches what I see locally 👍

@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 41f536e to 7ab56e3 Compare April 3, 2023 13:54
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 7ab56e3 to 6396581 Compare April 3, 2023 14:04
@ynotdraw ynotdraw merged commit d51d4ef into main Apr 3, 2023
6 checks passed
@ynotdraw ynotdraw deleted the renovate/vitest-monorepo branch April 3, 2023 14:30
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

2 participants