Skip to content

Commit

Permalink
Bump vue-router from 4.4.5 to 4.5.0 in /ui (#97)
Browse files Browse the repository at this point in the history
Bumps [vue-router](https://github.com/vuejs/router) from 4.4.5 to 4.5.0.
<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>v4.5.0</h2>
<p>Please refer to <a
href="https://github.com/vuejs/router/blob/main/packages/router/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vuejs/router/commit/2d0a79def756db3284fc848098d6fec81ac893a4"><code>2d0a79d</code></a>
release: vue-router@4.5.0</li>
<li><a
href="https://github.com/vuejs/router/commit/c73e83f25471e1690b3f6d32cdc793819408f0ff"><code>c73e83f</code></a>
chore: up ts and docs</li>
<li><a
href="https://github.com/vuejs/router/commit/84dd1a17607ed0dc173f244893bdf1730bea88a2"><code>84dd1a1</code></a>
chore: up deps</li>
<li><a
href="https://github.com/vuejs/router/commit/0eaaeb9697acd40ad524d913d0348748e9797acb"><code>0eaaeb9</code></a>
chore: up chromedriver</li>
<li><a
href="https://github.com/vuejs/router/commit/38cd7527adb8cda6b579d5041318c5b4111d3dc6"><code>38cd752</code></a>
docs: Translate 'Omitting parent components' into Chinese (<a
href="https://redirect.github.com/vuejs/router/issues/2400">#2400</a>)</li>
<li><a
href="https://github.com/vuejs/router/commit/e978eb8efeef193dfaf5f358a56109633d17fc56"><code>e978eb8</code></a>
feat(link): add view-transition prop (<a
href="https://redirect.github.com/vuejs/router/issues/2356">#2356</a>)</li>
<li><a
href="https://github.com/vuejs/router/commit/d992bb2085cadf01b270e4f04b3d91c4fd5a70e3"><code>d992bb2</code></a>
fix(router): allow duplicated navigation on back + redirect (<a
href="https://redirect.github.com/vuejs/router/issues/2133">#2133</a>)</li>
<li><a
href="https://github.com/vuejs/router/commit/846e287b68b41b2014b7b24060f3873fe2539658"><code>846e287</code></a>
build: add vue-router.esm-browser.prod.js (<a
href="https://redirect.github.com/vuejs/router/issues/2242">#2242</a>)</li>
<li><a
href="https://github.com/vuejs/router/commit/8c73877dc159fb7d736f9d0a71ba22e8130012a3"><code>8c73877</code></a>
feat: throw if parent and child routes have the same name (<a
href="https://redirect.github.com/vuejs/router/issues/2267">#2267</a>)</li>
<li><a
href="https://github.com/vuejs/router/commit/ab62098b4f47b910ad89b8f08b882bf0d38c973f"><code>ab62098</code></a>
fix: combining 'end' and 'strict' (<a
href="https://redirect.github.com/vuejs/router/issues/2154">#2154</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vuejs/router/compare/v4.4.5...v4.5.0">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=4.4.5&new-version=4.5.0)](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 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 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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent f96571f commit 996235a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"vue": "^3.5.13",
"vue-chartist": "^3.0.0",
"vue-multiselect": "^3.1.0",
"vue-router": "^4.4.5"
"vue-router": "^4.5.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.0",
Expand Down

0 comments on commit 996235a

Please sign in to comment.