Skip to content

Commit 46047be

Browse files
Bump vue-router from 5.0.2 to 5.0.3 in /ui in the production-dependencies group (#374)
Bumps the production-dependencies group in /ui with 1 update: [vue-router](https://github.com/vuejs/router). Updates `vue-router` from 5.0.2 to 5.0.3 <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.3</h2> <h3>   🚨 Breaking Changes</h3> <ul> <li><strong>experimental</strong>: <ul> <li>Make miss() throw internally and return never  -  by <a href="https://github.com/posva"><code>@​posva</code></a> <a href="https://github.com/vuejs/router/commit/077e1740"><!-- raw HTML omitted -->(077e1)<!-- raw HTML omitted --></a></li> <li>Add reroute() and deprecate NavigationResult  -  by <a href="https://github.com/posva"><code>@​posva</code></a> <a href="https://github.com/vuejs/router/commit/308db14a"><!-- raw HTML omitted -->(308db)<!-- raw HTML omitted --></a></li> <li>Remove selectNavigationResult  -  by <a href="https://github.com/posva"><code>@​posva</code></a> <a href="https://github.com/vuejs/router/commit/9e88aed4"><!-- raw HTML omitted -->(9e88a)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h3>   🚀 Features</h3> <ul> <li>Support _parent in nested folders  -  by <a href="https://github.com/posva"><code>@​posva</code></a> <a href="https://github.com/vuejs/router/commit/0a37f474"><!-- raw HTML omitted -->(0a37f)<!-- raw HTML omitted --></a></li> <li>Warn on _parent conflict  -  by <a href="https://github.com/posva"><code>@​posva</code></a> <a href="https://github.com/vuejs/router/commit/182fe03a"><!-- raw HTML omitted -->(182fe)<!-- raw HTML omitted --></a></li> <li>Set _parent as non matchable by default  -  by <a href="https://github.com/posva"><code>@​posva</code></a> <a href="https://github.com/vuejs/router/commit/8f91c99f"><!-- raw HTML omitted -->(8f91c)<!-- raw HTML omitted --></a></li> <li>Warn on conflicting components for routes  -  by <a href="https://github.com/posva"><code>@​posva</code></a> <a href="https://github.com/vuejs/router/commit/34aceb98"><!-- raw HTML omitted -->(34ace)<!-- raw HTML omitted --></a></li> <li>Use type module  -  by <a href="https://github.com/posva"><code>@​posva</code></a> <a href="https://github.com/vuejs/router/commit/dc9ffe81"><!-- raw HTML omitted -->(dc9ff)<!-- raw HTML omitted --></a></li> <li>Add deprecation warning for next() callback in navigation guards  -  by <a href="https://github.com/posva"><code>@​posva</code></a> <a href="https://github.com/vuejs/router/commit/797f55de"><!-- raw HTML omitted -->(797f5)<!-- raw HTML omitted --></a></li> <li>Extract alias from definePage  -  by <a href="https://github.com/posva"><code>@​posva</code></a> <a href="https://github.com/vuejs/router/commit/835df1ff"><!-- raw HTML omitted -->(835df)<!-- raw HTML omitted --></a></li> <li>Display aliases in logs  -  by <a href="https://github.com/posva"><code>@​posva</code></a> <a href="https://github.com/vuejs/router/commit/7aa607fc"><!-- raw HTML omitted -->(7aa60)<!-- raw HTML omitted --></a></li> <li>Deprecate new NavigationResult(to) in favor of reroute(to)  -  by <a href="https://github.com/posva"><code>@​posva</code></a> <a href="https://github.com/vuejs/router/commit/382e34b4"><!-- raw HTML omitted -->(382e3)<!-- raw HTML omitted --></a></li> <li><strong>experimental</strong>: <ul> <li>Handle aliasOf in resolvers  -  by <a href="https://github.com/posva"><code>@​posva</code></a> <a href="https://github.com/vuejs/router/commit/8fe453c9"><!-- raw HTML omitted -->(8fe45)<!-- raw HTML omitted --></a></li> <li>Generate aliases from override in resolver  -  by <a href="https://github.com/posva"><code>@​posva</code></a> <a href="https://github.com/vuejs/router/commit/a00ac355"><!-- raw HTML omitted -->(a00ac)<!-- raw HTML omitted --></a></li> <li>Warn against non absolute aliases  -  by <a href="https://github.com/posva"><code>@​posva</code></a> <a href="https://github.com/vuejs/router/commit/476c6697"><!-- raw HTML omitted -->(476c6)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Avoid non matchable routes in auto-routes  -  by <a href="https://github.com/posva"><code>@​posva</code></a> <a href="https://github.com/vuejs/router/commit/48649030"><!-- raw HTML omitted -->(48649)<!-- raw HTML omitted --></a></li> <li>Handle quotes in d.ts  -  by <a href="https://github.com/posva"><code>@​posva</code></a> <a href="https://github.com/vuejs/router/commit/d7764700"><!-- raw HTML omitted -->(d7764)<!-- raw HTML omitted --></a></li> <li>Avoid route entry in map for _parent  -  by <a href="https://github.com/posva"><code>@​posva</code></a> <a href="https://github.com/vuejs/router/commit/1dfccf82"><!-- raw HTML omitted -->(1dfcc)<!-- raw HTML omitted --></a></li> <li>Handle nested groups  -  by <a href="https://github.com/posva"><code>@​posva</code></a> <a href="https://github.com/vuejs/router/commit/4a4bed94"><!-- raw HTML omitted -->(4a4be)<!-- raw HTML omitted --></a></li> <li>Stable route ordering for group folders with same path  -  by <a href="https://github.com/posva"><code>@​posva</code></a> <a href="https://github.com/vuejs/router/commit/1db9467c"><!-- raw HTML omitted -->(1db94)<!-- raw HTML omitted --></a></li> <li>Correct route ordering for group nodes with inflated scores  -  by <a href="https://github.com/posva"><code>@​posva</code></a> <a href="https://github.com/vuejs/router/commit/515f4843"><!-- raw HTML omitted -->(515f4)<!-- raw HTML omitted --></a></li> <li>Cleanup old route overrides  -  by <a href="https://github.com/posva"><code>@​posva</code></a> <a href="https://github.com/vuejs/router/commit/b28a71e2"><!-- raw HTML omitted -->(b28a7)<!-- raw HTML omitted --></a></li> <li>Remove name from _parent.vue files  -  by <a href="https://github.com/posva"><code>@​posva</code></a> <a href="https://github.com/vuejs/router/commit/6e8f1a11"><!-- raw HTML omitted -->(6e8f1)<!-- raw HTML omitted --></a></li> <li><strong>ci</strong>: <ul> <li>Format sponsor files before change detection  -  by <a href="https://github.com/posva"><code>@​posva</code></a> <a href="https://github.com/vuejs/router/commit/f68d6fad"><!-- raw HTML omitted -->(f68d6)<!-- raw HTML omitted --></a></li> <li>Use manual git commit in update-sponsors  -  by <a href="https://github.com/posva"><code>@​posva</code></a> <a href="https://github.com/vuejs/router/commit/8ee992cb"><!-- raw HTML omitted -->(8ee99)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>experimental</strong>: <ul> <li>Resolve TS errors in resolver/router type hierarchy  -  by <a href="https://github.com/posva"><code>@​posva</code></a> <a href="https://github.com/vuejs/router/commit/a86f1f3a"><!-- raw HTML omitted -->(a86f1)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>types</strong>: <ul> <li>Relax RouteMapGeneric constraint for interface-based RouteNamedMap  -  by <a href="https://github.com/YevheniiKotyrlo"><code>@​YevheniiKotyrlo</code></a> in <a href="https://redirect.github.com/vuejs/router/issues/2624">vuejs/router#2624</a> <a href="https://github.com/vuejs/router/commit/cdf7b442"><!-- raw HTML omitted -->(cdf7b)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>volar</strong>: <ul> <li>Use <code>ts.getTokenPosOfNode</code> instead of <code>node.getStart</code>  -  by <a href="https://github.com/KazariEX"><code>@​KazariEX</code></a> in <a href="https://redirect.github.com/vuejs/router/issues/2630">vuejs/router#2630</a> <a href="https://github.com/vuejs/router/commit/0b0504bd"><!-- raw HTML omitted -->(0b050)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h3>   🏎 Performance</h3> <ul> <li>Avoid merging empty object in record  -  by <a href="https://github.com/posva"><code>@​posva</code></a> <a href="https://github.com/vuejs/router/commit/4213eb66"><!-- raw HTML omitted -->(4213e)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vuejs/router/compare/v5.0.2...v5.0.3">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/router/commit/2b4d6121824cab3810d7dffae560c015b5f988cd"><code>2b4d612</code></a> release: vue-router@5.0.3</li> <li><a href="https://github.com/vuejs/router/commit/382e34b41e4eea1c90b1e1cd0f049352b6d24e7d"><code>382e34b</code></a> feat: deprecate new NavigationResult(to) in favor of reroute(to)</li> <li><a href="https://github.com/vuejs/router/commit/d6a3812363f242b04a9e9e9dae501c0f28db8961"><code>d6a3812</code></a> test: deleting file with same name as folder keeps children</li> <li><a href="https://github.com/vuejs/router/commit/b533d6e1d977c6b1351a54ecc1e64e448699f00c"><code>b533d6e</code></a> chore: note</li> <li><a href="https://github.com/vuejs/router/commit/52b46200e505d1ece2d9d4e970fb79019c7b7740"><code>52b4620</code></a> chore: pnpm</li> <li><a href="https://github.com/vuejs/router/commit/0b0504bd65a1b946e68dfb1c92bfe44f48a956cf"><code>0b0504b</code></a> fix(volar): use <code>ts.getTokenPosOfNode</code> instead of <code>node.getStart</code> (<a href="https://redirect.github.com/vuejs/router/issues/2630">#2630</a>)</li> <li><a href="https://github.com/vuejs/router/commit/eb4098810904f1f78f8b1e5752afddbfa3af4a24"><code>eb40988</code></a> docs: Fix route-map.d.ts path (<a href="https://redirect.github.com/vuejs/router/issues/2625">#2625</a>)</li> <li><a href="https://github.com/vuejs/router/commit/cdf7b4423f5c589afba5083bd82c6a0522311705"><code>cdf7b44</code></a> fix(types): relax RouteMapGeneric constraint for interface-based RouteNamedMa...</li> <li><a href="https://github.com/vuejs/router/commit/ef327c8da87b99fb92308f1fc6567ddc36c2a203"><code>ef327c8</code></a> chore: update security support table</li> <li><a href="https://github.com/vuejs/router/commit/96e49e60dc80adf68c5d2de351bbc71a2b597312"><code>96e49e6</code></a> style: lint</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/router/compare/v5.0.2...v5.0.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vue-router&package-manager=npm_and_yarn&previous-version=5.0.2&new-version=5.0.3)](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 <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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 530488c commit 46047be

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

ui/package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"vue": "^3.5.28",
2323
"vue-chartist": "^3.0.0",
2424
"vue-multiselect": "^3.2.0",
25-
"vue-router": "^5.0.2"
25+
"vue-router": "^5.0.3"
2626
},
2727
"devDependencies": {
2828
"@vitejs/plugin-vue": "^6.0.4",

0 commit comments

Comments
 (0)