mikeal / dropub

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

build(deps-dev): bump @vue/cli-plugin-babel from 3.5.5 to 3.7.0 #65

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps @vue/cli-plugin-babel from 3.5.5 to 3.7.0.

Release notes *Sourced from [@vue/cli-plugin-babel's releases](https://github.com/vuejs/vue-cli/releases).* > ## v3.7.0 > #### :rocket: New Feature > * `@vue/cli-service` > * [#3861](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3861) feat: add `.version` field and `assertVersion` helper to plugin api ([@​sodatea](https://github.com/sodatea)) > * [#3847](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3847) feat: add types for new `lintOnSave` options and multi-page entries ([@​sodatea](https://github.com/sodatea)) > * [#3844](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3844) feat: syntax highlight inspect output ([@​Akryum](https://github.com/Akryum)) > * `@vue/cli-plugin-babel`, `@vue/cli-plugin-typescript`, `@vue/cli-service` > * [#3864](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3864) feat: allow `parallel` option to be an integer ([@​sodatea](https://github.com/sodatea)) > * `@vue/cli` > * [#3848](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3848) feat: should support `bare` option in `preset.json` ([@​sodatea](https://github.com/sodatea)) > > #### :bug: Bug Fix > * `@vue/cli-service` > * [#3865](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3865) fix: should invalidate cache when lockfiles have updated ([@​sodatea](https://github.com/sodatea)) > * `@vue/cli-plugin-unit-jest` > * [#3867](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3867) fix: pin jest-watch-typeahead to 0.2.1, avoid introducing jest 24 deps ([@​sodatea](https://github.com/sodatea)) > * `@vue/cli-ui` > * [#3871](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3871) fix: vue-virtual-scroller should be in devDependencies as it's client-side only ([@​sodatea](https://github.com/sodatea)) > * `@vue/cli-shared-utils` > * [#3826](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3826) fix: should not show error message when pnpm is not installed ([@​sodatea](https://github.com/sodatea)) > > #### :house: Internal > * `@vue/babel-preset-app` > * [#3899](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3899) fix: should not add polyfills from transform-runtime plugin ([@​sodatea](https://github.com/sodatea)) > * `@vue/cli-service` > * [#3878](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3878) fix: `process` should be polyfilled rather than mocked ([@​sodatea](https://github.com/sodatea)) > * `@vue/cli-service`, `@vue/cli-ui-addon-widgets` > * [#3851](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3851) Remove redundant <= IE8 rule ([@​MartijnCuppens](https://github.com/MartijnCuppens)) > > #### Committers: 4 > - Guillaume Chau ([@​Akryum](https://github.com/Akryum)) > - Haoqun Jiang ([@​sodatea](https://github.com/sodatea)) > - Martijn Cuppens ([@​MartijnCuppens](https://github.com/MartijnCuppens)) > - Natalia Tepluhina ([@​NataliaTepluhina](https://github.com/NataliaTepluhina)) > > ## v3.6.3 > #### :bug: Bug Fix > * `@vue/cli-plugin-unit-jest` > * [#3815](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3815) Fix jest typeahead config ([@​cexbrayat](https://github.com/cexbrayat)) > * `@vue/cli-ui-addon-webpack` > * [#3717](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3717) Fix progress-path background color for dark mode ([@​ajerez](https://github.com/ajerez)) > > #### Committers: 2 > - Alberto Jerez ([@​ajerez](https://github.com/ajerez)) > - Cédric Exbrayat ([@​cexbrayat](https://github.com/cexbrayat)) > > ## v3.6.2 > #### :bug: Bug Fix > * `@vue/cli-ui`, `@vue/cli` > * [#3806](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3806) fix vue add/invoke bug when user does not have yarn installed ([@​sodatea](https://github.com/sodatea)) > ... (truncated)
Changelog *Sourced from [@vue/cli-plugin-babel's changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md).* > ## 3.7.0 (2019-04-28) > > #### :rocket: New Feature > * `@vue/cli-service` > * [#3861](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3861) feat: add `.version` field and `assertVersion` helper to plugin api ([@​sodatea](https://github.com/sodatea)) > * [#3847](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3847) feat: add types for new `lintOnSave` options and multi-page entries ([@​sodatea](https://github.com/sodatea)) > * [#3844](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3844) feat: syntax highlight inspect output ([@​Akryum](https://github.com/Akryum)) > * `@vue/cli-plugin-babel`, `@vue/cli-plugin-typescript`, `@vue/cli-service` > * [#3864](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3864) feat: allow `parallel` option to be an integer ([@​sodatea](https://github.com/sodatea)) > * `@vue/cli` > * [#3848](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3848) feat: should support `bare` option in `preset.json` ([@​sodatea](https://github.com/sodatea)) > > #### :bug: Bug Fix > * `@vue/cli-service` > * [#3865](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3865) fix: should invalidate cache when lockfiles have updated ([@​sodatea](https://github.com/sodatea)) > * `@vue/cli-plugin-unit-jest` > * [#3867](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3867) fix: pin jest-watch-typeahead to 0.2.1, avoid introducing jest 24 deps ([@​sodatea](https://github.com/sodatea)) > * `@vue/cli-ui` > * [#3871](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3871) fix: vue-virtual-scroller should be in devDependencies as it's client-side only ([@​sodatea](https://github.com/sodatea)) > * `@vue/cli-shared-utils` > * [#3826](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3826) fix: should not show error message when pnpm is not installed ([@​sodatea](https://github.com/sodatea)) > > #### :house: Internal > * `@vue/babel-preset-app` > * [#3899](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3899) fix: should not add polyfills from transform-runtime plugin ([@​sodatea](https://github.com/sodatea)) > * `@vue/cli-service` > * [#3878](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3878) fix: `process` should be polyfilled rather than mocked ([@​sodatea](https://github.com/sodatea)) > * `@vue/cli-service`, `@vue/cli-ui-addon-widgets` > * [#3851](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3851) Remove redundant <= IE8 rule ([@​MartijnCuppens](https://github.com/MartijnCuppens)) > > #### Committers: 4 > - Guillaume Chau ([@​Akryum](https://github.com/Akryum)) > - Haoqun Jiang ([@​sodatea](https://github.com/sodatea)) > - Martijn Cuppens ([@​MartijnCuppens](https://github.com/MartijnCuppens)) > - Natalia Tepluhina ([@​NataliaTepluhina](https://github.com/NataliaTepluhina)) > > > > ## 3.6.3 (2019-04-16) > > #### :bug: Bug Fix > * `@vue/cli-plugin-unit-jest` > * [#3815](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3815) fix: jest typeahead config ([@​cexbrayat](https://github.com/cexbrayat)) > * `@vue/cli-ui-addon-webpack` > * [#3717](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3717) Fixed progress-path background color for dark mode ([@​ajerez](https://github.com/ajerez)) > > #### Committers: 2 > - Alberto Jerez ([@​ajerez](https://github.com/ajerez)) > - Cédric Exbrayat ([@​cexbrayat](https://github.com/cexbrayat)) > > ... (truncated)
Commits - [`0dbfa5a`](https://github.com/vuejs/vue-cli/commit/0dbfa5a0bfc0da80bfaa43c1318aad7b3ff88353) v3.7.0 - [`a351cba`](https://github.com/vuejs/vue-cli/commit/a351cbadb8cd2d8e75f798e0f13cf7c61dbcd13b) feat: allow `parallel` option to be an integer ([#3864](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel/issues/3864)) - [`99a06d1`](https://github.com/vuejs/vue-cli/commit/99a06d1758183e671928af7dc6ae3eec47d58180) v3.6.0 - See full diff in [compare view](https://github.com/vuejs/vue-cli/commits/v3.7.0/packages/@vue/cli-plugin-babel)


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-npmandyarnvuecli-plugin-babel-370.mikeal.now.sh

dependabot-preview[bot] commented 5 years ago

Superseded by #74.