Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Update linters (major) #45

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

Update linters (major) #45

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 21, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-config-prettier ^7.0.0 -> ^8.0.0 age adoption passing confidence
stylelint-config-standard ^20.0.0 -> ^22.0.0 age adoption passing confidence

Release Notes

prettier/eslint-config-prettier

v8.3.0

Compare Source

v8.2.0

Compare Source

  • Added: [flowtype/quotes]. Thanks to Martin Zlámal (@​mrtnzlml)!

v8.1.0

Compare Source

  • Added: [flowtype/object-type-curly-spacing].
  • Added: Dummy files for the configs removed in 8.0.0. The dummy files throw an error that try to guide you how to upgrade.

v8.0.0

Compare Source

  • Changed: All configs have been merged into one!

    To upgrade, change:

    {
      "extends": [
        "some-other-config-you-use",
        "prettier",
        "prettier/@​typescript-eslint",
        "prettier/babel",
        "prettier/flowtype",
        "prettier/react",
        "prettier/standard",
        "prettier/unicorn",
        "prettier/vue"
      ]
    }

    Into:

    {
      "extends": [
        "some-other-config-you-use",
        "prettier"
      ]
    }

    The "prettier" config now includes not just ESLint core rules, but also rules from all plugins. Much simpler!

    So … what’s the catch? Why haven’t we done this earlier? Turns out it’s just a sad mistake. I (@​lydell) was confused when testing, and thought that turning off unknown rules in a config was an error. Thanks to Georgii Dolzhykov (@​thorn0) for pointing this out!

    If you use [eslint-plugin-prettier], all you need is [plugin:prettier/recommended]:

    {
      "extends": [
        "some-other-config-you-use",
        "plugin:prettier/recommended"
      ]
    }

    (The ["prettier/prettier" config][prettier-prettier-config] still exists separately. It’s the odd one out. The main "prettier" config does not include the rules from it.)

  • Changed: The CLI helper tool now only prints warnings for [arrow-body-style] and [prefer-arrow-callback], just like other “special rules.” This means that if you’ve decided to use those rules and [eslint-plugin-prettier] at the same time, you’ll get warnings but exit code zero (success).

v7.2.0

Compare Source

v7.1.0

Compare Source

  • Added: [unicorn/empty-brace-spaces]. Thanks to fisker Cheung (@​fisker)!
stylelint/stylelint-config-standard

v22.0.0

Compare Source

v21.0.0

Compare Source


Configuration

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

🚦 Automerge: Disabled due to failing status checks.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added the renovate label Feb 21, 2021
@renovate renovate bot force-pushed the renovate/major-linters branch 2 times, most recently from 5d88833 to 2e015cf Compare March 6, 2021 17:55
@renovate renovate bot changed the title Update dependency eslint-config-prettier to v8 Update linters (major) Mar 6, 2021
@renovate renovate bot force-pushed the renovate/major-linters branch 2 times, most recently from b224c93 to b9b7234 Compare March 30, 2021 01:26
@renovate renovate bot force-pushed the renovate/major-linters branch 3 times, most recently from f4e7517 to 0f38a15 Compare April 24, 2021 17:11
@renovate renovate bot force-pushed the renovate/major-linters branch 2 times, most recently from 5115fbe to f47a7be Compare May 4, 2021 20:49
@renovate renovate bot force-pushed the renovate/major-linters branch 3 times, most recently from 385fe35 to 43998f4 Compare May 11, 2021 01:32
@renovate renovate bot force-pushed the renovate/major-linters branch 2 times, most recently from ad97723 to 813db35 Compare May 18, 2021 19:46
@renovate renovate bot force-pushed the renovate/major-linters branch 2 times, most recently from ecb44b6 to f75c961 Compare May 28, 2021 02:31
@renovate renovate bot force-pushed the renovate/major-linters branch from f75c961 to 06c7e94 Compare June 2, 2021 09:40
@renovate renovate bot force-pushed the renovate/major-linters branch from 06c7e94 to 66c2c45 Compare June 9, 2021 10:54
@renovate renovate bot force-pushed the renovate/major-linters branch 2 times, most recently from 1e4b228 to 777f2d1 Compare July 6, 2021 21:50
@renovate renovate bot force-pushed the renovate/major-linters branch 2 times, most recently from d96b319 to c1cbf79 Compare July 19, 2021 22:27
@renovate renovate bot force-pushed the renovate/major-linters branch 3 times, most recently from edcf294 to f07d9ce Compare August 2, 2021 21:17
@renovate renovate bot force-pushed the renovate/major-linters branch 3 times, most recently from 60ea6e2 to 03f98ab Compare August 4, 2021 14:32
@renovate renovate bot force-pushed the renovate/major-linters branch 4 times, most recently from 61501d1 to 1046bbe Compare September 7, 2021 00:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants