mikeal / dropub

P2P publishing for everyone.
https://dropub.com
219 stars 26 forks source link

build(deps): bump vue-router from 3.0.2 to 3.0.5 #58

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps vue-router from 3.0.2 to 3.0.5.

Release notes *Sourced from [vue-router's releases](https://github.com/vuejs/vue-router/releases).* > ## 3.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)
Changelog *Sourced from [vue-router's changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md).* > ## [3.0.5](https://github.com/vuejs/vue-router/compare/v3.0.3...v3.0.5) (2019-04-15) > > > ### 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) > * 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)
Commits - [`4a3a194`](https://github.com/vuejs/vue-router/commit/4a3a1940b429dbebae14e964ceceebbb22b84d2c) chore(release): 3.0.5 - [`c3abdf6`](https://github.com/vuejs/vue-router/commit/c3abdf6baf924b621627c0d14645ab344ce1189d) fix(router-view): register instance in init hook - [`aff474e`](https://github.com/vuejs/vue-router/commit/aff474edb0c43d111f05f46c7241f093bd5bcf10) chore: refactor e2e test - [`e6d8fd2`](https://github.com/vuejs/vue-router/commit/e6d8fd2c46dfdd548f7bc9e27666e05c68296138) fix(router-view): add condition to see whether the tree is inactive (fix [#255](https://github-redirect.dependabot.com/vuejs/vue-router/issues/255)... - [`6974a6f`](https://github.com/vuejs/vue-router/commit/6974a6fa56412794c932c6ad9bfe2cebcc3a7da3) fix: push before creating Vue instance ([#2713](https://github-redirect.dependabot.com/vuejs/vue-router/issues/2713)) - [`a0c1c5e`](https://github.com/vuejs/vue-router/commit/a0c1c5e616b339021d346a23d172ad2c8e24ea9e) chore(scripts): show messages in release script - [`7c555b5`](https://github.com/vuejs/vue-router/commit/7c555b54c3c7d15f5dfc2852bc80367176e10b42) chore(build): adapt changelog generation - [`81cfe71`](https://github.com/vuejs/vue-router/commit/81cfe71296caa5cde21f780ece1910b172b8e5f7) chore(changelog): 3.0.4 - [`e661041`](https://github.com/vuejs/vue-router/commit/e661041497297926e9f690c04c131d77b07b6084) chore(release): 3.0.4 - [`4d5520c`](https://github.com/vuejs/vue-router/commit/4d5520c1e03d70c4db9e2c2a97470efb39500d0c) chore(build): unify build and release commits - Additional commits viewable in [compare view](https://github.com/vuejs/vue-router/compare/v3.0.2...v3.0.5)


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.

If all status checks pass Dependabot will automatically merge this pull request.


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 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) - `@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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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.
vercel[bot] commented 5 years ago

This pull request is automatically deployed with Now. To access deployments, click Details below or on the icon next to each push.

Latest deployment for this branch: https://dropub-git-dependabot-npmandyarn.mikeal.now.sh

dependabot-preview[bot] commented 5 years ago

Superseded by #63.