-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
fix(coverage): reduce size of leftover v8 reports #2144
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 tasks
AriPerkkio
commented
Oct 12, 2022
@@ -102,6 +102,12 @@ export class C8CoverageProvider implements CoverageProvider { | |||
|
|||
await report.run() | |||
await checkCoverages(this.options, report) | |||
|
|||
// Note that this will only clean up the V8 reports generated so far. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More details about this here: #2108 (comment)
sheremet-va
approved these changes
Oct 14, 2022
1 task
marvinruder
referenced
this pull request
in marvinruder/rating-tracker-frontend
Oct 15, 2022
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vitest/coverage-c8](https://togithub.com/vitest-dev/vitest) | [`^0.24.0` -> `^0.24.3`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-c8/0.24.0/0.24.3) | [![age](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-c8/0.24.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-c8/0.24.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-c8/0.24.3/compatibility-slim/0.24.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-c8/0.24.3/confidence-slim/0.24.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitest-dev/vitest</summary> ### [`v0.24.3`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.24.3) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.24.2...v0.24.3) ##### 🐞 Bug Fixes - **build**: Build packages before publishing - by [@​sheremet-va](https://togithub.com/sheremet-va) [<samp>(3c4a2)</samp>](https://togithub.com/vitest-dev/vitest/commit/3c4a277e) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.24.2...v0.24.3) ### [`v0.24.2`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.24.2) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.24.1...v0.24.2) ##### 🚀 Features - **ui**: Add tests summary in the dashboard - by [@​webfansplz](https://togithub.com/webfansplz) and [@​userquin](https://togithub.com/userquin) in [https://github.com/vitest-dev/vitest/issues/2133](https://togithub.com/vitest-dev/vitest/issues/2133) ##### 🐞 Bug Fixes - **bench**: Throw root cause - by [@​azaleta](https://togithub.com/azaleta) and [@​nickmccurdy](https://togithub.com/nickmccurdy) in [https://github.com/vitest-dev/vitest/issues/2137](https://togithub.com/vitest-dev/vitest/issues/2137) - **browser**: Working again - by [@​userquin](https://togithub.com/userquin) in [https://github.com/vitest-dev/vitest/issues/2143](https://togithub.com/vitest-dev/vitest/issues/2143) - **coverage**: Reduce size of leftover v8 reports - by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2144](https://togithub.com/vitest-dev/vitest/issues/2144) - **vite-node**: Init the debugger ahead of time to ensure that load dumped code work as expected (fix [#​2126](https://togithub.com/vitest-dev/vitest/issues/2126)) - by [@​await-ovo](https://togithub.com/await-ovo) in [https://github.com/vitest-dev/vitest/issues/2127](https://togithub.com/vitest-dev/vitest/issues/2127) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.24.1...v0.24.2) ### [`v0.24.1`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.24.1) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.24.0...v0.24.1) ##### 🐞 Bug Fixes - Remove work-around from `istanbul-lib-instrument` - by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2121](https://togithub.com/vitest-dev/vitest/issues/2121) - Don't show extra properties for test context - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2116](https://togithub.com/vitest-dev/vitest/issues/2116) - Parse env options from comments (fix [#​1962](https://togithub.com/vitest-dev/vitest/issues/1962)) - by [@​nickmccurdy](https://togithub.com/nickmccurdy) in [https://github.com/vitest-dev/vitest/issues/1984](https://togithub.com/vitest-dev/vitest/issues/1984) - **coverage**: Fix sourcemaps of uncovered lines - by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2122](https://togithub.com/vitest-dev/vitest/issues/2122) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.24.0...v0.24.1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" in timezone Europe/Berlin, 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/marvinruder/rating-tracker-frontend). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMzcuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIzNy4wIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
marvinruder
referenced
this pull request
in marvinruder/rating-tracker-frontend
Oct 15, 2022
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vitest](https://togithub.com/vitest-dev/vitest) | [`^0.24.0` -> `^0.24.3`](https://renovatebot.com/diffs/npm/vitest/0.24.0/0.24.3) | [![age](https://badges.renovateapi.com/packages/npm/vitest/0.24.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vitest/0.24.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vitest/0.24.3/compatibility-slim/0.24.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vitest/0.24.3/confidence-slim/0.24.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitest-dev/vitest</summary> ### [`v0.24.3`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.24.3) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.24.2...v0.24.3) ##### 🐞 Bug Fixes - **build**: Build packages before publishing - by [@​sheremet-va](https://togithub.com/sheremet-va) [<samp>(3c4a2)</samp>](https://togithub.com/vitest-dev/vitest/commit/3c4a277e) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.24.2...v0.24.3) ### [`v0.24.2`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.24.2) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.24.1...v0.24.2) ##### 🚀 Features - **ui**: Add tests summary in the dashboard - by [@​webfansplz](https://togithub.com/webfansplz) and [@​userquin](https://togithub.com/userquin) in [https://github.com/vitest-dev/vitest/issues/2133](https://togithub.com/vitest-dev/vitest/issues/2133) ##### 🐞 Bug Fixes - **bench**: Throw root cause - by [@​azaleta](https://togithub.com/azaleta) and [@​nickmccurdy](https://togithub.com/nickmccurdy) in [https://github.com/vitest-dev/vitest/issues/2137](https://togithub.com/vitest-dev/vitest/issues/2137) - **browser**: Working again - by [@​userquin](https://togithub.com/userquin) in [https://github.com/vitest-dev/vitest/issues/2143](https://togithub.com/vitest-dev/vitest/issues/2143) - **coverage**: Reduce size of leftover v8 reports - by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2144](https://togithub.com/vitest-dev/vitest/issues/2144) - **vite-node**: Init the debugger ahead of time to ensure that load dumped code work as expected (fix [#​2126](https://togithub.com/vitest-dev/vitest/issues/2126)) - by [@​await-ovo](https://togithub.com/await-ovo) in [https://github.com/vitest-dev/vitest/issues/2127](https://togithub.com/vitest-dev/vitest/issues/2127) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.24.1...v0.24.2) ### [`v0.24.1`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.24.1) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.24.0...v0.24.1) ##### 🐞 Bug Fixes - Remove work-around from `istanbul-lib-instrument` - by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2121](https://togithub.com/vitest-dev/vitest/issues/2121) - Don't show extra properties for test context - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2116](https://togithub.com/vitest-dev/vitest/issues/2116) - Parse env options from comments (fix [#​1962](https://togithub.com/vitest-dev/vitest/issues/1962)) - by [@​nickmccurdy](https://togithub.com/nickmccurdy) in [https://github.com/vitest-dev/vitest/issues/1984](https://togithub.com/vitest-dev/vitest/issues/1984) - **coverage**: Fix sourcemaps of uncovered lines - by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2122](https://togithub.com/vitest-dev/vitest/issues/2122) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.24.0...v0.24.1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" in timezone Europe/Berlin, 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/marvinruder/rating-tracker-frontend). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMzcuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIzNy4wIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot
referenced
this pull request
in fwouts/previewjs
Oct 20, 2022
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vitest](https://togithub.com/vitest-dev/vitest) | [`0.24.1` -> `0.24.3`](https://renovatebot.com/diffs/npm/vitest/0.24.1/0.24.3) | [![age](https://badges.renovateapi.com/packages/npm/vitest/0.24.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vitest/0.24.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vitest/0.24.3/compatibility-slim/0.24.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vitest/0.24.3/confidence-slim/0.24.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitest-dev/vitest</summary> ### [`v0.24.3`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.24.3) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.24.2...v0.24.3) ##### 🐞 Bug Fixes - **build**: Build packages before publishing - by [@​sheremet-va](https://togithub.com/sheremet-va) [<samp>(3c4a2)</samp>](https://togithub.com/vitest-dev/vitest/commit/3c4a277e) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.24.2...v0.24.3) ### [`v0.24.2`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.24.2) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.24.1...v0.24.2) ##### 🚀 Features - **ui**: Add tests summary in the dashboard - by [@​webfansplz](https://togithub.com/webfansplz) and [@​userquin](https://togithub.com/userquin) in [https://github.com/vitest-dev/vitest/issues/2133](https://togithub.com/vitest-dev/vitest/issues/2133) ##### 🐞 Bug Fixes - **bench**: Throw root cause - by [@​azaleta](https://togithub.com/azaleta) and [@​nickmccurdy](https://togithub.com/nickmccurdy) in [https://github.com/vitest-dev/vitest/issues/2137](https://togithub.com/vitest-dev/vitest/issues/2137) - **browser**: Working again - by [@​userquin](https://togithub.com/userquin) in [https://github.com/vitest-dev/vitest/issues/2143](https://togithub.com/vitest-dev/vitest/issues/2143) - **coverage**: Reduce size of leftover v8 reports - by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2144](https://togithub.com/vitest-dev/vitest/issues/2144) - **vite-node**: Init the debugger ahead of time to ensure that load dumped code work as expected (fix [#​2126](https://togithub.com/vitest-dev/vitest/issues/2126)) - by [@​await-ovo](https://togithub.com/await-ovo) in [https://github.com/vitest-dev/vitest/issues/2127](https://togithub.com/vitest-dev/vitest/issues/2127) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.24.1...v0.24.2) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/fwouts/previewjs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMzcuMCIsInVwZGF0ZWRJblZlciI6IjMyLjI0MC41In0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fwouts
referenced
this pull request
in fwouts/previewjs
Oct 30, 2022
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vitest](https://togithub.com/vitest-dev/vitest) | [`0.24.1` -> `0.24.3`](https://renovatebot.com/diffs/npm/vitest/0.24.1/0.24.3) | [![age](https://badges.renovateapi.com/packages/npm/vitest/0.24.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vitest/0.24.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vitest/0.24.3/compatibility-slim/0.24.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vitest/0.24.3/confidence-slim/0.24.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitest-dev/vitest</summary> ### [`v0.24.3`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.24.3) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.24.2...v0.24.3) ##### 🐞 Bug Fixes - **build**: Build packages before publishing - by [@​sheremet-va](https://togithub.com/sheremet-va) [<samp>(3c4a2)</samp>](https://togithub.com/vitest-dev/vitest/commit/3c4a277e) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.24.2...v0.24.3) ### [`v0.24.2`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.24.2) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.24.1...v0.24.2) ##### 🚀 Features - **ui**: Add tests summary in the dashboard - by [@​webfansplz](https://togithub.com/webfansplz) and [@​userquin](https://togithub.com/userquin) in [https://github.com/vitest-dev/vitest/issues/2133](https://togithub.com/vitest-dev/vitest/issues/2133) ##### 🐞 Bug Fixes - **bench**: Throw root cause - by [@​azaleta](https://togithub.com/azaleta) and [@​nickmccurdy](https://togithub.com/nickmccurdy) in [https://github.com/vitest-dev/vitest/issues/2137](https://togithub.com/vitest-dev/vitest/issues/2137) - **browser**: Working again - by [@​userquin](https://togithub.com/userquin) in [https://github.com/vitest-dev/vitest/issues/2143](https://togithub.com/vitest-dev/vitest/issues/2143) - **coverage**: Reduce size of leftover v8 reports - by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2144](https://togithub.com/vitest-dev/vitest/issues/2144) - **vite-node**: Init the debugger ahead of time to ensure that load dumped code work as expected (fix [#​2126](https://togithub.com/vitest-dev/vitest/issues/2126)) - by [@​await-ovo](https://togithub.com/await-ovo) in [https://github.com/vitest-dev/vitest/issues/2127](https://togithub.com/vitest-dev/vitest/issues/2127) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.24.1...v0.24.2) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled due to failing status checks. ♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/fwouts/previewjs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC42LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNC42LjEifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
marvinruder
referenced
this pull request
in marvinruder/rating-tracker
Nov 12, 2022
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vitest/coverage-c8](https://togithub.com/vitest-dev/vitest) | [`^0.24.0` -> `^0.24.3`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-c8/0.24.0/0.24.3) | [![age](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-c8/0.24.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-c8/0.24.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-c8/0.24.3/compatibility-slim/0.24.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-c8/0.24.3/confidence-slim/0.24.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitest-dev/vitest</summary> ### [`v0.24.3`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.24.3) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.24.2...v0.24.3) ##### 🐞 Bug Fixes - **build**: Build packages before publishing - by [@​sheremet-va](https://togithub.com/sheremet-va) [<samp>(3c4a2)</samp>](https://togithub.com/vitest-dev/vitest/commit/3c4a277e) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.24.2...v0.24.3) ### [`v0.24.2`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.24.2) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.24.1...v0.24.2) ##### 🚀 Features - **ui**: Add tests summary in the dashboard - by [@​webfansplz](https://togithub.com/webfansplz) and [@​userquin](https://togithub.com/userquin) in [https://github.com/vitest-dev/vitest/issues/2133](https://togithub.com/vitest-dev/vitest/issues/2133) ##### 🐞 Bug Fixes - **bench**: Throw root cause - by [@​azaleta](https://togithub.com/azaleta) and [@​nickmccurdy](https://togithub.com/nickmccurdy) in [https://github.com/vitest-dev/vitest/issues/2137](https://togithub.com/vitest-dev/vitest/issues/2137) - **browser**: Working again - by [@​userquin](https://togithub.com/userquin) in [https://github.com/vitest-dev/vitest/issues/2143](https://togithub.com/vitest-dev/vitest/issues/2143) - **coverage**: Reduce size of leftover v8 reports - by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2144](https://togithub.com/vitest-dev/vitest/issues/2144) - **vite-node**: Init the debugger ahead of time to ensure that load dumped code work as expected (fix [#​2126](https://togithub.com/vitest-dev/vitest/issues/2126)) - by [@​await-ovo](https://togithub.com/await-ovo) in [https://github.com/vitest-dev/vitest/issues/2127](https://togithub.com/vitest-dev/vitest/issues/2127) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.24.1...v0.24.2) ### [`v0.24.1`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.24.1) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.24.0...v0.24.1) ##### 🐞 Bug Fixes - Remove work-around from `istanbul-lib-instrument` - by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2121](https://togithub.com/vitest-dev/vitest/issues/2121) - Don't show extra properties for test context - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2116](https://togithub.com/vitest-dev/vitest/issues/2116) - Parse env options from comments (fix [#​1962](https://togithub.com/vitest-dev/vitest/issues/1962)) - by [@​nickmccurdy](https://togithub.com/nickmccurdy) in [https://github.com/vitest-dev/vitest/issues/1984](https://togithub.com/vitest-dev/vitest/issues/1984) - **coverage**: Fix sourcemaps of uncovered lines - by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2122](https://togithub.com/vitest-dev/vitest/issues/2122) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.24.0...v0.24.1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" in timezone Europe/Berlin, 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/marvinruder/rating-tracker-frontend). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMzcuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIzNy4wIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
marvinruder
referenced
this pull request
in marvinruder/rating-tracker
Nov 12, 2022
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vitest](https://togithub.com/vitest-dev/vitest) | [`^0.24.0` -> `^0.24.3`](https://renovatebot.com/diffs/npm/vitest/0.24.0/0.24.3) | [![age](https://badges.renovateapi.com/packages/npm/vitest/0.24.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vitest/0.24.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vitest/0.24.3/compatibility-slim/0.24.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vitest/0.24.3/confidence-slim/0.24.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitest-dev/vitest</summary> ### [`v0.24.3`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.24.3) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.24.2...v0.24.3) ##### 🐞 Bug Fixes - **build**: Build packages before publishing - by [@​sheremet-va](https://togithub.com/sheremet-va) [<samp>(3c4a2)</samp>](https://togithub.com/vitest-dev/vitest/commit/3c4a277e) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.24.2...v0.24.3) ### [`v0.24.2`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.24.2) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.24.1...v0.24.2) ##### 🚀 Features - **ui**: Add tests summary in the dashboard - by [@​webfansplz](https://togithub.com/webfansplz) and [@​userquin](https://togithub.com/userquin) in [https://github.com/vitest-dev/vitest/issues/2133](https://togithub.com/vitest-dev/vitest/issues/2133) ##### 🐞 Bug Fixes - **bench**: Throw root cause - by [@​azaleta](https://togithub.com/azaleta) and [@​nickmccurdy](https://togithub.com/nickmccurdy) in [https://github.com/vitest-dev/vitest/issues/2137](https://togithub.com/vitest-dev/vitest/issues/2137) - **browser**: Working again - by [@​userquin](https://togithub.com/userquin) in [https://github.com/vitest-dev/vitest/issues/2143](https://togithub.com/vitest-dev/vitest/issues/2143) - **coverage**: Reduce size of leftover v8 reports - by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2144](https://togithub.com/vitest-dev/vitest/issues/2144) - **vite-node**: Init the debugger ahead of time to ensure that load dumped code work as expected (fix [#​2126](https://togithub.com/vitest-dev/vitest/issues/2126)) - by [@​await-ovo](https://togithub.com/await-ovo) in [https://github.com/vitest-dev/vitest/issues/2127](https://togithub.com/vitest-dev/vitest/issues/2127) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.24.1...v0.24.2) ### [`v0.24.1`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.24.1) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.24.0...v0.24.1) ##### 🐞 Bug Fixes - Remove work-around from `istanbul-lib-instrument` - by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2121](https://togithub.com/vitest-dev/vitest/issues/2121) - Don't show extra properties for test context - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2116](https://togithub.com/vitest-dev/vitest/issues/2116) - Parse env options from comments (fix [#​1962](https://togithub.com/vitest-dev/vitest/issues/1962)) - by [@​nickmccurdy](https://togithub.com/nickmccurdy) in [https://github.com/vitest-dev/vitest/issues/1984](https://togithub.com/vitest-dev/vitest/issues/1984) - **coverage**: Fix sourcemaps of uncovered lines - by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2122](https://togithub.com/vitest-dev/vitest/issues/2122) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.24.0...v0.24.1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" in timezone Europe/Berlin, 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/marvinruder/rating-tracker-frontend). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMzcuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIzNy4wIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #2108, hopefully.