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.31.4 #5

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 27, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vitest 0.25.8 -> 0.31.4 age adoption passing confidence

Release Notes

vitest-dev/vitest

v0.31.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.31.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.31.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.31.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.31.0

Compare Source

   🚨 Breaking Changes
  • Remove browser from allowed pools inside poolMatchGlob config option. Please, use Vitest workspaces for running tests in the browser.

  • Move assertion declarations to expect package  -  by @​sheremet-va in https://github.com/vitest-dev/vitest/issues/3294 (cf3af)

    • The change should be minor:
    - declare namespace Vi {
    + declare module 'vitest' {
       interface Assertion<T = any> extends CustomMatchers<T> {}
       interface AsymmetricMatchersContaining extends CustomMatchers {}
    }
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

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
  • Watch mode's filename pattern to persist on unrelated file changes  -  by @​AriPerkkio (712ac)
  • Watch mode's filename pattern to persist re-run of failed tests, snapshot updates and testname filter changes  -  by @​AriPerkkio (1c65a)
  • Dont incorrectly mark run failed if filename pattern excludes previously failed tests  -  by [@​AriPerkkio](https://togithub.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 changed the title chore(deps): update dependency vitest to v0.28.2 chore(deps): update dependency vitest to v0.28.3 Jan 27, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 3 times, most recently from 7913673 to 3754b9f Compare February 3, 2023 03:46
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.28.3 chore(deps): update dependency vitest to v0.28.4 Feb 3, 2023
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.28.4 chore(deps): update dependency vitest to v0.28.5 Feb 13, 2023
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.28.5 chore(deps): update dependency vitest to v0.29.1 Feb 25, 2023
@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 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 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 8434b19 to 307dc9b Compare March 20, 2023 16:21
@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 8eec788 to 793aeae Compare March 26, 2023 11:23
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 793aeae to daa2b98 Compare March 28, 2023 18:43
@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 from daa2b98 to 9f404e5 Compare April 9, 2023 15:44
@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 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 9f404e5 to bf629c7 Compare April 11, 2023 16:11
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from c1267fb to f3d53dd Compare May 3, 2023 21:58
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.30.1 chore(deps): update dependency vitest to v0.31.0 May 3, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from f3d53dd to f9d825a Compare May 17, 2023 16:21
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.31.0 chore(deps): update dependency vitest to v0.31.1 May 17, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from f9d825a to 5d92273 Compare June 1, 2023 17:24
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.31.1 chore(deps): update dependency vitest to v0.31.4 Jun 1, 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

0 participants