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

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 4 times, most recently from a5ff370 to cb54839 Compare February 23, 2021 22:28
@azure-pipelines
Copy link

There was an error handling pipeline event 69dcf023-fabb-402f-9e22-d0a6e632ece1.

@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 7 times, most recently from 076319c to d2c0224 Compare March 1, 2021 23:39
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 13 times, most recently from aa99188 to e466f02 Compare March 18, 2021 20:57
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 5 times, most recently from 1f6e5c3 to 5c70951 Compare March 25, 2021 02:38
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch from 0dc2edf to a3ad5ce Compare April 27, 2022 00:01
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 4 times, most recently from a6e6ca6 to 73fe482 Compare May 10, 2022 22:34
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 3 times, most recently from 78e1db9 to bea3393 Compare May 19, 2022 23:08
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 2 times, most recently from dc0614f to 7c9dec2 Compare May 24, 2022 23:24
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 6 times, most recently from d9eb290 to fa97720 Compare June 14, 2022 23:45
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 4 times, most recently from de39321 to 4b4e88d Compare June 17, 2022 01:04
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch from 4b4e88d to ba35795 Compare September 25, 2022 19:43
@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 ba35795 to 02434ff Compare November 20, 2022 17:21
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch from 02434ff to adc0221 Compare March 24, 2023 23:57
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch from adc0221 to c93524b Compare July 27, 2023 11:10
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch from c93524b to 1972b02 Compare August 3, 2023 10:42
@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:59
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.

None yet

1 participant