Skip to content

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

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/eslint-config-prettier-8.x
Open

chore(package): Update dependency eslint-config-prettier to v8#40
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/eslint-config-prettier-8.x

Conversation

@renovate
Copy link
Copy Markdown
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
Copy Markdown
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 2c99dd7 to b17d94d Compare June 2, 2021 09:56
@renovate renovate Bot force-pushed the renovate/eslint-config-prettier-8.x branch 8 times, most recently from f5c8cf2 to 83d97a6 Compare June 8, 2021 08:31
@renovate renovate Bot force-pushed the renovate/eslint-config-prettier-8.x branch 8 times, most recently from 6e0bb7e to e71d34a Compare June 17, 2021 21:48
@renovate renovate Bot force-pushed the renovate/eslint-config-prettier-8.x branch 6 times, most recently from 7bba512 to 783220e Compare June 25, 2021 14:40
@renovate renovate Bot force-pushed the renovate/eslint-config-prettier-8.x branch from 783220e to 9bc68db Compare June 26, 2021 10:58
@renovate
Copy link
Copy Markdown
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.

0 participants