Unleash / unleash-frontend

Unleash Admin UI
https://unleash-frontend-git-main.unleash-team.vercel.app
Apache License 2.0
30 stars 43 forks source link

chore(deps): update dependency vitest to v0.22.1 #1235

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vitest 0.20.3 -> 0.22.1 age adoption passing confidence

Release Notes

vitest-dev/vitest ### [`v0.22.1`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.22.1) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.22.0...v0.22.1) #####    🚀 Features - Restart vitest on config change  -  by [@​antfu](https://togithub.com/antfu) [(c663f)](https://togithub.com/vitest-dev/vitest/commit/c663f39c) - Show transform time  -  by [@​antfu](https://togithub.com/antfu) [(b54a1)](https://togithub.com/vitest-dev/vitest/commit/b54a13e5) - **vite-node**: `moduleCache.invalidateDepTree` utiltity  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/vitest-dev/vitest/issues/1872](https://togithub.com/vitest-dev/vitest/issues/1872) #####    🐞 Bug Fixes - Convert string coverage reporters to array  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/1860](https://togithub.com/vitest-dev/vitest/issues/1860) - Explicitly import performance  -  by [@​antfu](https://togithub.com/antfu) [(870d1)](https://togithub.com/vitest-dev/vitest/commit/870d16e0) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.22.0...v0.22.1) ### [`v0.22.0`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.22.0) [Compare Source](https://togithub.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 [@​jereklas](https://togithub.com/jereklas) in [https://github.com/vitest-dev/vitest/issues/1849](https://togithub.com/vitest-dev/vitest/issues/1849) - Support auto retry on Node segfault `--segfault-retry`  -  by [@​tony19](https://togithub.com/tony19) [@​antfu](https://togithub.com/antfu) in [https://github.com/vitest-dev/vitest/issues/1854](https://togithub.com/vitest-dev/vitest/issues/1854) - Support `istanbul` coverage provider  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) and [@​antfu](https://togithub.com/antfu) in [https://github.com/vitest-dev/vitest/issues/1676](https://togithub.com/vitest-dev/vitest/issues/1676) - **cli**: Support passing `--inspect` and `--inspect-brk`  -  by [@​antfu](https://togithub.com/antfu) [(ea80f)](https://togithub.com/vitest-dev/vitest/commit/ea80f2bf) #####    🐞 Bug Fixes - Handle undefined returns of module mocks, and update migration docs  -  by [@​jereklas](https://togithub.com/jereklas) in [https://github.com/vitest-dev/vitest/issues/1763](https://togithub.com/vitest-dev/vitest/issues/1763) and [https://github.com/vitest-dev/vitest/issues/1830](https://togithub.com/vitest-dev/vitest/issues/1830) - Clear pattern when rerun all tests  -  by [@​ChpShy](https://togithub.com/ChpShy) in [https://github.com/vitest-dev/vitest/issues/1834](https://togithub.com/vitest-dev/vitest/issues/1834) - **reporter-junit**: Remove trailing zeros in duration  -  by [@​nieyuyao](https://togithub.com/nieyuyao) in [https://github.com/vitest-dev/vitest/issues/1842](https://togithub.com/vitest-dev/vitest/issues/1842) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.21.1...v0.22.0) ### [`v0.21.1`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.21.1) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.21.0...v0.21.1) #####    🚀 Features - **types**: Better local test context support  -  by [@​Tanimodori](https://togithub.com/Tanimodori) in [https://github.com/vitest-dev/vitest/issues/1805](https://togithub.com/vitest-dev/vitest/issues/1805) #####    🐞 Bug Fixes - Symbol.toStringTag on Module is non-enumerable  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/1808](https://togithub.com/vitest-dev/vitest/issues/1808) - Tap reporter doesn't throw  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/1810](https://togithub.com/vitest-dev/vitest/issues/1810) - Add error message when mock is missing export  -  by [@​jereklas](https://togithub.com/jereklas) in [https://github.com/vitest-dev/vitest/issues/1819](https://togithub.com/vitest-dev/vitest/issues/1819) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.21.0...v0.21.1) ### [`v0.21.0`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.21.0) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.20.3...v0.21.0) #####    🚀 Features - Show stack trace for aggregated errors, show full stack trace  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/1777](https://togithub.com/vitest-dev/vitest/issues/1777) - Allow timeout in test.each  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/1787](https://togithub.com/vitest-dev/vitest/issues/1787) - Treat pseudo ESM as ESM with custom loader, disable custom Node Loader by default  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/1778](https://togithub.com/vitest-dev/vitest/issues/1778) - Allow using todo/skip/concurrent with each  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/1802](https://togithub.com/vitest-dev/vitest/issues/1802) #####    🐞 Bug Fixes - Better bundling of types  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/1785](https://togithub.com/vitest-dev/vitest/issues/1785) - ToHaveProperty should judge object own property  -  by [@​ChpShy](https://togithub.com/ChpShy) in [https://github.com/vitest-dev/vitest/issues/1795](https://togithub.com/vitest-dev/vitest/issues/1795) - Plugins don't think it's watch mode  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/1784](https://togithub.com/vitest-dev/vitest/issues/1784) - Gracefully handle unsettable keys during automocking  -  by [@​simon-abbott](https://togithub.com/simon-abbott) in [https://github.com/vitest-dev/vitest/issues/1786](https://togithub.com/vitest-dev/vitest/issues/1786) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.20.3...v0.21.0)

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.



This PR has been generated by Mend Renovate. View repository job log here.

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
unleash-frontend ✅ Ready (Inspect) Visit Preview Aug 20, 2022 at 6:30AM (UTC)