Release notes
*Sourced from [@vue/cli-service's releases](https://github.com/vuejs/vue-cli/releases).*
> ## v3.10.0
> #### :rocket: New Features
> * `@vue/cli`
> * [#4342](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4342) Support `--port` argument to 'vue serve' command ([@bokub](https://github.com/bokub))
> * `@vue/cli-plugin-eslint`
> * [#4329](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4329) feat(eslint-generator): upgrade @vue/eslint-config-prettier to v5.0.0 ([@sodatea](https://github.com/sodatea))
>
> #### :bug: Bug Fix
> * `@vue/cli-plugin-typescript`, `@vue/cli`
> * [#4330](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4330) fix: require parent template after `when` condition evaluated as truthy ([@sodatea](https://github.com/sodatea))
> * [#4374](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4374) fix: when adding ts plugin without router, fixup [#4330](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service/issues/4330) ([@cexbrayat](https://github.com/cexbrayat))
> * `@vue/cli-service`
> * [#4359](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4359) fix stats display when chunkFilename contains query string ([@flyhope](https://github.com/flyhope))
> * `@vue/cli-plugin-typescript`
> * [#4346](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4346) fix: fix typo in typescript generator, convertAllFiles -> convertJsToTs ([@sodatea](https://github.com/sodatea))
> * `@vue/cli-plugin-eslint`
> * [#4347](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4347) fix(eslint-generator): add ts file check to lint-staged ([@liruifengv](https://github.com/liruifengv))
> * [#4329](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4329) feat(eslint-generator): upgrade @vue/eslint-config-prettier to v5.0.0 ([@sodatea](https://github.com/sodatea))
> * `@vue/cli-shared-utils`
> * [#4336](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4336) fix: use `yarn --version` to detect yarn ([@sodatea](https://github.com/sodatea))
>
>
> #### :memo: Documentation
> * `@vue/cli-plugin-e2e-nightwatch`
> * [#4364](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4364) Replacing nightwatch CLI options URL with proper documentation ([@aberonni](https://github.com/aberonni))
> * Other
> * [#4358](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4358) docs(ru): fix link in webpack.md ([@euaaaio](https://github.com/euaaaio))
> * [#4333](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4333) Update html-and-static-assets.md ([@sergeymorkovkin](https://github.com/sergeymorkovkin))
> * [#4257](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4257) Update mode-and-env.md ([@TechieForFun](https://github.com/TechieForFun))
> * [#4171](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4171) Explain when .env files are loaded. ([@rimutaka](https://github.com/rimutaka))
> * [#4232](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4232) Updated for Zeit Now V2 ([@ivansieder](https://github.com/ivansieder))
> * [#4217](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4217) docs: add Render deployment guide ([@anurag](https://github.com/anurag))
> * [#4103](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4103) deployment.md: Add instructions for Travis CI ([@terorie](https://github.com/terorie))
> * `@vue/babel-preset-app`, `@vue/cli-plugin-e2e-nightwatch`, `@vue/cli-plugin-eslint`, `@vue/cli-service`, `@vue/cli-ui`
> * [#4241](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4241) Fix typos ([@minho42](https://github.com/minho42))
>
> #### :house: Internal
> * `@vue/cli-service`, `@vue/cli`
> * [#4367](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4367) chore(cli-service): word spelling in comments ([@yiliang114](https://github.com/yiliang114))
>
> #### Committers: 17
> - Anurag Goel ([@anurag](https://github.com/anurag))
> - Boris K ([@bokub](https://github.com/bokub))
> - Cédric Exbrayat ([@cexbrayat](https://github.com/cexbrayat))
> - Domenico Gemoli ([@aberonni](https://github.com/aberonni))
> - Eduard Aksamitov ([@euaaaio](https://github.com/euaaaio))
> - Haoqun Jiang ([@sodatea](https://github.com/sodatea))
> - Ivan Sieder ([@ivansieder](https://github.com/ivansieder))
> - Max Tolkachev ([@zhrivodkin](https://github.com/zhrivodkin))
> - Min ho Kim ([@minho42](https://github.com/minho42))
> ... (truncated)
Changelog
*Sourced from [@vue/cli-service's changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md).*
> ## 3.10.0 (2019-08-03)
>
> #### :rocket: New Features
> * `@vue/cli`
> * [#4342](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4342) Support `--port` argument to 'vue serve' command ([@bokub](https://github.com/bokub))
> * `@vue/cli-plugin-eslint`
> * [#4329](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4329) feat(eslint-generator): upgrade @vue/eslint-config-prettier to v5.0.0 ([@sodatea](https://github.com/sodatea))
>
> #### :bug: Bug Fix
> * `@vue/cli-plugin-typescript`, `@vue/cli`
> * [#4330](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4330) fix: require parent template after `when` condition evaluated as truthy ([@sodatea](https://github.com/sodatea))
> * [#4374](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4374) fix: when adding ts plugin without router, fixup [#4330](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service/issues/4330) ([@cexbrayat](https://github.com/cexbrayat))
> * `@vue/cli-service`
> * [#4359](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4359) fix stats display when chunkFilename contains query string ([@flyhope](https://github.com/flyhope))
> * `@vue/cli-plugin-typescript`
> * [#4346](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4346) fix: fix typo in typescript generator, convertAllFiles -> convertJsToTs ([@sodatea](https://github.com/sodatea))
> * `@vue/cli-plugin-eslint`
> * [#4347](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4347) fix(eslint-generator): add ts file check to lint-staged ([@liruifengv](https://github.com/liruifengv))
> * [#4329](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4329) feat(eslint-generator): upgrade @vue/eslint-config-prettier to v5.0.0 ([@sodatea](https://github.com/sodatea))
> * `@vue/cli-shared-utils`
> * [#4336](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4336) fix: use `yarn --version` to detect yarn ([@sodatea](https://github.com/sodatea))
>
>
> #### :memo: Documentation
> * `@vue/cli-plugin-e2e-nightwatch`
> * [#4364](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4364) Replacing nightwatch CLI options URL with proper documentation ([@aberonni](https://github.com/aberonni))
> * Other
> * [#4358](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4358) docs(ru): fix link in webpack.md ([@euaaaio](https://github.com/euaaaio))
> * [#4333](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4333) Update html-and-static-assets.md ([@sergeymorkovkin](https://github.com/sergeymorkovkin))
> * [#4257](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4257) Update mode-and-env.md ([@TechieForFun](https://github.com/TechieForFun))
> * [#4171](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4171) Explain when .env files are loaded. ([@rimutaka](https://github.com/rimutaka))
> * [#4232](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4232) Updated for Zeit Now V2 ([@ivansieder](https://github.com/ivansieder))
> * [#4217](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4217) docs: add Render deployment guide ([@anurag](https://github.com/anurag))
> * [#4103](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4103) deployment.md: Add instructions for Travis CI ([@terorie](https://github.com/terorie))
> * `@vue/babel-preset-app`, `@vue/cli-plugin-e2e-nightwatch`, `@vue/cli-plugin-eslint`, `@vue/cli-service`, `@vue/cli-ui`
> * [#4241](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4241) Fix typos ([@minho42](https://github.com/minho42))
>
> #### :house: Internal
> * `@vue/cli-service`, `@vue/cli`
> * [#4367](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4367) chore(cli-service): word spelling in comments ([@yiliang114](https://github.com/yiliang114))
>
> #### Committers: 17
> - Anurag Goel ([@anurag](https://github.com/anurag))
> - Boris K ([@bokub](https://github.com/bokub))
> - Cédric Exbrayat ([@cexbrayat](https://github.com/cexbrayat))
> - Domenico Gemoli ([@aberonni](https://github.com/aberonni))
> - Eduard Aksamitov ([@euaaaio](https://github.com/euaaaio))
> - Haoqun Jiang ([@sodatea](https://github.com/sodatea))
> - Ivan Sieder ([@ivansieder](https://github.com/ivansieder))
> - Max Tolkachev ([@zhrivodkin](https://github.com/zhrivodkin))
> ... (truncated)
Commits
- [`075921c`](https://github.com/vuejs/vue-cli/commit/075921cf32783023fa1f3eaa4ed2ac1b37275e6d) v3.10.0
- [`02a30b1`](https://github.com/vuejs/vue-cli/commit/02a30b13b95f7bab1830e8cb80fb07bec41a193b) chore: pre release sync
- [`bb2e3e7`](https://github.com/vuejs/vue-cli/commit/bb2e3e721770c74645cfe059dd3c1e9ecd8607fd) fix: fix stats display when chunkFilename contains query string ([#4359](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service/issues/4359))
- [`b9a0e46`](https://github.com/vuejs/vue-cli/commit/b9a0e46ef97beb1622dae0eb2f68ed20537684df) chore(cli-service): word spelling in comments ([#4367](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service/issues/4367))
- See full diff in [compare view](https://github.com/vuejs/vue-cli/commits/v3.10.0/packages/@vue/cli-service)
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 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.
Bumps @vue/cli-service from 3.9.3 to 3.10.0.
Release notes
*Sourced from [@vue/cli-service's releases](https://github.com/vuejs/vue-cli/releases).* > ## v3.10.0 > #### :rocket: New Features > * `@vue/cli` > * [#4342](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4342) Support `--port` argument to 'vue serve' command ([@bokub](https://github.com/bokub)) > * `@vue/cli-plugin-eslint` > * [#4329](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4329) feat(eslint-generator): upgrade @vue/eslint-config-prettier to v5.0.0 ([@sodatea](https://github.com/sodatea)) > > #### :bug: Bug Fix > * `@vue/cli-plugin-typescript`, `@vue/cli` > * [#4330](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4330) fix: require parent template after `when` condition evaluated as truthy ([@sodatea](https://github.com/sodatea)) > * [#4374](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4374) fix: when adding ts plugin without router, fixup [#4330](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service/issues/4330) ([@cexbrayat](https://github.com/cexbrayat)) > * `@vue/cli-service` > * [#4359](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4359) fix stats display when chunkFilename contains query string ([@flyhope](https://github.com/flyhope)) > * `@vue/cli-plugin-typescript` > * [#4346](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4346) fix: fix typo in typescript generator, convertAllFiles -> convertJsToTs ([@sodatea](https://github.com/sodatea)) > * `@vue/cli-plugin-eslint` > * [#4347](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4347) fix(eslint-generator): add ts file check to lint-staged ([@liruifengv](https://github.com/liruifengv)) > * [#4329](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4329) feat(eslint-generator): upgrade @vue/eslint-config-prettier to v5.0.0 ([@sodatea](https://github.com/sodatea)) > * `@vue/cli-shared-utils` > * [#4336](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4336) fix: use `yarn --version` to detect yarn ([@sodatea](https://github.com/sodatea)) > > > #### :memo: Documentation > * `@vue/cli-plugin-e2e-nightwatch` > * [#4364](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4364) Replacing nightwatch CLI options URL with proper documentation ([@aberonni](https://github.com/aberonni)) > * Other > * [#4358](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4358) docs(ru): fix link in webpack.md ([@euaaaio](https://github.com/euaaaio)) > * [#4333](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4333) Update html-and-static-assets.md ([@sergeymorkovkin](https://github.com/sergeymorkovkin)) > * [#4257](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4257) Update mode-and-env.md ([@TechieForFun](https://github.com/TechieForFun)) > * [#4171](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4171) Explain when .env files are loaded. ([@rimutaka](https://github.com/rimutaka)) > * [#4232](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4232) Updated for Zeit Now V2 ([@ivansieder](https://github.com/ivansieder)) > * [#4217](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4217) docs: add Render deployment guide ([@anurag](https://github.com/anurag)) > * [#4103](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4103) deployment.md: Add instructions for Travis CI ([@terorie](https://github.com/terorie)) > * `@vue/babel-preset-app`, `@vue/cli-plugin-e2e-nightwatch`, `@vue/cli-plugin-eslint`, `@vue/cli-service`, `@vue/cli-ui` > * [#4241](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4241) Fix typos ([@minho42](https://github.com/minho42)) > > #### :house: Internal > * `@vue/cli-service`, `@vue/cli` > * [#4367](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4367) chore(cli-service): word spelling in comments ([@yiliang114](https://github.com/yiliang114)) > > #### Committers: 17 > - Anurag Goel ([@anurag](https://github.com/anurag)) > - Boris K ([@bokub](https://github.com/bokub)) > - Cédric Exbrayat ([@cexbrayat](https://github.com/cexbrayat)) > - Domenico Gemoli ([@aberonni](https://github.com/aberonni)) > - Eduard Aksamitov ([@euaaaio](https://github.com/euaaaio)) > - Haoqun Jiang ([@sodatea](https://github.com/sodatea)) > - Ivan Sieder ([@ivansieder](https://github.com/ivansieder)) > - Max Tolkachev ([@zhrivodkin](https://github.com/zhrivodkin)) > - Min ho Kim ([@minho42](https://github.com/minho42)) > ... (truncated)Changelog
*Sourced from [@vue/cli-service's changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md).* > ## 3.10.0 (2019-08-03) > > #### :rocket: New Features > * `@vue/cli` > * [#4342](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4342) Support `--port` argument to 'vue serve' command ([@bokub](https://github.com/bokub)) > * `@vue/cli-plugin-eslint` > * [#4329](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4329) feat(eslint-generator): upgrade @vue/eslint-config-prettier to v5.0.0 ([@sodatea](https://github.com/sodatea)) > > #### :bug: Bug Fix > * `@vue/cli-plugin-typescript`, `@vue/cli` > * [#4330](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4330) fix: require parent template after `when` condition evaluated as truthy ([@sodatea](https://github.com/sodatea)) > * [#4374](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4374) fix: when adding ts plugin without router, fixup [#4330](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service/issues/4330) ([@cexbrayat](https://github.com/cexbrayat)) > * `@vue/cli-service` > * [#4359](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4359) fix stats display when chunkFilename contains query string ([@flyhope](https://github.com/flyhope)) > * `@vue/cli-plugin-typescript` > * [#4346](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4346) fix: fix typo in typescript generator, convertAllFiles -> convertJsToTs ([@sodatea](https://github.com/sodatea)) > * `@vue/cli-plugin-eslint` > * [#4347](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4347) fix(eslint-generator): add ts file check to lint-staged ([@liruifengv](https://github.com/liruifengv)) > * [#4329](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4329) feat(eslint-generator): upgrade @vue/eslint-config-prettier to v5.0.0 ([@sodatea](https://github.com/sodatea)) > * `@vue/cli-shared-utils` > * [#4336](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4336) fix: use `yarn --version` to detect yarn ([@sodatea](https://github.com/sodatea)) > > > #### :memo: Documentation > * `@vue/cli-plugin-e2e-nightwatch` > * [#4364](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4364) Replacing nightwatch CLI options URL with proper documentation ([@aberonni](https://github.com/aberonni)) > * Other > * [#4358](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4358) docs(ru): fix link in webpack.md ([@euaaaio](https://github.com/euaaaio)) > * [#4333](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4333) Update html-and-static-assets.md ([@sergeymorkovkin](https://github.com/sergeymorkovkin)) > * [#4257](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4257) Update mode-and-env.md ([@TechieForFun](https://github.com/TechieForFun)) > * [#4171](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4171) Explain when .env files are loaded. ([@rimutaka](https://github.com/rimutaka)) > * [#4232](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4232) Updated for Zeit Now V2 ([@ivansieder](https://github.com/ivansieder)) > * [#4217](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4217) docs: add Render deployment guide ([@anurag](https://github.com/anurag)) > * [#4103](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4103) deployment.md: Add instructions for Travis CI ([@terorie](https://github.com/terorie)) > * `@vue/babel-preset-app`, `@vue/cli-plugin-e2e-nightwatch`, `@vue/cli-plugin-eslint`, `@vue/cli-service`, `@vue/cli-ui` > * [#4241](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4241) Fix typos ([@minho42](https://github.com/minho42)) > > #### :house: Internal > * `@vue/cli-service`, `@vue/cli` > * [#4367](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4367) chore(cli-service): word spelling in comments ([@yiliang114](https://github.com/yiliang114)) > > #### Committers: 17 > - Anurag Goel ([@anurag](https://github.com/anurag)) > - Boris K ([@bokub](https://github.com/bokub)) > - Cédric Exbrayat ([@cexbrayat](https://github.com/cexbrayat)) > - Domenico Gemoli ([@aberonni](https://github.com/aberonni)) > - Eduard Aksamitov ([@euaaaio](https://github.com/euaaaio)) > - Haoqun Jiang ([@sodatea](https://github.com/sodatea)) > - Ivan Sieder ([@ivansieder](https://github.com/ivansieder)) > - Max Tolkachev ([@zhrivodkin](https://github.com/zhrivodkin)) > ... (truncated)Commits
- [`075921c`](https://github.com/vuejs/vue-cli/commit/075921cf32783023fa1f3eaa4ed2ac1b37275e6d) v3.10.0 - [`02a30b1`](https://github.com/vuejs/vue-cli/commit/02a30b13b95f7bab1830e8cb80fb07bec41a193b) chore: pre release sync - [`bb2e3e7`](https://github.com/vuejs/vue-cli/commit/bb2e3e721770c74645cfe059dd3c1e9ecd8607fd) fix: fix stats display when chunkFilename contains query string ([#4359](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service/issues/4359)) - [`b9a0e46`](https://github.com/vuejs/vue-cli/commit/b9a0e46ef97beb1622dae0eb2f68ed20537684df) chore(cli-service): word spelling in comments ([#4367](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service/issues/4367)) - See full diff in [compare view](https://github.com/vuejs/vue-cli/commits/v3.10.0/packages/@vue/cli-service)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 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.