Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

chore(deps): update dependency eslint-config-prettier to v6 - #114

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/eslint-config-prettier-6.x
Open

chore(deps): update dependency eslint-config-prettier to v6#114
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/eslint-config-prettier-6.x

Conversation

@renovate

@renovate renovate Bot commented Jun 28, 2019

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
eslint-config-prettier devDependencies major 3.6.0 -> 6.10.0

Release Notes

prettier/eslint-config-prettier

v6.10.0

Compare Source

  • Added: [@鈥媡ypescript-eslint/comma-spacing]. Thanks to Thanks to Masafumi
    Koba (@鈥媦biquitous)!!

v6.9.0

Compare Source

v6.8.0

Compare Source

  • Added: [@鈥媡ypescript-eslint/no-extra-semi]. Thanks to @鈥媥catliu!

v6.7.0

Compare Source

  • Added: [@鈥媡ypescript-eslint/space-before-function-paren]. Thanks to Masafumi
    Koba (@鈥媦biquitous)!

v6.6.0

Compare Source

  • Added: New [eslint-plugin-vue] rules: [vue/dot-location] and
    [vue/keyword-spacing]. Thanks to @鈥媥catliu!

v6.5.0

Compare Source

  • Added: Support for [excluding deprecated rules]. Thanks to Alex Ilyaev
    (@鈥媋lexilyaev)!

v6.4.0

Compare Source

v6.3.0

Compare Source

  • Added: [@鈥媡ypescript-eslint/brace-style]. Thanks to Masafumi Koba
    (@鈥媦biquitous)!

v6.2.0

Compare Source

  • Added: [@鈥媡ypescript-eslint/quotes] (as a [special
    rule][@鈥媡ypescript-eslint/quotes-special]). Thanks to Masafumi Koba
    (@鈥媦biquitous)!

v6.1.0

Compare Source

  • Added: [function-call-argument-newline] (new in ESLint 6.2.0). Thanks to
    Masafumi Koba (@鈥媦biquitous)!

v6.0.0

Compare Source

  • Changed: The CLI helper tool now considers [no-confusing-arrow] to conflict
    if you use the default value of its allowParens option. The default was
    changed to true in ESLint 6, which conflicts with Prettier.

    If the CLI helper tool gives you errors about this after upgrading, the
    solution is to change this:

    {
      "rules": {
        "no-confusing-arrow": ["error"]
      }
    }

    Into this:

    {
      "rules": {
        "no-confusing-arrow": ["error", { "allowParens": false }]
      }
    }

    The latter works in both ESLint 6 as well as in ESLint 5 and older.

  • Improved: eslint --print-config usage instructions. The CLI tool help
    text as well as the documentation has been updated to suggest commands that
    work in ESLint 6.0 as well as in ESLint 5 and older. (Instead of eslint --print-config ., use eslint --print-config path/to/main.js.)

v5.1.0

Compare Source

v5.0.0

Compare Source

  • Removed: [react/self-closing-comp]. This rule was added in v4.1.0 not
    because it conflicted with Prettier but because it was unnecessary when
    using Prettier. However, in v1.18.0 [Prettier stopped converting empty
    elements to self-closing elements][prettier-self-closing]. So the rule is
    not unnecessary anymore.

    If you use Prettier v1.17.1 or older you should be able to upgrade
    eslint-config-prettier to v5.0.0 without having to do anything else.

    If you use Prettier v1.18.0 or newer, you might get lint errors about for
    example changing <div></div> into <div />. You have two options:

    • Run eslint --fix if you prefer to enforce self-closing elements where
      possible. This should fix all the errors.
    • Add "react/self-closing-comp": "off" to your ESLint config if you use
      autofix from your editor and you face the same [issue as Prettier
      did][prettier-self-closing].
  • Changed: Node.js 6 is no longer officially supported, but v5.0.0 should
    still work with it.

v4.3.0

Compare Source

  • Added: New [eslint-plugin-vue] rules: [vue/arrow-spacing],
    [vue/block-spacing], [vue/brace-style] and [vue/comma-dangle].
  • Added: New [@鈥媡ypescript-eslint/eslint-plugin] rules:
    [@鈥媡ypescript-eslint/func-call-spacing] and [@鈥媡ypescript-eslint/semi].

v4.2.0

Compare Source

v4.1.0

