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

chore(package): Update dependency eslint-config-prettier to v8 #40

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

Conversation

renovate[bot]
Copy link
Contributor

@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.8.0 age adoption passing confidence

Release Notes

prettier/eslint-config-prettier

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 - At any time (no schedule defined), 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
Copy link
Contributor Author

renovate bot commented Feb 21, 2021

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 6 times, most recently from df4316b to 17ad9e5 Compare March 1, 2021 05:37
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 3 times, most recently from 772fbfa to 2d5ea89 Compare March 2, 2021 10:24
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 3 times, most recently from 4769001 to 7ef2b15 Compare March 15, 2021 22:40
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 3 times, most recently from c042ff1 to 53e1f91 Compare March 27, 2021 05:56
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 4 times, most recently from 432b405 to f0a8d12 Compare April 5, 2021 20:54
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 3 times, most recently from 6450edc to 70f365a Compare April 13, 2021 16:41
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 2 times, most recently from 428977c to 5888448 Compare April 24, 2021 14:47
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 5 times, most recently from 3ddee3c to d6d43ff Compare May 10, 2021 20:57
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 5 times, most recently from b7626d7 to bf2c95b Compare March 21, 2022 20:45
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 3 times, most recently from 0f412cc to 577c7e3 Compare March 28, 2022 21:01
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 3 times, most recently from c76e447 to 7e964b0 Compare April 6, 2022 22:25
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 7 times, most recently from a5bd421 to fedf36e Compare April 15, 2022 15:51
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 3 times, most recently from 6b3fd9a to 8f72b03 Compare April 23, 2022 20:58
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 3 times, most recently from 2e1c949 to 8156dee Compare July 13, 2022 19:01
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch from 8156dee to df69a1f Compare November 20, 2022 15:23
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch from df69a1f to c29ab21 Compare March 17, 2023 05:47
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch from c29ab21 to 63f9d8b Compare March 25, 2023 00:04
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch from 63f9d8b to 01cdc18 Compare March 25, 2023 02:56
@renovate
Copy link
Contributor Author

renovate bot commented Mar 25, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit

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

0 participants