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

   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.35` | `3.5.38` |
   | [vue](https://github.com/vuejs/core) | `3.5.35` | `3.5.38` |
   | 
[@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8)
 | `4.1.8` | `4.1.9` |
   | 
[@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc)
 | `3.5.35` | `3.5.38` |
   | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | 
`4.1.8` | `4.1.9` |
   
   Updates `@vue/compat` from 3.5.35 to 3.5.38
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/vuejs/core/releases";>@​vue/compat's 
releases</a>.</em></p>
   <blockquote>
   <h2>v3.5.38</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.37</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/compat's 
changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/vuejs/core/compare/v3.5.37...v3.5.38";>3.5.38</a> 
(2026-06-11)</h2>
   <h2><a 
href="https://github.com/vuejs/core/compare/v3.5.36...v3.5.37";>3.5.37</a> 
(2026-06-11)</h2>
   <h2><a 
href="https://github.com/vuejs/core/compare/v3.5.35...v3.5.36";>3.5.36</a> 
(2026-06-11)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>compiler-core:</strong> avoid crash on CDATA at the document 
root (<a href="https://redirect.github.com/vuejs/core/issues/14916";>#14916</a>) 
(<a 
href="https://github.com/vuejs/core/commit/0ea17e232f9a8f4a9acf57c6addc78cf4f279c13";>0ea17e2</a>)</li>
   <li><strong>compiler-core:</strong> prefix dynamic keys on v-memo elements 
(<a href="https://redirect.github.com/vuejs/core/issues/14922";>#14922</a>) (<a 
href="https://github.com/vuejs/core/commit/68e978e3e71a8ae40701808e78966f2168c5907c";>68e978e</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/14920";>#14920</a></li>
   <li><strong>compiler-sfc:</strong> handle vue-ignore on leading 
intersection/union type (<a 
href="https://redirect.github.com/vuejs/core/issues/14950";>#14950</a>) (<a 
href="https://github.com/vuejs/core/commit/0dcd225c01f211ebb8ce4dda8c8eac10539abf1a";>0dcd225</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12254";>#12254</a></li>
   <li><strong>compiler-sfc:</strong> respect var hoisting in props destructure 
(<a 
href="https://github.com/vuejs/core/commit/48ad452dd61926a59e358da3c74c5ef750ae21c4";>48ad452</a>)</li>
   <li><strong>reactivity:</strong> preserve watch callback return value when 
wrapped for <code>once: true</code> (<a 
href="https://redirect.github.com/vuejs/core/issues/14902";>#14902</a>) (<a 
href="https://github.com/vuejs/core/commit/450a8a8e45520f30fe8343c5016a777d888e53fc";>450a8a8</a>)</li>
   <li><strong>runtime-core:</strong> add dev warning for silent catch in 
compat mode and fix test description typo (<a 
href="https://redirect.github.com/vuejs/core/issues/14891";>#14891</a>) (<a 
href="https://github.com/vuejs/core/commit/db3e117025a7193291ed6676180a5a44bbe0ae76";>db3e117</a>)</li>
   <li><strong>runtime-core:</strong> force model update when reverted before 
sync (<a href="https://redirect.github.com/vuejs/core/issues/14897";>#14897</a>) 
(<a 
href="https://github.com/vuejs/core/commit/7f76378b0d178a29113ee07d67faa48b637944e8";>7f76378</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/13524";>#13524</a></li>
   <li><strong>runtime-core:</strong> skip async component callbacks after 
unmount (<a 
href="https://redirect.github.com/vuejs/core/issues/14911";>#14911</a>) (<a 
href="https://github.com/vuejs/core/commit/5300ead57b3c14942d4c155ef5e485d5409e7f02";>5300ead</a>)</li>
   <li><strong>transition:</strong> avoid move transition for hidden v-show 
group children (<a 
href="https://redirect.github.com/vuejs/core/issues/14895";>#14895</a>) (<a 
href="https://github.com/vuejs/core/commit/c11f6ee644412edf3eef6736991e895e4a3e1dde";>c11f6ee</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/14894";>#14894</a></li>
   <li><strong>watch:</strong> trigger immediate callback for empty sources (<a 
href="https://redirect.github.com/vuejs/core/issues/14914";>#14914</a>) (<a 
href="https://github.com/vuejs/core/commit/1f2ca7e4837b1b0de0b91048fffdb03710c0b03e";>1f2ca7e</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/14898";>#14898</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/vuejs/core/commit/478e3e83acd34dd213a860be4a2a2bf2090dc26b";><code>478e3e8</code></a>
 release: v3.5.38</li>
   <li><a 
href="https://github.com/vuejs/core/commit/30ba6473858d1f2cd155fb3a338499b680624bd1";><code>30ba647</code></a>
 chore(release): make release publishing resumable (<a 
href="https://redirect.github.com/vuejs/core/issues/14953";>#14953</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/c00b0210d97794a24764c52274e60bbcba15b7ae";><code>c00b021</code></a>
 release: v3.5.37</li>
   <li><a 
href="https://github.com/vuejs/core/commit/11ac8b4af0cad86f5e42193dc413da6e18ae6c76";><code>11ac8b4</code></a>
 release: v3.5.36</li>
   <li><a 
href="https://github.com/vuejs/core/commit/43eba78dd00173c1c62a1692da3ba097e17cf24a";><code>43eba78</code></a>
 chore(deps): update lint (<a 
href="https://redirect.github.com/vuejs/core/issues/14935";>#14935</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/3bc729023f1b91fbcce9ab650e54adbabe16b8c5";><code>3bc7290</code></a>
 chore(deps): update build (<a 
href="https://redirect.github.com/vuejs/core/issues/14901";>#14901</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/8203fc52c188bd5988ccbe0fd06c9c6afb0bae4a";><code>8203fc5</code></a>
 chore(deps): update all non-major dependencies (<a 
href="https://redirect.github.com/vuejs/core/issues/14938";>#14938</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/8f4bc858eacdb3c341bb892e074b01ec9623621a";><code>8f4bc85</code></a>
 chore(deps): update compiler (<a 
href="https://redirect.github.com/vuejs/core/issues/14900";>#14900</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/8e63cdf921bf125d4a41e85c4542600b49f656d6";><code>8e63cdf</code></a>
 chore(deps): update dependency npm-run-all2 to v9 (<a 
href="https://redirect.github.com/vuejs/core/issues/14939";>#14939</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/131291a78670b4e58057df42c49f9c04fcb9b544";><code>131291a</code></a>
 chore(deps): update test (<a 
href="https://redirect.github.com/vuejs/core/issues/14936";>#14936</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/vuejs/core/compare/v3.5.35...v3.5.38";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `vue` from 3.5.35 to 3.5.38
   <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.38</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.37</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.37...v3.5.38";>3.5.38</a> 
(2026-06-11)</h2>
   <h2><a 
href="https://github.com/vuejs/core/compare/v3.5.36...v3.5.37";>3.5.37</a> 
(2026-06-11)</h2>
   <h2><a 
href="https://github.com/vuejs/core/compare/v3.5.35...v3.5.36";>3.5.36</a> 
(2026-06-11)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>compiler-core:</strong> avoid crash on CDATA at the document 
root (<a href="https://redirect.github.com/vuejs/core/issues/14916";>#14916</a>) 
(<a 
href="https://github.com/vuejs/core/commit/0ea17e232f9a8f4a9acf57c6addc78cf4f279c13";>0ea17e2</a>)</li>
   <li><strong>compiler-core:</strong> prefix dynamic keys on v-memo elements 
(<a href="https://redirect.github.com/vuejs/core/issues/14922";>#14922</a>) (<a 
href="https://github.com/vuejs/core/commit/68e978e3e71a8ae40701808e78966f2168c5907c";>68e978e</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/14920";>#14920</a></li>
   <li><strong>compiler-sfc:</strong> handle vue-ignore on leading 
intersection/union type (<a 
href="https://redirect.github.com/vuejs/core/issues/14950";>#14950</a>) (<a 
href="https://github.com/vuejs/core/commit/0dcd225c01f211ebb8ce4dda8c8eac10539abf1a";>0dcd225</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12254";>#12254</a></li>
   <li><strong>compiler-sfc:</strong> respect var hoisting in props destructure 
(<a 
href="https://github.com/vuejs/core/commit/48ad452dd61926a59e358da3c74c5ef750ae21c4";>48ad452</a>)</li>
   <li><strong>reactivity:</strong> preserve watch callback return value when 
wrapped for <code>once: true</code> (<a 
href="https://redirect.github.com/vuejs/core/issues/14902";>#14902</a>) (<a 
href="https://github.com/vuejs/core/commit/450a8a8e45520f30fe8343c5016a777d888e53fc";>450a8a8</a>)</li>
   <li><strong>runtime-core:</strong> add dev warning for silent catch in 
compat mode and fix test description typo (<a 
href="https://redirect.github.com/vuejs/core/issues/14891";>#14891</a>) (<a 
href="https://github.com/vuejs/core/commit/db3e117025a7193291ed6676180a5a44bbe0ae76";>db3e117</a>)</li>
   <li><strong>runtime-core:</strong> force model update when reverted before 
sync (<a href="https://redirect.github.com/vuejs/core/issues/14897";>#14897</a>) 
(<a 
href="https://github.com/vuejs/core/commit/7f76378b0d178a29113ee07d67faa48b637944e8";>7f76378</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/13524";>#13524</a></li>
   <li><strong>runtime-core:</strong> skip async component callbacks after 
unmount (<a 
href="https://redirect.github.com/vuejs/core/issues/14911";>#14911</a>) (<a 
href="https://github.com/vuejs/core/commit/5300ead57b3c14942d4c155ef5e485d5409e7f02";>5300ead</a>)</li>
   <li><strong>transition:</strong> avoid move transition for hidden v-show 
group children (<a 
href="https://redirect.github.com/vuejs/core/issues/14895";>#14895</a>) (<a 
href="https://github.com/vuejs/core/commit/c11f6ee644412edf3eef6736991e895e4a3e1dde";>c11f6ee</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/14894";>#14894</a></li>
   <li><strong>watch:</strong> trigger immediate callback for empty sources (<a 
href="https://redirect.github.com/vuejs/core/issues/14914";>#14914</a>) (<a 
href="https://github.com/vuejs/core/commit/1f2ca7e4837b1b0de0b91048fffdb03710c0b03e";>1f2ca7e</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/14898";>#14898</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/vuejs/core/commit/478e3e83acd34dd213a860be4a2a2bf2090dc26b";><code>478e3e8</code></a>
 release: v3.5.38</li>
   <li><a 
href="https://github.com/vuejs/core/commit/30ba6473858d1f2cd155fb3a338499b680624bd1";><code>30ba647</code></a>
 chore(release): make release publishing resumable (<a 
href="https://redirect.github.com/vuejs/core/issues/14953";>#14953</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/c00b0210d97794a24764c52274e60bbcba15b7ae";><code>c00b021</code></a>
 release: v3.5.37</li>
   <li><a 
href="https://github.com/vuejs/core/commit/11ac8b4af0cad86f5e42193dc413da6e18ae6c76";><code>11ac8b4</code></a>
 release: v3.5.36</li>
   <li><a 
href="https://github.com/vuejs/core/commit/43eba78dd00173c1c62a1692da3ba097e17cf24a";><code>43eba78</code></a>
 chore(deps): update lint (<a 
href="https://redirect.github.com/vuejs/core/issues/14935";>#14935</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/3bc729023f1b91fbcce9ab650e54adbabe16b8c5";><code>3bc7290</code></a>
 chore(deps): update build (<a 
href="https://redirect.github.com/vuejs/core/issues/14901";>#14901</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/8203fc52c188bd5988ccbe0fd06c9c6afb0bae4a";><code>8203fc5</code></a>
 chore(deps): update all non-major dependencies (<a 
href="https://redirect.github.com/vuejs/core/issues/14938";>#14938</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/8f4bc858eacdb3c341bb892e074b01ec9623621a";><code>8f4bc85</code></a>
 chore(deps): update compiler (<a 
href="https://redirect.github.com/vuejs/core/issues/14900";>#14900</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/8e63cdf921bf125d4a41e85c4542600b49f656d6";><code>8e63cdf</code></a>
 chore(deps): update dependency npm-run-all2 to v9 (<a 
href="https://redirect.github.com/vuejs/core/issues/14939";>#14939</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/131291a78670b4e58057df42c49f9c04fcb9b544";><code>131291a</code></a>
 chore(deps): update test (<a 
href="https://redirect.github.com/vuejs/core/issues/14936";>#14936</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/vuejs/core/compare/v3.5.35...v3.5.38";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@vitest/coverage-v8` from 4.1.8 to 4.1.9
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/vitest-dev/vitest/releases";>@​vitest/coverage-v8's 
releases</a>.</em></p>
   <blockquote>
   <h2>v4.1.9</h2>
   <h3>🐞 Bug Fixes</h3>
   <ul>
   <li>Fix <code>importOriginal</code> with optimizer and query import 
