[PR #377] [CLOSED] build(deps-dev): Bump vitest from 4.0.14 to 4.0.15 #397

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/377
Author: @dependabot[bot]
Created: 12/2/2025
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/vitest-4.0.15


📝 Commits (1)

  • 1e7a2bd build(deps-dev): Bump vitest from 4.0.14 to 4.0.15

📊 Changes

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

View changed files

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

📄 Description

Bumps vitest from 4.0.14 to 4.0.15.

Release notes

Sourced from vitest's releases.

v4.0.15

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • eb1abf0 chore: release v4.0.15
  • a68f74e feat(cache): add opt-out on a plugin level, fix internal root cache (#9154)
  • 122ff32 feat(reporters): print import duration breakdown (#9105)
  • 0d2e7e3 fix(browser): run toMatchScreenshot only once when used with `expect.elemen...
  • d57d8bf fix(pool): terminate workers on CTRL+c forceful exits (#9140)
  • bb65e15 fix(reporters): show project in github reporter (#9138)
  • 52b242b chore(deps): update all non-major dependencies (#9133)
  • 4c75492 fix: fix external behavior with deps.optimizer (#9125)
  • a5d98fd refactor(vitest): get current test name from task property (#9120)
  • fd8bd6d fix: use optimizeDeps.rolldownOptions to fix depreated warning + fix `ssr.e...
  • Additional commits viewable in compare view

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/377 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/2/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/vitest-4.0.15` --- ### 📝 Commits (1) - [`1e7a2bd`](https://github.com/community-scripts/ProxmoxVE-Local/commit/1e7a2bd911c47d5242c12496fd686e3bb6ea11c1) build(deps-dev): Bump vitest from 4.0.14 to 4.0.15 ### 📊 Changes **2 files changed** (+171 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+170 -56) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 4.0.14 to 4.0.15. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases">vitest's releases</a>.</em></p> <blockquote> <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 &quot;Chrome DevTools Protocol&quot;  -  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 === &quot;native&quot;  -  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/eb1abf08573032a532015b999ad3501c5e89e3bb"><code>eb1abf0</code></a> chore: release v4.0.15</li> <li><a href="https://github.com/vitest-dev/vitest/commit/a68f74e5eeedd018305fa45bcf36141690656e03"><code>a68f74e</code></a> feat(cache): add opt-out on a plugin level, fix internal root cache (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9154">#9154</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/122ff321cc989f79f12434b8d7c7281191eac4f7"><code>122ff32</code></a> feat(reporters): print import duration breakdown (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9105">#9105</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/0d2e7e3e26c2cf8756aa8b480f6bc43313f4420c"><code>0d2e7e3</code></a> fix(browser): run <code>toMatchScreenshot</code> only once when used with `expect.elemen...</li> <li><a href="https://github.com/vitest-dev/vitest/commit/d57d8bf0a635e94fae89b532c34d9b544bfc17cf"><code>d57d8bf</code></a> fix(pool): terminate workers on <code>CTRL+c</code> forceful exits (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9140">#9140</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/bb65e15c7f0746295ad5e78ad6e2faed70ef8995"><code>bb65e15</code></a> fix(reporters): show project in github reporter (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9138">#9138</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/52b242b870b91d92442f75552f26cbf3fd64dd95"><code>52b242b</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9133">#9133</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/4c75492cca5e2eef379b4aa730724e36d9963c6c"><code>4c75492</code></a> fix: fix external behavior with <code>deps.optimizer</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9125">#9125</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/a5d98fd0d82e90994f0e82e2db63b42212ad0886"><code>a5d98fd</code></a> refactor(vitest): get current test name from task property (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9120">#9120</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/fd8bd6dee5380bcd07a48f40198a6db0afca2e54"><code>fd8bd6d</code></a> fix: use <code>optimizeDeps.rolldownOptions</code> to fix depreated warning + fix `ssr.e...</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v4.0.15/packages/vitest">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vitest&package-manager=npm_and_yarn&previous-version=4.0.14&new-version=4.0.15)](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:14 +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#397
No description provided.