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

   Bumps 
[@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8)
 from 2.1.8 to 3.0.5.
   <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>v3.0.5</h2>
   <p>This release includes security patches for:</p>
   <ul>
   <li><a 
href="https://github.com/vitest-dev/vitest/security/advisories/GHSA-9crc-q9x8-hgqq";>Remote
 Code Execution when accessing a malicious website while Vitest API server is 
listening | CVE-2025-24964</a></li>
   </ul>
   <h3>🚀 Features</h3>
   <ul>
   <li><strong>ui</strong>: Insert message &quot;no tests found&quot; in ui - 
by <a href="https://github.com/DevJoaoLopes";><code>@​DevJoaoLopes</code></a> in 
<a 
href="https://redirect.github.com/vitest-dev/vitest/issues/7366";>vitest-dev/vitest#7366</a>
 <a href="https://github.com/vitest-dev/vitest/commit/92da490bd";><!-- raw HTML 
omitted -->(92da4)<!-- raw HTML omitted --></a></li>
   </ul>
   <h3>🐞 Bug Fixes</h3>
   <ul>
   <li>Validate websocket request - by <a 
href="https://github.com/hi-ogawa";><code>@​hi-ogawa</code></a> and <a 
href="https://github.com/AriPerkkio";><code>@​AriPerkkio</code></a> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/7317";>vitest-dev/vitest#7317</a>
 <a href="https://github.com/vitest-dev/vitest/commit/191ef9e34";><!-- raw HTML 
omitted -->(191ef)<!-- raw HTML omitted --></a></li>
   <li>Don't toggle cli cursor on non-TTY - by <a 
href="https://github.com/AriPerkkio";><code>@​AriPerkkio</code></a> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/7336";>vitest-dev/vitest#7336</a>
 <a href="https://github.com/vitest-dev/vitest/commit/3c8050e69";><!-- raw HTML 
omitted -->(3c805)<!-- raw HTML omitted --></a></li>
   <li><strong>vite-node</strong>: Differentiate file url with hash and query - 
by <a href="https://github.com/hi-ogawa";><code>@​hi-ogawa</code></a>  in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/7365";>vitest-dev/vitest#7365</a>
 <a href="https://github.com/vitest-dev/vitest/commit/926ca9546";><!-- raw HTML 
omitted -->(926ca)<!-- raw HTML omitted --></a></li>
   </ul>
   <h5><a 
href="https://github.com/vitest-dev/vitest/compare/v3.0.4...v3.0.5";>View 
changes on GitHub</a></h5>
   <h2>v3.0.4</h2>
   <p>This release includes security patches for:</p>
   <ul>
   <li><a 
href="https://github.com/vitest-dev/vitest/security/advisories/GHSA-8gvc-j273-4wm5";>Browser
 mode serves arbitrary files | CVE-2025-24963</a></li>
   </ul>
   <h3>   🐞 Bug Fixes</h3>
   <ul>
   <li>Filter projects eagerly during config resolution  -  by <a 
href="https://github.com/sheremet-va";><code>@​sheremet-va</code></a> and <a 
href="https://github.com/AriPerkkio";><code>@​AriPerkkio</code></a> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/7313";>vitest-dev/vitest#7313</a>
 <a href="https://github.com/vitest-dev/vitest/commit/dff4406d";><!-- raw HTML 
omitted -->(dff44)<!-- raw HTML omitted --></a></li>
   <li>Apply <code>development|production</code> condition on Vites 6 by <a 
