chore(deps): update dependency vitest to v0.23.0 #2312

Merged
konrad merged 1 commits from renovate/vitest-0.x into main 2022-09-04 12:12:20 +00:00
Member

This PR contains the following updates:

Package Type Update Change
vitest devDependencies minor 0.22.1 -> 0.23.0

Release Notes

vitest-dev/vitest

v0.23.0

Compare Source

   🚨 Breaking Changes
   🚀 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.22.1` -> `0.23.0`](https://renovatebot.com/diffs/npm/vitest/0.22.1/0.23.0) | --- ### Release Notes <details> <summary>vitest-dev/vitest</summary> ### [`v0.23.0`](https://github.com/vitest-dev/vitest/releases/tag/v0.23.0) [Compare Source](https://github.com/vitest-dev/vitest/compare/v0.22.1...v0.23.0) #####    🚨 Breaking Changes - Don't reset modules with --no-isolate  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) and [@&#8203;poyoho](https://github.com/poyoho) in https://github.com/vitest-dev/vitest/issues/1754 - If not processed, CSS Modules return a proxy, scope class names by filename  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/1803 - Improve interchangeability with cjs  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/1944 #####    🚀 Features - Add include option in istanbul coverage  -  by [@&#8203;warmthdawn](https://github.com/warmthdawn) in https://github.com/vitest-dev/vitest/issues/1883 - Allow custom environments  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) and [@&#8203;Demivan](https://github.com/Demivan) in https://github.com/vitest-dev/vitest/issues/1963 - Introduce `retry` option for tests  -  by [@&#8203;poyoho](https://github.com/poyoho) in https://github.com/vitest-dev/vitest/issues/1929 - Add benchmark support with `vitest bench` command  -  by [@&#8203;poyoho](https://github.com/poyoho) in https://github.com/vitest-dev/vitest/issues/1029 - **coverage**: Include json reporter by default  -  by [@&#8203;poyoho](https://github.com/poyoho) [<samp>(faed4)</samp>](https://github.com/vitest-dev/vitest/commit/faed4acb) - **coverage-istanbul**: Add "all" option  -  by [@&#8203;AriPerkkio](https://github.com/AriPerkkio) in https://github.com/vitest-dev/vitest/issues/1880 - **worker**: Always apply custom resolver conditions  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/1934 #####    🐞 Bug Fixes - Allow referring to first seen value while automocking  -  by [@&#8203;simon-abbott](https://github.com/simon-abbott) in https://github.com/vitest-dev/vitest/issues/1879 - Console.Console is undefined (close: [#&#8203;1877](https://github.com/vitest-dev/vitest/issues/1877))  -  by [@&#8203;ahaoboy](https://github.com/ahaoboy) in https://github.com/vitest-dev/vitest/issues/1878 - Invalidate new worker and its dependencies  -  by [@&#8203;sun0day](https://github.com/sun0day) in https://github.com/vitest-dev/vitest/issues/1896 - Improve error serialization  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/1921 - Clean coverage-c8 tmp before reporting (fix [#&#8203;1917](https://github.com/vitest-dev/vitest/issues/1917))  -  by [@&#8203;sun0day](https://github.com/sun0day) in https://github.com/vitest-dev/vitest/issues/1925 - Automock getters and setters  -  by [@&#8203;simon-abbott](https://github.com/simon-abbott) and [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/1903 - Add possibility to filter test files by fileName  -  by [@&#8203;bartoszgolebiowski](https://github.com/bartoszgolebiowski) and [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/1915 - Make globalThis more compatible with jest  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/1956 - Delete mock in moduleCache when unmock  -  by [@&#8203;ChpShy](https://github.com/ChpShy) in https://github.com/vitest-dev/vitest/issues/1947 - Matcher toHaveProperty actually tests value  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/1958 - **env-replacer**: Don't modify string literals  -  by [@&#8203;tony19](https://github.com/tony19) in https://github.com/vitest-dev/vitest/issues/1943 - **istanbul**: Disable compact in instrumenter transform  -  by [@&#8203;poyoho](https://github.com/poyoho) [<samp>(80739)</samp>](https://github.com/vitest-dev/vitest/commit/80739cae) - **reporter**: Correct error source position in json report  -  by [@&#8203;azaleta](https://github.com/azaleta) and [@&#8203;poyoho](https://github.com/poyoho) in https://github.com/vitest-dev/vitest/issues/1909 - **reporter-junit**: Escape XML when in error message (fix: [#&#8203;1823](https://github.com/vitest-dev/vitest/issues/1823))  -  by [@&#8203;ChrisTowles](https://github.com/ChrisTowles) in https://github.com/vitest-dev/vitest/issues/1890 #####     [View changes on GitHub](https://github.com/vitest-dev/vitest/compare/v0.22.1...v0.23.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-09-04 12:03:29 +00:00
renovate added 1 commit 2022-09-04 12:03:30 +00:00
continuous-integration/drone/pr Build is passing Details
6b62172d9f
chore(deps): update dependency vitest to v0.23.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://2312-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://2312-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 merged commit 48af80dcf9 into main 2022-09-04 12:12:20 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.