dependabot[bot] opened a new pull request, #3959: URL: https://github.com/apache/jena/pull/3959
Bumps the npm-patch-group group with 2 updates in the /jena-fuseki2/jena-fuseki-ui directory: [vue-router](https://github.com/vuejs/router) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vue-router` from 5.0.6 to 5.0.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/router/releases">vue-router's releases</a>.</em></p> <blockquote> <h2>v5.0.7</h2> <h3> 🚀 Features</h3> <ul> <li>Upgrade to babel 8 - by <a href="https://github.com/posva"><code>@posva</code></a> <a href="https://github.com/vuejs/router/commit/8d3e60e7"><!-- raw HTML omitted -->(8d3e6)<!-- raw HTML omitted --></a></li> <li>Make <code>defineParamParser()</code> more intuitive - by <a href="https://github.com/posva"><code>@posva</code></a> <a href="https://github.com/vuejs/router/commit/8715b211"><!-- raw HTML omitted -->(8715b)<!-- raw HTML omitted --></a></li> <li>Upgrade <code>@vue/devtools-api</code> - by <a href="https://github.com/posva"><code>@posva</code></a> <a href="https://github.com/vuejs/router/commit/87c3affe"><!-- raw HTML omitted -->(87c3a)<!-- raw HTML omitted --></a></li> <li><strong>matcher</strong>: Hint at <code>params: {}</code> workaround in discarded params warning - by <a href="https://github.com/posva"><code>@posva</code></a> and <strong>shanliuling</strong> in <a href="https://redirect.github.com/vuejs/router/issues/2689">vuejs/router#2689</a> <a href="https://github.com/vuejs/router/commit/c2b13c61"><!-- raw HTML omitted -->(c2b13)<!-- raw HTML omitted --></a></li> <li><strong>param-parsers</strong>: Add include/exclude options - by <a href="https://github.com/posva"><code>@posva</code></a> <a href="https://github.com/vuejs/router/commit/91cdec3b"><!-- raw HTML omitted -->(91cde)<!-- raw HTML omitted --></a></li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li><strong>matcher</strong>: <ul> <li>Finalize param token before processing escaped colon - by <a href="https://github.com/babu-ch"><code>@babu-ch</code></a> and <a href="https://github.com/posva"><code>@posva</code></a> in <a href="https://redirect.github.com/vuejs/router/issues/2654">vuejs/router#2654</a> <a href="https://github.com/vuejs/router/commit/20521b03"><!-- raw HTML omitted -->(20521)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>query</strong>: <ul> <li>Use Object.create(null) to prevent prototype pollution - by <a href="https://github.com/wdskuki"><code>@wdskuki</code></a>, <strong>wdsmini</strong> and <a href="https://github.com/posva"><code>@posva</code></a> in <a href="https://redirect.github.com/vuejs/router/issues/2661">vuejs/router#2661</a> <a href="https://github.com/vuejs/router/commit/be88c756"><!-- raw HTML omitted -->(be88c)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>resolve</strong>: <ul> <li>Omit empty optional params from resolved params - by <a href="https://github.com/babu-ch"><code>@babu-ch</code></a> and <a href="https://github.com/posva"><code>@posva</code></a> in <a href="https://redirect.github.com/vuejs/router/issues/2434">vuejs/router#2434</a> <a href="https://github.com/vuejs/router/commit/1ef09646"><!-- raw HTML omitted -->(1ef09)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>types</strong>: <ul> <li>Wire RouteNamedMap via generated routes.d.ts - by <a href="https://github.com/posva"><code>@posva</code></a> in <a href="https://redirect.github.com/vuejs/router/issues/2700">vuejs/router#2700</a> <a href="https://github.com/vuejs/router/commit/aef99415"><!-- raw HTML omitted -->(aef99)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>unplugin</strong>: <ul> <li>Avoid generating empty routes - by <a href="https://github.com/FrontEndDog"><code>@FrontEndDog</code></a> and <a href="https://github.com/posva"><code>@posva</code></a> in <a href="https://redirect.github.com/vuejs/router/issues/2642">vuejs/router#2642</a> <a href="https://github.com/vuejs/router/commit/10a8b773"><!-- raw HTML omitted -->(10a8b)<!-- raw HTML omitted --></a></li> <li>Apply definePage path-param parser overrides - by <a href="https://github.com/posva"><code>@posva</code></a> in <a href="https://redirect.github.com/vuejs/router/issues/2699">vuejs/router#2699</a> <a href="https://github.com/vuejs/router/commit/c8074862"><!-- raw HTML omitted -->(c8074)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>volar</strong>: <ul> <li>Drop runtime <code>@vue/language-core</code> import - by <a href="https://github.com/danielroe"><code>@danielroe</code></a> in <a href="https://redirect.github.com/vuejs/router/issues/2710">vuejs/router#2710</a> <a href="https://github.com/vuejs/router/commit/8af50c9c"><!-- raw HTML omitted -->(8af50)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5> <a href="https://github.com/vuejs/router/compare/v5.0.6...v5.0.7">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/router/commit/ddd20c33a582bdcc6daececd5e2cebe414e366a1"><code>ddd20c3</code></a> release: [email protected]</li> <li><a href="https://github.com/vuejs/router/commit/91cdec3b05b046c10daefd4beed5fa35ea69374c"><code>91cdec3</code></a> feat(param-parsers): add include/exclude options</li> <li><a href="https://github.com/vuejs/router/commit/8af50c9ccdddbcd51778414b310408aeaa48eda7"><code>8af50c9</code></a> fix(volar): drop runtime <code>@vue/language-core</code> import (<a href="https://redirect.github.com/vuejs/router/issues/2710">#2710</a>)</li> <li><a href="https://github.com/vuejs/router/commit/b840cd6561490ceb6fc462a9ee7fb8795739ad48"><code>b840cd6</code></a> chore(ci): set least-privilege workflow token permissions (<a href="https://redirect.github.com/vuejs/router/issues/2708">#2708</a>)</li> <li><a href="https://github.com/vuejs/router/commit/51c1672619a690111901b0629a4691817a5d01e7"><code>51c1672</code></a> chore(release): use <code>@clack/prompts</code></li> <li><a href="https://github.com/vuejs/router/commit/af77a7c00d53c3a2b0bfe183ae143fd9ce2777cc"><code>af77a7c</code></a> chore: playground param type</li> <li><a href="https://github.com/vuejs/router/commit/641200a6ddddf4a0c4e713bf6259f318e8ed0d30"><code>641200a</code></a> refactor(param-parsers): simplify defineParamParser</li> <li><a href="https://github.com/vuejs/router/commit/9b9896e501b0b3c1da21b3b04baaba0ff885cfc7"><code>9b9896e</code></a> chore: comments</li> <li><a href="https://github.com/vuejs/router/commit/d41897ba86f8408e4b95c8e41864e97da220c586"><code>d41897b</code></a> refactor: wip of defineParamParser</li> <li><a href="https://github.com/vuejs/router/commit/17d51fb82a17d1e49e9bed58e63d31135b70eba3"><code>17d51fb</code></a> chore: logs</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/router/compare/v5.0.6...v5.0.7">compare view</a></li> </ul> </details> <br /> Updates `vite` from 8.0.13 to 8.0.14 <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>v8.0.14</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v8.0.14/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/v8.0.13...v8.0.14">8.0.14</a> (2026-05-21)<!-- raw HTML omitted --></h2> <h3>Features</h3> <ul> <li>update rolldown to 1.0.2 (<a href="https://redirect.github.com/vitejs/vite/issues/22484">#22484</a>) (<a href="https://github.com/vitejs/vite/commit/96efc88570b6a6ddf1a910f106920cbac07b3cf0">96efc88</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update all non-major dependencies (<a href="https://redirect.github.com/vitejs/vite/issues/22471">#22471</a>) (<a href="https://github.com/vitejs/vite/commit/98b81632139d51820f82036e58d6fbbf122b77b3">98b8163</a>)</li> <li><strong>dev:</strong> handle errors when sending messages to vite server (<a href="https://redirect.github.com/vitejs/vite/issues/22450">#22450</a>) (<a href="https://github.com/vitejs/vite/commit/e8e9a34dcf2540139de558a10187630884d10217">e8e9a34</a>)</li> <li><strong>html:</strong> handle trailing slash paths in transformIndexHtml (<a href="https://redirect.github.com/vitejs/vite/issues/22480">#22480</a>) (<a href="https://github.com/vitejs/vite/commit/5d94d1bffdb2a15de9341194d89baec86ce1f693">5d94d1b</a>)</li> <li><strong>optimizer:</strong> pass oxc jsx options to transformSync in dependency scan (<a href="https://redirect.github.com/vitejs/vite/issues/22342">#22342</a>) (<a href="https://github.com/vitejs/vite/commit/b3132dacea9c6e0cf526cd9f0f09d850f577c262">b3132da</a>)</li> </ul> <h3>Miscellaneous Chores</h3> <ul> <li><strong>deps:</strong> update rolldown-related dependencies (<a href="https://redirect.github.com/vitejs/vite/issues/22470">#22470</a>) (<a href="https://github.com/vitejs/vite/commit/7cb728eb629cc677661f1bc52a044ffc0b87fc7f">7cb728e</a>)</li> <li>remove irrelevant commits from changelog (<a href="https://github.com/vitejs/vite/commit/2c69495f250edf01132d4a20128de19dbe836086">2c69495</a>)</li> </ul> <h3>Code Refactoring</h3> <ul> <li><strong>glob:</strong> do not rewrite import path for absolute base (<a href="https://redirect.github.com/vitejs/vite/issues/22310">#22310</a>) (<a href="https://github.com/vitejs/vite/commit/0ae2844ab6d6d1ccf78a2975b8132769fc35b302">0ae2844</a>)</li> </ul> <h3>Tests</h3> <ul> <li><strong>css:</strong> sass does not use main field (<a href="https://redirect.github.com/vitejs/vite/issues/22449">#22449</a>) (<a href="https://github.com/vitejs/vite/commit/ebf39a04329ddc6ba765e006a5d463680a952270">ebf39a0</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/c917f1ef9d9c6ef131af96d89089d8ec680b18f2"><code>c917f1e</code></a> release: v8.0.14</li> <li><a href="https://github.com/vitejs/vite/commit/5d94d1bffdb2a15de9341194d89baec86ce1f693"><code>5d94d1b</code></a> fix(html): handle trailing slash paths in transformIndexHtml (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22480">#22480</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/98b81632139d51820f82036e58d6fbbf122b77b3"><code>98b8163</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22471">#22471</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/96efc88570b6a6ddf1a910f106920cbac07b3cf0"><code>96efc88</code></a> feat: update rolldown to 1.0.2 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22484">#22484</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/ebf39a04329ddc6ba765e006a5d463680a952270"><code>ebf39a0</code></a> test(css): sass does not use main field (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22449">#22449</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/0ae2844ab6d6d1ccf78a2975b8132769fc35b302"><code>0ae2844</code></a> refactor(glob): do not rewrite import path for absolute base (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22310">#22310</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/7cb728eb629cc677661f1bc52a044ffc0b87fc7f"><code>7cb728e</code></a> chore(deps): update rolldown-related dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22470">#22470</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/b3132dacea9c6e0cf526cd9f0f09d850f577c262"><code>b3132da</code></a> fix(optimizer): pass oxc jsx options to transformSync in dependency scan ...</li> <li><a href="https://github.com/vitejs/vite/commit/e8e9a34dcf2540139de558a10187630884d10217"><code>e8e9a34</code></a> fix(dev): handle errors when sending messages to vite server (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22450">#22450</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/2c69495f250edf01132d4a20128de19dbe836086"><code>2c69495</code></a> chore: remove irrelevant commits from changelog</li> <li>See full diff in <a href="https://github.com/vitejs/vite/commits/v8.0.14/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 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]
