dependabot[bot] opened a new pull request, #3259: URL: https://github.com/apache/jena/pull/3259
Bumps the npm-patch-group group in /jena-fuseki2/jena-fuseki-ui with 3 updates: [bootstrap](https://github.com/twbs/bootstrap), [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `bootstrap` from 5.3.6 to 5.3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/twbs/bootstrap/releases">bootstrap's releases</a>.</em></p> <blockquote> <h2>v5.3.7</h2> <h3>📚 Documentation</h3> <ul> <li>Fixed broken <strong>"View on GitHub"</strong> URLs</li> <li>Corrected HTML <code><head></code> content generated by the <strong>"Download examples"</strong> button</li> <li>Refined sanitizer documentation for clarity and completeness</li> <li>Improved accessibility in the <strong>"On this page"</strong> table of contents and section heading anchor links</li> <li>Relocated ads to the right sidebar to minimize content reflow</li> <li>Added a new section on the <strong>Download</strong> page for the <em>Intelissence</em> extension</li> <li>Clarified the <strong>"Via JavaScript"</strong> usage example for <em>Accordion Collapse</em></li> <li>Made internal documentation improvements to support future maintenance <em>(no visible user impact)</em></li> <li>Mention CDN <code>integrity</code> and <code>crossorigin</code> attributes in introduction page</li> <li>Enhance floating labels <code>placeholder</code> usage description</li> <li>Add example of showing dynamic range value with output</li> </ul> <h3>🎨 Sass</h3> <ul> <li>Consolidated multiple <code>'none'</code> values in the <code>box-shadow</code> Sass mixin for cleaner output</li> </ul> <h3>🤖 JavaScript</h3> <ul> <li>Fixed popover and tooltip behavior with a <code>trigger: "hover click"</code> configuration</li> </ul> <h3>🤝 Contributions</h3> <ul> <li>Added recommended <strong>VSCode extensions and settings</strong> configuration to the repository</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/twbs/bootstrap/commit/e0032ae6a5a628a51a8552091816cec09b6434df"><code>e0032ae</code></a> Release v5.3.7 (<a href="https://redirect.github.com/twbs/bootstrap/issues/41509">#41509</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/0f63de9e739f8ee2c984e579a5fbf246f97434e7"><code>0f63de9</code></a> Build(deps-dev): Bump zod from 3.25.56 to 3.25.57</li> <li><a href="https://github.com/twbs/bootstrap/commit/37f33ff678f1fc58ae067fe7dbf21d0517d1cede"><code>37f33ff</code></a> Build(deps-dev): Bump the development-dependencies group with 2 updates (<a href="https://redirect.github.com/twbs/bootstrap/issues/41531">#41531</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/03f27a2b895eade538e91d812ba37d9e2bb2265d"><code>03f27a2</code></a> Docs: add example of showing dynamic range value with output (<a href="https://redirect.github.com/twbs/bootstrap/issues/41516">#41516</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/f04b980e7468804444bd5a849fda7525893a21b8"><code>f04b980</code></a> Docs: enhance floating labels <code>placeholder</code> usage description (<a href="https://redirect.github.com/twbs/bootstrap/issues/41526">#41526</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/1c00b1fc8878558fb11bd0c39f27248031ee650f"><code>1c00b1f</code></a> Build(deps-dev): Bump the development-dependencies group with 3 updates (<a href="https://redirect.github.com/twbs/bootstrap/issues/41528">#41528</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/590226f8f4d838a8f3efc32df81956b674a9d8a3"><code>590226f</code></a> Build(deps-dev): Bump the development-dependencies group with 2 updates</li> <li><a href="https://github.com/twbs/bootstrap/commit/0a9fa30c82ea661f70922d7ee44726cf998f3e31"><code>0a9fa30</code></a> Build(deps-dev): Bump the development-dependencies group with 4 updates (<a href="https://redirect.github.com/twbs/bootstrap/issues/41525">#41525</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/0b6c09abb22e42c1e492090fa04624e5cba8264f"><code>0b6c09a</code></a> Build(deps-dev): Bump zod from 3.25.48 to 3.25.49 (<a href="https://redirect.github.com/twbs/bootstrap/issues/41513">#41513</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/e6fdd27b73a95975d3958880ef4d78a51507f165"><code>e6fdd27</code></a> Mentions CDN integrity and crossorigin attributes in Intro docs page (<a href="https://redirect.github.com/twbs/bootstrap/issues/41515">#41515</a>)</li> <li>Additional commits viewable in <a href="https://github.com/twbs/bootstrap/compare/v5.3.6...v5.3.7">compare view</a></li> </ul> </details> <br /> Updates `@vitest/coverage-v8` from 3.2.3 to 3.2.4 <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.2.4</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li>Use correct path for optimisation of strip-literal - by <a href="https://github.com/mrginglymus"><code>@mrginglymus</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8139">vitest-dev/vitest#8139</a> <a href="https://github.com/vitest-dev/vitest/commit/44940d9dd"><!-- raw HTML omitted -->(44940)<!-- raw HTML omitted --></a></li> <li>Print uint and buffer as a simple string - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8141">vitest-dev/vitest#8141</a> <a href="https://github.com/vitest-dev/vitest/commit/b86bf0d99"><!-- raw HTML omitted -->(b86bf)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: <ul> <li>Show a helpful error when spying on an export - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8178">vitest-dev/vitest#8178</a> <a href="https://github.com/vitest-dev/vitest/commit/5600772c2"><!-- raw HTML omitted -->(56007)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>cli</strong>: <ul> <li><code>vitest run --watch</code> should be watch-mode - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8128">vitest-dev/vitest#8128</a> <a href="https://github.com/vitest-dev/vitest/commit/657e83f9f"><!-- raw HTML omitted -->(657e8)<!-- raw HTML omitted --></a></li> <li>Use absolute path environment on Windows - by <a href="https://github.com/colinaaa"><code>@colinaaa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8105">vitest-dev/vitest#8105</a> <a href="https://github.com/vitest-dev/vitest/commit/85dc0195f"><!-- raw HTML omitted -->(85dc0)<!-- raw HTML omitted --></a></li> <li>Throw error when <code>--shard x/<count></code> exceeds count of test files - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8112">vitest-dev/vitest#8112</a> <a href="https://github.com/vitest-dev/vitest/commit/8a18c8e20"><!-- raw HTML omitted -->(8a18c)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>coverage</strong>: <ul> <li>Ignore SCSS in browser mode - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8161">vitest-dev/vitest#8161</a> <a href="https://github.com/vitest-dev/vitest/commit/0c3be6f63"><!-- raw HTML omitted -->(0c3be)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>deps</strong>: <ul> <li>Update all non-major dependencies - in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8123">vitest-dev/vitest#8123</a> <a href="https://github.com/vitest-dev/vitest/commit/93f3200e4"><!-- raw HTML omitted -->(93f32)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>expect</strong>: <ul> <li>Handle async errors in expect.soft - by <a href="https://github.com/lzl0304"><code>@lzl0304</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8145">vitest-dev/vitest#8145</a> <a href="https://github.com/vitest-dev/vitest/commit/686996912"><!-- raw HTML omitted -->(68699)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>pool</strong>: <ul> <li>Auto-adjust <code>minWorkers</code> when only <code>maxWorkers</code> specified - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8110">vitest-dev/vitest#8110</a> <a href="https://github.com/vitest-dev/vitest/commit/14dc0724f"><!-- raw HTML omitted -->(14dc0)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>reporter</strong>: <ul> <li><code>task.meta</code> should be available in custom reporter's errors - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8115">vitest-dev/vitest#8115</a> <a href="https://github.com/vitest-dev/vitest/commit/27df68a0e"><!-- raw HTML omitted -->(27df6)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>runner</strong>: <ul> <li>Preserve handler wrapping on extend - by <a href="https://github.com/pengooseDev"><code>@pengooseDev</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8153">vitest-dev/vitest#8153</a> <a href="https://github.com/vitest-dev/vitest/commit/a92812b70"><!-- raw HTML omitted -->(a9281)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>ui</strong>: <ul> <li>Ensure ui config option works correctly - by <a href="https://github.com/lzl0304"><code>@lzl0304</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8147">vitest-dev/vitest#8147</a> <a href="https://github.com/vitest-dev/vitest/commit/42eeb2ee6"><!-- raw HTML omitted -->(42eeb)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5> <a href="https://github.com/vitest-dev/vitest/compare/v3.2.3...v3.2.4">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/c666d149a4516761bae92ca56ce1336d2fd352c3"><code>c666d14</code></a> chore: release v3.2.4</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v3.2.4/packages/coverage-v8">compare view</a></li> </ul> </details> <br /> Updates `vitest` from 3.2.3 to 3.2.4 <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>v3.2.4</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li>Use correct path for optimisation of strip-literal - by <a href="https://github.com/mrginglymus"><code>@mrginglymus</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8139">vitest-dev/vitest#8139</a> <a href="https://github.com/vitest-dev/vitest/commit/44940d9dd"><!-- raw HTML omitted -->(44940)<!-- raw HTML omitted --></a></li> <li>Print uint and buffer as a simple string - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8141">vitest-dev/vitest#8141</a> <a href="https://github.com/vitest-dev/vitest/commit/b86bf0d99"><!-- raw HTML omitted -->(b86bf)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: <ul> <li>Show a helpful error when spying on an export - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8178">vitest-dev/vitest#8178</a> <a href="https://github.com/vitest-dev/vitest/commit/5600772c2"><!-- raw HTML omitted -->(56007)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>cli</strong>: <ul> <li><code>vitest run --watch</code> should be watch-mode - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8128">vitest-dev/vitest#8128</a> <a href="https://github.com/vitest-dev/vitest/commit/657e83f9f"><!-- raw HTML omitted -->(657e8)<!-- raw HTML omitted --></a></li> <li>Use absolute path environment on Windows - by <a href="https://github.com/colinaaa"><code>@colinaaa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8105">vitest-dev/vitest#8105</a> <a href="https://github.com/vitest-dev/vitest/commit/85dc0195f"><!-- raw HTML omitted -->(85dc0)<!-- raw HTML omitted --></a></li> <li>Throw error when <code>--shard x/<count></code> exceeds count of test files - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8112">vitest-dev/vitest#8112</a> <a href="https://github.com/vitest-dev/vitest/commit/8a18c8e20"><!-- raw HTML omitted -->(8a18c)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>coverage</strong>: <ul> <li>Ignore SCSS in browser mode - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8161">vitest-dev/vitest#8161</a> <a href="https://github.com/vitest-dev/vitest/commit/0c3be6f63"><!-- raw HTML omitted -->(0c3be)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>deps</strong>: <ul> <li>Update all non-major dependencies - in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8123">vitest-dev/vitest#8123</a> <a href="https://github.com/vitest-dev/vitest/commit/93f3200e4"><!-- raw HTML omitted -->(93f32)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>expect</strong>: <ul> <li>Handle async errors in expect.soft - by <a href="https://github.com/lzl0304"><code>@lzl0304</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8145">vitest-dev/vitest#8145</a> <a href="https://github.com/vitest-dev/vitest/commit/686996912"><!-- raw HTML omitted -->(68699)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>pool</strong>: <ul> <li>Auto-adjust <code>minWorkers</code> when only <code>maxWorkers</code> specified - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8110">vitest-dev/vitest#8110</a> <a href="https://github.com/vitest-dev/vitest/commit/14dc0724f"><!-- raw HTML omitted -->(14dc0)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>reporter</strong>: <ul> <li><code>task.meta</code> should be available in custom reporter's errors - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8115">vitest-dev/vitest#8115</a> <a href="https://github.com/vitest-dev/vitest/commit/27df68a0e"><!-- raw HTML omitted -->(27df6)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>runner</strong>: <ul> <li>Preserve handler wrapping on extend - by <a href="https://github.com/pengooseDev"><code>@pengooseDev</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8153">vitest-dev/vitest#8153</a> <a href="https://github.com/vitest-dev/vitest/commit/a92812b70"><!-- raw HTML omitted -->(a9281)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>ui</strong>: <ul> <li>Ensure ui config option works correctly - by <a href="https://github.com/lzl0304"><code>@lzl0304</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/8147">vitest-dev/vitest#8147</a> <a href="https://github.com/vitest-dev/vitest/commit/42eeb2ee6"><!-- raw HTML omitted -->(42eeb)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5> <a href="https://github.com/vitest-dev/vitest/compare/v3.2.3...v3.2.4">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/c666d149a4516761bae92ca56ce1336d2fd352c3"><code>c666d14</code></a> chore: release v3.2.4</li> <li><a href="https://github.com/vitest-dev/vitest/commit/8a18c8e20a19f2c8d9f402e426886999f378c389"><code>8a18c8e</code></a> fix(cli): throw error when <code>--shard x/\<count></code> exceeds count of test files (#...</li> <li><a href="https://github.com/vitest-dev/vitest/commit/8abd7cc6fff5fa47d899b5f5383f526d2fdef784"><code>8abd7cc</code></a> chore(deps): update <code>tinypool</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/8174">#8174</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/93f3200e452874ed4e2d018718bbbde7ebd28590"><code>93f3200</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/8123">#8123</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/0c3be6f637d65ef47f2fcf2ccd637f1ecc9d1786"><code>0c3be6f</code></a> fix(coverage): ignore SCSS in browser mode (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/8161">#8161</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/790bc310c55ce81306baf5d8954e7cc849ec4ca0"><code>790bc31</code></a> chore: update deprecation notice for globs (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/8148">#8148</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/c0eae7df8447602d20b39f3769edbc91fafebf7b"><code>c0eae7d</code></a> chore: update deprecated workspace file log (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/8118">#8118</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/14dc0724f9bfbf71c598156597ac12494ebce2f4"><code>14dc072</code></a> fix(pool): auto-adjust <code>minWorkers</code> when only <code>maxWorkers</code> specified (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/8110">#8110</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/85dc0195f53f140d7c1de2f62fec15ad990b1e5c"><code>85dc019</code></a> fix(cli): use absolute path environment on Windows (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/8105">#8105</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/27df68a0e978776ddf51fe4188f1c8036a89c04d"><code>27df68a</code></a> fix(reporter): <code>task.meta</code> should be available in custom reporter's errors (#...</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v3.2.4/packages/vitest">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </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]
