dependabot[bot] opened a new pull request, #44564:
URL: https://github.com/apache/superset/pull/44564

   Bumps 
[vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 
5.0.0 to 5.0.1.
   <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>v5.0.1</h2>
   <h3>   🚀 Features</h3>
   <ul>
   <li><strong>ui</strong>:
   <ul>
   <li>Move trace attempts selector to viewer header  -  by <a 
href="https://github.com/hi-ogawa";><code>@​hi-ogawa</code></a>, <strong>Hiroshi 
Ogawa</strong> and <strong>Codex</strong> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/11189";>vitest-dev/vitest#11189</a>
 <a href="https://github.com/vitest-dev/vitest/commit/5dc4b5c92";><!-- raw HTML 
omitted -->(5dc4b)<!-- raw HTML omitted --></a></li>
   <li>Add focused trace view layout mode  -  by <a 
href="https://github.com/hi-ogawa";><code>@​hi-ogawa</code></a>, <strong>Hiroshi 
Ogawa</strong>, <strong>OpenCode (gpt-5.6-sol)</strong> and 
<strong>Codex</strong> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/11190";>vitest-dev/vitest#11190</a>
 <a href="https://github.com/vitest-dev/vitest/commit/376dc3bc1";><!-- raw HTML 
omitted -->(376dc)<!-- raw HTML omitted --></a></li>
   </ul>
   </li>
   </ul>
   <h3>   🐞 Bug Fixes</h3>
   <ul>
   <li>Exit 1 when vitest list fails collection  -  by <a 
href="https://github.com/hamed-bavar";><code>@​hamed-bavar</code></a> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/11145";>vitest-dev/vitest#11145</a>
 and <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/11146";>vitest-dev/vitest#11146</a>
 <a href="https://github.com/vitest-dev/vitest/commit/6108b8197";><!-- raw HTML 
omitted -->(6108b)<!-- raw HTML omitted --></a></li>
   <li>Keep parse error details in static collection  -  by <a 
href="https://github.com/hamed-bavar";><code>@​hamed-bavar</code></a> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/11150";>vitest-dev/vitest#11150</a>
 and <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/11151";>vitest-dev/vitest#11151</a>
 <a href="https://github.com/vitest-dev/vitest/commit/7c818153a";><!-- raw HTML 
omitted -->(7c818)<!-- raw HTML omitted --></a></li>
   <li>Avoid recursive prototype in automocking  -  by <a 
href="https://github.com/sheremet-va";><code>@​sheremet-va</code></a> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/11195";>vitest-dev/vitest#11195</a>
 <a href="https://github.com/vitest-dev/vitest/commit/99fc52591";><!-- raw HTML 
omitted -->(99fc5)<!-- raw HTML omitted --></a></li>
   <li>Prevent false Vitest import resolution  -  by <a 
href="https://github.com/sheremet-va";><code>@​sheremet-va</code></a> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/11196";>vitest-dev/vitest#11196</a>
 <a href="https://github.com/vitest-dev/vitest/commit/b426c1976";><!-- raw HTML 
omitted -->(b426c)<!-- raw HTML omitted --></a></li>
   <li>Keep metadata file when clearing the 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/11199";>vitest-dev/vitest#11199</a>
 <a href="https://github.com/vitest-dev/vitest/commit/73614654a";><!-- raw HTML 
omitted -->(73614)<!-- raw HTML omitted --></a></li>
   <li>Correct typos in error message and comments  -  by <a 
href="https://github.com/shinji00222";><code>@​shinji00222</code></a> and 
<strong>Shinji</strong> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/11187";>vitest-dev/vitest#11187</a>
 <a href="https://github.com/vitest-dev/vitest/commit/115c3f6d2";><!-- raw HTML 
omitted -->(115c3)<!-- raw HTML omitted --></a></li>
   <li>Resolve ResolvedConfig exactOptionalPropertyTypes errors  -  by <a 
href="https://github.com/LukeAbby";><code>@​LukeAbby</code></a> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/11175";>vitest-dev/vitest#11175</a>
 <a href="https://github.com/vitest-dev/vitest/commit/498fbe922";><!-- raw HTML 
omitted -->(498fb)<!-- raw HTML omitted --></a></li>
   <li>Share the server on self-referencing <code>extends</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/11034";>vitest-dev/vitest#11034</a>
 <a href="https://github.com/vitest-dev/vitest/commit/23dda738c";><!-- raw HTML 
omitted -->(23dda)<!-- raw HTML omitted --></a></li>
   <li>Warn when deprecated <code>deps.optimizer.web</code> is used  -  by <a 
href="https://github.com/im10furry";><code>@​im10furry</code></a> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/11214";>vitest-dev/vitest#11214</a>
 <a href="https://github.com/vitest-dev/vitest/commit/2ce29d5fa";><!-- raw HTML 
omitted -->(2ce29)<!-- raw HTML omitted --></a></li>
   <li><strong>browser</strong>:
   <ul>
   <li>Avoid double quotes in <code>config.define</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/11198";>vitest-dev/vitest#11198</a>
 <a href="https://github.com/vitest-dev/vitest/commit/972e24bab";><!-- raw HTML 
omitted -->(972e2)<!-- raw HTML omitted --></a></li>
   </ul>
   </li>
   <li><strong>doctor</strong>:
   <ul>
   <li>Measure vm pools for custom environments  -  by <a 
href="https://github.com/sheremet-va";><code>@​sheremet-va</code></a> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/11212";>vitest-dev/vitest#11212</a>
 <a href="https://github.com/vitest-dev/vitest/commit/91ab1588c";><!-- raw HTML 
omitted -->(91ab1)<!-- raw HTML omitted --></a></li>
   </ul>
   </li>
   <li><strong>expect</strong>:
   <ul>
   <li>Correct return value in <code>toMatchAriaSnapshot</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/11208";>vitest-dev/vitest#11208</a>
 <a href="https://github.com/vitest-dev/vitest/commit/c119be016";><!-- raw HTML 
omitted -->(c119b)<!-- raw HTML omitted --></a></li>
   </ul>
   </li>
   <li><strong>fakeTimers</strong>:
   <ul>
   <li>Force <code>queueMicrotask</code> and <code>nextTick</code> in 
<code>toNotFake</code>  -  by <a 
href="https://github.com/kingmakeruix";><code>@​kingmakeruix</code></a>, 
<strong>kingmakeruix</strong>, <strong>Hiroshi Ogawa</strong>, 
<strong>Codex</strong> and <a 
href="https://github.com/hi-ogawa";><code>@​hi-ogawa</code></a> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/11261";>vitest-dev/vitest#11261</a>
 <a href="https://github.com/vitest-dev/vitest/commit/a47d7908f";><!-- raw HTML 
omitted -->(a47d7)<!-- raw HTML omitted --></a></li>
   </ul>
   </li>
   <li><strong>snapshot</strong>:
   <ul>
   <li>Report obsolete keys next to skipped tests  -  by <a 
href="https://github.com/hamed-bavar";><code>@​hamed-bavar</code></a>, 
<strong>Hiroshi Ogawa</strong> and <strong>OpenCode (gpt-5.6-sol)</strong> in 
<a 
href="https://redirect.github.com/vitest-dev/vitest/issues/11157";>vitest-dev/vitest#11157</a>
 and <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/11158";>vitest-dev/vitest#11158</a>
 <a href="https://github.com/vitest-dev/vitest/commit/17e2b22dd";><!-- raw HTML 
omitted -->(17e2b)<!-- raw HTML omitted --></a></li>
   </ul>
   </li>
   <li><strong>types</strong>:
   <ul>
   <li>Make public declarations self-contained  -  by <a 
href="https://github.com/ZoeySigel";><code>@​ZoeySigel</code></a> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/11141";>vitest-dev/vitest#11141</a>
 <a href="https://github.com/vitest-dev/vitest/commit/455466c16";><!-- raw HTML 
omitted -->(45546)<!-- raw HTML omitted --></a></li>
   </ul>
   </li>
   <li><strong>ui</strong>:
   <ul>
   <li>Fix collapse/expand suite with file name search  -  by <a 
href="https://github.com/hi-ogawa";><code>@​hi-ogawa</code></a>, <strong>Hiroshi 
Ogawa</strong> and <strong>Codex</strong> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/11260";>vitest-dev/vitest#11260</a>
 <a href="https://github.com/vitest-dev/vitest/commit/0a7122daa";><!-- raw HTML 
omitted -->(0a712)<!-- raw HTML omitted --></a></li>
   <li>Fix explorer file summary count  -  by <a 
href="https://github.com/hi-ogawa";><code>@​hi-ogawa</code></a>, <strong>Hiroshi 
Ogawa</strong>, <strong>OpenCode (gpt-5.6-sol)</strong> and 
<strong>Codex</strong> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/11125";>vitest-dev/vitest#11125</a>
 <a href="https://github.com/vitest-dev/vitest/commit/05982297d";><!-- raw HTML 
omitted -->(05982)<!-- raw HTML omitted --></a></li>
   </ul>
   </li>
   <li><strong>utils</strong>:
   <ul>
   <li>Fix <code>deepMerge</code> to handle prototype  -  by <a 
href="https://github.com/hi-ogawa";><code>@​hi-ogawa</code></a>, <strong>Hiroshi 
Ogawa</strong> and <strong>Codex</strong> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/11215";>vitest-dev/vitest#11215</a>
 <a href="https://github.com/vitest-dev/vitest/commit/4944cf498";><!-- raw HTML 
omitted -->(4944c)<!-- raw HTML omitted --></a></li>
   </ul>
   </li>
   </ul>
   <h5>    <a 
href="https://github.com/vitest-dev/vitest/compare/v5.0.0...v5.0.1";>View 
changes on GitHub</a></h5>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/vitest-dev/vitest/commit/03630a5995d10455fa136be53bfb2b2409381106";><code>03630a5</code></a>
 chore: release v5.0.1 (<a 
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/11275";>#11275</a>)</li>
   <li><a 
href="https://github.com/vitest-dev/vitest/commit/a47d7908f0635e9cba6cbe5e1a209bb6add5e0ab";><code>a47d790</code></a>
 fix(fakeTimers): force <code>queueMicrotask</code> and <code>nextTick</code> 
in <code>toNotFake</code> (<a 
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/11261";>#11261</a>)</li>
   <li><a 
href="https://github.com/vitest-dev/vitest/commit/2ce29d5fa758046e5453bd92b8ed6c9da9709bb5";><code>2ce29d5</code></a>
 fix: warn when deprecated <code>deps.optimizer.web</code> is used (<a 
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/11214";>#11214</a>)</li>
   <li><a 
href="https://github.com/vitest-dev/vitest/commit/ccd6d057b6e4ca29a5e6b753a2b8e16b0afd8cda";><code>ccd6d05</code></a>
 docs: fix typecheck exclude default in documentation (<a 
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/11223";>#11223</a>)</li>
   <li><a 
href="https://github.com/vitest-dev/vitest/commit/91ab1588c72c9c5f7c638368a541cd20e0e8a934";><code>91ab158</code></a>
 fix(doctor): measure vm pools for custom environments (<a 
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/11212";>#11212</a>)</li>
   <li><a 
href="https://github.com/vitest-dev/vitest/commit/23dda738ccacb11682426426cd7b876afd107621";><code>23dda73</code></a>
 fix: share the server on self-referencing <code>extends</code> (<a 
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/11034";>#11034</a>)</li>
   <li><a 
href="https://github.com/vitest-dev/vitest/commit/498fbe9222eb9aa3d8cf48481e200c16bb693bbd";><code>498fbe9</code></a>
 fix: resolve ResolvedConfig exactOptionalPropertyTypes errors (<a 
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/11175";>#11175</a>)</li>
   <li><a 
href="https://github.com/vitest-dev/vitest/commit/115c3f6d2bfa6a8672eeab8cc21bbecc6a4ef3d0";><code>115c3f6</code></a>
 fix: correct typos in error message and comments (<a 
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/11187";>#11187</a>)</li>
   <li><a 
href="https://github.com/vitest-dev/vitest/commit/73614654a46f617c357920eecda439654a561f92";><code>7361465</code></a>
 fix: keep metadata file when clearing the cache (<a 
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/11199";>#11199</a>)</li>
   <li><a 
href="https://github.com/vitest-dev/vitest/commit/972e24bab5fb96843de72447eb65585628b8dbde";><code>972e24b</code></a>
 fix(browser): avoid double quotes in <code>config.define</code> (<a 
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/11198";>#11198</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/vitest-dev/vitest/commits/v5.0.1/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=5.0.0&new-version=5.0.1)](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 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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to