Compare Source

  • Added: [linebreak-style]. Use Prettier鈥檚 [end-of-line] option instead.
  • Added: [react/self-closing-comp]. Thanks to Gaurav Gupta (@鈥媑aurav5430)!

v4.0.0

Compare Source

  • Breaking change: Support for [eslint-plugin-typescript] has been removed and
    replaced with support for its successor [@鈥媡ypescript-eslint/eslint-plugin].
    Thanks to TANIGUCHI Masaya (@鈥媡a2gch) and everyone else who helped with this!
  • Changed: [arrow-body-style] and [prefer-arrow-callback] are now marked as
    [special rules][arrow-special], since they might cause problems if using
    [eslint-plugin-prettier] and --fix. They are turned off by default, and the
    CLI helper tool will warn about them (but not error if you do enable them).
    This won鈥檛 break your linting checks, but do note that these rules will be
    disabled unless you explicitly enable them again, and that you might see new
    warnings when running the CLI helper tool.

Renovate configuration

馃搮 Schedule: "every weekend" in timezone Europe/Paris.

馃殾 Automerge: Disabled by config. Please merge this manually once you are satisfied.

鈾伙笍 Rebasing: Whenever PR is stale, or if you tick the rebase/retry checkbox below.

馃敃 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate
renovate Bot force-pushed the renovate/eslint-config-prettier-6.x branch 2 times, most recently from 37c56e8 to 26b9038 Compare July 7, 2019 00:35
@renovate
renovate Bot force-pushed the renovate/eslint-config-prettier-6.x branch from 26b9038 to 8ed3f15 Compare July 20, 2019 23:46
@renovate
renovate Bot force-pushed the renovate/eslint-config-prettier-6.x branch from 8ed3f15 to 985a677 Compare August 4, 2019 00:30
@renovate
renovate Bot force-pushed the renovate/eslint-config-prettier-6.x branch 2 times, most recently from e275711 to 584fdc1 Compare August 18, 2019 00:34
@renovate
renovate Bot force-pushed the renovate/eslint-config-prettier-6.x branch from 584fdc1 to 99c3610 Compare August 19, 2019 17:06
@renovate
renovate Bot force-pushed the renovate/eslint-config-prettier-6.x branch 2 times, most recently from 1de54a4 to 8822ba2 Compare September 3, 2019 16:16
@renovate
renovate Bot force-pushed the renovate/eslint-config-prettier-6.x branch from 8822ba2 to 1121fef Compare September 10, 2019 15:26
@renovate
renovate Bot force-pushed the renovate/eslint-config-prettier-6.x branch from 1121fef to 5ce2e04 Compare September 22, 2019 00:46
@renovate
renovate Bot force-pushed the renovate/eslint-config-prettier-6.x branch from 5ce2e04 to 8e2a7a2 Compare October 5, 2019 21:42
@renovate
renovate Bot force-pushed the renovate/eslint-config-prettier-6.x branch 2 times, most recently from 995e767 to 1115a38 Compare October 27, 2019 00:54
@renovate
renovate Bot force-pushed the renovate/eslint-config-prettier-6.x branch 2 times, most recently from 6b14cf0 to 476c436 Compare November 17, 2019 00:39
@renovate
renovate Bot force-pushed the renovate/eslint-config-prettier-6.x branch from 476c436 to d7ba5e3 Compare November 19, 2019 06:23
@renovate
renovate Bot force-pushed the renovate/eslint-config-prettier-6.x branch 2 times, most recently from fe5d89a to 8577d3f Compare December 21, 2019 00:16
@renovate
renovate Bot force-pushed the renovate/eslint-config-prettier-6.x branch 3 times, most recently from b727a80 to e8ba01a Compare December 27, 2019 12:08
@renovate
renovate Bot force-pushed the renovate/eslint-config-prettier-6.x branch 2 times, most recently from b31c58b to b31b0db Compare January 18, 2020 00:37
@renovate
renovate Bot force-pushed the renovate/eslint-config-prettier-6.x branch from b31b0db to 571ff0b Compare January 31, 2020 23:23
@renovate
renovate Bot force-pushed the renovate/eslint-config-prettier-6.x branch from 571ff0b to f9013fb Compare February 8, 2020 00:37
@renovate
renovate Bot force-pushed the renovate/eslint-config-prettier-6.x branch from f9013fb to 7489bba Compare February 9, 2020 02:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant