ysads / budget-front

💰 💶 💵 Front-end for a budget manager heavily inspired by YNAB principles
budget-front-ysads.vercel.app
0 stars 0 forks source link

build(deps): bump vue-router from 4.0.16 to 4.2.4 #631

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps vue-router from 4.0.16 to 4.2.4.

Release notes

Sourced from vue-router's releases.

v4.2.4

Please refer to CHANGELOG.md for details.

v4.2.3

Please refer to CHANGELOG.md for details.

v4.2.2

Please refer to CHANGELOG.md for details.

v4.2.1

Please refer to CHANGELOG.md for details.

v4.2.0

Please refer to CHANGELOG.md for details.

v4.1.6

Please refer to CHANGELOG.md for details.

v4.1.5

Please refer to CHANGELOG.md for details.

v4.1.4

Please refer to CHANGELOG.md for details.

v4.1.3

Please refer to CHANGELOG.md for details.

v4.1.2

Please refer to CHANGELOG.md for details.

v4.1.1

Please refer to CHANGELOG.md for details.

v4.1.0

Vue Router 4.1

We are excited to announce the release of Vue Router 4.1 with a few new interesting features, better support for Node ESM and no breaking changes.

Omitting the component/components option in routes

It's now possible to completely omit the component option when defining routes with children. While nested routes are about defining layouts, they are also directly connected to a path and users often found themselves defining a pass through component that would just render a <RouterView> component to reuse the path structure. You can now simplify this to:

- import { RouterView } from 'vue-router'
- import { h } from 'vue'
-
 const routes = [
   {
     path: '/admin',
-     component: () => h(RouterView),
</tr></table> 

... (truncated)

Commits
  • 0f14b99 release: vue-router@4.2.4
  • d60d36c fix: allow removing guards within the guard
  • 27ba8dd release: vue-router@4.2.3
  • 2e93d4b chore: up ts to 5
  • f1b839e perf: use getter instead of computed for route location (#1916)
  • c5b1ea1 refactor(guards): use enteringRecords in queue (#1910)
  • 87e03c5 chore: update warn link
  • c443de4 docs: global navigation failures
  • b480bd1 docs: params
  • e6dfcde test: removes optional params when specified as null
  • Additional commits viewable in compare view


Dependabot compatibility score

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 commands and options
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 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)
vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
budget-front ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 7, 2023 8:54am