hanhdt / vue-webble

Web Bluetooth LE UI component for Vue.js
MIT License
10 stars 3 forks source link

Bump @vue/cli-plugin-eslint from 3.9.2 to 3.10.0 #25

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps @vue/cli-plugin-eslint from 3.9.2 to 3.10.0.

Release notes *Sourced from [@vue/cli-plugin-eslint'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-plugin-eslint/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-plugin-eslint'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-plugin-eslint/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 - [`b12f729`](https://github.com/vuejs/vue-cli/commit/b12f7299c759fde807a0ac06616cd09af28f2374) test: add test for [#4347](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint/issues/4347) - [`66c410b`](https://github.com/vuejs/vue-cli/commit/66c410b31a583fad1faceb61a6ff817c46589dce) fix(eslint-generator): add ts file check to lint-staged ([#4347](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint/issues/4347)) - [`c9d5c6f`](https://github.com/vuejs/vue-cli/commit/c9d5c6f4222a2b4daa7f2694d4d1bcaf7888449e) feat(eslint-generator): upgrade @vue/eslint-config-prettier to v5.0.0 ([#4329](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint/issues/4329)) - See full diff in [compare view](https://github.com/vuejs/vue-cli/commits/v3.10.0/packages/@vue/cli-plugin-eslint)


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.


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.
dependabot-preview[bot] commented 5 years ago

Superseded by #35.