[PR #330] build(deps-dev): Bump @vitest/ui from 3.2.4 to 4.0.10 #360

Open
opened 2025-11-20 04:14:22 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/330
Author: @dependabot[bot]
Created: 11/17/2025
Status: 🔄 Open

Base: mainHead: dependabot/npm_and_yarn/vitest/ui-4.0.10


📝 Commits (1)

  • c753996 build(deps-dev): Bump @vitest/ui from 3.2.4 to 4.0.10

📊 Changes

2 files changed (+47 additions, -10 deletions)

View changed files

📝 package-lock.json (+46 -9)
📝 package.json (+1 -1)

📄 Description

Bumps @vitest/ui from 3.2.4 to 4.0.10.

Release notes

Sourced from @​vitest/ui's releases.

v4.0.10

   🐞 Bug Fixes

    View changes on GitHub

v4.0.9

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.0.8

   🐞 Bug Fixes

    View changes on GitHub

v4.0.7

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​vitest/ui since your current version.


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/330 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/17/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/vitest/ui-4.0.10` --- ### 📝 Commits (1) - [`c753996`](https://github.com/community-scripts/ProxmoxVE-Local/commit/c753996783e765fb21b9557982a5d5f7d5a85e9c) build(deps-dev): Bump @vitest/ui from 3.2.4 to 4.0.10 ### 📊 Changes **2 files changed** (+47 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+46 -9) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) from 3.2.4 to 4.0.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/ui</code>'s releases</a>.</em></p> <blockquote> <h2>v4.0.10</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li>Remove <code>onCancel</code> when worker is terminated  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9033">vitest-dev/vitest#9033</a> <a href="https://github.com/vitest-dev/vitest/commit/6d7f0a99e"><!-- raw HTML omitted -->(6d7f0)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: <ul> <li>Don't scale the iframe if UI is disabled  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9018">vitest-dev/vitest#9018</a> <a href="https://github.com/vitest-dev/vitest/commit/5406e8ea4"><!-- raw HTML omitted -->(5406e)<!-- raw HTML omitted --></a></li> <li>Handle dependency stack traces with external source maps. Resolves: <a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui/issues/9003">#9003</a>  -  by <a href="https://github.com/iclectic"><code>@​iclectic</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9016">vitest-dev/vitest#9016</a> and <a href="https://redirect.github.com/vitest-dev/vitest/issues/9003">vitest-dev/vitest#9003</a> <a href="https://github.com/vitest-dev/vitest/commit/57ae547de"><!-- raw HTML omitted -->(57ae5)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>bun</strong>: <ul> <li>Parsing of stack trace for bun runtime  -  by <a href="https://github.com/nazarhussain"><code>@​nazarhussain</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9032">vitest-dev/vitest#9032</a> <a href="https://github.com/vitest-dev/vitest/commit/f3ec6fcb0"><!-- raw HTML omitted -->(f3ec6)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>core</strong>: <ul> <li>Prevent starting new run when cancelling  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8991">vitest-dev/vitest#8991</a> <a href="https://github.com/vitest-dev/vitest/commit/eb98dd8fd"><!-- raw HTML omitted -->(eb98d)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>pool</strong>: <ul> <li>Prevent writing to closed worker  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> and <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9023">vitest-dev/vitest#9023</a> <a href="https://github.com/vitest-dev/vitest/commit/042c60c80"><!-- raw HTML omitted -->(042c6)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>reporters</strong>: <ul> <li>Report correct test run duration at the end  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8969">vitest-dev/vitest#8969</a> <a href="https://github.com/vitest-dev/vitest/commit/bc3a6921e"><!-- raw HTML omitted -->(bc3a6)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>ui</strong>: <ul> <li>Use execution time from ws reporter (<code>onFinished</code>)  -  by <a href="https://github.com/userquin"><code>@​userquin</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8975">vitest-dev/vitest#8975</a> <a href="https://github.com/vitest-dev/vitest/commit/f56dc0cc4"><!-- raw HTML omitted -->(f56dc)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v4.0.9...v4.0.10">View changes on GitHub</a></h5> <h2>v4.0.9</h2> <h3>   🚀 Experimental Features</h3> <ul> <li><strong>expect</strong>: Add Set support to toBeOneOf  -  by <a href="https://github.com/tim-we"><code>@​tim-we</code></a> and <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8906">vitest-dev/vitest#8906</a> <a href="https://github.com/vitest-dev/vitest/commit/a415d0375"><!-- raw HTML omitted -->(a415d)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>browser</strong>: Add favicon icons to the browser mode ui  -  by <a href="https://github.com/userquin"><code>@​userquin</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8972">vitest-dev/vitest#8972</a> <a href="https://github.com/vitest-dev/vitest/commit/353ee5bbc"><!-- raw HTML omitted -->(353ee)<!-- raw HTML omitted --></a></li> <li><strong>forks</strong>: Increase worker start timeout  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9027">vitest-dev/vitest#9027</a> <a href="https://github.com/vitest-dev/vitest/commit/5e750f4ba"><!-- raw HTML omitted -->(5e750)<!-- raw HTML omitted --></a></li> <li><strong>jsdom</strong>: Cloned request is an instance of <code>Request</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/8985">vitest-dev/vitest#8985</a> <a href="https://github.com/vitest-dev/vitest/commit/506a9fd0f"><!-- raw HTML omitted -->(506a9)<!-- raw HTML omitted --></a></li> <li><strong>ui</strong>: Collect file/suite/test duration correctly  -  by <a href="https://github.com/userquin"><code>@​userquin</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8976">vitest-dev/vitest#8976</a> <a href="https://github.com/vitest-dev/vitest/commit/8016da886"><!-- raw HTML omitted -->(8016d)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v4.0.8...v4.0.9">View changes on GitHub</a></h5> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/259a3d1b563ecafa51ced4641218545dab635be7"><code>259a3d1</code></a> chore: release v4.0.10</li> <li><a href="https://github.com/vitest-dev/vitest/commit/80f2bb6d8992aa54f1c5992c4269c3e117263487"><code>80f2bb6</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui/issues/9037">#9037</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/f56dc0cc4c2c0e61bada9500208de6e56d4b434e"><code>f56dc0c</code></a> fix(ui): use execution time from ws reporter (<code>onFinished</code>) (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui/issues/8975">#8975</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/62fab2443132a62327cbb937573f29cfc7a9820c"><code>62fab24</code></a> chore: release v4.0.9</li> <li><a href="https://github.com/vitest-dev/vitest/commit/8016da88606b86a6ec71e9fb8799a35e5496b34e"><code>8016da8</code></a> fix(ui): collect file/suite/test duration correctly (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui/issues/8976">#8976</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/a06d1223b774bce803767e37de11dbd63d31e2cd"><code>a06d122</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui/issues/8989">#8989</a>)</li> <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/c84a396431062dd0f445270b3f331d57714b4cd0"><code>c84a396</code></a> chore(deps): update dependency splitpanes to v4 (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui/issues/8701">#8701</a>)</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/ui/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>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v4.0.10/packages/ui">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for <code>@​vitest/ui</code> since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vitest/ui&package-manager=npm_and_yarn&previous-version=3.2.4&new-version=4.0.10)](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>
saavagebueno added the pull-request label 2025-11-20 04:14:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE-Local#360