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 #550

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 45d292c to ac9b413 Compare February 28, 2021 01:00
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch from ac9b413 to 4f51317 Compare March 2, 2021 00:53
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 13 times, most recently from 95edfd6 to 1acf6ef Compare March 18, 2021 22:00
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 6 times, most recently from 267fb10 to 7642faa Compare March 26, 2021 02:40
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 6 times, most recently from b2e28e4 to ceeca04 Compare February 19, 2022 11:54
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 8 times, most recently from 09a1227 to 3ed1007 Compare March 1, 2022 23:32
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch from 3ed1007 to d092214 Compare March 2, 2022 22:20
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 4 times, most recently from 77819f7 to 029e1f3 Compare April 16, 2022 23:26
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch from 029e1f3 to ce24a7d Compare September 25, 2022 21:37
@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 ce24a7d to a011898 Compare November 20, 2022 12:32
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch from a011898 to 38070cf Compare March 16, 2023 13:48
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch from 38070cf to 679eaeb Compare March 24, 2023 23:57
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch from 679eaeb to 7044307 Compare July 27, 2023 12:20
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch from 7044307 to 8785a8e Compare August 3, 2023 07:48
@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 19:29
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