wopian / hibari

🦊 Vue app for Kitsu
https://hibari.moe
MIT License
26 stars 9 forks source link

build: update dependency vue-router to ~3.5.0 #665

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vue-router ~3.4.0 -> ~3.5.0 age adoption passing confidence

Release Notes

vuejs/vue-router ### [`v3.5.1`](https://togithub.com/vuejs/vue-router/blob/master/CHANGELOG.md#​351-httpsgithubcomvuejsvue-routercomparev350v351-2021-01-26) [Compare Source](https://togithub.com/vuejs/vue-router/compare/v3.5.0...v3.5.1) ##### Bug Fixes - **warn:** only warn if "tag" or "event" is used ([#​3458](https://togithub.com/vuejs/vue-router/issues/3458)) ([b7a31b9](https://togithub.com/vuejs/vue-router/commit/b7a31b9)), closes [#​3457](https://togithub.com/vuejs/vue-router/issues/3457) ### [`v3.5.0`](https://togithub.com/vuejs/vue-router/blob/master/CHANGELOG.md#​350-httpsgithubcomvuejsvue-routercomparev349v350-2021-01-25) [Compare Source](https://togithub.com/vuejs/vue-router/compare/v3.4.9...v3.5.0) ##### Features - **link:** exact-path prop ([825328e](https://togithub.com/vuejs/vue-router/commit/825328e)), closes [#​2040](https://togithub.com/vuejs/vue-router/issues/2040) - **warn:** warn deprecated addRoutes ([2e41445](https://togithub.com/vuejs/vue-router/commit/2e41445)) - expose START_LOCATION ([53b68dd](https://togithub.com/vuejs/vue-router/commit/53b68dd)), closes [#​2718](https://togithub.com/vuejs/vue-router/issues/2718) - **link:** deprecate v-slot without custom prop ([ceeda4c](https://togithub.com/vuejs/vue-router/commit/ceeda4c)) - **link:** warn deprecated props ([d2cb951](https://togithub.com/vuejs/vue-router/commit/d2cb951)) - **router:** add getRoutes ([6bc30aa](https://togithub.com/vuejs/vue-router/commit/6bc30aa)) - **types:** add types for getRoutes addRoute ([fb9bb60](https://togithub.com/vuejs/vue-router/commit/fb9bb60)) - addRoute as nested route ([ca80c44](https://togithub.com/vuejs/vue-router/commit/ca80c44)), closes [#​1156](https://togithub.com/vuejs/vue-router/issues/1156) #### [3.4.9](https://togithub.com/vuejs/vue-router/compare/v3.4.8...v3.4.9) (2020-11-05) ##### Bug Fixes - **encoding:** decode params ([#​3350](https://togithub.com/vuejs/vue-router/issues/3350)) ([63c749c](https://togithub.com/vuejs/vue-router/commit/63c749c)) #### [3.4.8](https://togithub.com/vuejs/vue-router/compare/v3.4.7...v3.4.8) (2020-10-26) ##### Features - **scroll:** add behavior support on scrollBehavior ([#​3351](https://togithub.com/vuejs/vue-router/issues/3351)) ([4e0b3e0](https://togithub.com/vuejs/vue-router/commit/4e0b3e0)) #### [3.4.7](https://togithub.com/vuejs/vue-router/compare/v3.4.6...v3.4.7) (2020-10-16) ##### Bug Fixes - **matcher:** should try catch decode only ([1f32f03](https://togithub.com/vuejs/vue-router/commit/1f32f03)) - **query:** check existing keys ([4b926e3](https://togithub.com/vuejs/vue-router/commit/4b926e3)), closes [#​3341](https://togithub.com/vuejs/vue-router/issues/3341) #### [3.4.6](https://togithub.com/vuejs/vue-router/compare/v3.4.5...v3.4.6) (2020-10-07) ##### Bug Fixes - **encoding:** try catch decodes ([607ce2d](https://togithub.com/vuejs/vue-router/commit/607ce2d)) - **ssr:** memory leak in poll method ([#​2875](https://togithub.com/vuejs/vue-router/issues/2875)) ([7693eb5](https://togithub.com/vuejs/vue-router/commit/7693eb5)) - remove duplicated decodeURIComponent ([#​3323](https://togithub.com/vuejs/vue-router/issues/3323)) ([560d11d](https://togithub.com/vuejs/vue-router/commit/560d11d)) #### [3.4.5](https://togithub.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://togithub.com/vuejs/vue-router/commit/a1a290e)), closes [#​3331](https://togithub.com/vuejs/vue-router/issues/3331) #### [3.4.4](https://togithub.com/vuejs/vue-router/compare/v3.4.3...v3.4.4) (2020-09-24) ##### Bug Fixes - **abstract:** call afterHooks with go ([4da7021](https://togithub.com/vuejs/vue-router/commit/4da7021)), closes [#​3250](https://togithub.com/vuejs/vue-router/issues/3250) - **history:** mark redundant navigation as pending ([893d86b](https://togithub.com/vuejs/vue-router/commit/893d86b)), closes [#​3133](https://togithub.com/vuejs/vue-router/issues/3133) - **types:** add missing NavigationFailure types ([fda7067](https://togithub.com/vuejs/vue-router/commit/fda7067)), closes [#​3293](https://togithub.com/vuejs/vue-router/issues/3293) - **types:** fix VueRouter.NavigationFailureType ([ecc8e27](https://togithub.com/vuejs/vue-router/commit/ecc8e27)) ##### Features - **history:** Reset history.current when all apps are destroyed ([#​3298](https://togithub.com/vuejs/vue-router/issues/3298)) ([c69ff7b](https://togithub.com/vuejs/vue-router/commit/c69ff7b)) #### [3.4.3](https://togithub.com/vuejs/vue-router/compare/v3.4.2...v3.4.3) (2020-08-11) - Revert [`4fbaa9f`](https://togithub.com/vuejs/vue-router/commit/4fbaa9f7880276e661227442ef5923131a589210): "fix: keep repeated params in query/hash relative locations" Closes [#​3289](https://togithub.com/vuejs/vue-router/issues/3289) #### [3.4.2](https://togithub.com/vuejs/vue-router/compare/v3.4.1...v3.4.2) (2020-08-07) ##### Bug Fixes - **query:** leave object as is ([7b3328d](https://togithub.com/vuejs/vue-router/commit/7b3328d)), closes [#​3282](https://togithub.com/vuejs/vue-router/issues/3282) - keep repeated params in query/hash relative locations ([4fbaa9f](https://togithub.com/vuejs/vue-router/commit/4fbaa9f)) #### [3.4.1](https://togithub.com/vuejs/vue-router/compare/v3.4.0...v3.4.1) (2020-08-06) ##### Bug Fixes - **query:** remove undefined values ([b952573](https://togithub.com/vuejs/vue-router/commit/b952573)), closes [#​3276](https://togithub.com/vuejs/vue-router/issues/3276) - **router:** properly check null and undefined in isSameRoute ([d6546d9](https://togithub.com/vuejs/vue-router/commit/d6546d9))

Configuration

:date: Schedule: "before 9am,after 5pm" in timezone Europe/London.

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

:recycle: Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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



This PR has been generated by WhiteSource Renovate. View repository job log here.

renovate[bot] commented 3 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (~3.5.0). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.