Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

🐼 - Update dependency eslint-config-prettier to v6 #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 25, 2019

This PR contains the following updates:

Package Type Update Change
eslint-config-prettier devDependencies major 4.3.0 -> 6.7.0

Release Notes

prettier/eslint-config-prettier

v6.7.0

Compare Source

  • Added: [@​typescript-eslint/space-before-function-paren]. Thanks to Masafumi
    Koba (@​ybiquitous)!

v6.6.0

Compare Source

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

v6.5.0

Compare Source

  • Added: Support for [excluding deprecated rules]. Thanks to Alex Ilyaev
    (@​alexilyaev)!

v6.4.0

Compare Source

  • Added: [unicorn/no-nested-ternary]. Thanks to Yang Mingshan
    (@​yangmingshan)!

v6.3.0

Compare Source

  • Added: [@​typescript-eslint/brace-style]. Thanks to Masafumi Koba
    (@​ybiquitous)!

v6.2.0

Compare Source

  • Added: [@​typescript-eslint/quotes] (as a [special
    rule][@​typescript-eslint/quotes-special]). Thanks to Masafumi Koba
    (@​ybiquitous)!

v6.1.0

Compare Source

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

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

  • Added: [react/jsx-curly-newline]. Thanks to Masafumi Koba (@​ybiquitous)!

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.


Renovate configuration

📅 Schedule: At any time (no schedule defined).

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

♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "rebase!".

🔕 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

Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.

@renovate renovate bot force-pushed the renovate/eslint-config-prettier-6.x branch from 1ea31b3 to 1fc1f71 Compare July 1, 2019 11:52
@renovate renovate bot changed the title 🐼 - Update dependency eslint-config-prettier to v6 🐼 - Update dependency eslint-config-prettier to v6 Jul 2, 2019
@renovate renovate bot changed the title 🐼 - Update dependency eslint-config-prettier to v6 🐼 - Update dependency eslint-config-prettier to v6 Jul 8, 2019
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-6.x branch from 1fc1f71 to 78769e8 Compare July 8, 2019 15:53
@renovate renovate bot changed the title 🐼 - Update dependency eslint-config-prettier to v6 🐼 - Update dependency eslint-config-prettier to v6 Jul 12, 2019
@renovate renovate bot changed the title 🐼 - Update dependency eslint-config-prettier to v6 🐼 - Update dependency eslint-config-prettier to v6 Jul 12, 2019
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-6.x branch 5 times, most recently from c8160d9 to c6b72ba Compare July 23, 2019 11:46
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-6.x branch 2 times, most recently from 6a2f804 to 701dedb Compare August 1, 2019 17:42
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-6.x branch from 701dedb to c2d0ded Compare August 2, 2019 15:46
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-6.x branch 2 times, most recently from c777629 to bde074f Compare August 13, 2019 20:27
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-6.x branch from bde074f to d1dae24 Compare August 19, 2019 17:03
@renovate renovate bot changed the title 🐼 - Update dependency eslint-config-prettier to v6 🐼 - Update dependency eslint-config-prettier to v6 Aug 19, 2019
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-6.x branch 2 times, most recently from cef0cec to 5b26f78 Compare August 25, 2019 23:51
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-6.x branch from 5b26f78 to 8919ac4 Compare August 27, 2019 14:31
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-6.x branch from 8919ac4 to 47f6d44 Compare September 3, 2019 16:01
@renovate renovate bot changed the title 🐼 - Update dependency eslint-config-prettier to v6 🐼 - Update dependency eslint-config-prettier to v6 Sep 3, 2019
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-6.x branch from 47f6d44 to e1a72e5 Compare September 10, 2019 15:23
@renovate renovate bot changed the title 🐼 - Update dependency eslint-config-prettier to v6 🐼 - Update dependency eslint-config-prettier to v6 Sep 10, 2019
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-6.x branch 4 times, most recently from e068113 to 4946e0f Compare September 16, 2019 16:51
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-6.x branch from 4946e0f to 48eb0ff Compare September 24, 2019 19:40
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-6.x branch 2 times, most recently from fb7b2e2 to eb30e93 Compare October 5, 2019 21:31
@renovate renovate bot changed the title 🐼 - Update dependency eslint-config-prettier to v6 🐼 - Update dependency eslint-config-prettier to v6 Oct 5, 2019
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-6.x branch 2 times, most recently from ec21288 to 188abee Compare October 15, 2019 16:55
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-6.x branch 2 times, most recently from 23cb4d2 to f5311f3 Compare October 26, 2019 16:24
@renovate renovate bot changed the title 🐼 - Update dependency eslint-config-prettier to v6 🐼 - Update dependency eslint-config-prettier to v6 Oct 26, 2019
@renovate renovate bot changed the title 🐼 - Update dependency eslint-config-prettier to v6 🐼 - Update dependency eslint-config-prettier to v6 Nov 14, 2019
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-6.x branch from f5311f3 to f675e35 Compare November 17, 2019 00:37
@renovate renovate bot changed the title 🐼 - Update dependency eslint-config-prettier to v6 🐼 - Update dependency eslint-config-prettier to v6 Nov 17, 2019
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-6.x branch from f675e35 to f1031b5 Compare November 19, 2019 06:19
@renovate renovate bot changed the title 🐼 - Update dependency eslint-config-prettier to v6 🐼 - Update dependency eslint-config-prettier to v6 Nov 19, 2019
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-6.x branch from f1031b5 to 2abef13 Compare December 9, 2019 16:50
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