Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump @vitest/coverage-v8 from 1.4.0 to 1.5.0 (sergiodxa#339)
Bumps [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) from 1.4.0 to 1.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@vitest/coverage-v8</code>'s releases</a>.</em></p> <blockquote> <h2>v1.5.0</h2> <h3> 🚀 Features</h3> <ul> <li>Add configuration for diff truncation - by <a href="https://github.com/willieho"><code>@willieho</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5073">vitest-dev/vitest#5073</a> and <a href="https://redirect.github.com/vitest-dev/vitest/issues/5333">vitest-dev/vitest#5333</a> <a href="https://github.com/vitest-dev/vitest/commit/6797b041"><!-- raw HTML omitted -->(6797b)<!-- raw HTML omitted --></a></li> <li>Remove unrelated noise from diff for toMatchObject() - by <a href="https://github.com/geersch"><code>@geersch</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5364">vitest-dev/vitest#5364</a> <a href="https://github.com/vitest-dev/vitest/commit/99276399"><!-- raw HTML omitted -->(99276)<!-- raw HTML omitted --></a></li> <li>Allow custom host for --inspect and --inspect-brk - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5509">vitest-dev/vitest#5509</a> <a href="https://github.com/vitest-dev/vitest/commit/6157282c"><!-- raw HTML omitted -->(61572)<!-- raw HTML omitted --></a></li> <li><strong>coverage</strong>: V8 to ignore empty lines, comments, types - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5457">vitest-dev/vitest#5457</a> <a href="https://github.com/vitest-dev/vitest/commit/10b89713"><!-- raw HTML omitted -->(10b89)<!-- raw HTML omitted --></a></li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li><code>describe</code> calls not taking generic type parameters - by <a href="https://github.com/aryaemami59"><code>@aryaemami59</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5415">vitest-dev/vitest#5415</a> <a href="https://github.com/vitest-dev/vitest/commit/16bacfab"><!-- raw HTML omitted -->(16bac)<!-- raw HTML omitted --></a></li> <li>Prevent hang when <code>process</code> is mocked - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5430">vitest-dev/vitest#5430</a> <a href="https://github.com/vitest-dev/vitest/commit/0ec4d0e0"><!-- raw HTML omitted -->(0ec4d)<!-- raw HTML omitted --></a></li> <li>Don't check for "node:internal/console/" in console interceptor in case the environment is not Node.js - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/87d36a7a"><!-- raw HTML omitted -->(87d36)<!-- raw HTML omitted --></a></li> <li>The value received by toMatch should be a string - by <a href="https://github.com/btea"><code>@btea</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5428">vitest-dev/vitest#5428</a> <a href="https://github.com/vitest-dev/vitest/commit/674851ca"><!-- raw HTML omitted -->(67485)<!-- raw HTML omitted --></a></li> <li>Increase stack trace limit for location, don't hardcode suite position - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5518">vitest-dev/vitest#5518</a> <a href="https://github.com/vitest-dev/vitest/commit/04b234d1"><!-- raw HTML omitted -->(04b23)<!-- raw HTML omitted --></a></li> <li><strong>benchmark</strong>: <ul> <li>Run benchmark suites sequentially - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5444">vitest-dev/vitest#5444</a> <a href="https://github.com/vitest-dev/vitest/commit/1f548340"><!-- raw HTML omitted -->(1f548)<!-- raw HTML omitted --></a></li> <li>Fix benchmark summary of single bench suite - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5489">vitest-dev/vitest#5489</a> <a href="https://github.com/vitest-dev/vitest/commit/db98145f"><!-- raw HTML omitted -->(db981)<!-- raw HTML omitted --></a></li> <li>Table reporter for non TTY output - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5484">vitest-dev/vitest#5484</a> <a href="https://github.com/vitest-dev/vitest/commit/bea234b1"><!-- raw HTML omitted -->(bea23)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>expect</strong>: <ul> <li>Fix <code>toHaveBeenNthCalledWith</code> error message when not called - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5420">vitest-dev/vitest#5420</a> <a href="https://github.com/vitest-dev/vitest/commit/e5253de4"><!-- raw HTML omitted -->(e5253)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>types</strong>: <ul> <li>Pass correct type for suite factory - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5437">vitest-dev/vitest#5437</a> <a href="https://github.com/vitest-dev/vitest/commit/26718eb5"><!-- raw HTML omitted -->(26718)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>utils</strong>: <ul> <li>Fix object diff with getter only property - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5466">vitest-dev/vitest#5466</a> <a href="https://github.com/vitest-dev/vitest/commit/366d97c3"><!-- raw HTML omitted -->(366d9)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vite-node</strong>: <ul> <li>Fix <code>isValidNodeImport</code> to check <code>"type": "module"</code> first - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5416">vitest-dev/vitest#5416</a> <a href="https://github.com/vitest-dev/vitest/commit/6fb15280"><!-- raw HTML omitted -->(6fb15)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vitest</strong>: <ul> <li>Correctly send console events when state changes - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/3463f9bb"><!-- raw HTML omitted -->(3463f)<!-- raw HTML omitted --></a></li> <li>Initiate FakeTimers on demand - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5450">vitest-dev/vitest#5450</a> <a href="https://github.com/vitest-dev/vitest/commit/e4e939ba"><!-- raw HTML omitted -->(e4e93)<!-- raw HTML omitted --></a></li> <li>Check unhighlighted code for code frame line limit - by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5465">vitest-dev/vitest#5465</a> <a href="https://github.com/vitest-dev/vitest/commit/6ae7eaa2"><!-- raw HTML omitted -->(6ae7e)<!-- raw HTML omitted --></a></li> <li>Correctly filter by parent folder - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5408">vitest-dev/vitest#5408</a> <a href="https://github.com/vitest-dev/vitest/commit/91b06cce"><!-- raw HTML omitted -->(91b06)<!-- raw HTML omitted --></a></li> <li>Close inspector immediately if run is canceled - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5519">vitest-dev/vitest#5519</a> <a href="https://github.com/vitest-dev/vitest/commit/b80062d7"><!-- raw HTML omitted -->(b8006)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>workspace</strong>: <ul> <li>Set CWD to config directory, allow overriding local .env - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5476">vitest-dev/vitest#5476</a> <a href="https://github.com/vitest-dev/vitest/commit/d4003882"><!-- raw HTML omitted -->(d4003)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5> <a href="https://github.com/vitest-dev/vitest/compare/v1.4.0...v1.5.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/9e7a01cc8c8fd088004532f42e20edb54974e16d"><code>9e7a01c</code></a> chore: release v1.5.0</li> <li><a href="https://github.com/vitest-dev/vitest/commit/10b89713d2593ce562676455cc29e18a27fd0cde"><code>10b8971</code></a> feat(coverage): v8 to ignore empty lines, comments, types (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/5457">#5457</a>)</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v1.5.0/packages/coverage-v8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vitest/coverage-v8&package-manager=npm_and_yarn&previous-version=1.4.0&new-version=1.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information