[PR #434] [MERGED] build(deps-dev): Bump @vitest/coverage-v8 from 4.0.15 to 4.0.16 #440

Closed
opened 2026-02-26 12:41:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/434
Author: @dependabot[bot]
Created: 1/7/2026
Status: Merged
Merged: 1/13/2026
Merged by: @MickLesk

Base: mainHead: dependabot/npm_and_yarn/vitest/coverage-v8-4.0.16


📝 Commits (1)

  • 48389e6 build(deps-dev): Bump @vitest/coverage-v8 from 4.0.15 to 4.0.16

📊 Changes

2 files changed (+57 additions, -57 deletions)

View changed files

📝 package-lock.json (+56 -56)
📝 package.json (+1 -1)

📄 Description

Bumps @vitest/coverage-v8 from 4.0.15 to 4.0.16.

Release notes

Sourced from @​vitest/coverage-v8's releases.

v4.0.16

   🐞 Bug Fixes

    View changes on GitHub
Commits

Dependabot compatibility score

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 commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE-Local/pull/434 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/7/2026 **Status:** ✅ Merged **Merged:** 1/13/2026 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/vitest/coverage-v8-4.0.16` --- ### 📝 Commits (1) - [`48389e6`](https://github.com/community-scripts/ProxmoxVE-Local/commit/48389e61c8c9654e8adb86393e821609c5c2d3a0) build(deps-dev): Bump @vitest/coverage-v8 from 4.0.15 to 4.0.16 ### 📊 Changes **2 files changed** (+57 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+56 -56) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) from 4.0.15 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> </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>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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vitest/coverage-v8&package-manager=npm_and_yarn&previous-version=4.0.15&new-version=4.0.16)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:41:23 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE-Local#440
No description provided.