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.12.0 #48

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

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

Release notes *Sourced from [@vue/cli-plugin-eslint's releases](https://github.com/vuejs/vue-cli/releases).* > ## v3.12.0 > #### :rocket: New Features > * `@vue/cli-service` > * [#4662](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4662) Support sass-loader v8 ([@​sodatea](https://github.com/sodatea)) > > #### :bug: Bug Fix > * `@vue/cli-service` > * [#4666](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4666) fix: fix redundant log messages from webpack-dev-server ([@​sodatea](https://github.com/sodatea)) > * [#4613](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4613) fix: correctly ignore html templates in copy-webpack-plugin ([@​sodatea](https://github.com/sodatea)) > * [#4550](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4550) fix: should not proxy sockjs endpoint ([@​sodatea](https://github.com/sodatea)) > * [#4654](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4654) fix: fix ie11 compatibility when css.extract set to true ([@​sodatea](https://github.com/sodatea)) > * `@vue/cli-shared-utils` > * [#4512](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4512) fix(pluginResolution): support dots in scope names ([@​ma-jahn](https://github.com/ma-jahn)) > * `@vue/cli` > * [#4525](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4525) fix: remove the nonexistent `test` command from generated README ([@​cexbrayat](https://github.com/cexbrayat)) > > #### :memo: Documentation > * `@vue/cli` > * [#4551](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4551) docs: remove run for yarn commands in readme ([@​cexbrayat](https://github.com/cexbrayat)) > * Other > * [#4561](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4561) Edited Dockerfile of Docker(Nginx) deployment doc ([@​vahdet](https://github.com/vahdet)) > * [#4500](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4500) Documentation typo fixes ([@​owanhunte](https://github.com/owanhunte)) > > #### Committers: 6 > - Cédric Exbrayat ([@​cexbrayat](https://github.com/cexbrayat)) > - Haoqun Jiang ([@​sodatea](https://github.com/sodatea)) > - Marcel Jahn ([@​ma-jahn](https://github.com/ma-jahn)) > - Natalia Tepluhina ([@​NataliaTepluhina](https://github.com/NataliaTepluhina)) > - Owan Hunte ([@​owanhunte](https://github.com/owanhunte)) > - vahdet ([@​vahdet](https://github.com/vahdet)) > > ## 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` > ... (truncated)
Changelog *Sourced from [@vue/cli-plugin-eslint's changelog](https://github.com/vuejs/vue-cli/blob/v3.12.0/CHANGELOG.md).* > ## 3.12.0 (2019-10-10) > > #### :rocket: New Features > * `@vue/cli-service` > * [#4662](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4662) [v3] Support sass-loader v8 ([@​sodatea](https://github.com/sodatea)) > > #### :bug: Bug Fix > * `@vue/cli-service` > * [#4666](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4666) fix: fix redundant log messages from webpack-dev-server ([@​sodatea](https://github.com/sodatea)) > * [#4613](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4613) fix: correctly ignore html templates in copy-webpack-plugin ([@​sodatea](https://github.com/sodatea)) > * [#4550](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4550) fix: should not proxy sockjs endpoint ([@​sodatea](https://github.com/sodatea)) > * [#4654](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4654) fix: fix ie11 compatibility when css.extract set to true ([@​sodatea](https://github.com/sodatea)) > * `@vue/cli-shared-utils` > * [#4512](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4512) fix(pluginResolution): support dots in scope names ([@​ma-jahn](https://github.com/ma-jahn)) > * `@vue/cli` > * [#4525](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4525) fix: remove the nonexistent `test` command from generated README ([@​cexbrayat](https://github.com/cexbrayat)) > > #### :memo: Documentation > * `@vue/cli` > * [#4551](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4551) docs: remove run for yarn commands in readme ([@​cexbrayat](https://github.com/cexbrayat)) > * Other > * [#4561](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4561) Edited Dockerfile of Docker(Nginx) deployment doc ([@​vahdet](https://github.com/vahdet)) > * [#4500](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4500) Documentation typo fixes ([@​owanhunte](https://github.com/owanhunte)) > > #### Committers: 6 > - Cédric Exbrayat ([@​cexbrayat](https://github.com/cexbrayat)) > - Haoqun Jiang ([@​sodatea](https://github.com/sodatea)) > - Marcel Jahn ([@​ma-jahn](https://github.com/ma-jahn)) > - Natalia Tepluhina ([@​NataliaTepluhina](https://github.com/NataliaTepluhina)) > - Owan Hunte ([@​owanhunte](https://github.com/owanhunte)) > - vahdet ([@​vahdet](https://github.com/vahdet)) > > > > ## 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)) > ... (truncated)
Commits - [`57c6f03`](https://github.com/vuejs/vue-cli/commit/57c6f031b303436212e4882927f028194545001a) v3.12.0 - [`9272ead`](https://github.com/vuejs/vue-cli/commit/9272ead6e8d36257d530f6bec00a290220e9c62a) v3.11.0 - [`90577dc`](https://github.com/vuejs/vue-cli/commit/90577dc68fd01b57ca81a99f6cab5035f5729042) chore: add cwd option when calling globby ([#4442](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint/issues/4442)) - [`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-eslint/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-eslint/issues/4219)) - [`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.12.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 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)
dependabot-preview[bot] commented 4 years ago

Superseded by #51.