chore(deps): update dependency vitest to v0.22.0 #2265

Merged
konrad merged 1 commits from renovate/vitest-0.x into main 2022-08-15 21:13:02 +00:00
Member

This PR contains the following updates:

Package Type Update Change
vitest devDependencies minor 0.21.1 -> 0.22.0

Release Notes

vitest-dev/vitest

v0.22.0

Compare Source

   🚨 Breaking Changes
  • c8 coverage support now require peer dependency @vitest/coverage-c8 to be installed. Alternatively, you can install @vitest/coverage-istanbul to use istanbul for coverage instead of c8.
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

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, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [vitest](https://github.com/vitest-dev/vitest) | devDependencies | minor | [`0.21.1` -> `0.22.0`](https://renovatebot.com/diffs/npm/vitest/0.21.1/0.22.0) | --- ### Release Notes <details> <summary>vitest-dev/vitest</summary> ### [`v0.22.0`](https://github.com/vitest-dev/vitest/releases/tag/v0.22.0) [Compare Source](https://github.com/vitest-dev/vitest/compare/v0.21.1...v0.22.0) #####    🚨 Breaking Changes - `c8` coverage support now require peer dependency `@vitest/coverage-c8` to be installed. Alternatively, you can install `@vitest/coverage-istanbul` to use `istanbul` for coverage instead of `c8`. #####    🚀 Features - Add --no-color to cli  -  by [@&#8203;jereklas](https://github.com/jereklas) in https://github.com/vitest-dev/vitest/issues/1849 - Support auto retry on Node segfault `--segfault-retry`  -  by [@&#8203;antfu](https://github.com/antfu) in https://github.com/vitest-dev/vitest/issues/1854 - Support `istanbul` coverage provider  -  by [@&#8203;AriPerkkio](https://github.com/AriPerkkio) and [@&#8203;antfu](https://github.com/antfu) in https://github.com/vitest-dev/vitest/issues/1676 - **cli**: Support passing `--inspect` and `--inspect-brk`  -  by [@&#8203;antfu](https://github.com/antfu) [<samp>(ea80f)</samp>](https://github.com/vitest-dev/vitest/commit/ea80f2bf) #####    🐞 Bug Fixes - Handle undefined returns of module mocks, and update migration docs  -  by [@&#8203;jereklas](https://github.com/jereklas) in https://github.com/vitest-dev/vitest/issues/1763 and https://github.com/vitest-dev/vitest/issues/1830 - Clear pattern when rerun all tests  -  by [@&#8203;ChpShy](https://github.com/ChpShy) in https://github.com/vitest-dev/vitest/issues/1834 - **reporter-junit**: Remove trailing zeros in duration  -  by [@&#8203;nieyuyao](https://github.com/nieyuyao) in https://github.com/vitest-dev/vitest/issues/1842 #####     [View changes on GitHub](https://github.com/vitest-dev/vitest/compare/v0.21.1...v0.22.0) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTMuNCIsInVwZGF0ZWRJblZlciI6IjMyLjE1My40In0=-->
renovate added the
dependencies
label 2022-08-15 21:02:42 +00:00
renovate added 1 commit 2022-08-15 21:02:43 +00:00
continuous-integration/drone/pr Build is passing Details
9abd29caa5
chore(deps): update dependency vitest to v0.22.0
Member

Hi renovate!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://2265-renovate-vitest-0-x--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.

Have a nice day!

Beep boop, I'm a bot.

Hi renovate! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://2265-renovate-vitest-0-x--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/. Have a nice day! > Beep boop, I'm a bot.
konrad scheduled this pull request to auto merge when all checks succeed 2022-08-15 21:11:00 +00:00
konrad merged commit 89c67c9726 into main 2022-08-15 21:13:02 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.