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

   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.24` | `3.5.25` |
   | [vue](https://github.com/vuejs/core) | `3.5.24` | `3.5.25` |
   | 
[@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue)
 | `6.0.1` | `6.0.2` |
   | 
[@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc)
 | `3.5.24` | `3.5.25` |
   | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.2.2` | 
`7.2.4` |
   
   Updates `@vue/compat` from 3.5.24 to 3.5.25
   <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.25</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.24...v3.5.25";>3.5.25</a> 
(2025-11-24)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>compiler:</strong> share logic for comments and whitespace (<a 
href="https://redirect.github.com/vuejs/core/issues/13550";>#13550</a>) (<a 
href="https://github.com/vuejs/core/commit/2214f7ab2940bcb751cd20130c020d895db6c042";>2214f7a</a>)</li>
   <li><strong>provide:</strong> warn when using <code>provide</code> after 
mounting (<a 
href="https://redirect.github.com/vuejs/core/issues/13954";>#13954</a>) (<a 
href="https://github.com/vuejs/core/commit/247b2c2067afc4dee52f9f7bc194f3aab347ac55";>247b2c2</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/13921";>#13921</a> <a 
href="https://redirect.github.com/vuejs/core/issues/13924";>#13924</a></li>
   <li><strong>reactivity:</strong> correctly wrap iterated array items to 
preserve their readonly status (<a 
href="https://redirect.github.com/vuejs/core/issues/14120";>#14120</a>) (<a 
href="https://github.com/vuejs/core/commit/301020b481e85d03b0c96000f3221372063c41c6";>301020b</a>)</li>
   <li><strong>reactivity:</strong> toRef edge cases for ref unwrapping (<a 
href="https://redirect.github.com/vuejs/core/issues/12420";>#12420</a>) (<a 
href="https://github.com/vuejs/core/commit/0d2357e6974678d5484751c869f429dc6ea85582";>0d2357e</a>)</li>
   <li><strong>runtime-core:</strong> keep options API typing intact when 
expose is used (<a 
href="https://redirect.github.com/vuejs/core/issues/14118";>#14118</a>) (<a 
href="https://github.com/vuejs/core/commit/8f82f238463160284e504d1751d61b72dabb395e";>8f82f23</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/14117";>#14117</a> <a 
href="https://redirect.github.com/vuejs/language-tools/issues/5069";>vuejs/language-tools#5069</a></li>
   <li><strong>suspense:</strong> defer clearing fallback vnode el in case it 
has dirs (<a 
href="https://redirect.github.com/vuejs/core/issues/14080";>#14080</a>) (<a 
href="https://github.com/vuejs/core/commit/c0f63ddbfa8fa221d66b683b5c26e471851c2b50";>c0f63dd</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/14078";>#14078</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/vuejs/core/commit/25ebe3a42cd80ac0256355c2740a0258cdd7419d";><code>25ebe3a</code></a>
 release: v3.5.25</li>
   <li><a 
href="https://github.com/vuejs/core/commit/c0f63ddbfa8fa221d66b683b5c26e471851c2b50";><code>c0f63dd</code></a>
 fix(suspense): defer clearing fallback vnode el in case it has dirs (<a 
href="https://redirect.github.com/vuejs/core/issues/14080";>#14080</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/301020b481e85d03b0c96000f3221372063c41c6";><code>301020b</code></a>
 fix(reactivity): correctly wrap iterated array items to preserve their 
readon...</li>
   <li><a 
href="https://github.com/vuejs/core/commit/0d2357e6974678d5484751c869f429dc6ea85582";><code>0d2357e</code></a>
 fix(reactivity): toRef edge cases for ref unwrapping (<a 
href="https://redirect.github.com/vuejs/core/issues/12420";>#12420</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/247b2c2067afc4dee52f9f7bc194f3aab347ac55";><code>247b2c2</code></a>
 fix(provide): warn when using <code>provide</code> after mounting (<a 
href="https://redirect.github.com/vuejs/core/issues/13954";>#13954</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/b50eb68c50f3b94dca2e96f706c3e96ab864df24";><code>b50eb68</code></a>
 dx(runtime-core): check current and parent components in formatComponentName 
...</li>
   <li><a 
href="https://github.com/vuejs/core/commit/5af3dd9b4546252222bb2e4d80499ba37cead03b";><code>5af3dd9</code></a>
 refactor(runtime-core): check <code>props</code> rather than 
<code>propsOptions[0]</code> (<a 
href="https://redirect.github.com/vuejs/core/issues/13514";>#13514</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/2214f7ab2940bcb751cd20130c020d895db6c042";><code>2214f7a</code></a>
 fix(compiler): share logic for comments and whitespace (<a 
href="https://redirect.github.com/vuejs/core/issues/13550";>#13550</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/8f82f238463160284e504d1751d61b72dabb395e";><code>8f82f23</code></a>
 fix(runtime-core): keep options API typing intact when expose is used (<a 
href="https://redirect.github.com/vuejs/core/issues/14118";>#14118</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/83f6ab686d18e0c2edd75fcc7019664fa21a65f3";><code>83f6ab6</code></a>
 chore(compiler-ssr): move <code>defaultProps</code> initialization into 
<code>input</code> tag bran...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/vuejs/core/compare/v3.5.24...v3.5.25";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `vue` from 3.5.24 to 3.5.25
   <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.25</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.24...v3.5.25";>3.5.25</a> 
(2025-11-24)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>compiler:</strong> share logic for comments and whitespace (<a 
href="https://redirect.github.com/vuejs/core/issues/13550";>#13550</a>) (<a 
href="https://github.com/vuejs/core/commit/2214f7ab2940bcb751cd20130c020d895db6c042";>2214f7a</a>)</li>
   <li><strong>provide:</strong> warn when using <code>provide</code> after 
mounting (<a 
href="https://redirect.github.com/vuejs/core/issues/13954";>#13954</a>) (<a 
href="https://github.com/vuejs/core/commit/247b2c2067afc4dee52f9f7bc194f3aab347ac55";>247b2c2</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/13921";>#13921</a> <a 
href="https://redirect.github.com/vuejs/core/issues/13924";>#13924</a></li>
   <li><strong>reactivity:</strong> correctly wrap iterated array items to 
preserve their readonly status (<a 
href="https://redirect.github.com/vuejs/core/issues/14120";>#14120</a>) (<a 
href="https://github.com/vuejs/core/commit/301020b481e85d03b0c96000f3221372063c41c6";>301020b</a>)</li>
   <li><strong>reactivity:</strong> toRef edge cases for ref unwrapping (<a 
href="https://redirect.github.com/vuejs/core/issues/12420";>#12420</a>) (<a 
href="https://github.com/vuejs/core/commit/0d2357e6974678d5484751c869f429dc6ea85582";>0d2357e</a>)</li>
   <li><strong>runtime-core:</strong> keep options API typing intact when 
expose is used (<a 
href="https://redirect.github.com/vuejs/core/issues/14118";>#14118</a>) (<a 
href="https://github.com/vuejs/core/commit/8f82f238463160284e504d1751d61b72dabb395e";>8f82f23</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/14117";>#14117</a> <a 
href="https://redirect.github.com/vuejs/language-tools/issues/5069";>vuejs/language-tools#5069</a></li>
   <li><strong>suspense:</strong> defer clearing fallback vnode el in case it 
has dirs (<a 
href="https://redirect.github.com/vuejs/core/issues/14080";>#14080</a>) (<a 
href="https://github.com/vuejs/core/commit/c0f63ddbfa8fa221d66b683b5c26e471851c2b50";>c0f63dd</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/14078";>#14078</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/vuejs/core/commit/25ebe3a42cd80ac0256355c2740a0258cdd7419d";><code>25ebe3a</code></a>
 release: v3.5.25</li>
   <li><a 
href="https://github.com/vuejs/core/commit/c0f63ddbfa8fa221d66b683b5c26e471851c2b50";><code>c0f63dd</code></a>
 fix(suspense): defer clearing fallback vnode el in case it has dirs (<a 
href="https://redirect.github.com/vuejs/core/issues/14080";>#14080</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/301020b481e85d03b0c96000f3221372063c41c6";><code>301020b</code></a>
 fix(reactivity): correctly wrap iterated array items to preserve their 
readon...</li>
   <li><a 
href="https://github.com/vuejs/core/commit/0d2357e6974678d5484751c869f429dc6ea85582";><code>0d2357e</code></a>
 fix(reactivity): toRef edge cases for ref unwrapping (<a 
href="https://redirect.github.com/vuejs/core/issues/12420";>#12420</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/247b2c2067afc4dee52f9f7bc194f3aab347ac55";><code>247b2c2</code></a>
 fix(provide): warn when using <code>provide</code> after mounting (<a 
href="https://redirect.github.com/vuejs/core/issues/13954";>#13954</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/b50eb68c50f3b94dca2e96f706c3e96ab864df24";><code>b50eb68</code></a>
 dx(runtime-core): check current and parent components in formatComponentName 
...</li>
   <li><a 
href="https://github.com/vuejs/core/commit/5af3dd9b4546252222bb2e4d80499ba37cead03b";><code>5af3dd9</code></a>
 refactor(runtime-core): check <code>props</code> rather than 
<code>propsOptions[0]</code> (<a 
href="https://redirect.github.com/vuejs/core/issues/13514";>#13514</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/2214f7ab2940bcb751cd20130c020d895db6c042";><code>2214f7a</code></a>
 fix(compiler): share logic for comments and whitespace (<a 
href="https://redirect.github.com/vuejs/core/issues/13550";>#13550</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/8f82f238463160284e504d1751d61b72dabb395e";><code>8f82f23</code></a>
 fix(runtime-core): keep options API typing intact when expose is used (<a 
href="https://redirect.github.com/vuejs/core/issues/14118";>#14118</a>)</li>
   <li><a 
href="https://github.com/vuejs/core/commit/83f6ab686d18e0c2edd75fcc7019664fa21a65f3";><code>83f6ab6</code></a>
 chore(compiler-ssr): move <code>defaultProps</code> initialization into 
<code>input</code> tag bran...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/vuejs/core/compare/v3.5.24...v3.5.25";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@vitejs/plugin-vue` from 6.0.1 to 6.0.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/vitejs/vite-plugin-vue/releases";><code>@​vitejs/plugin-vue</code>'s
 releases</a>.</em></p>
   <blockquote>
   <h2>[email protected]</h2>
   <p>Please refer to <a 
href="https://github.com/vitejs/vite-plugin-vue/blob/[email protected]/packages/plugin-vue/CHANGELOG.md";>CHANGELOG.md</a>
 for details.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md";><code>@​vitejs/plugin-vue</code>'s
 changelog</a>.</em></p>
   <blockquote>
   <h2><!-- raw HTML omitted --><a 
href="https://github.com/vitejs/vite-plugin-vue/compare/[email protected]@6.0.2";>6.0.2</a>
 (2025-11-19)<!-- raw HTML omitted --></h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>deps:</strong> update all non-major dependencies (<a 
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/643";>#643</a>) 
(<a 
href="https://github.com/vitejs/vite-plugin-vue/commit/b702c1f7c536b5707cb068c5964f75b861503db2";>b702c1f</a>)</li>
   <li><strong>deps:</strong> update all non-major dependencies (<a 
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/653";>#653</a>) 
(<a 
href="https://github.com/vitejs/vite-plugin-vue/commit/c6bd3244194d1dda68ffa873b46c994eb64bb116";>c6bd324</a>)</li>
   <li><strong>deps:</strong> update all non-major dependencies (<a 
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/663";>#663</a>) 
(<a 
href="https://github.com/vitejs/vite-plugin-vue/commit/dbcd1d08114b702056ba2423ed2977cd1f032db5";>dbcd1d0</a>)</li>
   <li><strong>deps:</strong> update all non-major dependencies (<a 
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/665";>#665</a>) 
(<a 
href="https://github.com/vitejs/vite-plugin-vue/commit/428dde04d7f297b279b324461895e26d3344adcf";>428dde0</a>)</li>
   <li><strong>deps:</strong> update all non-major dependencies (<a 
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/671";>#671</a>) 
(<a 
href="https://github.com/vitejs/vite-plugin-vue/commit/59e0a51f0b54bc8ee8f2f0b0f26f3d466ce661e9";>59e0a51</a>)</li>
   <li><strong>deps:</strong> update all non-major dependencies (<a 
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/679";>#679</a>) 
(<a 
href="https://github.com/vitejs/vite-plugin-vue/commit/f226dab4e872a7f45050732bdbc0ab61df8f092f";>f226dab</a>)</li>
   <li><strong>deps:</strong> update all non-major dependencies (<a 
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/685";>#685</a>) 
(<a 
href="https://github.com/vitejs/vite-plugin-vue/commit/d9902061d37cd40f7ae9b14de0404105bac60749";>d990206</a>)</li>
   <li><strong>deps:</strong> update all non-major dependencies (<a 
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/688";>#688</a>) 
(<a 
href="https://github.com/vitejs/vite-plugin-vue/commit/46edd7e531c848d0c68a397716173ec72b331217";>46edd7e</a>)</li>
   <li><strong>deps:</strong> update all non-major dependencies (<a 
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/692";>#692</a>) 
(<a 
href="https://github.com/vitejs/vite-plugin-vue/commit/13accf3a261333fbb57deb42cbfdc5c5af5ec13a";>13accf3</a>)</li>
   <li><strong>deps:</strong> update all non-major dependencies (<a 
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/694";>#694</a>) 
(<a 
href="https://github.com/vitejs/vite-plugin-vue/commit/9c77f01b9a26ce148495ab2f2fa05291a8cfa2eb";>9c77f01</a>)</li>
   <li><strong>deps:</strong> update all non-major dependencies (<a 
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/704";>#704</a>) 
(<a 
href="https://github.com/vitejs/vite-plugin-vue/commit/ecb581a810e5dde62f12ff6475cac91cc76596fb";>ecb581a</a>)</li>
   <li>fix hmr of dynamically loaded vue sfc modules in apps with tailwind (<a 
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/702";>#702</a>) 
(<a 
href="https://github.com/vitejs/vite-plugin-vue/commit/0a883f7862a01305b34552876f278f0ca8ad9daa";>0a883f7</a>)</li>
   </ul>
   <h3>Miscellaneous Chores</h3>
   <ul>
   <li><strong>deps:</strong> update dependency rollup to ^4.52.3 (<a 
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/674";>#674</a>) 
(<a 
href="https://github.com/vitejs/vite-plugin-vue/commit/dd91393c3f5e107fe2cdf4c901ea74cf195d7bab";>dd91393</a>)</li>
   <li><strong>deps:</strong> update dependency rollup to ^4.52.5 (<a 
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/684";>#684</a>) 
(<a 
href="https://github.com/vitejs/vite-plugin-vue/commit/a291b669db3ccd14fe269fd75db3ff7eb13969bd";>a291b66</a>)</li>
   <li><strong>deps:</strong> update dependency rollup to ^4.53.1 (<a 
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/695";>#695</a>) 
(<a 
href="https://github.com/vitejs/vite-plugin-vue/commit/0b238ea371d5c7558a14f3c8fd5d6a4cd9c1a956";>0b238ea</a>)</li>
   <li><strong>deps:</strong> update dependency rollup to ^4.53.2 (<a 
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/703";>#703</a>) 
(<a 
href="https://github.com/vitejs/vite-plugin-vue/commit/847808f8acebceeaaa16fae986cb507d5c0d8d26";>847808f</a>)</li>
   <li><strong>deps:</strong> update upstream (<a 
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/638";>#638</a>) 
(<a 
href="https://github.com/vitejs/vite-plugin-vue/commit/f7cef18a0f4f8989a05d8504d480816ee3e30eda";>f7cef18</a>)</li>
   <li><strong>deps:</strong> update upstream (<a 
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/642";>#642</a>) 
(<a 
href="https://github.com/vitejs/vite-plugin-vue/commit/be5795563a13efea5939c22bc68f1e4cb7a84872";>be57955</a>)</li>
   <li><strong>deps:</strong> update upstream (<a 
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/652";>#652</a>) 
(<a 
href="https://github.com/vitejs/vite-plugin-vue/commit/30302633624892b9d1913ccc922281dca56a27f1";>3030263</a>)</li>
   <li><strong>deps:</strong> update upstream (<a 
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/666";>#666</a>) 
(<a 
href="https://github.com/vitejs/vite-plugin-vue/commit/e6ece541f79c11adb30b27d9463ce713be1d7e43";>e6ece54</a>)</li>
   <li><strong>deps:</strong> update upstream (<a 
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/670";>#670</a>) 
(<a 
href="https://github.com/vitejs/vite-plugin-vue/commit/5d3313f3cbab14e966eb8fdcf55a46dd2ceec219";>5d3313f</a>)</li>
   <li><strong>deps:</strong> update upstream (<a 
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/678";>#678</a>) 
(<a 
href="https://github.com/vitejs/vite-plugin-vue/commit/3f0593f2f3e253ba86fedebf31ca1f310a57ad95";>3f0593f</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/vitejs/vite-plugin-vue/commit/eda09e94569e45699a9a146bf373e4675ee03ff2";><code>eda09e9</code></a>
 release: [email protected]</li>
   <li><a 
href="https://github.com/vitejs/vite-plugin-vue/commit/0a883f7862a01305b34552876f278f0ca8ad9daa";><code>0a883f7</code></a>
 fix: fix hmr of dynamically loaded vue sfc modules in apps with tailwind (<a 
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/702";>#702</a>)</li>
   <li><a 
href="https://github.com/vitejs/vite-plugin-vue/commit/ecb581a810e5dde62f12ff6475cac91cc76596fb";><code>ecb581a</code></a>
 fix(deps): update all non-major dependencies (<a 
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/704";>#704</a>)</li>
   <li><a 
href="https://github.com/vitejs/vite-plugin-vue/commit/847808f8acebceeaaa16fae986cb507d5c0d8d26";><code>847808f</code></a>
 chore(deps): update dependency rollup to ^4.53.2 (<a 
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/703";>#703</a>)</li>
   <li><a 
href="https://github.com/vitejs/vite-plugin-vue/commit/0b238ea371d5c7558a14f3c8fd5d6a4cd9c1a956";><code>0b238ea</code></a>
 chore(deps): update dependency rollup to ^4.53.1 (<a 
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/695";>#695</a>)</li>
   <li><a 
href="https://github.com/vitejs/vite-plugin-vue/commit/9c77f01b9a26ce148495ab2f2fa05291a8cfa2eb";><code>9c77f01</code></a>
 fix(deps): update all non-major dependencies (<a 
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/694";>#694</a>)</li>
   <li><a 
href="https://github.com/vitejs/vite-plugin-vue/commit/13accf3a261333fbb57deb42cbfdc5c5af5ec13a";><code>13accf3</code></a>
 fix(deps): update all non-major dependencies (<a 
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/692";>#692</a>)</li>
   <li><a 
href="https://github.com/vitejs/vite-plugin-vue/commit/46edd7e531c848d0c68a397716173ec72b331217";><code>46edd7e</code></a>
 fix(deps): update all non-major dependencies (<a 
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/688";>#688</a>)</li>
   <li><a 
href="https://github.com/vitejs/vite-plugin-vue/commit/d9902061d37cd40f7ae9b14de0404105bac60749";><code>d990206</code></a>
 fix(deps): update all non-major dependencies (<a 
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/685";>#685</a>)</li>
   <li><a 
href="https://github.com/vitejs/vite-plugin-vue/commit/a291b669db3ccd14fe269fd75db3ff7eb13969bd";><code>a291b66</code></a>
 chore(deps): update dependency rollup to ^4.52.5 (<a 
href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/684";>#684</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/vitejs/vite-plugin-vue/commits/[email protected]/packages/plugin-vue";>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>@​vitejs/plugin-vue</code> since your 
current version.</p>
   </details>
   <br />
   
   Updates `@vue/compiler-sfc` from 3.5.24 to 3.5.25
   <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.25</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.24...v3.5.25";>3.5.25</a> 
(2025-11-24)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>compiler:</strong> share logic for comments and whitespace (<a 
href="https://redirect.github.com/vuejs/core/issues/13550";>#13550</a>) (<a 
href="https://github.com/vuejs/core/commit/2214f7ab2940bcb751cd20130c020d895db6c042";>2214f7a</a>)</li>
   <li><strong>provide:</strong> warn when using <code>provide</code> after 
mounting (<a 
href="https://redirect.github.com/vuejs/core/issues/13954";>#13954</a>) (<a 
href="https://github.com/vuejs/core/commit/247b2c2067afc4dee52f9f7bc194f3aab347ac55";>247b2c2</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/13921";>#13921</a> <a 
href="https://redirect.github.com/vuejs/core/issues/13924";>#13924</a></li>
   <li><strong>reactivity:</strong> correctly wrap iterated array items to 
preserve their readonly status (<a 
href="https://redirect.github.com/vuejs/core/issues/14120";>#14120</a>) (<a 
href="https://github.com/vuejs/core/commit/301020b481e85d03b0c96000f3221372063c41c6";>301020b</a>)</li>
   <li><strong>reactivity:</strong> toRef edge cases for ref unwrapping (<a 
href="https://redirect.github.com/vuejs/core/issues/12420";>#12420</a>) (<a 
href="https://github.com/vuejs/core/commit/0d2357e6974678d5484751c869f429dc6ea85582";>0d2357e</a>)</li>
   <li><strong>runtime-core:</strong> keep options API typing intact when 
expose is used (<a 
href="https://redirect.github.com/vuejs/core/issues/14118";>#14118</a>) (<a 
href="https://github.com/vuejs/core/commit/8f82f238463160284e504d1751d61b72dabb395e";>8f82f23</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/14117";>#14117</a> <a 
href="https://redirect.github.com/vuejs/language-tools/issues/5069";>vuejs/language-tools#5069</a></li>
   <li><strong>suspense:</strong> defer clearing fallback vnode el in case it 
has dirs (<a 
href="https://redirect.github.com/vuejs/core/issues/14080";>#14080</a>) (<a 
href="https://github.com/vuejs/core/commit/c0f63ddbfa8fa221d66b683b5c26e471851c2b50";>c0f63dd</a>),
 closes <a 
href="https://redirect.github.com/vuejs/core/issues/14078";>#14078</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/vuejs/core/commit/25ebe3a42cd80ac0256355c2740a0258cdd7419d";><code>25ebe3a</code></a>
 release: v3.5.25</li>
   <li>See full diff in <a 
href="https://github.com/vuejs/core/commits/v3.5.25/packages/compiler-sfc";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `vite` from 7.2.2 to 7.2.4
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/vitejs/vite/releases";>vite's 
releases</a>.</em></p>
   <blockquote>
   <h2>v7.2.4</h2>
   <p>Please refer to <a 
href="https://github.com/vitejs/vite/blob/v7.2.4/packages/vite/CHANGELOG.md";>CHANGELOG.md</a>
 for details.</p>
   <h2>v7.2.3</h2>
   <p>Please refer to <a 
href="https://github.com/vitejs/vite/blob/v7.2.3/packages/vite/CHANGELOG.md";>CHANGELOG.md</a>
 for details.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md";>vite's
 changelog</a>.</em></p>
   <blockquote>
   <h2><!-- raw HTML omitted --><a 
href="https://github.com/vitejs/vite/compare/v7.2.3...v7.2.4";>7.2.4</a> 
(2025-11-20)<!-- raw HTML omitted --></h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>revert &quot;perf(deps): replace debug with obug (<a 
href="https://redirect.github.com/vitejs/vite/issues/21107";>#21107</a>)&quot; 
(<a 
href="https://github.com/vitejs/vite/commit/2d66b7b14aa6dfd62f3d6a59ee8382ed5ca6fd32";>2d66b7b</a>)</li>
   </ul>
   <h2><!-- raw HTML omitted --><a 
href="https://github.com/vitejs/vite/compare/v7.2.2...v7.2.3";>7.2.3</a> 
(2025-11-20)<!-- raw HTML omitted --></h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>allow multiple <code>bindCLIShortcuts</code> calls with shortcut merging 
(<a href="https://redirect.github.com/vitejs/vite/issues/21103";>#21103</a>) (<a 
href="https://github.com/vitejs/vite/commit/5909efd8fbfd1bf1eab65427aea0613124b2797a";>5909efd</a>)</li>
   <li><strong>deps:</strong> update all non-major dependencies (<a 
href="https://redirect.github.com/vitejs/vite/issues/21096";>#21096</a>) (<a 
href="https://github.com/vitejs/vite/commit/6a34ac3422686e7cf7cc9a25d299cb8e5a8d92a0";>6a34ac3</a>)</li>
   <li><strong>deps:</strong> update all non-major dependencies (<a 
href="https://redirect.github.com/vitejs/vite/issues/21128";>#21128</a>) (<a 
href="https://github.com/vitejs/vite/commit/4f8171eb3046bd70c83964689897dab4c6b58bc0";>4f8171e</a>)</li>
   </ul>
   <h3>Performance Improvements</h3>
   <ul>
   <li><strong>deps:</strong> replace debug with obug (<a 
href="https://redirect.github.com/vitejs/vite/issues/21107";>#21107</a>) (<a 
href="https://github.com/vitejs/vite/commit/acfe939e1f7c303c34b0b39b883cc302da767fa2";>acfe939</a>)</li>
   </ul>
   <h3>Miscellaneous Chores</h3>
   <ul>
   <li><strong>deps:</strong> update dependency 
<code>@​rollup/plugin-commonjs</code> to v29 (<a 
href="https://redirect.github.com/vitejs/vite/issues/21099";>#21099</a>) (<a 
href="https://github.com/vitejs/vite/commit/02ceaec45e17bef19159188a28d9196fed1761be";>02ceaec</a>)</li>
   <li><strong>deps:</strong> update rolldown-related dependencies (<a 
href="https://redirect.github.com/vitejs/vite/issues/21095";>#21095</a>) (<a 
href="https://github.com/vitejs/vite/commit/39a0a15fd24ed37257c48b795097a3794e54d255";>39a0a15</a>)</li>
   <li><strong>deps:</strong> update rolldown-related dependencies (<a 
href="https://redirect.github.com/vitejs/vite/issues/21127";>#21127</a>) (<a 
href="https://github.com/vitejs/vite/commit/50297208452241061cb44d09a4bbdf77a11ac01e";>5029720</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/vitejs/vite/commit/24a611f1c83a976d32262628d42f683609746635";><code>24a611f</code></a>
 release: v7.2.4</li>
   <li><a 
href="https://github.com/vitejs/vite/commit/2d66b7b14aa6dfd62f3d6a59ee8382ed5ca6fd32";><code>2d66b7b</code></a>
 fix: revert &quot;perf(deps): replace debug with obug (<a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/21107";>#21107</a>)&quot;</li>
   <li><a 
href="https://github.com/vitejs/vite/commit/a668014dba377c2b82a32d8124f1761e9ea74f82";><code>a668014</code></a>
 release: v7.2.3</li>
   <li><a 
href="https://github.com/vitejs/vite/commit/acfe939e1f7c303c34b0b39b883cc302da767fa2";><code>acfe939</code></a>
 perf(deps): replace debug with obug (<a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/21107";>#21107</a>)</li>
   <li><a 
href="https://github.com/vitejs/vite/commit/4f8171eb3046bd70c83964689897dab4c6b58bc0";><code>4f8171e</code></a>
 fix(deps): update all non-major dependencies (<a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/21128";>#21128</a>)</li>
   <li><a 
href="https://github.com/vitejs/vite/commit/50297208452241061cb44d09a4bbdf77a11ac01e";><code>5029720</code></a>
 chore(deps): update rolldown-related dependencies (<a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/21127";>#21127</a>)</li>
   <li><a 
href="https://github.com/vitejs/vite/commit/5909efd8fbfd1bf1eab65427aea0613124b2797a";><code>5909efd</code></a>
 fix: allow multiple <code>bindCLIShortcuts</code> calls with shortcut merging 
(<a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/21103";>#21103</a>)</li>
   <li><a 
href="https://github.com/vitejs/vite/commit/39a0a15fd24ed37257c48b795097a3794e54d255";><code>39a0a15</code></a>
 chore(deps): update rolldown-related dependencies (<a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/21095";>#21095</a>)</li>
   <li><a 
href="https://github.com/vitejs/vite/commit/6a34ac3422686e7cf7cc9a25d299cb8e5a8d92a0";><code>6a34ac3</code></a>
 fix(deps): update all non-major dependencies (<a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/21096";>#21096</a>)</li>
   <li><a 
href="https://github.com/vitejs/vite/commit/02ceaec45e17bef19159188a28d9196fed1761be";><code>02ceaec</code></a>
 chore(deps): update dependency <code>@​rollup/plugin-commonjs</code> to v29 
(<a 
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/21099";>#21099</a>)</li>
   <li>See full diff in <a 
href="https://github.com/vitejs/vite/commits/v7.2.4/packages/vite";>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