Commit e984788
authored
build(deps-dev): bump @vitest/coverage-v8 from 3.1.2 to 3.1.3 (#834)
Bumps
[@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8)
from 3.1.2 to 3.1.3.
<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>v3.1.3</h2>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Correctly resolve vitest import if <code>inline: true</code> is set
- by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/7856">vitest-dev/vitest#7856</a>
<a href="https://github.com/vitest-dev/vitest/commit/a83f3bf6"><!-- raw
HTML omitted -->(a83f3)<!-- raw HTML omitted --></a></li>
<li>Fix fixture parsing with lowered async with esbuild 0.25.3 - by <a
href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7921">vitest-dev/vitest#7921</a>
<a href="https://github.com/vitest-dev/vitest/commit/c5c8502b"><!-- raw
HTML omitted -->(c5c85)<!-- raw HTML omitted --></a></li>
<li>Remove event-catcher code - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/7898">vitest-dev/vitest#7898</a>
<a href="https://github.com/vitest-dev/vitest/commit/deb1bc27"><!-- raw
HTML omitted -->(deb1b)<!-- raw HTML omitted --></a></li>
<li>Reset mocks on test retry/repeat - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/7897">vitest-dev/vitest#7897</a>
<a href="https://github.com/vitest-dev/vitest/commit/2fa763a6"><!-- raw
HTML omitted -->(2fa76)<!-- raw HTML omitted --></a></li>
<li>Ignore failures on writeToCache - by <a
href="https://github.com/orgads"><code>@orgads</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7893">vitest-dev/vitest#7893</a>
<a href="https://github.com/vitest-dev/vitest/commit/8c7f75a6"><!-- raw
HTML omitted -->(8c7f7)<!-- raw HTML omitted --></a></li>
<li><strong>browser</strong>: Correctly inherit CLI options - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/7858">vitest-dev/vitest#7858</a>
<a href="https://github.com/vitest-dev/vitest/commit/03660f9d"><!-- raw
HTML omitted -->(03660)<!-- raw HTML omitted --></a></li>
<li><strong>deps</strong>: Update all non-major dependencies - in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7867">vitest-dev/vitest#7867</a>
<a href="https://github.com/vitest-dev/vitest/commit/67ef74a0"><!-- raw
HTML omitted -->(67ef7)<!-- raw HTML omitted --></a></li>
<li><strong>reporters</strong>: <code>--merge-reports</code> to show
each total run times - by <a
href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7877">vitest-dev/vitest#7877</a>
<a href="https://github.com/vitest-dev/vitest/commit/d613b813"><!-- raw
HTML omitted -->(d613b)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a
href="https://github.com/vitest-dev/vitest/compare/v3.1.2...v3.1.3">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitest-dev/vitest/commit/6e8d9377949b78957a2a617b922925250c80fbcb"><code>6e8d937</code></a>
chore: release v3.1.3</li>
<li>See full diff in <a
href="https://github.com/vitest-dev/vitest/commits/v3.1.3/packages/coverage-v8">compare
view</a></li>
</ul>
</details>
<br />
[](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>1 parent 78ddcc4 commit e984788
2 files changed
Lines changed: 243 additions & 243 deletions
0 commit comments