Commit 0e35334
authored
Upgrade: [dependabot] - bump @vitest/coverage-v8 from 4.0.5 to 4.0.8 (#343)
Bumps
[@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8)
from 4.0.5 to 4.0.8.
<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>v4.0.8</h2>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Workaround <code>noExternal</code> merging bug on Vite 6 - by <a
href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8950">vitest-dev/vitest#8950</a>
<a href="https://github.com/vitest-dev/vitest/commit/bcb132fd4"><!-- raw
HTML omitted -->(bcb13)<!-- raw HTML omitted --></a></li>
<li>Missed context.d.ts file - by <a
href="https://github.com/termorey"><code>@termorey</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8965">vitest-dev/vitest#8965</a>
<a href="https://github.com/vitest-dev/vitest/commit/9044d9356"><!-- raw
HTML omitted -->(9044d)<!-- raw HTML omitted --></a></li>
<li>Incorrect error message for non-awaited
<code>expect.element()</code> - by <a
href="https://github.com/StyleShit"><code>@StyleShit</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8954">vitest-dev/vitest#8954</a>
<a href="https://github.com/vitest-dev/vitest/commit/9638db0f3"><!-- raw
HTML omitted -->(9638d)<!-- raw HTML omitted --></a></li>
<li><strong>browser</strong>: Cleanup frame-ancestors from CSP header at
coverage middleware - by <a
href="https://github.com/userquin"><code>@userquin</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8941">vitest-dev/vitest#8941</a>
<a href="https://github.com/vitest-dev/vitest/commit/1f7303738"><!-- raw
HTML omitted -->(1f730)<!-- raw HTML omitted --></a></li>
<li><strong>deps</strong>: Update all non-major dependencies - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8636">vitest-dev/vitest#8636</a>
<a href="https://github.com/vitest-dev/vitest/commit/da8b93aa5"><!-- raw
HTML omitted -->(da8b9)<!-- raw HTML omitted --></a></li>
<li><strong>forks</strong>: Do not fail with Windows Defender enabled
- by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8967">vitest-dev/vitest#8967</a>
<a href="https://github.com/vitest-dev/vitest/commit/c79f47c65"><!-- raw
HTML omitted -->(c79f4)<!-- raw HTML omitted --></a></li>
<li><strong>runner</strong>: Properly encode Uint8Array body in
annotations - by <a
href="https://github.com/Livan-pro"><code>@Livan-pro</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8951">vitest-dev/vitest#8951</a>
<a href="https://github.com/vitest-dev/vitest/commit/997ca5a82"><!-- raw
HTML omitted -->(997ca)<!-- raw HTML omitted --></a></li>
<li><strong>spy</strong>: Copy static properties if spy is initialised
with <code>vi.fn()</code>, fix types for <code>vi.spyOn(obj,
class)</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/8956">vitest-dev/vitest#8956</a>
<a href="https://github.com/vitest-dev/vitest/commit/75e7fcc51"><!-- raw
HTML omitted -->(75e7f)<!-- raw HTML omitted --></a></li>
<li><strong>webdriverio</strong>: When no argument is passed to the
.click interaction command, the webdriver command should also have no
argument - by <a
href="https://github.com/julienw"><code>@julienw</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8937">vitest-dev/vitest#8937</a>
<a href="https://github.com/vitest-dev/vitest/commit/069e6db9b"><!-- raw
HTML omitted -->(069e6)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a
href="https://github.com/vitest-dev/vitest/compare/v4.0.7...v4.0.8">View
changes on GitHub</a></h5>
<h2>v4.0.7</h2>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Bind <code>process</code> in case global is overwritten - by <a
href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8916">vitest-dev/vitest#8916</a>
<a href="https://github.com/vitest-dev/vitest/commit/6240d51a6"><!-- raw
HTML omitted -->(6240d)<!-- raw HTML omitted --></a></li>
<li>Create environment once per worker with <code>isolate: false</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/8915">vitest-dev/vitest#8915</a>
<a href="https://github.com/vitest-dev/vitest/commit/c9078a26e"><!-- raw
HTML omitted -->(c9078)<!-- raw HTML omitted --></a></li>
<li>Add Locator as a possible element type in
<code>toContainElement()</code> matcher - by <a
href="https://github.com/vitalybaev"><code>@vitalybaev</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8910">vitest-dev/vitest#8910</a>
and <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8927">vitest-dev/vitest#8927</a>
<a href="https://github.com/vitest-dev/vitest/commit/35a27d4b3"><!-- raw
HTML omitted -->(35a27)<!-- raw HTML omitted --></a></li>
<li><strong>browser</strong>: Inherit <code>isolate</code> option,
deprecate
<code>browser.isolate</code>/<code>browser.fileParallelism</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/8890">vitest-dev/vitest#8890</a>
<a href="https://github.com/vitest-dev/vitest/commit/9d2b4d501"><!-- raw
HTML omitted -->(9d2b4)<!-- raw HTML omitted --></a></li>
<li><strong>cli</strong>: Parse <code>--execArgv</code> as array - by
<a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8924">vitest-dev/vitest#8924</a>
<a href="https://github.com/vitest-dev/vitest/commit/751c3926f"><!-- raw
HTML omitted -->(751c3)<!-- raw HTML omitted --></a></li>
<li><strong>jsdom</strong>: Support <code>URL.createObjectURL</code>,
<code>FormData.set(prop, blob)</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/8935">vitest-dev/vitest#8935</a>
<a href="https://github.com/vitest-dev/vitest/commit/a1b7361ab"><!-- raw
HTML omitted -->(a1b73)<!-- raw HTML omitted --></a></li>
<li><strong>pool</strong>: Avoid <code>--require</code> argument when
running in deno - by <a
href="https://github.com/pi0"><code>@pi0</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8897">vitest-dev/vitest#8897</a>
<a href="https://github.com/vitest-dev/vitest/commit/d41fa742f"><!-- raw
HTML omitted -->(d41fa)<!-- raw HTML omitted --></a></li>
<li><strong>typecheck</strong>: Handle re-runs outside <code>tsc</code>
- by <a
href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8920">vitest-dev/vitest#8920</a>
<a href="https://github.com/vitest-dev/vitest/commit/fdb2e7982"><!-- raw
HTML omitted -->(fdb2e)<!-- raw HTML omitted --></a></li>
</ul>
<h3> 🏎 Performance</h3>
<ul>
<li><strong>pool</strong>:
<ul>
<li>Sort test files by project by default - by <a
href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8914">vitest-dev/vitest#8914</a>
<a href="https://github.com/vitest-dev/vitest/commit/680a612ea"><!-- raw
HTML omitted -->(680a6)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>reporters</strong>:
<ul>
<li>Optimize getting the tests stats - by <a
href="https://github.com/Connormiha"><code>@Connormiha</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8908">vitest-dev/vitest#8908</a>
<a href="https://github.com/vitest-dev/vitest/commit/06d6207fb"><!-- raw
HTML omitted -->(06d62)<!-- raw HTML omitted --></a></li>
<li>Remove unnecessary <code>Array.from</code> call - by <a
href="https://github.com/Connormiha"><code>@Connormiha</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8907">vitest-dev/vitest#8907</a>
<a href="https://github.com/vitest-dev/vitest/commit/b60149b27"><!-- raw
HTML omitted -->(b6014)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5> <a
href="https://github.com/vitest-dev/vitest/compare/v4.0.6...v4.0.7">View
changes on GitHub</a></h5>
<h2>v4.0.6</h2>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Don't merge errors with different diffs for reporting - by <a
href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8871">vitest-dev/vitest#8871</a>
<a href="https://github.com/vitest-dev/vitest/commit/3e19f27d0"><!-- raw
HTML omitted -->(3e19f)<!-- raw HTML omitted --></a></li>
<li>Do not throw when importing a type from an external package - by
<a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8875">vitest-dev/vitest#8875</a>
<a href="https://github.com/vitest-dev/vitest/commit/7e6c37ae5"><!-- raw
HTML omitted -->(7e6c3)<!-- raw HTML omitted --></a></li>
<li>Improve spying types - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8878">vitest-dev/vitest#8878</a>
<a href="https://github.com/vitest-dev/vitest/commit/ca041f51a"><!-- raw
HTML omitted -->(ca041)<!-- raw HTML omitted --></a></li>
<li>Reuse the same environment when <code>isolate</code> and
<code>fileParallelism</code> are false - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8889">vitest-dev/vitest#8889</a>
<a href="https://github.com/vitest-dev/vitest/commit/31706dfe5"><!-- raw
HTML omitted -->(31706)<!-- raw HTML omitted --></a></li>
<li><strong>browser</strong>:
<ul>
<li>Support module tracking - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8877">vitest-dev/vitest#8877</a>
<a href="https://github.com/vitest-dev/vitest/commit/9e24a59f2"><!-- raw
HTML omitted -->(9e24a)<!-- raw HTML omitted --></a></li>
<li>Ensure setup files are re-evaluated on each test run - by <a
href="https://github.com/yjaaidi"><code>@yjaaidi</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8883">vitest-dev/vitest#8883</a>
and <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8884">vitest-dev/vitest#8884</a>
<a href="https://github.com/vitest-dev/vitest/commit/f50ea7a25"><!-- raw
HTML omitted -->(f50ea)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>coverage</strong>:
<ul>
<li>Prevent filtering out virtual files before remapping to sources -
by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8860">vitest-dev/vitest#8860</a>
<a href="https://github.com/vitest-dev/vitest/commit/e3b777550"><!-- raw
HTML omitted -->(e3b77)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>happy-dom</strong>:</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitest-dev/vitest/commit/46bfd0983d3ed5362592e0e94af4173164440ffe"><code>46bfd09</code></a>
chore: release v4.0.8</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/da8b93aa532cd1193f416e08c9e3f40b8015086d"><code>da8b93a</code></a>
fix(deps): update all non-major dependencies (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/8636">#8636</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/1f5d9d2ccfd0fb23b270e39992eed0a7aaa3f4d7"><code>1f5d9d2</code></a>
chore: release v4.0.7</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/2e7b2b8b98dafc047a3bf2fc0422076ca5e346fa"><code>2e7b2b8</code></a>
chore: release v4.0.6</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/e3b7775509dde217436b455d9d3ebcd11e21e7e3"><code>e3b7775</code></a>
fix(coverage): prevent filtering out virtual files before remapping to
source...</li>
<li>See full diff in <a
href="https://github.com/vitest-dev/vitest/commits/v4.0.8/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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent f858ea8 commit 0e35334
2 files changed
+160
-160
lines changed
0 commit comments