Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency eslint-config-prettier to v8 - autoclosed #456

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 21, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-config-prettier ^7.2.0 -> ^8.10.0 age adoption passing confidence

Release Notes

prettier/eslint-config-prettier (eslint-config-prettier)

v8.10.0

Compare Source

  • Added: [max-statements-per-line]. Thanks to @​Zamiell!

v8.9.0

Compare Source

  • Added: [vue/array-element-newline]. Thanks to @​xcatliu!

v8.8.0

Compare Source

v8.7.0

Compare Source

v8.6.0

Compare Source

  • Added: [vue/multiline-ternary]. Thanks to @​xcatliu!

v8.5.0

Compare Source

v8.4.0

Compare Source

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).


Configuration

📅 Schedule: Branch creation - "after 2am and before 7am every weekday,after 2am and before 7am every weekend" in timezone Asia/Yangon, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

🔕 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 Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 10 times, most recently from 69b7284 to 4d33f62 Compare February 28, 2021 00:20
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch from 4d33f62 to 0b18178 Compare March 1, 2021 22:41
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 15 times, most recently from 089b128 to ec60b15 Compare March 18, 2021 23:02
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 4 times, most recently from e4164a2 to 6a86ad0 Compare March 24, 2021 23:39
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 2 times, most recently from 441d1db to eb714ae Compare January 22, 2022 03:19
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 6 times, most recently from 9434824 to d8acf2a Compare February 14, 2022 22:53
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch from d8acf2a to eb8af5b Compare February 19, 2022 11:49
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 3 times, most recently from 4b8b5dc to 7da3f44 Compare March 2, 2022 22:00
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 6 times, most recently from abacde3 to b4a4a62 Compare April 17, 2022 02:21
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 2 times, most recently from e7a7698 to 7109165 Compare June 3, 2022 03:09
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch from 7109165 to aa2471d Compare September 25, 2022 19:28
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch from aa2471d to 32feeb9 Compare November 20, 2022 08:12
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch from 32feeb9 to 652e42c Compare March 24, 2023 22:40
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch from 652e42c to 8f85da8 Compare July 27, 2023 13:28
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch from 8f85da8 to 2454b3e Compare August 3, 2023 09:27
@renovate renovate bot changed the title Update dependency eslint-config-prettier to v8 Update dependency eslint-config-prettier to v8 - autoclosed Aug 5, 2023
@renovate renovate bot closed this Aug 5, 2023
@renovate renovate bot deleted the renovate/eslint-config-prettier-8.x branch August 5, 2023 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant