Commit b35090e
authored
Bump vue-router from 5.0.3 to 5.0.4 in /ui in the production-dependencies group (#394)
Bumps the production-dependencies group in /ui with 1 update:
[vue-router](https://github.com/vuejs/router).
Updates `vue-router` from 5.0.3 to 5.0.4
<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.4</h2>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Avoid iterator helpers for Node 20 compat - by <a
href="https://github.com/cwandev"><code>@cwandev</code></a> in <a
href="https://redirect.github.com/vuejs/router/issues/2635">vuejs/router#2635</a>
<a href="https://github.com/vuejs/router/commit/4713069d"><!-- raw HTML
omitted -->(47130)<!-- raw HTML omitted --></a></li>
<li>Escape backslahes in string literals - by <a
href="https://github.com/posva"><code>@posva</code></a> <a
href="https://github.com/vuejs/router/commit/71fdbf36"><!-- raw HTML
omitted -->(71fdb)<!-- raw HTML omitted --></a></li>
<li>Avoid false duplicate route warning for named views - by <a
href="https://github.com/posva"><code>@posva</code></a> <a
href="https://github.com/vuejs/router/commit/72012ab0"><!-- raw HTML
omitted -->(72012)<!-- raw HTML omitted --></a></li>
<li>Allow pushing to auto routes - by <a
href="https://github.com/posva"><code>@posva</code></a> <a
href="https://github.com/vuejs/router/commit/47f0334b"><!-- raw HTML
omitted -->(47f03)<!-- raw HTML omitted --></a></li>
<li><strong>loaders</strong>: Restore context in sequential awaits -
by <a href="https://github.com/posva"><code>@posva</code></a> <a
href="https://github.com/vuejs/router/commit/fce5d1e3"><!-- raw HTML
omitted -->(fce5d)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a
href="https://github.com/vuejs/router/compare/v5.0.3...v5.0.4">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vuejs/router/commit/7f32e99587715c1d380272af5d84a0b7b8ed44a5"><code>7f32e99</code></a>
release: vue-router@5.0.4</li>
<li><a
href="https://github.com/vuejs/router/commit/90362282955e3122d1adab3dca2adb15b0edaa6d"><code>9036228</code></a>
docs: typos (<a
href="https://redirect.github.com/vuejs/router/issues/2651">#2651</a>)</li>
<li><a
href="https://github.com/vuejs/router/commit/47f0334b7d92217318e43914c2718551ebcd5747"><code>47f0334</code></a>
fix: allow pushing to auto routes</li>
<li><a
href="https://github.com/vuejs/router/commit/ad6ba7395ed088abdb59167b12b9e475e9c8bbff"><code>ad6ba73</code></a>
docs: no auto import section</li>
<li><a
href="https://github.com/vuejs/router/commit/f6923a5def280172f4bd91a6e31e4bbee2a79345"><code>f6923a5</code></a>
build: include link and view in size computation</li>
<li><a
href="https://github.com/vuejs/router/commit/fce5d1e3b805509832feb259e8ee420a2ef6089e"><code>fce5d1e</code></a>
fix(loaders): restore context in sequential awaits</li>
<li><a
href="https://github.com/vuejs/router/commit/9ab4cbfa12c5bb579edf7f5664734cb32aae2e0d"><code>9ab4cbf</code></a>
refactor: rename var</li>
<li><a
href="https://github.com/vuejs/router/commit/d030f2ac673fee248b9ae19a1749c9830966ccd1"><code>d030f2a</code></a>
chore: playground</li>
<li><a
href="https://github.com/vuejs/router/commit/7b3dc27de9814f5db3ca1e7f4ddf03e4bee6f63c"><code>7b3dc27</code></a>
docs(zh): add file-based routing related configuration documentation (<a
href="https://redirect.github.com/vuejs/router/issues/2643">#2643</a>)</li>
<li><a
href="https://github.com/vuejs/router/commit/0a019484dce489f3b1a315b8bc389a2c387c1211"><code>0a01948</code></a>
chore: hide route details in playground</li>
<li>Additional commits viewable in <a
href="https://github.com/vuejs/router/compare/v5.0.3...v5.0.4">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 <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 afa1374 commit b35090e
2 files changed
+5
-5
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments