Update dependency vue-router to v3.5.0 #388

Merged
konrad merged 1 commits from renovate/vue-monorepo into master 2021-01-25 16:21:13 +00:00
Member

This PR contains the following updates:

Package Type Update Change
vue-router devDependencies minor 3.4.9 -> 3.5.0

Release Notes

vuejs/vue-router

v3.5.0

Compare Source

Features

3.4.9 (2020-11-05)

Bug Fixes

3.4.8 (2020-10-26)

Features

3.4.7 (2020-10-16)

Bug Fixes

3.4.6 (2020-10-07)

Bug Fixes

3.4.5 (2020-09-26)

Bug Fixes
  • history: do not call onReady on initial redirection (a1a290e), closes #​3331

3.4.4 (2020-09-24)

Bug Fixes
Features
  • history: Reset history.current when all apps are destroyed (#​3298) (c69ff7b)

3.4.3 (2020-08-11)

  • Revert 4fbaa9f: "fix: keep repeated params in query/hash relative locations" Closes #​3289

3.4.2 (2020-08-07)

Bug Fixes
  • query: leave object as is (7b3328d), closes #​3282
  • keep repeated params in query/hash relative locations (4fbaa9f)

3.4.1 (2020-08-06)

Bug Fixes
  • query: remove undefined values (b952573), closes #​3276
  • router: properly check null and undefined in isSameRoute (d6546d9)

Renovate configuration

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

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

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [vue-router](https://github.com/vuejs/vue-router) | devDependencies | minor | [`3.4.9` -> `3.5.0`](https://renovatebot.com/diffs/npm/vue-router/3.4.9/3.5.0) | --- ### Release Notes <details> <summary>vuejs/vue-router</summary> ### [`v3.5.0`](https://github.com/vuejs/vue-router/blob/master/CHANGELOG.md#&#8203;350-httpsgithubcomvuejsvue-routercomparev349v350-2021-01-25) [Compare Source](https://github.com/vuejs/vue-router/compare/v3.4.9...v3.5.0) ##### Features - **link:** exact-path prop ([825328e](https://github.com/vuejs/vue-router/commit/825328e)), closes [#&#8203;2040](https://github.com/vuejs/vue-router/issues/2040) - **warn:** warn deprecated addRoutes ([2e41445](https://github.com/vuejs/vue-router/commit/2e41445)) - expose START_LOCATION ([53b68dd](https://github.com/vuejs/vue-router/commit/53b68dd)), closes [#&#8203;2718](https://github.com/vuejs/vue-router/issues/2718) - **link:** deprecate v-slot without custom prop ([ceeda4c](https://github.com/vuejs/vue-router/commit/ceeda4c)) - **link:** warn deprecated props ([d2cb951](https://github.com/vuejs/vue-router/commit/d2cb951)) - **router:** add getRoutes ([6bc30aa](https://github.com/vuejs/vue-router/commit/6bc30aa)) - **types:** add types for getRoutes addRoute ([fb9bb60](https://github.com/vuejs/vue-router/commit/fb9bb60)) - addRoute as nested route ([ca80c44](https://github.com/vuejs/vue-router/commit/ca80c44)), closes [#&#8203;1156](https://github.com/vuejs/vue-router/issues/1156) #### [3.4.9](https://github.com/vuejs/vue-router/compare/v3.4.8...v3.4.9) (2020-11-05) ##### Bug Fixes - **encoding:** decode params ([#&#8203;3350](https://github.com/vuejs/vue-router/issues/3350)) ([63c749c](https://github.com/vuejs/vue-router/commit/63c749c)) #### [3.4.8](https://github.com/vuejs/vue-router/compare/v3.4.7...v3.4.8) (2020-10-26) ##### Features - **scroll:** add behavior support on scrollBehavior ([#&#8203;3351](https://github.com/vuejs/vue-router/issues/3351)) ([4e0b3e0](https://github.com/vuejs/vue-router/commit/4e0b3e0)) #### [3.4.7](https://github.com/vuejs/vue-router/compare/v3.4.6...v3.4.7) (2020-10-16) ##### Bug Fixes - **matcher:** should try catch decode only ([1f32f03](https://github.com/vuejs/vue-router/commit/1f32f03)) - **query:** check existing keys ([4b926e3](https://github.com/vuejs/vue-router/commit/4b926e3)), closes [#&#8203;3341](https://github.com/vuejs/vue-router/issues/3341) #### [3.4.6](https://github.com/vuejs/vue-router/compare/v3.4.5...v3.4.6) (2020-10-07) ##### Bug Fixes - **encoding:** try catch decodes ([607ce2d](https://github.com/vuejs/vue-router/commit/607ce2d)) - **ssr:** memory leak in poll method ([#&#8203;2875](https://github.com/vuejs/vue-router/issues/2875)) ([7693eb5](https://github.com/vuejs/vue-router/commit/7693eb5)) - remove duplicated decodeURIComponent ([#&#8203;3323](https://github.com/vuejs/vue-router/issues/3323)) ([560d11d](https://github.com/vuejs/vue-router/commit/560d11d)) #### [3.4.5](https://github.com/vuejs/vue-router/compare/v3.4.4...v3.4.5) (2020-09-26) ##### Bug Fixes - **history:** do not call onReady on initial redirection ([a1a290e](https://github.com/vuejs/vue-router/commit/a1a290e)), closes [#&#8203;3331](https://github.com/vuejs/vue-router/issues/3331) #### [3.4.4](https://github.com/vuejs/vue-router/compare/v3.4.3...v3.4.4) (2020-09-24) ##### Bug Fixes - **abstract:** call afterHooks with go ([4da7021](https://github.com/vuejs/vue-router/commit/4da7021)), closes [#&#8203;3250](https://github.com/vuejs/vue-router/issues/3250) - **history:** mark redundant navigation as pending ([893d86b](https://github.com/vuejs/vue-router/commit/893d86b)), closes [#&#8203;3133](https://github.com/vuejs/vue-router/issues/3133) - **types:** add missing NavigationFailure types ([fda7067](https://github.com/vuejs/vue-router/commit/fda7067)), closes [#&#8203;3293](https://github.com/vuejs/vue-router/issues/3293) - **types:** fix VueRouter.NavigationFailureType ([ecc8e27](https://github.com/vuejs/vue-router/commit/ecc8e27)) ##### Features - **history:** Reset history.current when all apps are destroyed ([#&#8203;3298](https://github.com/vuejs/vue-router/issues/3298)) ([c69ff7b](https://github.com/vuejs/vue-router/commit/c69ff7b)) #### [3.4.3](https://github.com/vuejs/vue-router/compare/v3.4.2...v3.4.3) (2020-08-11) - Revert [`4fbaa9f`](https://github.com/vuejs/vue-router/commit/4fbaa9f7880276e661227442ef5923131a589210): "fix: keep repeated params in query/hash relative locations" Closes [#&#8203;3289](https://github.com/vuejs/vue-router/issues/3289) #### [3.4.2](https://github.com/vuejs/vue-router/compare/v3.4.1...v3.4.2) (2020-08-07) ##### Bug Fixes - **query:** leave object as is ([7b3328d](https://github.com/vuejs/vue-router/commit/7b3328d)), closes [#&#8203;3282](https://github.com/vuejs/vue-router/issues/3282) - keep repeated params in query/hash relative locations ([4fbaa9f](https://github.com/vuejs/vue-router/commit/4fbaa9f)) #### [3.4.1](https://github.com/vuejs/vue-router/compare/v3.4.0...v3.4.1) (2020-08-06) ##### Bug Fixes - **query:** remove undefined values ([b952573](https://github.com/vuejs/vue-router/commit/b952573)), closes [#&#8203;3276](https://github.com/vuejs/vue-router/issues/3276) - **router:** properly check null and undefined in isSameRoute ([d6546d9](https://github.com/vuejs/vue-router/commit/d6546d9)) </details> --- ### Renovate configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added the
dependencies
label 2021-01-25 15:02:10 +00:00
renovate added 1 commit 2021-01-25 15:02:10 +00:00
continuous-integration/drone/pr Build is passing Details
91f570fe76
Update dependency vue-router to v3.5.0
konrad merged commit ea6b507df2 into master 2021-01-25 16:21:13 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.