[backport to v4] - by <strong>Hiroshi Ogawa</strong>, <strong>David 
Harris</strong>, <strong>Codex</strong>and <strong>Vladimir</strong> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/10546";>vitest-dev/vitest#10546</a>
 <a href="https://github.com/vitest-dev/vitest/commit/a5180190c";><!-- raw HTML 
omitted -->(a5180)<!-- raw HTML omitted --></a></li>
   <li><strong>browser</strong>:
   <ul>
   <li>Wait for orchestrator readiness before resolving browser sessions 
[backport to v4] - by <strong>Vladimir</strong> and <strong>Séamus 
O'Connor</strong> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/10555";>vitest-dev/vitest#10555</a>
 <a href="https://github.com/vitest-dev/vitest/commit/7fb29651a";><!-- raw HTML 
omitted -->(7fb29)<!-- raw HTML omitted --></a></li>
   <li>Wait for iframe tester readiness before preparing  [backport to v4] - by 
<strong>Vladimir</strong> and <strong>Séamus O'Connor</strong> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/10497";>vitest-dev/vitest#10497</a>
 and <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/10556";>vitest-dev/vitest#10556</a>
 <a href="https://github.com/vitest-dev/vitest/commit/fbc626c40";><!-- raw HTML 
omitted -->(fbc62)<!-- raw HTML omitted --></a></li>
   </ul>
   </li>
   <li><strong>mocker</strong>:
   <ul>
   <li>Hoist vi.mock() for vite-plus/test imports [backport to v4] - by 
<strong>Hiroshi Ogawa</strong>, <strong>LongYinan</strong>, <strong>Claude Opus 
4.8</strong> and <strong>Vladimir</strong> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/10548";>vitest-dev/vitest#10548</a>
 <a href="https://github.com/vitest-dev/vitest/commit/2c9559c02";><!-- raw HTML 
omitted -->(2c955)<!-- raw HTML omitted --></a></li>
   </ul>
   </li>
   <li><strong>pool</strong>:
   <ul>
   <li>Prevent test run hang on worker crash  [backport to v4] - by <strong>Ari 
Perkkiö</strong> and <strong>Jattioui Ismail</strong> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/10543";>vitest-dev/vitest#10543</a>
 and <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/10564";>vitest-dev/vitest#10564</a>
 <a href="https://github.com/vitest-dev/vitest/commit/934b0f587";><!-- raw HTML 
omitted -->(934b0)<!-- raw HTML omitted --></a></li>
   </ul>
   </li>
   </ul>
   <h5><a 
href="https://github.com/vitest-dev/vitest/compare/v4.1.8...v4.1.9";>View 
changes on GitHub</a></h5>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/vitest-dev/vitest/commit/a7a61e78c7d0718f00173cff6800a91a344457d4";><code>a7a61e7</code></a>
 chore: release v4.1.9 (<a 
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/10598";>#10598</a>)</li>
   <li>See full diff in <a 
href="https://github.com/vitest-dev/vitest/commits/v4.1.9/packages/coverage-v8";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@vue/compiler-sfc` from 3.5.35 to 3.5.38
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/vuejs/core/releases";>@​vue/compiler-sfc's 
releases</a>.</em></p>
   <blockquote>
   <h2>v3.5.38</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.37</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/compiler-sfc's
 changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/vuejs/core/compare/v3.5.37...v3.5.38";>3.5.38</a> 
(2026-06-11)</h2>
   <h2><a 
href="https://github.com/vuejs/core/compare/v3.5.36...v3.5.37";>3.5.37</a> 
(2026-06-11)</h2>
   <h2><a 
href="https://github.com/vuejs/core/compare/v3.5.35...v3.5.36";>3.5.36</a> 
(2026-06-11)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>compiler-core:</strong> avoid crash on CDATA at the document 
root (<a href="https://redirect.github.com/vuejs/core/issues/14916";>#14916</a>) 
(<a 
href="https://github.com/vuejs/core/commit/0ea17e232f9a8f4a9acf57c6addc78cf4f279c13";>0ea17e2</a>)</li>
   <li><strong>compiler-core:</strong> prefix dynamic keys on v-memo elements 
(<a href="https://redirect.github.com/vuejs/core/issues/14922";>#14922</a>) (<a 
href="https://github.com/vuejs/core/commit/68e978e3e71a8ae40701808e78966f2168c5907c";>68e978e</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/14920";>#14920</a></li>
   <li><strong>compiler-sfc:</strong> handle vue-ignore on leading 
intersection/union type (<a 
href="https://redirect.github.com/vuejs/core/issues/14950";>#14950</a>) (<a 
href="https://github.com/vuejs/core/commit/0dcd225c01f211ebb8ce4dda8c8eac10539abf1a";>0dcd225</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/12254";>#12254</a></li>
   <li><strong>compiler-sfc:</strong> respect var hoisting in props destructure 
(<a 
href="https://github.com/vuejs/core/commit/48ad452dd61926a59e358da3c74c5ef750ae21c4";>48ad452</a>)</li>
   <li><strong>reactivity:</strong> preserve watch callback return value when 
wrapped for <code>once: true</code> (<a 
href="https://redirect.github.com/vuejs/core/issues/14902";>#14902</a>) (<a 
href="https://github.com/vuejs/core/commit/450a8a8e45520f30fe8343c5016a777d888e53fc";>450a8a8</a>)</li>
   <li><strong>runtime-core:</strong> add dev warning for silent catch in 
compat mode and fix test description typo (<a 
href="https://redirect.github.com/vuejs/core/issues/14891";>#14891</a>) (<a 
href="https://github.com/vuejs/core/commit/db3e117025a7193291ed6676180a5a44bbe0ae76";>db3e117</a>)</li>
   <li><strong>runtime-core:</strong> force model update when reverted before 
sync (<a href="https://redirect.github.com/vuejs/core/issues/14897";>#14897</a>) 
(<a 
href="https://github.com/vuejs/core/commit/7f76378b0d178a29113ee07d67faa48b637944e8";>7f76378</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/13524";>#13524</a></li>
   <li><strong>runtime-core:</strong> skip async component callbacks after 
unmount (<a 
href="https://redirect.github.com/vuejs/core/issues/14911";>#14911</a>) (<a 
href="https://github.com/vuejs/core/commit/5300ead57b3c14942d4c155ef5e485d5409e7f02";>5300ead</a>)</li>
   <li><strong>transition:</strong> avoid move transition for hidden v-show 
group children (<a 
href="https://redirect.github.com/vuejs/core/issues/14895";>#14895</a>) (<a 
href="https://github.com/vuejs/core/commit/c11f6ee644412edf3eef6736991e895e4a3e1dde";>c11f6ee</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/14894";>#14894</a></li>
   <li><strong>watch:</strong> trigger immediate callback for empty sources (<a 
href="https://redirect.github.com/vuejs/core/issues/14914";>#14914</a>) (<a 
href="https://github.com/vuejs/core/commit/1f2ca7e4837b1b0de0b91048fffdb03710c0b03e";>1f2ca7e</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/14898";>#14898</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/vuejs/core/commit/478e3e83acd34dd213a860be4a2a2bf2090dc26b";><code>478e3e8</code></a>
 release: v3.5.38</li>
   <li><a 
href="https://github.com/vuejs/core/commit/c00b0210d97794a24764c52274e60bbcba15b7ae";><code>c00b021</code></a>
 release: v3.5.37</li>
   <li><a 
href="https://github.com/vuejs/core/commit/11ac8b4af0cad86f5e42193dc413da6e18ae6c76";><code>11ac8b4</code></a>
 release: v3.5.36</li>
   <li><a 
href="https://github.com/vuejs/core/commit/8f4bc858eacdb3c341bb892e074b01ec9623621a";><code>8f4bc85</code></a>
 chore(deps): update compiler (<a 
href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/14900";>#14900</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/0dcd225c01f211ebb8ce4dda8c8eac10539abf1a";><code>0dcd225</code></a>
 fix(compiler-sfc): handle vue-ignore on leading intersection/union type (<a 
href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/14950";>#14950</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/48ad452dd61926a59e358da3c74c5ef750ae21c4";><code>48ad452</code></a>
 fix(compiler-sfc): respect var hoisting in props destructure</li>
   <li>See full diff in <a 
href="https://github.com/vuejs/core/commits/v3.5.38/packages/compiler-sfc";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `vitest` from 4.1.8 to 4.1.9
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/vitest-dev/vitest/releases";>vitest's 
releases</a>.</em></p>
   <blockquote>
   <h2>v4.1.9</h2>
   <h3>🐞 Bug Fixes</h3>
   <ul>
   <li>Fix <code>importOriginal</code> with optimizer and query import 
[backport to v4] - by <strong>Hiroshi Ogawa</strong>, <strong>David 
Harris</strong>, <strong>Codex</strong>and <strong>Vladimir</strong> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/10546";>vitest-dev/vitest#10546</a>
 <a href="https://github.com/vitest-dev/vitest/commit/a5180190c";><!-- raw HTML 
omitted -->(a5180)<!-- raw HTML omitted --></a></li>
   <li><strong>browser</strong>:
   <ul>
   <li>Wait for orchestrator readiness before resolving browser sessions 
[backport to v4] - by <strong>Vladimir</strong> and <strong>Séamus 
O'Connor</strong> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/10555";>vitest-dev/vitest#10555</a>
 <a href="https://github.com/vitest-dev/vitest/commit/7fb29651a";><!-- raw HTML 
omitted -->(7fb29)<!-- raw HTML omitted --></a></li>
   <li>Wait for iframe tester readiness before preparing  [backport to v4] - by 
<strong>Vladimir</strong> and <strong>Séamus O'Connor</strong> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/10497";>vitest-dev/vitest#10497</a>
 and <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/10556";>vitest-dev/vitest#10556</a>
 <a href="https://github.com/vitest-dev/vitest/commit/fbc626c40";><!-- raw HTML 
omitted -->(fbc62)<!-- raw HTML omitted --></a></li>
   </ul>
   </li>
   <li><strong>mocker</strong>:
   <ul>
   <li>Hoist vi.mock() for vite-plus/test imports [backport to v4] - by 
<strong>Hiroshi Ogawa</strong>, <strong>LongYinan</strong>, <strong>Claude Opus 
4.8</strong> and <strong>Vladimir</strong> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/10548";>vitest-dev/vitest#10548</a>
 <a href="https://github.com/vitest-dev/vitest/commit/2c9559c02";><!-- raw HTML 
omitted -->(2c955)<!-- raw HTML omitted --></a></li>
   </ul>
   </li>
   <li><strong>pool</strong>:
   <ul>
   <li>Prevent test run hang on worker crash  [backport to v4] - by <strong>Ari 
Perkkiö</strong> and <strong>Jattioui Ismail</strong> in <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/10543";>vitest-dev/vitest#10543</a>
 and <a 
href="https://redirect.github.com/vitest-dev/vitest/issues/10564";>vitest-dev/vitest#10564</a>
 <a href="https://github.com/vitest-dev/vitest/commit/934b0f587";><!-- raw HTML 
omitted -->(934b0)<!-- raw HTML omitted --></a></li>
   </ul>
   </li>
   </ul>
   <h5><a 
href="https://github.com/vitest-dev/vitest/compare/v4.1.8...v4.1.9";>View 
changes on GitHub</a></h5>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/vitest-dev/vitest/commit/a7a61e78c7d0718f00173cff6800a91a344457d4";><code>a7a61e7</code></a>
 chore: release v4.1.9 (<a 
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/10598";>#10598</a>)</li>
   <li><a 
href="https://github.com/vitest-dev/vitest/commit/934b0f587cb61d8338d83f525295322692a2db40";><code>934b0f5</code></a>
 fix(pool): prevent test run hang on worker crash (<a 
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/10543";>#10543</a>)
 [backport to v4] (#...</li>
   <li><a 
href="https://github.com/vitest-dev/vitest/commit/7fb29651afbae2a9b0cefe6c031a9308f168ac60";><code>7fb2965</code></a>
 fix(browser): wait for orchestrator readiness before resolving browser 
sessio...</li>
   <li><a 
href="https://github.com/vitest-dev/vitest/commit/a5180190c1be7089e3705e3dd9e84fea118d09d3";><code>a518019</code></a>
 fix: fix <code>importOriginal</code> with optimizer and query import [backport 
to v4] (#...</li>
   <li>See full diff in <a 
href="https://github.com/vitest-dev/vitest/commits/v4.1.9/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 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