href="https://github.com/hi-ogawa";><code>@​hi-ogawa</code></a> and <a 
href="https://github.com/sheremet-va";><code>@​sheremet-va</code></a> (<a 
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/7301";>#7301</a>)
 <a 
href="https://github.com/vitest-dev/vitest/commit/ef1464fc7b101709bfbf7b040e5bad62998c2ff9";><!--
 raw HTML omitted -->(ef146)<!-- raw HTML omitted --></a></li>
   <li><strong>browser</strong>: Restrict served files from 
<code>/__screenshot-error</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/7340";>vitest-dev/vitest#7340</a>
 <a href="https://github.com/vitest-dev/vitest/commit/ed9aeba2";><!-- raw HTML 
omitted -->(ed9ae)<!-- 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/7297";>vitest-dev/vitest#7297</a>
 <a href="https://github.com/vitest-dev/vitest/commit/38ea8eae";><!-- raw HTML 
omitted -->(38ea8)<!-- raw HTML omitted --></a></li>
   <li><strong>runner</strong>: Timeout long sync hook  -  by <a 
href="https://github.com/hi-ogawa";><code>@​hi-ogawa</code></a> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/7289";>vitest-dev/vitest#7289</a>
 <a href="https://github.com/vitest-dev/vitest/commit/c60ee27c";><!-- raw HTML 
omitted -->(c60ee)<!-- raw HTML omitted --></a></li>
   <li><strong>typechecking</strong>: Support typechecking parsing with Vite 6  
-  by <a href="https://github.com/sheremet-va";><code>@​sheremet-va</code></a> 
in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/7335";>vitest-dev/vitest#7335</a>
 <a href="https://github.com/vitest-dev/vitest/commit/bff70be9";><!-- raw HTML 
omitted -->(bff70)<!-- raw HTML omitted --></a></li>
   <li><strong>types</strong>: Fix public types  -  by <a 
href="https://github.com/mrginglymus";><code>@​mrginglymus</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/7328";>vitest-dev/vitest#7328</a>
 <a href="https://github.com/vitest-dev/vitest/commit/ce6af70c";><!-- raw HTML 
omitted -->(ce6af)<!-- raw HTML omitted --></a></li>
   </ul>
   <h5>    <a 
href="https://github.com/vitest-dev/vitest/compare/v3.0.3...v3.0.4";>View 
changes on GitHub</a></h5>
   <h2>v3.0.3</h2>
   <h3>   🐞 Bug Fixes</h3>
   <ul>
   <li><strong>browser</strong>:
   <ul>
   <li>Don't throw a validation error if v8 coverage is used with filtered 
instances  -  by <a 
href="https://github.com/sheremet-va";><code>@​sheremet-va</code></a> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/7306";>vitest-dev/vitest#7306</a>
 <a href="https://github.com/vitest-dev/vitest/commit/fa4634b2";><!-- raw HTML 
omitted -->(fa463)<!-- raw HTML omitted --></a></li>
   <li>Don't fail when running --browser.headless if the browser projest is 
part of the workspace  -  by <a 
href="https://github.com/sheremet-va";><code>@​sheremet-va</code></a> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/7311";>vitest-dev/vitest#7311</a>
 <a href="https://github.com/vitest-dev/vitest/commit/e43a8f56";><!-- raw HTML 
omitted -->(e43a8)<!-- raw HTML omitted --></a></li>
   </ul>
   </li>
   </ul>
   <h3>   🏎 Performance</h3>
   <ul>
   <li><strong>reporters</strong>: Update summary only when needed  -  by <a 
href="https://github.com/AriPerkkio";><code>@​AriPerkkio</code></a> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/7291";>vitest-dev/vitest#7291</a>
 <a href="https://github.com/vitest-dev/vitest/commit/7f36b6f9";><!-- raw HTML 
omitted -->(7f36b)<!-- raw HTML omitted --></a></li>
   </ul>
   <h5>    <a 
href="https://github.com/vitest-dev/vitest/compare/v3.0.2...v3.0.3";>View 
changes on GitHub</a></h5>
   <h2>v3.0.2</h2>
   <h3>   🐞 Bug Fixes</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/vitest-dev/vitest/commit/115466265d23622d75f0d798641354a18e285072";><code>1154662</code></a>
 chore: release v3.0.5</li>
   <li><a 
href="https://github.com/vitest-dev/vitest/commit/9e404375825d870ed9d90db854d96f77a7abeaff";><code>9e40437</code></a>
 chore: release v3.0.4</li>
   <li><a 
href="https://github.com/vitest-dev/vitest/commit/38ea8eaef86f808a4c088f7439d138458a8b16a3";><code>38ea8ea</code></a>
 fix(deps): update all non-major dependencies (<a 
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/7297";>#7297</a>)</li>
   <li><a 
href="https://github.com/vitest-dev/vitest/commit/33ab8a244a9fe02a929bc6cfa21712d60b0718f8";><code>33ab8a2</code></a>
 chore: release v3.0.3</li>
   <li><a 
href="https://github.com/vitest-dev/vitest/commit/f17918a79969d27a415f70431e08a9445b051e45";><code>f17918a</code></a>
 chore: release v3.0.2</li>
   <li><a 
href="https://github.com/vitest-dev/vitest/commit/56c50181c6abe90a4433390a1eeba36375774178";><code>56c5018</code></a>
 chore: release v3.0.1</li>
   <li><a 
href="https://github.com/vitest-dev/vitest/commit/537fa5ed40a01e4707cc5ed40377377d9c70e3b7";><code>537fa5e</code></a>
 fix(deps): update all non-major dependencies (<a 
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/7147";>#7147</a>)</li>
   <li><a 
href="https://github.com/vitest-dev/vitest/commit/01600e04c2252abee78fc8a695197ce62f2846d4";><code>01600e0</code></a>
 chore: release v3.0.0</li>
   <li><a 
href="https://github.com/vitest-dev/vitest/commit/8cab9601bb077132187c34f5bc1b8d94c271ba49";><code>8cab960</code></a>
 fix: colors on <code>forks</code> pool (<a 
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/7090";>#7090</a>)</li>
   <li><a 
href="https://github.com/vitest-dev/vitest/commit/57b671dcfb07b5b2486ccd402284104fd207e9c6";><code>57b671d</code></a>
 chore: release v3.0.0-beta.4</li>
   <li>Additional commits viewable in <a 
href="https://github.com/vitest-dev/vitest/commits/v3.0.5/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=2.1.8&new-version=3.0.5)](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>


-- 
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: pr-unsubscr...@jena.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscr...@jena.apache.org
For additional commands, e-mail: pr-h...@jena.apache.org

Reply via email to