Release notes
*Sourced from [@vue/cli-plugin-babel's releases](https://github.com/vuejs/vue-cli/releases).*
> ## v3.11.0
> #### :rocket: New Features
> * `@vue/cli-service`
> * [#4468](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4468) feat: bump default less-loader version ([@sodatea](https://github.com/sodatea))
> * [#4448](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4448) feat: --skip-plugins ([@LinusBorg](https://github.com/LinusBorg))
> * [#4261](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4261) Add `--inline-vue` flag for `build` command to avoid externalization of Vue in lib & wc mode ([@romansp](https://github.com/romansp))
> * [#4386](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4386) feat: allow configuring scss options separately from sass ([@sodatea](https://github.com/sodatea))
> * `@vue/cli-plugin-babel`, `@vue/cli-plugin-e2e-cypress`, `@vue/cli-plugin-e2e-nightwatch`, `@vue/cli-plugin-eslint`, `@vue/cli-plugin-pwa`, `@vue/cli-plugin-typescript`, `@vue/cli-plugin-unit-jest`, `@vue/cli-plugin-unit-mocha`, `@vue/cli-shared-utils`
> * [#4219](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4219) feat: allow omitting scope prefix for official plugins on `vue add` ([@sodatea](https://github.com/sodatea))
>
> #### :bug: Bug Fix
> * `@vue/cli-plugin-eslint`, `@vue/cli-ui`
> * [#4442](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4442) chore: add cwd option when calling globby ([@zrh122](https://github.com/zrh122))
> * `@vue/cli-service`
> * [#4468](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4468) feat: bump default less-loader version ([@sodatea](https://github.com/sodatea))
> * [#4429](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4429) fix: merge custom `externals` config correctly, supports array ([@sodatea](https://github.com/sodatea))
> * `@vue/cli-plugin-unit-jest`, `@vue/cli-plugin-unit-mocha`
> * [#4447](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4447) fix: eslint should override env for `**/tests/**` subfolders ([@LinusBorg](https://github.com/LinusBorg))
> * `@vue/cli-shared-utils`
> * [#4405](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4405) fix: `resolvePluginId` should correctly resolve `@vue/cli-service` ([@sodatea](https://github.com/sodatea))
>
> #### :memo: Documentation
> * [#4420](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4420) Update parallel config description ([@danielwaltz](https://github.com/danielwaltz))
> * [#4431](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4431) Update npx repository URL. ([@DanielsLuz](https://github.com/DanielsLuz))
> * [#4418](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4418) Link ZEIT Now deployment example ([@leo](https://github.com/leo))
> * [#4412](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4412) Adjusted deployment documentation for ZEIT Now ([@leo](https://github.com/leo))
>
> #### :house: Internal
> * `@vue/cli-ui-addon-webpack`, `@vue/cli-ui`
> * [#4422](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4422) fix: remove self-assignment ([@DanielRuf](https://github.com/DanielRuf))
>
> #### :hammer: Underlying Tools
> * `@vue/cli-service`
> * [#4468](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4468) feat: bump default less-loader version ([@sodatea](https://github.com/sodatea))
> * `@vue/cli-plugin-babel`, `@vue/cli-plugin-eslint`, `@vue/cli-plugin-pwa`, `@vue/cli-plugin-typescript`, `@vue/cli-service`
> * [#4253](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4253) feat: upgrade webpack ([@DRoet](https://github.com/DRoet))
>
> #### Committers: 9
> - Daan Roet ([@DRoet](https://github.com/DRoet))
> - Daniel Luz ([@DanielsLuz](https://github.com/DanielsLuz))
> - Daniel Ruf ([@DanielRuf](https://github.com/DanielRuf))
> - Daniel Waltz ([@danielwaltz](https://github.com/danielwaltz))
> - Haoqun Jiang ([@sodatea](https://github.com/sodatea))
> - Leo Lamprecht ([@leo](https://github.com/leo))
> - Roman Pavlov ([@romansp](https://github.com/romansp))
> - Thorsten Lünborg ([@LinusBorg](https://github.com/LinusBorg))
> - [@zrh122](https://github.com/zrh122)
>
> ## v3.10.0
> #### :rocket: New Features
> ... (truncated)
Changelog
*Sourced from [@vue/cli-plugin-babel's changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md).*
> ## 3.11.0 (2019-08-21)
>
> #### :rocket: New Features
> * `@vue/cli-service`
> * [#4468](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4468) feat: bump default less-loader version ([@sodatea](https://github.com/sodatea))
> * [#4448](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4448) feat: --skip-plugins ([@LinusBorg](https://github.com/LinusBorg))
> * [#4261](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4261) Add `--inline-vue` flag for `build` command to avoid externalization of Vue in lib & wc mode ([@romansp](https://github.com/romansp))
> * [#4386](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4386) feat: allow configuring scss options separately from sass ([@sodatea](https://github.com/sodatea))
> * `@vue/cli-plugin-babel`, `@vue/cli-plugin-e2e-cypress`, `@vue/cli-plugin-e2e-nightwatch`, `@vue/cli-plugin-eslint`, `@vue/cli-plugin-pwa`, `@vue/cli-plugin-typescript`, `@vue/cli-plugin-unit-jest`, `@vue/cli-plugin-unit-mocha`, `@vue/cli-shared-utils`
> * [#4219](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4219) feat: allow omitting scope prefix for official plugins on `vue add` ([@sodatea](https://github.com/sodatea))
>
> #### :bug: Bug Fix
> * `@vue/cli-plugin-eslint`, `@vue/cli-ui`
> * [#4442](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4442) chore: add cwd option when calling globby ([@zrh122](https://github.com/zrh122))
> * `@vue/cli-service`
> * [#4468](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4468) feat: bump default less-loader version ([@sodatea](https://github.com/sodatea))
> * [#4429](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4429) fix: merge custom `externals` config correctly, supports array ([@sodatea](https://github.com/sodatea))
> * `@vue/cli-plugin-unit-jest`, `@vue/cli-plugin-unit-mocha`
> * [#4447](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4447) fix: eslint should override env for `**/tests/**` subfolders ([@LinusBorg](https://github.com/LinusBorg))
> * `@vue/cli-shared-utils`
> * [#4405](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4405) fix: `resolvePluginId` should correctly resolve `@vue/cli-service` ([@sodatea](https://github.com/sodatea))
>
> #### :memo: Documentation
> * [#4420](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4420) Update parallel config description ([@danielwaltz](https://github.com/danielwaltz))
> * [#4431](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4431) Update npx repository URL. ([@DanielsLuz](https://github.com/DanielsLuz))
> * [#4418](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4418) Link ZEIT Now deployment example ([@leo](https://github.com/leo))
> * [#4412](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4412) Adjusted deployment documentation for ZEIT Now ([@leo](https://github.com/leo))
>
> #### :house: Internal
> * `@vue/cli-ui-addon-webpack`, `@vue/cli-ui`
> * [#4422](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4422) fix: remove self-assignment ([@DanielRuf](https://github.com/DanielRuf))
>
> #### :hammer: Underlying Tools
> * `@vue/cli-service`
> * [#4468](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4468) feat: bump default less-loader version ([@sodatea](https://github.com/sodatea))
> * `@vue/cli-plugin-babel`, `@vue/cli-plugin-eslint`, `@vue/cli-plugin-pwa`, `@vue/cli-plugin-typescript`, `@vue/cli-service`
> * [#4253](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4253) feat: upgrade webpack ([@DRoet](https://github.com/DRoet))
>
> #### Committers: 9
> - Daan Roet ([@DRoet](https://github.com/DRoet))
> - Daniel Luz ([@DanielsLuz](https://github.com/DanielsLuz))
> - Daniel Ruf ([@DanielRuf](https://github.com/DanielRuf))
> - Daniel Waltz ([@danielwaltz](https://github.com/danielwaltz))
> - Haoqun Jiang ([@sodatea](https://github.com/sodatea))
> - Leo Lamprecht ([@leo](https://github.com/leo))
> - Roman Pavlov ([@romansp](https://github.com/romansp))
> - Thorsten Lünborg ([@LinusBorg](https://github.com/LinusBorg))
> - [@zrh122](https://github.com/zrh122)
>
>
> ... (truncated)
Commits
- [`9272ead`](https://github.com/vuejs/vue-cli/commit/9272ead6e8d36257d530f6bec00a290220e9c62a) v3.11.0
- [`9525f67`](https://github.com/vuejs/vue-cli/commit/9525f671c3afed1ff49f20ea64d8bc07e28a35a2) feat: upgrade webpack ([#4253](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel/issues/4253))
- [`3c8a890`](https://github.com/vuejs/vue-cli/commit/3c8a890835b318d521e70cd7cb4eab2e51d0aeaf) feat: allow omitting scope prefix for official plugins on `vue add` ([#4219](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel/issues/4219))
- [`075921c`](https://github.com/vuejs/vue-cli/commit/075921cf32783023fa1f3eaa4ed2ac1b37275e6d) v3.10.0
- See full diff in [compare view](https://github.com/vuejs/vue-cli/commits/v3.11.0/packages/@vue/cli-plugin-babel)
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.
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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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)
- 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.
Bumps @vue/cli-plugin-babel from 3.9.2 to 3.11.0.
Release notes
*Sourced from [@vue/cli-plugin-babel's releases](https://github.com/vuejs/vue-cli/releases).* > ## v3.11.0 > #### :rocket: New Features > * `@vue/cli-service` > * [#4468](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4468) feat: bump default less-loader version ([@sodatea](https://github.com/sodatea)) > * [#4448](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4448) feat: --skip-plugins ([@LinusBorg](https://github.com/LinusBorg)) > * [#4261](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4261) Add `--inline-vue` flag for `build` command to avoid externalization of Vue in lib & wc mode ([@romansp](https://github.com/romansp)) > * [#4386](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4386) feat: allow configuring scss options separately from sass ([@sodatea](https://github.com/sodatea)) > * `@vue/cli-plugin-babel`, `@vue/cli-plugin-e2e-cypress`, `@vue/cli-plugin-e2e-nightwatch`, `@vue/cli-plugin-eslint`, `@vue/cli-plugin-pwa`, `@vue/cli-plugin-typescript`, `@vue/cli-plugin-unit-jest`, `@vue/cli-plugin-unit-mocha`, `@vue/cli-shared-utils` > * [#4219](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4219) feat: allow omitting scope prefix for official plugins on `vue add` ([@sodatea](https://github.com/sodatea)) > > #### :bug: Bug Fix > * `@vue/cli-plugin-eslint`, `@vue/cli-ui` > * [#4442](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4442) chore: add cwd option when calling globby ([@zrh122](https://github.com/zrh122)) > * `@vue/cli-service` > * [#4468](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4468) feat: bump default less-loader version ([@sodatea](https://github.com/sodatea)) > * [#4429](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4429) fix: merge custom `externals` config correctly, supports array ([@sodatea](https://github.com/sodatea)) > * `@vue/cli-plugin-unit-jest`, `@vue/cli-plugin-unit-mocha` > * [#4447](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4447) fix: eslint should override env for `**/tests/**` subfolders ([@LinusBorg](https://github.com/LinusBorg)) > * `@vue/cli-shared-utils` > * [#4405](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4405) fix: `resolvePluginId` should correctly resolve `@vue/cli-service` ([@sodatea](https://github.com/sodatea)) > > #### :memo: Documentation > * [#4420](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4420) Update parallel config description ([@danielwaltz](https://github.com/danielwaltz)) > * [#4431](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4431) Update npx repository URL. ([@DanielsLuz](https://github.com/DanielsLuz)) > * [#4418](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4418) Link ZEIT Now deployment example ([@leo](https://github.com/leo)) > * [#4412](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4412) Adjusted deployment documentation for ZEIT Now ([@leo](https://github.com/leo)) > > #### :house: Internal > * `@vue/cli-ui-addon-webpack`, `@vue/cli-ui` > * [#4422](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4422) fix: remove self-assignment ([@DanielRuf](https://github.com/DanielRuf)) > > #### :hammer: Underlying Tools > * `@vue/cli-service` > * [#4468](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4468) feat: bump default less-loader version ([@sodatea](https://github.com/sodatea)) > * `@vue/cli-plugin-babel`, `@vue/cli-plugin-eslint`, `@vue/cli-plugin-pwa`, `@vue/cli-plugin-typescript`, `@vue/cli-service` > * [#4253](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4253) feat: upgrade webpack ([@DRoet](https://github.com/DRoet)) > > #### Committers: 9 > - Daan Roet ([@DRoet](https://github.com/DRoet)) > - Daniel Luz ([@DanielsLuz](https://github.com/DanielsLuz)) > - Daniel Ruf ([@DanielRuf](https://github.com/DanielRuf)) > - Daniel Waltz ([@danielwaltz](https://github.com/danielwaltz)) > - Haoqun Jiang ([@sodatea](https://github.com/sodatea)) > - Leo Lamprecht ([@leo](https://github.com/leo)) > - Roman Pavlov ([@romansp](https://github.com/romansp)) > - Thorsten Lünborg ([@LinusBorg](https://github.com/LinusBorg)) > - [@zrh122](https://github.com/zrh122) > > ## v3.10.0 > #### :rocket: New Features > ... (truncated)Changelog
*Sourced from [@vue/cli-plugin-babel's changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md).* > ## 3.11.0 (2019-08-21) > > #### :rocket: New Features > * `@vue/cli-service` > * [#4468](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4468) feat: bump default less-loader version ([@sodatea](https://github.com/sodatea)) > * [#4448](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4448) feat: --skip-plugins ([@LinusBorg](https://github.com/LinusBorg)) > * [#4261](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4261) Add `--inline-vue` flag for `build` command to avoid externalization of Vue in lib & wc mode ([@romansp](https://github.com/romansp)) > * [#4386](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4386) feat: allow configuring scss options separately from sass ([@sodatea](https://github.com/sodatea)) > * `@vue/cli-plugin-babel`, `@vue/cli-plugin-e2e-cypress`, `@vue/cli-plugin-e2e-nightwatch`, `@vue/cli-plugin-eslint`, `@vue/cli-plugin-pwa`, `@vue/cli-plugin-typescript`, `@vue/cli-plugin-unit-jest`, `@vue/cli-plugin-unit-mocha`, `@vue/cli-shared-utils` > * [#4219](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4219) feat: allow omitting scope prefix for official plugins on `vue add` ([@sodatea](https://github.com/sodatea)) > > #### :bug: Bug Fix > * `@vue/cli-plugin-eslint`, `@vue/cli-ui` > * [#4442](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4442) chore: add cwd option when calling globby ([@zrh122](https://github.com/zrh122)) > * `@vue/cli-service` > * [#4468](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4468) feat: bump default less-loader version ([@sodatea](https://github.com/sodatea)) > * [#4429](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4429) fix: merge custom `externals` config correctly, supports array ([@sodatea](https://github.com/sodatea)) > * `@vue/cli-plugin-unit-jest`, `@vue/cli-plugin-unit-mocha` > * [#4447](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4447) fix: eslint should override env for `**/tests/**` subfolders ([@LinusBorg](https://github.com/LinusBorg)) > * `@vue/cli-shared-utils` > * [#4405](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4405) fix: `resolvePluginId` should correctly resolve `@vue/cli-service` ([@sodatea](https://github.com/sodatea)) > > #### :memo: Documentation > * [#4420](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4420) Update parallel config description ([@danielwaltz](https://github.com/danielwaltz)) > * [#4431](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4431) Update npx repository URL. ([@DanielsLuz](https://github.com/DanielsLuz)) > * [#4418](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4418) Link ZEIT Now deployment example ([@leo](https://github.com/leo)) > * [#4412](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4412) Adjusted deployment documentation for ZEIT Now ([@leo](https://github.com/leo)) > > #### :house: Internal > * `@vue/cli-ui-addon-webpack`, `@vue/cli-ui` > * [#4422](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4422) fix: remove self-assignment ([@DanielRuf](https://github.com/DanielRuf)) > > #### :hammer: Underlying Tools > * `@vue/cli-service` > * [#4468](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4468) feat: bump default less-loader version ([@sodatea](https://github.com/sodatea)) > * `@vue/cli-plugin-babel`, `@vue/cli-plugin-eslint`, `@vue/cli-plugin-pwa`, `@vue/cli-plugin-typescript`, `@vue/cli-service` > * [#4253](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4253) feat: upgrade webpack ([@DRoet](https://github.com/DRoet)) > > #### Committers: 9 > - Daan Roet ([@DRoet](https://github.com/DRoet)) > - Daniel Luz ([@DanielsLuz](https://github.com/DanielsLuz)) > - Daniel Ruf ([@DanielRuf](https://github.com/DanielRuf)) > - Daniel Waltz ([@danielwaltz](https://github.com/danielwaltz)) > - Haoqun Jiang ([@sodatea](https://github.com/sodatea)) > - Leo Lamprecht ([@leo](https://github.com/leo)) > - Roman Pavlov ([@romansp](https://github.com/romansp)) > - Thorsten Lünborg ([@LinusBorg](https://github.com/LinusBorg)) > - [@zrh122](https://github.com/zrh122) > > > ... (truncated)Commits
- [`9272ead`](https://github.com/vuejs/vue-cli/commit/9272ead6e8d36257d530f6bec00a290220e9c62a) v3.11.0 - [`9525f67`](https://github.com/vuejs/vue-cli/commit/9525f671c3afed1ff49f20ea64d8bc07e28a35a2) feat: upgrade webpack ([#4253](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel/issues/4253)) - [`3c8a890`](https://github.com/vuejs/vue-cli/commit/3c8a890835b318d521e70cd7cb4eab2e51d0aeaf) feat: allow omitting scope prefix for official plugins on `vue add` ([#4219](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel/issues/4219)) - [`075921c`](https://github.com/vuejs/vue-cli/commit/075921cf32783023fa1f3eaa4ed2ac1b37275e6d) v3.10.0 - See full diff in [compare view](https://github.com/vuejs/vue-cli/commits/v3.11.0/packages/@vue/cli-plugin-babel)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
.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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - 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.