u3u / prettier-chrome

🎨 An extension that can run Prettier in the browser
https://chrome.google.com/webstore/detail/prettier/nnaminoiljgamnfnemmlcbdlmnleponp
MIT License
219 stars 5 forks source link

build(deps-dev): bump @vue/cli-service from 3.4.1 to 3.9.2 #337

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps @vue/cli-service from 3.4.1 to 3.9.2.

Release notes *Sourced from [@vue/cli-service's releases](https://github.com/vuejs/vue-cli/releases).* > ## v3.9.2 > #### :bug: Bug Fix > * `@vue/cli-plugin-eslint` > * [#4246](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4246) fix: fix eslint path resolution in `vue serve` ([@​sodatea](https://github.com/sodatea)) > > #### :memo: Documentation > * `@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)) > > #### Committers: 2 > - Haoqun Jiang ([@​sodatea](https://github.com/sodatea)) > - Min ho Kim ([@​minho42](https://github.com/minho42)) > > ## v3.9.1 > #### :bug: Bug Fix > * `@vue/cli-plugin-eslint` > * [#4233](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4233) fix: use module directory instead of main entry path for `eslintPath`, fixes issue with eslint-loader v2.2.0 ([@​sodatea](https://github.com/sodatea)) > > #### Committers: 1 > - Haoqun Jiang ([@​sodatea](https://github.com/sodatea)) > > ## v3.9.0 > #### :rocket: New Features > * `@vue/cli` > * [#4188](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4188) **feat: add `transformScript` to GeneratorAPI** ([@​sodatea](https://github.com/sodatea)) > * [#4000](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4000) **feat: implement version-related APIs for `GeneratorAPI`** ([@​sodatea](https://github.com/sodatea)) > * [#4168](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4168) feat: make `injectImports` & `injectRootOptions` work for `.vue` files ([@​sodatea](https://github.com/sodatea)) > > #### :bug: Bug Fix > * `@vue/cli-service` > * [#4169](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4169) fix: prefer `devServer.public` as the custom url for browser to open ([#4169](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service/issues/4169)) ([[@​Devil](https://github.com/Devil)-Cong](https://github.com/Devil-Cong)) > > #### :memo: Documentation > * `@vue/cli-plugin-typescript` > * [#4212](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4212) feat(typescript): add an option to not rename all .js files to .ts and to set `allowJs` to true ([@​NataliaTepluhina](https://github.com/NataliaTepluhina)) > * Other > * [#4217](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4217) Add Render deployment guide ([@​anurag](https://github.com/anurag)) > * [#3777](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3777) Add heroku deployment guide ([@​zigomir](https://github.com/zigomir)) > * [#3857](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3857) Mention caveat about missing plugins when in legacy config ([@​LinusBorg](https://github.com/LinusBorg)) > * [#3171](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3171) Update issue template naming Issue Helper ([@​peterblazejewicz](https://github.com/peterblazejewicz)) > * [#4165](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4165) Add Chinese translation for the part -- Installing plugin locally ([@​MoruoFrog](https://github.com/MoruoFrog)) > > #### :house: Internal > * `@vue/cli` > * [#4205](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4205) Minor refactor to eliminate redundant code ([@​jamesgeorge007](https://github.com/jamesgeorge007)) > * `@vue/cli-plugin-eslint`, `@vue/cli-plugin-typescript`, `@vue/cli-service` > * [#4153](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4153) chore: move yorkie from cli-service to plugin-eslint & plugin-typescript ([@​sodatea](https://github.com/sodatea)) > > #### Committers: 10 > - Anurag Goel ([@​anurag](https://github.com/anurag)) > ... (truncated)
Changelog *Sourced from [@vue/cli-service's changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md).* > ## 3.9.2 (2019-07-06) > > #### :bug: Bug Fix > * `@vue/cli-plugin-eslint` > * [#4246](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4246) fix: fix eslint path resolution in `vue serve` ([@​sodatea](https://github.com/sodatea)) > > #### :memo: Documentation > * `@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)) > > #### Committers: 2 > - Haoqun Jiang ([@​sodatea](https://github.com/sodatea)) > - Min ho Kim ([@​minho42](https://github.com/minho42)) > > > > ## 3.9.1 (2019-07-04) > > #### :bug: Bug Fix > * `@vue/cli-plugin-eslint` > * [#4233](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4233) fix: use module directory instead of main entry path for `eslintPath` ([@​sodatea](https://github.com/sodatea)) > > #### Committers: 1 > - Haoqun Jiang ([@​sodatea](https://github.com/sodatea)) > > > > ## 3.9.0 (2019-07-03) > > #### :rocket: New Features > * `@vue/cli` > * [#4188](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4188) feat: add `transformScript` to GeneratorAPI ([@​sodatea](https://github.com/sodatea)) > * [#4000](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4000) feat: implement version-related APIs for `GeneratorAPI` ([@​sodatea](https://github.com/sodatea)) > * [#4168](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4168) feat: make `injectImports` & `injectRootOptions` work for `.vue` files ([@​sodatea](https://github.com/sodatea)) > > #### :bug: Bug Fix > * `@vue/cli-service` > * [#4169](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4169) fix: prefer `devServer.public` as the custom url for browser to open ([#4169](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service/issues/4169)) ([[@​Devil](https://github.com/Devil)-Cong](https://github.com/Devil-Cong)) > > #### :memo: Documentation > * `@vue/cli-plugin-typescript` > * [#4212](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4212) feat(typescript): add an option to not rename all .js files to .ts and to set `allowJs` to true ([@​NataliaTepluhina](https://github.com/NataliaTepluhina)) > * Other > * [#4217](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4217) docs: add Render deployment guide ([@​anurag](https://github.com/anurag)) > * [#3777](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3777) Add heroku deployment guide ([@​zigomir](https://github.com/zigomir)) > * [#3857](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3857) docs: mention caveat about missing plugins when in legacy config ([@​LinusBorg](https://github.com/LinusBorg)) > * [#3171](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3171) docs: Update issue template naming Issue Helper ([@​peterblazejewicz](https://github.com/peterblazejewicz)) > * [#4165](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4165) docs: Add Chinese translation for the part -- Installing plugin locally ([@​MoruoFrog](https://github.com/MoruoFrog)) > > #### :house: Internal > ... (truncated)
Commits - [`eda08fb`](https://github.com/vuejs/vue-cli/commit/eda08fb2a999354017f99c77856673fe9c83a4b2) v3.9.2 - [`fc6e0b7`](https://github.com/vuejs/vue-cli/commit/fc6e0b70ef9cc7b4da7d16b2bb71e7f08956c2e6) chore: fix typos ([#4241](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service/issues/4241)) - [`f276598`](https://github.com/vuejs/vue-cli/commit/f276598ece07204e5b8b54e4bbcccfa81cd1b478) v3.9.0 - [`38136ac`](https://github.com/vuejs/vue-cli/commit/38136aceefa793e532dd48b9c7cfd1700047199a) chore: pre release sync - [`0824407`](https://github.com/vuejs/vue-cli/commit/082440752dc1f65799048ce9d65eeaa858e9a679) fix: prefer `devServer.public` as the custom url for browser to open ([#4169](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service/issues/4169)) - [`1bc8006`](https://github.com/vuejs/vue-cli/commit/1bc80067900c120fcaf962e40f6f89e5a67ffa66) chore: move yorkie from cli-service to plugin-eslint & plugin-typescript ([#4153](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service/issues/4153)) - [`48f2dcd`](https://github.com/vuejs/vue-cli/commit/48f2dcdf2b6010abf6fe8619f0b6d615a5b768c2) v3.8.4 - [`ee9610b`](https://github.com/vuejs/vue-cli/commit/ee9610b6b1a691ae0184742cafb77662c3e48e7b) chore: upgrade default-gateway to 5.0.2 ([#4150](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service/issues/4150)) - [`e84de1a`](https://github.com/vuejs/vue-cli/commit/e84de1a0e8635e6fdb928ae17a44016ea9a94ee2) v3.8.3 - [`41b4d37`](https://github.com/vuejs/vue-cli/commit/41b4d3799f31340154b09459469cb3bfef96e3ec) fix: display correct address when multiple network adapters present ([#4083](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service/issues/4083)) - Additional commits viewable in [compare view](https://github.com/vuejs/vue-cli/commits/v3.9.2/packages/@vue/cli-service)


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

Superseded by #350.