Commit a5512c7
authored
Upgrade: [dependabot] - bump @vitest/coverage-v8 from 4.0.14 to 4.0.16 (#414)
Bumps
[@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8)
from 4.0.14 to 4.0.16.
<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.16</h2>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Fix browser mode default testTimeout back to 15 seconds - by <a
href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9167">vitest-dev/vitest#9167</a>
<a href="https://github.com/vitest-dev/vitest/commit/da0ade249"><!-- raw
HTML omitted -->(da0ad)<!-- raw HTML omitted --></a></li>
<li>Avoid crashing on <code>process.versions</code> stub - by <a
href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9174">vitest-dev/vitest#9174</a>
<a href="https://github.com/vitest-dev/vitest/commit/78cfbf99a"><!-- raw
HTML omitted -->(78cfb)<!-- raw HTML omitted --></a></li>
<li>Reject calling suite function inside test - by <a
href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9198">vitest-dev/vitest#9198</a>
<a href="https://github.com/vitest-dev/vitest/commit/1a259c340"><!-- raw
HTML omitted -->(1a259)<!-- raw HTML omitted --></a></li>
<li>Allow inlining fully dynamic import - by <a
href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9137">vitest-dev/vitest#9137</a>
<a href="https://github.com/vitest-dev/vitest/commit/568513ca6"><!-- raw
HTML omitted -->(56851)<!-- raw HTML omitted --></a></li>
<li>Fix module graph UI on html reporter with headless browser mode -
by <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9219">vitest-dev/vitest#9219</a>
<a href="https://github.com/vitest-dev/vitest/commit/60642b304"><!-- raw
HTML omitted -->(60642)<!-- raw HTML omitted --></a></li>
<li>Log deprecated <code>test.poolOptions</code> if it's 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/9226">vitest-dev/vitest#9226</a>
<a href="https://github.com/vitest-dev/vitest/commit/f7f6aa8ba"><!-- raw
HTML omitted -->(f7f6a)<!-- raw HTML omitted --></a></li>
<li><strong>browser</strong>:
<ul>
<li>Import <code>recordArtifact</code> from the vitest package - by <a
href="https://github.com/macarie"><code>@macarie</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9186">vitest-dev/vitest#9186</a>
<a href="https://github.com/vitest-dev/vitest/commit/01c56454d"><!-- raw
HTML omitted -->(01c56)<!-- raw HTML omitted --></a></li>
<li>Fix <code>import.meta.env</code> define - by <a
href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9205">vitest-dev/vitest#9205</a>
<a href="https://github.com/vitest-dev/vitest/commit/01a9a58d9"><!-- raw
HTML omitted -->(01a9a)<!-- raw HTML omitted --></a></li>
<li>String formatting bug when including placeholders in console.log -
by <a
href="https://github.com/michael-debs"><code>@michael-debs</code></a>
and <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9030">vitest-dev/vitest#9030</a>
and <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9131">vitest-dev/vitest#9131</a>
<a href="https://github.com/vitest-dev/vitest/commit/84a306210"><!-- raw
HTML omitted -->(84a30)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>coverage</strong>:
<ul>
<li>Istanbul untested files source maps are off - by <a
href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9208">vitest-dev/vitest#9208</a>
<a href="https://github.com/vitest-dev/vitest/commit/372e86fde"><!-- raw
HTML omitted -->(372e8)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>experimental</strong>:
<ul>
<li>Export <code>setupEnvironment</code> for custom pools - by <a
href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9187">vitest-dev/vitest#9187</a>
<a href="https://github.com/vitest-dev/vitest/commit/5d26b87b0"><!-- raw
HTML omitted -->(5d26b)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5> <a
href="https://github.com/vitest-dev/vitest/compare/v4.0.15...v4.0.16">View
changes on GitHub</a></h5>
<h2>v4.0.15</h2>
<h3> 🚀 Experimental Features</h3>
<ul>
<li><strong>cache</strong>: Add opt-out on a plugin level, fix internal
root cache - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9154">vitest-dev/vitest#9154</a>
<a href="https://github.com/vitest-dev/vitest/commit/a68f74e5e"><!-- raw
HTML omitted -->(a68f7)<!-- raw HTML omitted --></a></li>
<li><strong>reporters</strong>: Print import duration breakdown - by
<a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9105">vitest-dev/vitest#9105</a>
<a href="https://github.com/vitest-dev/vitest/commit/122ff321c"><!-- raw
HTML omitted -->(122ff)<!-- raw HTML omitted --></a></li>
</ul>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Keep built-in id as is in bun and deno - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9117">vitest-dev/vitest#9117</a>
<a href="https://github.com/vitest-dev/vitest/commit/075ab3520"><!-- raw
HTML omitted -->(075ab)<!-- raw HTML omitted --></a></li>
<li>Use <code>optimizeDeps.rolldownOptions</code> to fix depreated
warning + fix <code>ssr.external: true</code> - by <a
href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9121">vitest-dev/vitest#9121</a>
<a href="https://github.com/vitest-dev/vitest/commit/fd8bd6dee"><!-- raw
HTML omitted -->(fd8bd)<!-- raw HTML omitted --></a></li>
<li>Fix external behavior with <code>deps.optimizer</code> - by <a
href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9125">vitest-dev/vitest#9125</a>
<a href="https://github.com/vitest-dev/vitest/commit/4c75492cc"><!-- raw
HTML omitted -->(4c754)<!-- raw HTML omitted --></a></li>
<li>Very minor typo in "Chrome DevTools Protocol" - by <a
href="https://github.com/HowToTestFrontend"><code>@HowToTestFrontend</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9146">vitest-dev/vitest#9146</a>
<a href="https://github.com/vitest-dev/vitest/commit/209976419"><!-- raw
HTML omitted -->(20997)<!-- raw HTML omitted --></a></li>
<li><strong>browser</strong>: Run <code>toMatchScreenshot</code> only
once when used with <code>expect.element</code> - by <a
href="https://github.com/macarie"><code>@macarie</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9132">vitest-dev/vitest#9132</a>
<a href="https://github.com/vitest-dev/vitest/commit/0d2e7e3e2"><!-- raw
HTML omitted -->(0d2e7)<!-- raw HTML omitted --></a></li>
<li><strong>coverage</strong>: Istanbul provider to not break source
maps - by <a
href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9040">vitest-dev/vitest#9040</a>
<a href="https://github.com/vitest-dev/vitest/commit/e4ca917f1"><!-- raw
HTML omitted -->(e4ca9)<!-- raw HTML omitted --></a></li>
<li><strong>deps</strong>: Update dependency tinyexec to v1 - in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9122">vitest-dev/vitest#9122</a>
<a href="https://github.com/vitest-dev/vitest/commit/fd7860222"><!-- raw
HTML omitted -->(fd786)<!-- raw HTML omitted --></a></li>
<li><strong>docs</strong>: Remove <code>--browser.provider</code> from
docs - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9115">vitest-dev/vitest#9115</a>
<a href="https://github.com/vitest-dev/vitest/commit/120b3dac1"><!-- raw
HTML omitted -->(120b3)<!-- raw HTML omitted --></a></li>
<li><strong>expect</strong>: Preserve <code>currentTestName</code> in
extended matchers - by <a
href="https://github.com/macarie"><code>@macarie</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9106">vitest-dev/vitest#9106</a>
<a href="https://github.com/vitest-dev/vitest/commit/e43458e02"><!-- raw
HTML omitted -->(e4345)<!-- raw HTML omitted --></a></li>
<li><strong>pool</strong>: Terminate workers on <code>CTRL+c</code>
forceful exits - by <a
href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9140">vitest-dev/vitest#9140</a>
<a href="https://github.com/vitest-dev/vitest/commit/d57d8bf0a"><!-- raw
HTML omitted -->(d57d8)<!-- raw HTML omitted --></a></li>
<li><strong>reporters</strong>: Show project in github reporter - by
<a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9138">vitest-dev/vitest#9138</a>
<a href="https://github.com/vitest-dev/vitest/commit/bb65e15c7"><!-- raw
HTML omitted -->(bb65e)<!-- raw HTML omitted --></a></li>
<li><strong>spy</strong>: Do not mock overriden method, if parent was
automocked - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9116">vitest-dev/vitest#9116</a>
<a href="https://github.com/vitest-dev/vitest/commit/1a24607b4"><!-- raw
HTML omitted -->(1a246)<!-- raw HTML omitted --></a></li>
<li><strong>web-worker</strong>: MessagePort objects passed to
Worker.postMessage work when clone === "native" - by <a
href="https://github.com/whitphx"><code>@whitphx</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9118">vitest-dev/vitest#9118</a>
<a href="https://github.com/vitest-dev/vitest/commit/deee83e54"><!-- raw
HTML omitted -->(deee8)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a
href="https://github.com/vitest-dev/vitest/compare/v4.0.14...v4.0.15">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitest-dev/vitest/commit/b46d7444cc3a14296c5a4db67232226dc094f35f"><code>b46d744</code></a>
chore: release v4.0.16</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/eb1abf08573032a532015b999ad3501c5e89e3bb"><code>eb1abf0</code></a>
chore: release v4.0.15</li>
<li>See full diff in <a
href="https://github.com/vitest-dev/vitest/commits/v4.0.16/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 5589dae commit a5512c7
2 files changed
+158
-640
lines changed
0 commit comments