JounQin / vue-music

online music player built by vue with server side rendering
https://vue-music.1stg.me
MIT License
2 stars 2 forks source link

Bump vue-router from 3.0.1 to 3.0.7 #70

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps vue-router from 3.0.1 to 3.0.7.

Release notes *Sourced from [vue-router's releases](https://github.com/vuejs/vue-router/releases).* > ## v3.0.7 > ### Bug Fixes > > - apps loaded from Windows file shares not mapped to network drives ([#2774](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2774)) ([c2c78a3](https://github.com/vuejs/vue-router/commit/c2c78a3)) > - make callback of next in beforeRouterEnter more consistent ([#2738](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2738)) ([8ac478f](https://github.com/vuejs/vue-router/commit/8ac478f)), closes [#2761](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2761) [#2728](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2728) > > ## v3.0.6 > ### Bug Fixes > > - revert [#2713](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2713) ([#2723](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2723)) ([ec6eab7](https://github.com/vuejs/vue-router/commit/ec6eab7)), closes [#2719](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2719) > > ## v3.0.5 > ### Bug Fixes > > - push before creating Vue instance ([#2713](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2713)) ([6974a6f](https://github.com/vuejs/vue-router/commit/6974a6f)), closes [#2712](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2712) > - **router-view:** add condition to see whether the tree is inactive (fix [#2552](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2552)) ([#2592](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2592)) ([e6d8fd2](https://github.com/vuejs/vue-router/commit/e6d8fd2)) > - **router-view:** register instance in init hook ([c3abdf6](https://github.com/vuejs/vue-router/commit/c3abdf6)), closes [#2561](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2561) [#2689](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2689) [#2561](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2561) [#2561](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2561) > > ## v3.0.4 > ### Bug Fixes > > - prevent memory leaks by removing app references ([#2706](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2706)) ([8056105](https://github.com/vuejs/vue-router/commit/8056105)), closes [#2639](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2639) > - **hash:** prevent double decoding ([#2711](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2711)) ([a775fb1](https://github.com/vuejs/vue-router/commit/a775fb1)), closes [#2708](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2708) > > ### Features > > - **esm build:** build ES modules for browser ([#2705](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2705)) ([627027f](https://github.com/vuejs/vue-router/commit/627027f)) > > ## v3.0.3 > ### Fixed > > * removes warning resolving asterisk routes ([e224637](https://github.com/vuejs/vue-router/commit/e224637)), closes [#2505](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2505) > * **normalizeLocation:** create a copy with named locations ([#2286](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2286)) ([53cce99](https://github.com/vuejs/vue-router/commit/53cce99)), closes [#2121](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2121) > * **resolve:** use current location if not provided ([#2390](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2390)) ([7ff4de4](https://github.com/vuejs/vue-router/commit/7ff4de4)), closes [#2385](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2385) > * **types:** allow null/undefined in query params ([ca30a75](https://github.com/vuejs/vue-router/commit/ca30a75)), closes [#2605](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2605) > > ## v3.0.2 > ### Improvements > > - call scrollBehaviour with app context ([#1804](https://github-redirect.dependabot.com/vuejs/vue-router/issues/1804)) [@​homerjam](https://github.com/homerjam) > - RouterLink and RouterView can now be used in PascalCase ([#1842](https://github-redirect.dependabot.com/vuejs/vue-router/issues/1842)) [@​meteorlxy](https://github.com/meteorlxy) > - added array type to query ([#2050](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2050)) [@​zigomir](https://github.com/zigomir) > > ### Fixed > > - Call setupScroll if pushState is supported [#1834](https://github-redirect.dependabot.com/vuejs/vue-router/issues/1834) ([#1835](https://github-redirect.dependabot.com/vuejs/vue-router/issues/1835)) [@​JounQin](https://github.com/JounQin) > - Prevent component reuse in out-in transition [#1874](https://github-redirect.dependabot.com/vuejs/vue-router/issues/1874) ([#2127](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2127)) [@​PeachScript](https://github.com/PeachScript) > - Give * routes a param name (instead of 0) [#1994](https://github-redirect.dependabot.com/vuejs/vue-router/issues/1994) ([#1995](https://github-redirect.dependabot.com/vuejs/vue-router/issues/1995)) [@​posva](https://github.com/posva) > - Fix replaceState bug in Safari [#2195](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2195) ([#2295](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2295)) [@​posva](https://github.com/posva) > - Support initial routes in unicode ([#2375](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2375)) [@​aldarund](https://github.com/aldarund) > ... (truncated)
Changelog *Sourced from [vue-router's changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md).* > ## [3.0.7](https://github.com/vuejs/vue-router/compare/v3.0.6...v3.0.7) (2019-07-03) > > ### Bug Fixes > > - apps loaded from Windows file shares not mapped to network drives ([#2774](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2774)) ([c2c78a3](https://github.com/vuejs/vue-router/commit/c2c78a3)) > - make callback of next in beforeRouterEnter more consistent ([#2738](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2738)) ([8ac478f](https://github.com/vuejs/vue-router/commit/8ac478f)), closes [#2761](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2761) [#2728](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2728) > > ## [3.0.6](https://github.com/vuejs/vue-router/compare/v3.0.5...v3.0.6) (2019-04-17) > > ### Bug Fixes > > - revert [#2713](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2713) ([#2723](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2723)) ([ec6eab7](https://github.com/vuejs/vue-router/commit/ec6eab7)), closes [#2719](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2719) > > ## [3.0.5](https://github.com/vuejs/vue-router/compare/v3.0.4...v3.0.5) (2019-04-15) > > ### Bug Fixes > > - push before creating Vue instance ([#2713](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2713)) ([6974a6f](https://github.com/vuejs/vue-router/commit/6974a6f)), closes [#2712](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2712) > - **router-view:** add condition to see whether the tree is inactive (fix [#2552](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2552)) ([#2592](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2592)) ([e6d8fd2](https://github.com/vuejs/vue-router/commit/e6d8fd2)) > - **router-view:** register instance in init hook ([c3abdf6](https://github.com/vuejs/vue-router/commit/c3abdf6)), closes [#2561](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2561) [#2689](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2689) [#2561](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2561) [#2561](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2561) > > ## [3.0.4](https://github.com/vuejs/vue-router/compare/v3.0.3...v3.0.4) (2019-04-12) > > ### Bug Fixes > > - prevent memory leaks by removing app references ([#2706](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2706)) ([8056105](https://github.com/vuejs/vue-router/commit/8056105)), closes [#2639](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2639) > - **hash:** prevent double decoding ([#2711](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2711)) ([a775fb1](https://github.com/vuejs/vue-router/commit/a775fb1)), closes [#2708](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2708) > > ### Features > > - **esm build:** build ES modules for browser ([#2705](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2705)) ([627027f](https://github.com/vuejs/vue-router/commit/627027f)) > > ## [3.0.3](https://github.com/vuejs/vue-router/compare/v3.0.2...v3.0.3) (2019-04-08) > > ### Bug Fixes > > - removes warning resolving asterisk routes ([e224637](https://github.com/vuejs/vue-router/commit/e224637)), closes [#2505](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2505) [#2505](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2505) > - **normalizeLocation:** create a copy with named locations ([#2286](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2286)) ([53cce99](https://github.com/vuejs/vue-router/commit/53cce99)), closes [#2121](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2121) > - **resolve:** use current location if not provided ([#2390](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2390)) ([7ff4de4](https://github.com/vuejs/vue-router/commit/7ff4de4)), closes [#2385](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2385) > - **types:** allow null/undefined in query params ([ca30a75](https://github.com/vuejs/vue-router/commit/ca30a75)), closes [#2605](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2605) > > ## [3.0.2](https://github.com/vuejs/vue-router/compare/v3.0.1...v3.0.2) (2018-11-23) > > ### Bug Fixes > > - **errors:** throws with invalid route objects ([#1893](https://github-redirect.dependabot.com/vuejs/vue-router/issues/1893)) ([c837666](https://github.com/vuejs/vue-router/commit/c837666)) > - fix the test in async.spec.js ([#1953](https://github-redirect.dependabot.com/vuejs/vue-router/issues/1953)) ([4e9e66b](https://github.com/vuejs/vue-router/commit/4e9e66b)) > - initial url path for non ascii urls ([#2375](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2375)) ([c3b0a33](https://github.com/vuejs/vue-router/commit/c3b0a33)) > - only setupScroll when support pushState due to possible fallback: false ([#1835](https://github-redirect.dependabot.com/vuejs/vue-router/issues/1835)) ([fac60f6](https://github.com/vuejs/vue-router/commit/fac60f6)), closes [#1834](https://github-redirect.dependabot.com/vuejs/vue-router/issues/1834) > - workaround replaceState bug in Safari ([#2295](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2295)) ([3c7d8ab](https://github.com/vuejs/vue-router/commit/3c7d8ab)), closes [#2195](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2195) > ... (truncated)
Commits - [`37c4262`](https://github.com/vuejs/vue-router/commit/37c4262d0cb7ddeb55001debc03fba6f597c13f4) chore(release): 3.0.7 - [`e82fbb0`](https://github.com/vuejs/vue-router/commit/e82fbb0926a6c9c673f8cb7d2dd3933db96077a2) chore(release): add v before version - [`47641d6`](https://github.com/vuejs/vue-router/commit/47641d689688d3ad98d43eda88f1b3dcbd2fa02b) chore(devDeps): update buble - [`3048921`](https://github.com/vuejs/vue-router/commit/30489216dc049f0860173adda749a3315eda4e6a) chore(devDeps): remove outdated resolution to webpack-dev-middleware - [`104bd98`](https://github.com/vuejs/vue-router/commit/104bd98d7057c29ebc7dfdd58a89055151bf1f70) chore(devDeps): upgrade - [`732c825`](https://github.com/vuejs/vue-router/commit/732c8258258608c2e29268cbda2a4ed957d884d4) ci: fix env varable read - [`8aeeea2`](https://github.com/vuejs/vue-router/commit/8aeeea25f5d7b54517043be7ad5a5853eb537a50) chore(test): improve e2e test runner warning ([#2806](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2806)) - [`6acf347`](https://github.com/vuejs/vue-router/commit/6acf34717613fd4a86d050a1d22583b34db6d0fe) test: avoid running before/after each for non BS tests - [`0522034`](https://github.com/vuejs/vue-router/commit/052203405a074b2c4651721dc2d4c8e7e281de7b) test: fix tests for contributors without BS credentials - [`9d61348`](https://github.com/vuejs/vue-router/commit/9d61348d9166d08cab3b66790b812455e33c87a8) ci: move ci check for BS - Additional commits viewable in [compare view](https://github.com/vuejs/vue-router/compare/v3.0.1...v3.0.7)
Maintainer changes This version was pushed to npm by [posva](https://www.npmjs.com/~posva), a new releaser for vue-router since your current version.


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.