Skip to content

Update dependency vue-router to v4 (develop)

RenovateBot requested to merge renovate/develop-vue-router-4.x into develop

This MR contains the following updates:

Package Type Update Change
vue-router dependencies major 3.5.3 -> 4.0.13

Release Notes

vuejs/router

v4.0.13

Compare Source

Bug Fixes
  • matcher: add child before parent when using addRoute (8744bba)
  • ssr: reject unfinished initial navigation (509fc0d), closes #​1305

v4.0.12

Compare Source

Bug Fixes
  • history: ensure base is normalized in memory history (#​1112) (198a5bd)
Features
  • devtools: display router view path (3ce3834), closes #​1119
  • warn: improve message for onBeforeRoute*() (7d5230e)

v4.0.11

Compare Source

Bug Fixes
  • query: empty object with custom stringify (4dd2fbf)
  • router: allow null | undefined for params (ebca15a)
  • router: invalidate ongoing navigation when unmounting (d8fb7d0)
  • types: Support undefined in NavigationGuardNext (#​1059) (6cce232)

v4.0.10

Compare Source

Features

v4.0.9

Compare Source

Bug Fixes
Features
  • devtools: group navigation errors (a776a84)
  • errors: add to and from to router.onError()` (c76feab)
  • errors: log errors when no error handlers (46a354e)

v4.0.8

Compare Source

This release is a correct tag and doesn't contain any extra changes.

v4.0.7

Compare Source

Bug Fixes

v4.0.6

Compare Source

Bug Fixes
Features
  • types: allow currentLocation param in resolve (add6ce9)
  • warn: throws if history is missing (#​844) (dd8bf6c)

v4.0.5

Compare Source

Bug Fixes
Features
  • devtools: group navigations (d3b5dfb)

v4.0.4

Compare Source

Bug Fixes
  • devtools: id and label (#​742) (d034307)
  • guards: vue-class-component call guards on first... (#​755) (06f942d)
  • matcher: force leading slash with optional param in multi segments (11c882f)
  • warn: should not warn missing optional params in aliases (92f8901)
Features
  • types: make meta type safe with unknown (eef0472)

v4.0.3

Compare Source

Bug Fixes
Features
  • types: expose RouteParamsRaw (09bbc89)
  • warn: more specific warnings (2cd8d86)
  • warn: warn defineAsyncComponent usage in routes (#​682) (9520d66)

v4.0.2

Compare Source

Bug Fixes

v4.0.1

Compare Source

Bug Fixes
  • matcher: add child before parent when using addRoute (8744bba)
  • ssr: reject unfinished initial navigation (509fc0d), closes #​1305

v4.0.0

Compare Source

Bug Fixes
  • router-view: properly use route prop when nested (b74051a)
  • router-view: return one node when possible (d18e500), closes #​537
Features
  • expose routerViewLocationKey as internal (f498646)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports