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.4.0 to 3.5.5 #50

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

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

Release notes *Sourced from [@vue/cli-plugin-babel's releases](https://github.com/vuejs/vue-cli/releases).* > ## v3.5.5 > No release notes provided. > > ## v3.5.4 > Continue fixing babel and core-js related bugs. See [CHANGELOG](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md#354-2019-03-31). > > If you are still experiencing errors related to `core-js` after this upgrade, please try to run `npm install --save core-js@2` / `yarn add --save core-js@2` at the project's root directory. > > ## v3.5.3 > No release notes provided. > > ## v3.5.2 > No release notes provided. > > ## v3.5.1 > No release notes provided. > > ## v3.5.0 > No release notes provided. > > ## v3.4.1 > No release notes provided.
Changelog *Sourced from [@vue/cli-plugin-babel's changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md).* > # [3.5.5](https://github.com/vuejs/vue-cli/compare/v3.5.4...v3.5.5) (2019-04-01) > > ## babel-preset-app > > #### Reverts > > * "fix: should not add polyfills from transform-runtime plugin ([#3730](https://github-redirect.dependabot.com/vuejs/vue-cli/issues/3730))" ([#3742](https://github-redirect.dependabot.com/vuejs/vue-cli/issues/3742)) ([7228146](https://github.com/vuejs/vue-cli/commit/7228146)), closes [#3741](https://github-redirect.dependabot.com/vuejs/vue-cli/issues/3741) > > > > # [3.5.4](https://github.com/vuejs/vue-cli/compare/v3.5.3...v3.5.4) (2019-03-31) > > ## babel-preset-app > > #### Bug Fixes > > * should not add polyfills from transform-runtime plugin ([#3730](https://github-redirect.dependabot.com/vuejs/vue-cli/issues/3730)) ([b987969](https://github.com/vuejs/vue-cli/commit/b987969)) > * should not use abosulte polyfill paths when `absoluteRuntime` is on ([#3732](https://github-redirect.dependabot.com/vuejs/vue-cli/issues/3732)) ([9bdff3b](https://github.com/vuejs/vue-cli/commit/9bdff3b)), closes [#3725](https://github-redirect.dependabot.com/vuejs/vue-cli/issues/3725) > > ## cli-plugin-babel > > #### Bug Fixes > > * **generator:** add core-js as direct dependency of generated projects ([#3736](https://github-redirect.dependabot.com/vuejs/vue-cli/issues/3736)) ([5eb1425](https://github.com/vuejs/vue-cli/commit/5eb1425)) > > > > # [3.5.3](https://github.com/vuejs/vue-cli/compare/v3.5.2...v3.5.3) (2019-03-27) > > ## babel-preset-app > > #### Bug Fixes > > * downgrade [@​babel](https://github.com/babel)/preset-env temporarily ([#3716](https://github-redirect.dependabot.com/vuejs/vue-cli/issues/3716)) ([f107623](https://github.com/vuejs/vue-cli/commit/f107623)) > > ## cli-service > > #### Bug Fixes > > * properly load non-js config files in genCacheConfig ([#3632](https://github-redirect.dependabot.com/vuejs/vue-cli/issues/3632)) ([adac48d](https://github.com/vuejs/vue-cli/commit/adac48d)), closes [#3631](https://github-redirect.dependabot.com/vuejs/vue-cli/issues/3631) > * set the path of safari-no-module-fix.js correctly ([#3647](https://github-redirect.dependabot.com/vuejs/vue-cli/issues/3647)) ([10296ff](https://github.com/vuejs/vue-cli/commit/10296ff)), closes [#3033](https://github-redirect.dependabot.com/vuejs/vue-cli/issues/3033) > > > > # [3.5.2](https://github.com/vuejs/vue-cli/compare/v3.5.1...v3.5.2) (2019-03-27) > > ## babel-preset-app > > #### Bug Fixes > > ... (truncated)
Commits - [`22acaf6`](https://github.com/vuejs/vue-cli/commit/22acaf6498750f8a69ab54ccf51fa92ebe54f9d7) v3.5.5 - [`7228146`](https://github.com/vuejs/vue-cli/commit/7228146b2b9c7b976e53e782460c489d049d6f67) revert: "fix: should not add polyfills from transform-runtime plugin ([#3730](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel/issues/3730))"... - [`d037fbb`](https://github.com/vuejs/vue-cli/commit/d037fbbec5457e025fd4740059fe70f4a9270b54) v3.5.4 - [`5eb1425`](https://github.com/vuejs/vue-cli/commit/5eb142591b9724cec5ff76485b18b19b9b82d1cf) fix(generator): add core-js as direct dependency of generated projects ([#3736](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel/issues/3736)) - [`b987969`](https://github.com/vuejs/vue-cli/commit/b98796938ed05ccbaa41e62db8e2f9744d3cb5ac) fix: should not add polyfills from transform-runtime plugin ([#3730](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel/issues/3730)) - [`582dc45`](https://github.com/vuejs/vue-cli/commit/582dc450150eca6c02cd1b30d588b0179ca248bc) v3.5.3 - [`e1328ac`](https://github.com/vuejs/vue-cli/commit/e1328accf69beb59b664ab7831166badb01a2c05) chore: 3.5.2 changelog [ci skip] - [`0dc7934`](https://github.com/vuejs/vue-cli/commit/0dc793497281718762a5477a3de4a7ee439cdda6) v3.5.2 - [`0b363be`](https://github.com/vuejs/vue-cli/commit/0b363bec49164c2476dac59f6aa9bf42d4eba552) v3.5.1 - [`65eec48`](https://github.com/vuejs/vue-cli/commit/65eec48581d812474969f54644a7f18c1e0d159b) v3.5.0 - Additional commits viewable in [compare view](https://github.com/vuejs/vue-cli/commits/v3.5.5/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-npmandyarn.mikeal.now.sh