dependabot[bot] opened a new pull request, #3733: URL: https://github.com/apache/jena/pull/3733
Bumps [vue-router](https://github.com/vuejs/router) from 4.6.4 to 5.0.2. <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.2</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li>Remove devtools from iife build - by <a href="https://github.com/posva"><code>@posva</code></a> <a href="https://github.com/vuejs/router/commit/58c033c0"><!-- raw HTML omitted -->(58c03)<!-- raw HTML omitted --></a></li> <li>Loose version check vue-router - by <a href="https://github.com/posva"><code>@posva</code></a> <a href="https://github.com/vuejs/router/commit/90e4bb80"><!-- raw HTML omitted -->(90e4b)<!-- raw HTML omitted --></a></li> <li><strong>volar</strong>: Empty options - by <a href="https://github.com/posva"><code>@posva</code></a> <a href="https://github.com/vuejs/router/commit/022758a7"><!-- raw HTML omitted -->(02275)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/vuejs/router/compare/v5.0.1...v5.0.2">View changes on GitHub</a></h5> <h2>v5.0.1</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li><strong>volar</strong>: Make typed plugin work with vue-tsc - by <a href="https://github.com/peter50216"><code>@peter50216</code></a> in <a href="https://redirect.github.com/vuejs/router/issues/2607">vuejs/router#2607</a> <a href="https://github.com/vuejs/router/commit/7845e327"><!-- raw HTML omitted -->(7845e)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/vuejs/router/compare/v5.0.0...v5.0.1">View changes on GitHub</a></h5> <h2>v5.0.0</h2> <p>Vue Router 5 is a <em>boring</em> release, it merges <a href="https://uvr.esm.is">unplugin-vue-router</a> into the core package with no breaking changes. The only exception is that the <em>iife</em> build no longer includes <code>@vue/devtools-api</code> because it has been upgraded to v8 and does not expose an IIFE build itself. You can track that change in <a href="https://redirect.github.com/vuejs/devtools/issues/989">this issue</a>. See <a href="https://router.vuejs.org/guide/migration/v4-to-v5.html">the migration guide</a> for instructions on how to upgrade from unplugin-vue-router to Vue Router 5.</p> <h3> 🚀 Features</h3> <ul> <li><strong>experimental</strong>: Query params are optional by default - by <a href="https://github.com/posva"><code>@posva</code></a> <a href="https://github.com/vuejs/router/commit/78913551"><!-- raw HTML omitted -->(78913)<!-- raw HTML omitted --></a></li> <li>Add volar plugins - by <a href="https://github.com/posva"><code>@posva</code></a> <a href="https://github.com/vuejs/router/commit/530ac53e"><!-- raw HTML omitted -->(530ac)<!-- raw HTML omitted --></a></li> <li>Add data loaders as experimental - by <a href="https://github.com/posva"><code>@posva</code></a> <a href="https://github.com/vuejs/router/commit/ab89513d"><!-- raw HTML omitted -->(ab895)<!-- raw HTML omitted --></a></li> <li>Add route json schema - by <a href="https://github.com/posva"><code>@posva</code></a> <a href="https://github.com/vuejs/router/commit/2067515a"><!-- raw HTML omitted -->(20675)<!-- raw HTML omitted --></a></li> <li>Upgrade devtools-api to v7 - by <a href="https://github.com/posva"><code>@posva</code></a> <a href="https://github.com/vuejs/router/commit/17b841b8"><!-- raw HTML omitted -->(17b84)<!-- raw HTML omitted --></a></li> <li>Upgrade devtools to v8 - by <a href="https://github.com/posva"><code>@posva</code></a> <a href="https://github.com/vuejs/router/commit/b8aa2395"><!-- raw HTML omitted -->(b8aa2)<!-- raw HTML omitted --></a></li> <li>Runtime error on missing param parsers - by <a href="https://github.com/posva"><code>@posva</code></a> <a href="https://github.com/vuejs/router/commit/3444bc94"><!-- raw HTML omitted -->(3444b)<!-- raw HTML omitted --></a></li> <li><strong>volar</strong>: Allow rootDir option - by <a href="https://github.com/posva"><code>@posva</code></a> <a href="https://github.com/vuejs/router/commit/df65a864"><!-- raw HTML omitted -->(df65a)<!-- raw HTML omitted --></a></li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li>Avoid breaking older browsers support - by <a href="https://github.com/posva"><code>@posva</code></a> <a href="https://github.com/vuejs/router/commit/c7ba4507"><!-- raw HTML omitted -->(c7ba4)<!-- raw HTML omitted --></a></li> <li>Trigger navigation guards when keep-alive component is reactivated for different route - 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/2604">vuejs/router#2604</a> <a href="https://github.com/vuejs/router/commit/c7735d30"><!-- raw HTML omitted -->(c7735)<!-- raw HTML omitted --></a></li> <li>Add automatic types for param parsers - by <a href="https://github.com/posva"><code>@posva</code></a> <a href="https://github.com/vuejs/router/commit/0fb5da34"><!-- raw HTML omitted -->(0fb5d)<!-- raw HTML omitted --></a></li> <li>Param parsers when dts is not at root - by <a href="https://github.com/posva"><code>@posva</code></a> <a href="https://github.com/vuejs/router/commit/16b39ff7"><!-- raw HTML omitted -->(16b39)<!-- raw HTML omitted --></a></li> <li>Expose resolveOptions for unplugin - by <a href="https://github.com/posva"><code>@posva</code></a> <a href="https://github.com/vuejs/router/commit/355431b6"><!-- raw HTML omitted -->(35543)<!-- raw HTML omitted --></a></li> <li>Escape tildes in paths - by <a href="https://github.com/posva"><code>@posva</code></a> <a href="https://github.com/vuejs/router/commit/aac2e265"><!-- raw HTML omitted -->(aac2e)<!-- raw HTML omitted --></a></li> <li><strong>volar</strong>: Upgrade config read - by <a href="https://github.com/posva"><code>@posva</code></a> <a href="https://github.com/vuejs/router/commit/e3024d19"><!-- raw HTML omitted -->(e3024)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/vuejs/router/compare/v4.6.4...v5.0.0">View changes on GitHub</a></h5> <h2>v5.0.0-beta.2</h2> <h3> 🚀 Features</h3> <ul> <li>Runtime error on missing param parsers - by <a href="https://github.com/posva"><code>@posva</code></a> <a href="https://github.com/vuejs/router/commit/26e30322"><!-- raw HTML omitted -->(26e30)<!-- raw HTML omitted --></a></li> <li><strong>volar</strong>: Allow rootDir option - by <a href="https://github.com/posva"><code>@posva</code></a> <a href="https://github.com/vuejs/router/commit/237b531d"><!-- raw HTML omitted -->(237b5)<!-- raw HTML omitted --></a></li> </ul> <h3> 🐞 Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/router/commit/758f70f5a26342d10ae34879d0342f15938b8934"><code>758f70f</code></a> release: [email protected]</li> <li><a href="https://github.com/vuejs/router/commit/90e4bb804cc9e9e50e4cd58a3fbd06d3e49b8e2d"><code>90e4bb8</code></a> fix: loose version check vue-router</li> <li><a href="https://github.com/vuejs/router/commit/085bbdc08183b7a98573950f030acf79bd796547"><code>085bbdc</code></a> test: add missing <strong>STRIP_DEVTOOLS</strong> and <strong>FEATURE_PROD_DEVTOOLS</strong> to Vite co...</li> <li><a href="https://github.com/vuejs/router/commit/b3226350a3bf16f15ee13de51f4c5589a80dc917"><code>b322635</code></a> test: define globals</li> <li><a href="https://github.com/vuejs/router/commit/022758a79bf7675e335eaab37ffe2c7bbb81c8e1"><code>022758a</code></a> fix(volar): empty options</li> <li><a href="https://github.com/vuejs/router/commit/0392906ee5e31403e84abb4bc3dd5f771357af75"><code>0392906</code></a> docs: note about devtools</li> <li><a href="https://github.com/vuejs/router/commit/7c0d8b46155d2121d31c9015aa2264494514aed6"><code>7c0d8b4</code></a> docs: update version</li> <li><a href="https://github.com/vuejs/router/commit/58c033c0e89707efb9cf1d6131b174f2eba7f57c"><code>58c033c</code></a> fix: remove devtools from iife build</li> <li><a href="https://github.com/vuejs/router/commit/0a6c67442d117a8ba21539da7aa46feb62019a35"><code>0a6c674</code></a> refactor: cleanup dead code</li> <li><a href="https://github.com/vuejs/router/commit/4e8a073f14c3e461ba9cd3896830a966c1e209c2"><code>4e8a073</code></a> release: [email protected]</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/router/compare/v4.6.4...v5.0.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </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]
