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

   Bumps the npm-patch-group group in /jena-fuseki2/jena-fuseki-ui with 5 
updates:
   
   | Package | From | To |
   | --- | --- | --- |
   | [@vue/compat](https://github.com/vuejs/core) | `3.5.18` | `3.5.20` |
   | [bootstrap](https://github.com/twbs/bootstrap) | `5.3.7` | `5.3.8` |
   | [vue](https://github.com/vuejs/core) | `3.5.18` | `3.5.20` |
   | 
[@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc)
 | `3.5.18` | `3.5.20` |
   | [concurrently](https://github.com/open-cli-tools/concurrently) | `9.2.0` | 
`9.2.1` |
   
   Updates `@vue/compat` from 3.5.18 to 3.5.20
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/vuejs/core/releases";><code>@​vue/compat</code>'s 
releases</a>.</em></p>
   <blockquote>
   <h2>v3.5.20</h2>
   <p>For stable releases, please refer to <a 
href="https://github.com/vuejs/core/blob/main/CHANGELOG.md";>CHANGELOG.md</a> 
for details.
   For pre-releases, please refer to <a 
href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md";>CHANGELOG.md</a> 
of the <code>minor</code> branch.</p>
   <h2>v3.5.19</h2>
   <p>For stable releases, please refer to <a 
href="https://github.com/vuejs/core/blob/main/CHANGELOG.md";>CHANGELOG.md</a> 
for details.
   For pre-releases, please refer to <a 
href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md";>CHANGELOG.md</a> 
of the <code>minor</code> branch.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/vuejs/core/blob/main/CHANGELOG.md";><code>@​vue/compat</code>'s
 changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/vuejs/core/compare/v3.5.19...v3.5.20";>3.5.20</a> 
(2025-08-25)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>runtime-dom:</strong> add name to vShow for prop mismatch check 
(<a href="https://redirect.github.com/vuejs/core/issues/13806";>#13806</a>) (<a 
href="https://github.com/vuejs/core/commit/1031e8de08b735059217b1ad0057f62565c99c4f";>1031e8d</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/13805";>#13805</a> re-fix <a 
href="https://redirect.github.com/vuejs/core/issues/13744";>#13744</a> revert <a 
href="https://redirect.github.com/vuejs/core/issues/13777";>#13777</a></li>
   </ul>
   <h2><a 
href="https://github.com/vuejs/core/compare/v3.5.18...v3.5.19";>3.5.19</a> 
(2025-08-21)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>compiler-core:</strong> adjacent v-else should cause a compiler 
error (<a 
href="https://redirect.github.com/vuejs/core/issues/13699";>#13699</a>) (<a 
href="https://github.com/vuejs/core/commit/911e67045e2a63e0ecbd198ed4f567530f6d1c17";>911e670</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/13698";>#13698</a></li>
   <li><strong>compiler-core:</strong> prevent cached array children from 
retaining detached dom nodes (<a 
href="https://redirect.github.com/vuejs/core/issues/13691";>#13691</a>) (<a 
href="https://github.com/vuejs/core/commit/7f60ef83e735dbd29d323347acecf69f22b06d53";>7f60ef8</a>),
 closes <a 
href="https://redirect.github.com/element-plus/element-plus/issues/21408";>element-plus/element-plus#21408</a>
 <a href="https://redirect.github.com/vuejs/core/issues/13211";>#13211</a></li>
   <li><strong>compiler-sfc:</strong> improve type inference for generic type 
aliases types (<a 
href="https://redirect.github.com/vuejs/core/issues/12876";>#12876</a>) (<a 
href="https://github.com/vuejs/core/commit/d9dd628800ae32e673bdfabfe79f1988037991d0";>d9dd628</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12872";>#12872</a></li>
   <li><strong>compiler-sfc:</strong> throw mismatched script langs error 
before invoking babel (<a 
href="https://redirect.github.com/vuejs/core/issues/13194";>#13194</a>) (<a 
href="https://github.com/vuejs/core/commit/0562548ab3a040073386021222225e0e9d43c632";>0562548</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/13193";>#13193</a></li>
   <li><strong>compiler-ssr:</strong> disable v-memo transform in ssr vdom 
fallback branch (<a 
href="https://redirect.github.com/vuejs/core/issues/13725";>#13725</a>) (<a 
href="https://github.com/vuejs/core/commit/0a202d890ff2a564b1fab51e4ac621708640818e";>0a202d8</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/13724";>#13724</a></li>
   <li><strong>devtools:</strong> clear performance measures (<a 
href="https://redirect.github.com/vuejs/core/issues/13701";>#13701</a>) (<a 
href="https://github.com/vuejs/core/commit/c875019d49b4c36a88d929ccadc31ad414747c7b";>c875019</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/13700";>#13700</a></li>
   <li><strong>hmr:</strong> prevent updating unmounting component during HMR 
rerender (<a 
href="https://redirect.github.com/vuejs/core/issues/13775";>#13775</a>) (<a 
href="https://github.com/vuejs/core/commit/6e5143d9635dac3f20fb394a827109df30e232ae";>6e5143d</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/13771";>#13771</a> <a 
href="https://redirect.github.com/vuejs/core/issues/13772";>#13772</a></li>
   <li><strong>hydration:</strong> also set vShow name if 
<code>__FEATURE_PROD_HYDRATION_MISMATCH_DETAILS__</code> flag is enabled (<a 
href="https://redirect.github.com/vuejs/core/issues/13777";>#13777</a>) (<a 
href="https://github.com/vuejs/core/commit/439e1a543e62de4dbf7658d78d05c358c9677c86";>439e1a5</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/13744";>#13744</a></li>
   <li><strong>reactivity:</strong> warn on nested readonly ref update during 
unwrapping (<a 
href="https://redirect.github.com/vuejs/core/issues/12141";>#12141</a>) (<a 
href="https://github.com/vuejs/core/commit/1498821ed9eeb22a0767e53ddc1f6a2840598a29";>1498821</a>)</li>
   <li><strong>runtime-core:</strong> avoid setting direct ref of 
useTemplateRef in dev (<a 
href="https://redirect.github.com/vuejs/core/issues/13449";>#13449</a>) (<a 
href="https://github.com/vuejs/core/commit/4a2953f57b90dfc24e34ff1a87cc1ebb0b97636d";>4a2953f</a>)</li>
   <li><strong>runtime-core:</strong> improve consistency of 
<code>PublicInstanceProxyHandlers.has</code> (<a 
href="https://redirect.github.com/vuejs/core/issues/13507";>#13507</a>) (<a 
href="https://github.com/vuejs/core/commit/d7283f3b7f0631c8b8a4a31a05983dac9f078c4f";>d7283f3</a>)</li>
   <li><strong>suspense:</strong> don't immediately resolve suspense on last 
dep unmount (<a 
href="https://redirect.github.com/vuejs/core/issues/13456";>#13456</a>) (<a 
href="https://github.com/vuejs/core/commit/a8713159ee24602c7c2b70c5fd52d2e5cd37dca5";>a871315</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/13453";>#13453</a></li>
   <li><strong>transition:</strong> handle KeepAlive + transition leaving edge 
case (<a href="https://redirect.github.com/vuejs/core/issues/13152";>#13152</a>) 
(<a 
href="https://github.com/vuejs/core/commit/3190b179b0545a3dc4549737793eec630cf9f0d1";>3190b17</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/13153";>#13153</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/vuejs/core/commit/3aa782df381269b9e83e8b15d18e81495a6c57e6";><code>3aa782d</code></a>
 release: v3.5.20</li>
   <li><a 
href="https://github.com/vuejs/core/commit/1031e8de08b735059217b1ad0057f62565c99c4f";><code>1031e8d</code></a>
 fix(runtime-dom): add name to vShow for prop mismatch check (<a 
href="https://redirect.github.com/vuejs/core/issues/13806";>#13806</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/0f916d8c391ebdceb878fea6d6c1251767697017";><code>0f916d8</code></a>
 types(compiler-sfc): add explicit return type to genModelProps (<a 
href="https://redirect.github.com/vuejs/core/issues/13441";>#13441</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/952886e2999960fdf7d8ed466cdc806ff4a2ccae";><code>952886e</code></a>
 chore(compat): rename legacyresolveScopedSlots to legacyResolveScopedSlots</li>
   <li><a 
href="https://github.com/vuejs/core/commit/a48ffdad65d9c97eb0a342a6cd53836a16289afe";><code>a48ffda</code></a>
 chore(reactivity): optimize size retrieval in createInstrumentations (<a 
href="https://redirect.github.com/vuejs/core/issues/13759";>#13759</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/cde15b07bfd869b0dd7278114d21e894f3d44a7f";><code>cde15b0</code></a>
 chore: fix typo</li>
   <li><a 
href="https://github.com/vuejs/core/commit/20b888bd5953891f97e9f6b0364364223b43f2e1";><code>20b888b</code></a>
 release: v3.5.19</li>
   <li><a 
href="https://github.com/vuejs/core/commit/0a202d890ff2a564b1fab51e4ac621708640818e";><code>0a202d8</code></a>
 fix(compiler-ssr): disable v-memo transform in ssr vdom fallback branch (<a 
href="https://redirect.github.com/vuejs/core/issues/13725";>#13725</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/d9dd628800ae32e673bdfabfe79f1988037991d0";><code>d9dd628</code></a>
 fix(compiler-sfc): improve type inference for generic type aliases types (<a 
href="https://redirect.github.com/vuejs/core/issues/12";>#12</a>...</li>
   <li><a 
href="https://github.com/vuejs/core/commit/4a2953f57b90dfc24e34ff1a87cc1ebb0b97636d";><code>4a2953f</code></a>
 fix(runtime-core): avoid setting direct ref of useTemplateRef in dev (<a 
href="https://redirect.github.com/vuejs/core/issues/13449";>#13449</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/vuejs/core/compare/v3.5.18...v3.5.20";>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>@​vue/compat</code> since your current 
version.</p>
   </details>
   <br />
   
   Updates `bootstrap` from 5.3.7 to 5.3.8
   <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.8</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Streamline release prep script by <a 
href="https://github.com/mdo";><code>@​mdo</code></a> in <a 
href="https://redirect.github.com/twbs/bootstrap/pull/41539";>twbs/bootstrap#41539</a></li>
   <li>Docs: restore local dev port to 9001 by <a 
href="https://github.com/chalin";><code>@​chalin</code></a> in <a 
href="https://redirect.github.com/twbs/bootstrap/pull/41545";>twbs/bootstrap#41545</a></li>
   <li>Docs: use Example shortcode instead of divs with only 
<code>.bd-example</code> class by <a 
href="https://github.com/julien-deramond";><code>@​julien-deramond</code></a> in 
<a 
href="https://redirect.github.com/twbs/bootstrap/pull/41556";>twbs/bootstrap#41556</a></li>
   <li>Docs: fix scss autorecompile in dev mode by <a 
href="https://github.com/MaxLardenois";><code>@​MaxLardenois</code></a> in <a 
href="https://redirect.github.com/twbs/bootstrap/pull/41574";>twbs/bootstrap#41574</a></li>
   <li>Fix <code>color-contrast()</code> function for WCAG 2.1 compliance by <a 
href="https://github.com/julien-deramond";><code>@​julien-deramond</code></a> in 
<a 
href="https://redirect.github.com/twbs/bootstrap/pull/41585";>twbs/bootstrap#41585</a></li>
   <li>OSSF Scorecard by <a 
href="https://github.com/mdo";><code>@​mdo</code></a> in <a 
href="https://redirect.github.com/twbs/bootstrap/pull/41571";>twbs/bootstrap#41571</a></li>
   <li>Workflows: Use SHA-1 for third-party actions by <a 
href="https://github.com/julien-deramond";><code>@​julien-deramond</code></a> in 
<a 
href="https://redirect.github.com/twbs/bootstrap/pull/41595";>twbs/bootstrap#41595</a></li>
   <li>Docs: unminify downloadable example HTML files by <a 
href="https://github.com/julien-deramond";><code>@​julien-deramond</code></a> in 
<a 
href="https://redirect.github.com/twbs/bootstrap/pull/41637";>twbs/bootstrap#41637</a></li>
   <li>Docs: Add tooltips to buttons when <code>&lt;Example&gt;</code> is used, 
not just <code>&lt;Code&gt;</code> by <a 
href="https://github.com/louismaximepiton";><code>@​louismaximepiton</code></a> 
in <a 
href="https://redirect.github.com/twbs/bootstrap/pull/41582";>twbs/bootstrap#41582</a></li>
   <li>Set cursor pointer on input search cancel button by <a 
href="https://github.com/mdo";><code>@​mdo</code></a> in <a 
href="https://redirect.github.com/twbs/bootstrap/pull/41639";>twbs/bootstrap#41639</a></li>
   <li>CSS: Prevent spinner distortion in flex containers with multiline 
content by <a 
href="https://github.com/julien-deramond";><code>@​julien-deramond</code></a> in 
<a 
href="https://redirect.github.com/twbs/bootstrap/pull/41654";>twbs/bootstrap#41654</a></li>
   <li>Migrate MyGet script to GH actions by <a 
href="https://github.com/supergibbs";><code>@​supergibbs</code></a> in <a 
href="https://redirect.github.com/twbs/bootstrap/pull/41583";>twbs/bootstrap#41583</a></li>
   <li>Revert &quot;Attempt to return focus explicitly to dropdown 
trigger&quot; by <a href="https://github.com/mdo";><code>@​mdo</code></a> in <a 
href="https://redirect.github.com/twbs/bootstrap/pull/41668";>twbs/bootstrap#41668</a></li>
   <li>docs: Minor range example code optimization by <a 
href="https://github.com/coliff";><code>@​coliff</code></a> in <a 
href="https://redirect.github.com/twbs/bootstrap/pull/41665";>twbs/bootstrap#41665</a></li>
   <li>Remove Themes from docs by <a 
href="https://github.com/mdo";><code>@​mdo</code></a> in <a 
href="https://redirect.github.com/twbs/bootstrap/pull/41671";>twbs/bootstrap#41671</a></li>
   <li>Release v5.3.8 by <a 
href="https://github.com/mdo";><code>@​mdo</code></a> in <a 
href="https://redirect.github.com/twbs/bootstrap/pull/41669";>twbs/bootstrap#41669</a></li>
   </ul>
   <h2>Dependencies</h2>
   <ul>
   <li>Build(deps-dev): Bump the development-dependencies group with 3 updates 
by <a 
href="https://github.com/julien-deramond";><code>@​julien-deramond</code></a> in 
<a 
href="https://redirect.github.com/twbs/bootstrap/pull/41540";>twbs/bootstrap#41540</a></li>
   <li>Build(deps-dev): Bump the development-dependencies group with 2 updates 
by <a 
href="https://github.com/julien-deramond";><code>@​julien-deramond</code></a> in 
<a 
href="https://redirect.github.com/twbs/bootstrap/pull/41544";>twbs/bootstrap#41544</a></li>
   <li>Build(deps-dev): Bump stylelint-config-twbs-bootstrap from 16.0.0 to 
16.1.0 by <a 
href="https://github.com/julien-deramond";><code>@​julien-deramond</code></a> in 
<a 
href="https://redirect.github.com/twbs/bootstrap/pull/41546";>twbs/bootstrap#41546</a></li>
   <li>Build(deps-dev): Bump the development-dependencies group with 5 updates 
by <a 
href="https://github.com/julien-deramond";><code>@​julien-deramond</code></a> in 
<a 
href="https://redirect.github.com/twbs/bootstrap/pull/41552";>twbs/bootstrap#41552</a></li>
   <li>Build(deps-dev): Bump the development-dependencies group with 4 updates 
by <a 
href="https://github.com/julien-deramond";><code>@​julien-deramond</code></a> in 
<a 
href="https://redirect.github.com/twbs/bootstrap/pull/41560";>twbs/bootstrap#41560</a></li>
   <li>Build(deps-dev): Bump the development-dependencies group with 3 updates 
by <a 
href="https://github.com/julien-deramond";><code>@​julien-deramond</code></a> in 
<a 
href="https://redirect.github.com/twbs/bootstrap/pull/41566";>twbs/bootstrap#41566</a></li>
   <li>Build(deps): Bump actions/upload-artifact from 4.6.1 to 4.6.2 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/twbs/bootstrap/pull/41594";>twbs/bootstrap#41594</a></li>
   <li>Build(deps-dev): Bump the development-dependencies group with 4 updates 
by <a 
href="https://github.com/julien-deramond";><code>@​julien-deramond</code></a> in 
<a 
href="https://redirect.github.com/twbs/bootstrap/pull/41599";>twbs/bootstrap#41599</a></li>
   <li>Build(deps-dev): Bump the development-dependencies group with 2 updates 
by <a 
href="https://github.com/julien-deramond";><code>@​julien-deramond</code></a> in 
<a 
href="https://redirect.github.com/twbs/bootstrap/pull/41609";>twbs/bootstrap#41609</a></li>
   <li>Build(deps): Bump github/codeql-action from 3.29.2 to 3.29.3 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/twbs/bootstrap/pull/41611";>twbs/bootstrap#41611</a></li>
   <li>Build(deps): Bump streetsidesoftware/cspell-action from 7.1.1 to 7.1.2 
by <a href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] 
in <a 
href="https://redirect.github.com/twbs/bootstrap/pull/41610";>twbs/bootstrap#41610</a></li>
   <li>Build(deps-dev): Bump the development-dependencies group with 4 updates 
by <a 
href="https://github.com/julien-deramond";><code>@​julien-deramond</code></a> in 
<a 
href="https://redirect.github.com/twbs/bootstrap/pull/41621";>twbs/bootstrap#41621</a></li>
   <li>Build(deps): Bump streetsidesoftware/cspell-action from 7.1.2 to 7.2.0 
by <a href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] 
in <a 
href="https://redirect.github.com/twbs/bootstrap/pull/41625";>twbs/bootstrap#41625</a></li>
   <li>Build(deps): Bump actions-cool/issues-helper from 3.6.0 to 3.6.2 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/twbs/bootstrap/pull/41623";>twbs/bootstrap#41623</a></li>
   <li>Build(deps): Bump github/codeql-action from 3.29.3 to 3.29.4 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/twbs/bootstrap/pull/41624";>twbs/bootstrap#41624</a></li>
   <li>Build(deps-dev): Bump the development-dependencies group across 1 
directory with 3 updates by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/twbs/bootstrap/pull/41626";>twbs/bootstrap#41626</a></li>
   <li>Build(deps): Bump github/codeql-action from 3.29.4 to 3.29.5 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/twbs/bootstrap/pull/41640";>twbs/bootstrap#41640</a></li>
   <li>Build(deps): Bump tmp from 0.2.3 to 0.2.4 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/twbs/bootstrap/pull/41649";>twbs/bootstrap#41649</a></li>
   <li>Build(deps): Bump github/codeql-action from 3.29.7 to 3.29.8 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/twbs/bootstrap/pull/41657";>twbs/bootstrap#41657</a></li>
   <li>Build(deps): Bump actions/checkout from 4.2.2 to 5.0.0 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/twbs/bootstrap/pull/41655";>twbs/bootstrap#41655</a></li>
   <li>Build(deps): Bump github/codeql-action from 3.29.8 to 3.29.10 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/twbs/bootstrap/pull/41664";>twbs/bootstrap#41664</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/chalin";><code>@​chalin</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/twbs/bootstrap/pull/41545";>twbs/bootstrap#41545</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/twbs/bootstrap/compare/v5.3.7...v5.3.8";>https://github.com/twbs/bootstrap/compare/v5.3.7...v5.3.8</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/twbs/bootstrap/commit/25aa8cc0b32f0d1a54be575347e6d84b70b1acd7";><code>25aa8cc</code></a>
 Release v5.3.8 (<a 
href="https://redirect.github.com/twbs/bootstrap/issues/41669";>#41669</a>)</li>
   <li><a 
href="https://github.com/twbs/bootstrap/commit/122bff5e5877ba16e53ea9e47aa41dc801e238c1";><code>122bff5</code></a>
 Remove Themes from docs (<a 
href="https://redirect.github.com/twbs/bootstrap/issues/41671";>#41671</a>)</li>
   <li><a 
href="https://github.com/twbs/bootstrap/commit/320f7139052be98339726cac20895f50172000f9";><code>320f713</code></a>
 docs: Minor range example code optimization (<a 
href="https://redirect.github.com/twbs/bootstrap/issues/41665";>#41665</a>)</li>
   <li><a 
href="https://github.com/twbs/bootstrap/commit/ac5f51c17e0edad490b03dc96933425e592930b1";><code>ac5f51c</code></a>
 Revert &quot;Attempt to return focus explicitly to dropdown trigger (<a 
href="https://redirect.github.com/twbs/bootstrap/issues/41365";>#41365</a>)&quot;
 (<a href="https://redirect.github.com/twbs/bootstrap/issues/41";>#41</a>...</li>
   <li><a 
href="https://github.com/twbs/bootstrap/commit/4bd8b6ca95b89dd351ac6023b9447a1a71d322b5";><code>4bd8b6c</code></a>
 Migrate MyGet script to GH actions (<a 
href="https://redirect.github.com/twbs/bootstrap/issues/41583";>#41583</a>)</li>
   <li><a 
href="https://github.com/twbs/bootstrap/commit/f50f38b83a39f044c1b226a8c88cf03e4f868fc1";><code>f50f38b</code></a>
 CSS: Fix spinner deformation in flex boxes when content is multiline (<a 
href="https://redirect.github.com/twbs/bootstrap/issues/41654";>#41654</a>)</li>
   <li><a 
href="https://github.com/twbs/bootstrap/commit/47c75b8492126df83f6ae04964669cff739beafe";><code>47c75b8</code></a>
 Set cursor pointer on input search cancel button (<a 
href="https://redirect.github.com/twbs/bootstrap/issues/41639";>#41639</a>)</li>
   <li><a 
href="https://github.com/twbs/bootstrap/commit/26c86ba87562e9987ea8744707e4c996a7596901";><code>26c86ba</code></a>
 Build(deps): Bump github/codeql-action from 3.29.8 to 3.29.10 (<a 
href="https://redirect.github.com/twbs/bootstrap/issues/41664";>#41664</a>)</li>
   <li><a 
href="https://github.com/twbs/bootstrap/commit/099b02b36a196cfdd6cdaee0a141eb1ca2e16ee0";><code>099b02b</code></a>
 Build(deps-dev): Bump rollup from 4.46.2 to 4.46.3</li>
   <li><a 
href="https://github.com/twbs/bootstrap/commit/4b8a2c936ef736795e4e851a5de5e2bddfb3b8f5";><code>4b8a2c9</code></a>
 Build(deps-dev): bump dependencies</li>
   <li>Additional commits viewable in <a 
href="https://github.com/twbs/bootstrap/compare/v5.3.7...v5.3.8";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `vue` from 3.5.18 to 3.5.20
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/vuejs/core/releases";>vue's 
releases</a>.</em></p>
   <blockquote>
   <h2>v3.5.20</h2>
   <p>For stable releases, please refer to <a 
href="https://github.com/vuejs/core/blob/main/CHANGELOG.md";>CHANGELOG.md</a> 
for details.
   For pre-releases, please refer to <a 
href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md";>CHANGELOG.md</a> 
of the <code>minor</code> branch.</p>
   <h2>v3.5.19</h2>
   <p>For stable releases, please refer to <a 
href="https://github.com/vuejs/core/blob/main/CHANGELOG.md";>CHANGELOG.md</a> 
for details.
   For pre-releases, please refer to <a 
href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md";>CHANGELOG.md</a> 
of the <code>minor</code> branch.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/vuejs/core/blob/main/CHANGELOG.md";>vue's 
changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/vuejs/core/compare/v3.5.19...v3.5.20";>3.5.20</a> 
(2025-08-25)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>runtime-dom:</strong> add name to vShow for prop mismatch check 
(<a href="https://redirect.github.com/vuejs/core/issues/13806";>#13806</a>) (<a 
href="https://github.com/vuejs/core/commit/1031e8de08b735059217b1ad0057f62565c99c4f";>1031e8d</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/13805";>#13805</a> re-fix <a 
href="https://redirect.github.com/vuejs/core/issues/13744";>#13744</a> revert <a 
href="https://redirect.github.com/vuejs/core/issues/13777";>#13777</a></li>
   </ul>
   <h2><a 
href="https://github.com/vuejs/core/compare/v3.5.18...v3.5.19";>3.5.19</a> 
(2025-08-21)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>compiler-core:</strong> adjacent v-else should cause a compiler 
error (<a 
href="https://redirect.github.com/vuejs/core/issues/13699";>#13699</a>) (<a 
href="https://github.com/vuejs/core/commit/911e67045e2a63e0ecbd198ed4f567530f6d1c17";>911e670</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/13698";>#13698</a></li>
   <li><strong>compiler-core:</strong> prevent cached array children from 
retaining detached dom nodes (<a 
href="https://redirect.github.com/vuejs/core/issues/13691";>#13691</a>) (<a 
href="https://github.com/vuejs/core/commit/7f60ef83e735dbd29d323347acecf69f22b06d53";>7f60ef8</a>),
 closes <a 
href="https://redirect.github.com/element-plus/element-plus/issues/21408";>element-plus/element-plus#21408</a>
 <a href="https://redirect.github.com/vuejs/core/issues/13211";>#13211</a></li>
   <li><strong>compiler-sfc:</strong> improve type inference for generic type 
aliases types (<a 
href="https://redirect.github.com/vuejs/core/issues/12876";>#12876</a>) (<a 
href="https://github.com/vuejs/core/commit/d9dd628800ae32e673bdfabfe79f1988037991d0";>d9dd628</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12872";>#12872</a></li>
   <li><strong>compiler-sfc:</strong> throw mismatched script langs error 
before invoking babel (<a 
href="https://redirect.github.com/vuejs/core/issues/13194";>#13194</a>) (<a 
href="https://github.com/vuejs/core/commit/0562548ab3a040073386021222225e0e9d43c632";>0562548</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/13193";>#13193</a></li>
   <li><strong>compiler-ssr:</strong> disable v-memo transform in ssr vdom 
fallback branch (<a 
href="https://redirect.github.com/vuejs/core/issues/13725";>#13725</a>) (<a 
href="https://github.com/vuejs/core/commit/0a202d890ff2a564b1fab51e4ac621708640818e";>0a202d8</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/13724";>#13724</a></li>
   <li><strong>devtools:</strong> clear performance measures (<a 
href="https://redirect.github.com/vuejs/core/issues/13701";>#13701</a>) (<a 
href="https://github.com/vuejs/core/commit/c875019d49b4c36a88d929ccadc31ad414747c7b";>c875019</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/13700";>#13700</a></li>
   <li><strong>hmr:</strong> prevent updating unmounting component during HMR 
rerender (<a 
href="https://redirect.github.com/vuejs/core/issues/13775";>#13775</a>) (<a 
href="https://github.com/vuejs/core/commit/6e5143d9635dac3f20fb394a827109df30e232ae";>6e5143d</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/13771";>#13771</a> <a 
href="https://redirect.github.com/vuejs/core/issues/13772";>#13772</a></li>
   <li><strong>hydration:</strong> also set vShow name if 
<code>__FEATURE_PROD_HYDRATION_MISMATCH_DETAILS__</code> flag is enabled (<a 
href="https://redirect.github.com/vuejs/core/issues/13777";>#13777</a>) (<a 
href="https://github.com/vuejs/core/commit/439e1a543e62de4dbf7658d78d05c358c9677c86";>439e1a5</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/13744";>#13744</a></li>
   <li><strong>reactivity:</strong> warn on nested readonly ref update during 
unwrapping (<a 
href="https://redirect.github.com/vuejs/core/issues/12141";>#12141</a>) (<a 
href="https://github.com/vuejs/core/commit/1498821ed9eeb22a0767e53ddc1f6a2840598a29";>1498821</a>)</li>
   <li><strong>runtime-core:</strong> avoid setting direct ref of 
useTemplateRef in dev (<a 
href="https://redirect.github.com/vuejs/core/issues/13449";>#13449</a>) (<a 
href="https://github.com/vuejs/core/commit/4a2953f57b90dfc24e34ff1a87cc1ebb0b97636d";>4a2953f</a>)</li>
   <li><strong>runtime-core:</strong> improve consistency of 
<code>PublicInstanceProxyHandlers.has</code> (<a 
href="https://redirect.github.com/vuejs/core/issues/13507";>#13507</a>) (<a 
href="https://github.com/vuejs/core/commit/d7283f3b7f0631c8b8a4a31a05983dac9f078c4f";>d7283f3</a>)</li>
   <li><strong>suspense:</strong> don't immediately resolve suspense on last 
dep unmount (<a 
href="https://redirect.github.com/vuejs/core/issues/13456";>#13456</a>) (<a 
href="https://github.com/vuejs/core/commit/a8713159ee24602c7c2b70c5fd52d2e5cd37dca5";>a871315</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/13453";>#13453</a></li>
   <li><strong>transition:</strong> handle KeepAlive + transition leaving edge 
case (<a href="https://redirect.github.com/vuejs/core/issues/13152";>#13152</a>) 
(<a 
href="https://github.com/vuejs/core/commit/3190b179b0545a3dc4549737793eec630cf9f0d1";>3190b17</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/13153";>#13153</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/vuejs/core/commit/3aa782df381269b9e83e8b15d18e81495a6c57e6";><code>3aa782d</code></a>
 release: v3.5.20</li>
   <li><a 
href="https://github.com/vuejs/core/commit/1031e8de08b735059217b1ad0057f62565c99c4f";><code>1031e8d</code></a>
 fix(runtime-dom): add name to vShow for prop mismatch check (<a 
href="https://redirect.github.com/vuejs/core/issues/13806";>#13806</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/0f916d8c391ebdceb878fea6d6c1251767697017";><code>0f916d8</code></a>
 types(compiler-sfc): add explicit return type to genModelProps (<a 
href="https://redirect.github.com/vuejs/core/issues/13441";>#13441</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/952886e2999960fdf7d8ed466cdc806ff4a2ccae";><code>952886e</code></a>
 chore(compat): rename legacyresolveScopedSlots to legacyResolveScopedSlots</li>
   <li><a 
href="https://github.com/vuejs/core/commit/a48ffdad65d9c97eb0a342a6cd53836a16289afe";><code>a48ffda</code></a>
 chore(reactivity): optimize size retrieval in createInstrumentations (<a 
href="https://redirect.github.com/vuejs/core/issues/13759";>#13759</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/cde15b07bfd869b0dd7278114d21e894f3d44a7f";><code>cde15b0</code></a>
 chore: fix typo</li>
   <li><a 
href="https://github.com/vuejs/core/commit/20b888bd5953891f97e9f6b0364364223b43f2e1";><code>20b888b</code></a>
 release: v3.5.19</li>
   <li><a 
href="https://github.com/vuejs/core/commit/0a202d890ff2a564b1fab51e4ac621708640818e";><code>0a202d8</code></a>
 fix(compiler-ssr): disable v-memo transform in ssr vdom fallback branch (<a 
href="https://redirect.github.com/vuejs/core/issues/13725";>#13725</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/d9dd628800ae32e673bdfabfe79f1988037991d0";><code>d9dd628</code></a>
 fix(compiler-sfc): improve type inference for generic type aliases types (<a 
href="https://redirect.github.com/vuejs/core/issues/12";>#12</a>...</li>
   <li><a 
href="https://github.com/vuejs/core/commit/4a2953f57b90dfc24e34ff1a87cc1ebb0b97636d";><code>4a2953f</code></a>
 fix(runtime-core): avoid setting direct ref of useTemplateRef in dev (<a 
href="https://redirect.github.com/vuejs/core/issues/13449";>#13449</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/vuejs/core/compare/v3.5.18...v3.5.20";>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 vue since your current version.</p>
   </details>
   <br />
   
   Updates `@vue/compiler-sfc` from 3.5.18 to 3.5.20
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/vuejs/core/releases";><code>@​vue/compiler-sfc</code>'s 
releases</a>.</em></p>
   <blockquote>
   <h2>v3.5.20</h2>
   <p>For stable releases, please refer to <a 
href="https://github.com/vuejs/core/blob/main/CHANGELOG.md";>CHANGELOG.md</a> 
for details.
   For pre-releases, please refer to <a 
href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md";>CHANGELOG.md</a> 
of the <code>minor</code> branch.</p>
   <h2>v3.5.19</h2>
   <p>For stable releases, please refer to <a 
href="https://github.com/vuejs/core/blob/main/CHANGELOG.md";>CHANGELOG.md</a> 
for details.
   For pre-releases, please refer to <a 
href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md";>CHANGELOG.md</a> 
of the <code>minor</code> branch.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/vuejs/core/blob/main/CHANGELOG.md";><code>@​vue/compiler-sfc</code>'s
 changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/vuejs/core/compare/v3.5.19...v3.5.20";>3.5.20</a> 
(2025-08-25)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>runtime-dom:</strong> add name to vShow for prop mismatch check 
(<a href="https://redirect.github.com/vuejs/core/issues/13806";>#13806</a>) (<a 
href="https://github.com/vuejs/core/commit/1031e8de08b735059217b1ad0057f62565c99c4f";>1031e8d</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/13805";>#13805</a> re-fix <a 
href="https://redirect.github.com/vuejs/core/issues/13744";>#13744</a> revert <a 
href="https://redirect.github.com/vuejs/core/issues/13777";>#13777</a></li>
   </ul>
   <h2><a 
href="https://github.com/vuejs/core/compare/v3.5.18...v3.5.19";>3.5.19</a> 
(2025-08-21)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>compiler-core:</strong> adjacent v-else should cause a compiler 
error (<a 
href="https://redirect.github.com/vuejs/core/issues/13699";>#13699</a>) (<a 
href="https://github.com/vuejs/core/commit/911e67045e2a63e0ecbd198ed4f567530f6d1c17";>911e670</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/13698";>#13698</a></li>
   <li><strong>compiler-core:</strong> prevent cached array children from 
retaining detached dom nodes (<a 
href="https://redirect.github.com/vuejs/core/issues/13691";>#13691</a>) (<a 
href="https://github.com/vuejs/core/commit/7f60ef83e735dbd29d323347acecf69f22b06d53";>7f60ef8</a>),
 closes <a 
href="https://redirect.github.com/element-plus/element-plus/issues/21408";>element-plus/element-plus#21408</a>
 <a href="https://redirect.github.com/vuejs/core/issues/13211";>#13211</a></li>
   <li><strong>compiler-sfc:</strong> improve type inference for generic type 
aliases types (<a 
href="https://redirect.github.com/vuejs/core/issues/12876";>#12876</a>) (<a 
href="https://github.com/vuejs/core/commit/d9dd628800ae32e673bdfabfe79f1988037991d0";>d9dd628</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12872";>#12872</a></li>
   <li><strong>compiler-sfc:</strong> throw mismatched script langs error 
before invoking babel (<a 
href="https://redirect.github.com/vuejs/core/issues/13194";>#13194</a>) (<a 
href="https://github.com/vuejs/core/commit/0562548ab3a040073386021222225e0e9d43c632";>0562548</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/13193";>#13193</a></li>
   <li><strong>compiler-ssr:</strong> disable v-memo transform in ssr vdom 
fallback branch (<a 
href="https://redirect.github.com/vuejs/core/issues/13725";>#13725</a>) (<a 
href="https://github.com/vuejs/core/commit/0a202d890ff2a564b1fab51e4ac621708640818e";>0a202d8</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/13724";>#13724</a></li>
   <li><strong>devtools:</strong> clear performance measures (<a 
href="https://redirect.github.com/vuejs/core/issues/13701";>#13701</a>) (<a 
href="https://github.com/vuejs/core/commit/c875019d49b4c36a88d929ccadc31ad414747c7b";>c875019</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/13700";>#13700</a></li>
   <li><strong>hmr:</strong> prevent updating unmounting component during HMR 
rerender (<a 
href="https://redirect.github.com/vuejs/core/issues/13775";>#13775</a>) (<a 
href="https://github.com/vuejs/core/commit/6e5143d9635dac3f20fb394a827109df30e232ae";>6e5143d</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/13771";>#13771</a> <a 
href="https://redirect.github.com/vuejs/core/issues/13772";>#13772</a></li>
   <li><strong>hydration:</strong> also set vShow name if 
<code>__FEATURE_PROD_HYDRATION_MISMATCH_DETAILS__</code> flag is enabled (<a 
href="https://redirect.github.com/vuejs/core/issues/13777";>#13777</a>) (<a 
href="https://github.com/vuejs/core/commit/439e1a543e62de4dbf7658d78d05c358c9677c86";>439e1a5</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/13744";>#13744</a></li>
   <li><strong>reactivity:</strong> warn on nested readonly ref update during 
unwrapping (<a 
href="https://redirect.github.com/vuejs/core/issues/12141";>#12141</a>) (<a 
href="https://github.com/vuejs/core/commit/1498821ed9eeb22a0767e53ddc1f6a2840598a29";>1498821</a>)</li>
   <li><strong>runtime-core:</strong> avoid setting direct ref of 
useTemplateRef in dev (<a 
href="https://redirect.github.com/vuejs/core/issues/13449";>#13449</a>) (<a 
href="https://github.com/vuejs/core/commit/4a2953f57b90dfc24e34ff1a87cc1ebb0b97636d";>4a2953f</a>)</li>
   <li><strong>runtime-core:</strong> improve consistency of 
<code>PublicInstanceProxyHandlers.has</code> (<a 
href="https://redirect.github.com/vuejs/core/issues/13507";>#13507</a>) (<a 
href="https://github.com/vuejs/core/commit/d7283f3b7f0631c8b8a4a31a05983dac9f078c4f";>d7283f3</a>)</li>
   <li><strong>suspense:</strong> don't immediately resolve suspense on last 
dep unmount (<a 
href="https://redirect.github.com/vuejs/core/issues/13456";>#13456</a>) (<a 
href="https://github.com/vuejs/core/commit/a8713159ee24602c7c2b70c5fd52d2e5cd37dca5";>a871315</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/13453";>#13453</a></li>
   <li><strong>transition:</strong> handle KeepAlive + transition leaving edge 
case (<a href="https://redirect.github.com/vuejs/core/issues/13152";>#13152</a>) 
(<a 
href="https://github.com/vuejs/core/commit/3190b179b0545a3dc4549737793eec630cf9f0d1";>3190b17</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/13153";>#13153</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/vuejs/core/commit/3aa782df381269b9e83e8b15d18e81495a6c57e6";><code>3aa782d</code></a>
 release: v3.5.20</li>
   <li><a 
href="https://github.com/vuejs/core/commit/0f916d8c391ebdceb878fea6d6c1251767697017";><code>0f916d8</code></a>
 types(compiler-sfc): add explicit return type to genModelProps (<a 
href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/13441";>#13441</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/20b888bd5953891f97e9f6b0364364223b43f2e1";><code>20b888b</code></a>
 release: v3.5.19</li>
   <li><a 
href="https://github.com/vuejs/core/commit/d9dd628800ae32e673bdfabfe79f1988037991d0";><code>d9dd628</code></a>
 fix(compiler-sfc): improve type inference for generic type aliases types (<a 
href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/12";>#12</a>...</li>
   <li><a 
href="https://github.com/vuejs/core/commit/10edfb5fc0eac727a78dad5f080ae6c0a6794b85";><code>10edfb5</code></a>
 chore(deps): update all non-major dependencies (<a 
href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/13733";>#13733</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/0562548ab3a040073386021222225e0e9d43c632";><code>0562548</code></a>
 fix(compiler-sfc): throw mismatched script langs error before invoking babel 
...</li>
   <li><a 
href="https://github.com/vuejs/core/commit/7f60ef83e735dbd29d323347acecf69f22b06d53";><code>7f60ef8</code></a>
 fix(compiler-core): prevent cached array children from retaining detached 
dom...</li>
   <li>See full diff in <a 
href="https://github.com/vuejs/core/commits/v3.5.20/packages/compiler-sfc";>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>@​vue/compiler-sfc</code> since your current 
version.</p>
   </details>
   <br />
   
   Updates `concurrently` from 9.2.0 to 9.2.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/open-cli-tools/concurrently/releases";>concurrently's 
releases</a>.</em></p>
   <blockquote>
   <h2>v9.2.1</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>chore: update eslint-plugin-simple-import-sort from v10 to v12 by <a 
href="https://github.com/noritaka1166";><code>@​noritaka1166</code></a> in <a 
href="https://redirect.github.com/open-cli-tools/concurrently/pull/551";>open-cli-tools/concurrently#551</a></li>
   <li>chore: update eslint-config-prettier from v9 to v10 by <a 
href="https://github.com/noritaka1166";><code>@​noritaka1166</code></a> in <a 
href="https://redirect.github.com/open-cli-tools/concurrently/pull/552";>open-cli-tools/concurrently#552</a></li>
   <li>Remove lodash by <a 
href="https://github.com/gustavohenke";><code>@​gustavohenke</code></a> in <a 
href="https://redirect.github.com/open-cli-tools/concurrently/pull/555";>open-cli-tools/concurrently#555</a></li>
   <li>chore: update coveralls-next from v4 to v5 by <a 
href="https://github.com/noritaka1166";><code>@​noritaka1166</code></a> in <a 
href="https://redirect.github.com/open-cli-tools/concurrently/pull/557";>open-cli-tools/concurrently#557</a></li>
   <li>Replace jest with vitest by <a 
href="https://github.com/gustavohenke";><code>@​gustavohenke</code></a> in <a 
href="https://redirect.github.com/open-cli-tools/concurrently/pull/554";>open-cli-tools/concurrently#554</a></li>
   <li>Upgrade to pnpm v10 by <a 
href="https://github.com/paescuj";><code>@​paescuj</code></a> in <a 
href="https://redirect.github.com/open-cli-tools/concurrently/pull/558";>open-cli-tools/concurrently#558</a></li>
   <li>chore: remove unused eslint-plugin-jest by <a 
href="https://github.com/noritaka1166";><code>@​noritaka1166</code></a> in <a 
href="https://redirect.github.com/open-cli-tools/concurrently/pull/559";>open-cli-tools/concurrently#559</a></li>
   <li>Minor dependency updates by <a 
href="https://github.com/paescuj";><code>@​paescuj</code></a> in <a 
href="https://redirect.github.com/open-cli-tools/concurrently/pull/560";>open-cli-tools/concurrently#560</a></li>
   <li>Migrate to ESLint v9 by <a 
href="https://github.com/paescuj";><code>@​paescuj</code></a> in <a 
href="https://redirect.github.com/open-cli-tools/concurrently/pull/561";>open-cli-tools/concurrently#561</a></li>
   <li>Update shell-quote to 1.8.3 by <a 
href="https://github.com/paescuj";><code>@​paescuj</code></a> in <a 
href="https://redirect.github.com/open-cli-tools/concurrently/pull/562";>open-cli-tools/concurrently#562</a></li>
   <li>Full coverage by <a 
href="https://github.com/paescuj";><code>@​paescuj</code></a> in <a 
href="https://redirect.github.com/open-cli-tools/concurrently/pull/563";>open-cli-tools/concurrently#563</a></li>
   <li>Update GH actions/workflows, enable NPM provenance by <a 
href="https://github.com/paescuj";><code>@​paescuj</code></a> in <a 
href="https://redirect.github.com/open-cli-tools/concurrently/pull/564";>open-cli-tools/concurrently#564</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/open-cli-tools/concurrently/compare/v9.2.0...v9.2.1";>https://github.com/open-cli-tools/concurrently/compare/v9.2.0...v9.2.1</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/open-cli-tools/concurrently/commit/414cd016c60cb24a3a70db498946c0b7743717d5";><code>414cd01</code></a>
 9.2.1</li>
   <li><a 
href="https://github.com/open-cli-tools/concurrently/commit/0dfedb028cbc6aaed0761bf22f7e23e26101ce18";><code>0dfedb0</code></a>
 Update GH actions/workflows, enable npm provenance (<a 
href="https://redirect.github.com/open-cli-tools/concurrently/issues/564";>#564</a>)</li>
   <li><a 
href="https://github.com/open-cli-tools/concurrently/commit/ee81511999ccb9073d8ec3626675df434c6e542e";><code>ee81511</code></a>
 Remove obsolete tsdk config</li>
   <li><a 
href="https://github.com/open-cli-tools/concurrently/commit/09d3d7b11f12faf86fc8ad8befc5ad221669994f";><code>09d3d7b</code></a>
 Full coverage (<a 
href="https://redirect.github.com/open-cli-tools/concurrently/issues/563";>#563</a>)</li>
   <li><a 
href="https://github.com/open-cli-tools/concurrently/commit/8cfc6a6cb40f5092196aa383cadf1f92596effcc";><code>8cfc6a6</code></a>
 Update shell-quote to 1.8.3 (<a 
href="https://redirect.github.com/open-cli-tools/concurrently/issues/562";>#562</a>)</li>
   <li><a 
href="https://github.com/open-cli-tools/concurrently/commit/4c403f8b01ef359ad72cc02e059100577fd2c28f";><code>4c403f8</code></a>
 Migrate to ESLint v9 (<a 
href="https://redirect.github.com/open-cli-tools/concurrently/issues/561";>#561</a>)</li>
   <li><a 
href="https://github.com/open-cli-tools/concurrently/commit/8bfcaf782819005d46b0cb06118559d1c84aa852";><code>8bfcaf7</code></a>
 Minor dependency updates (<a 
href="https://redirect.github.com/open-cli-tools/concurrently/issues/560";>#560</a>)</li>
   <li><a 
href="https://github.com/open-cli-tools/concurrently/commit/389fec48309d1736e3b1eae0c372ce142362c8f3";><code>389fec4</code></a>
 Enable watch mode &amp; coverage for unit tests by default</li>
   <li><a 
href="https://github.com/open-cli-tools/concurrently/commit/7993ce6817c271dd726bc86b87a3955841137cee";><code>7993ce6</code></a>
 chore: remove unused eslint-plugin-jest (<a 
href="https://redirect.github.com/open-cli-tools/concurrently/issues/559";>#559</a>)</li>
   <li><a 
href="https://github.com/open-cli-tools/concurrently/commit/58300f45eb8122bf288fa58851d2b43f55d91b1d";><code>58300f4</code></a>
 Remove obsolete .npmrc file</li>
   <li>Additional commits viewable in <a 
href="https://github.com/open-cli-tools/concurrently/compare/v9.2.0...v9.2.1";>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]


Reply via email to