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

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

⚠️ 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 check 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: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"5.16.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@">=7.0.0" from [email protected]
npm ERR! node_modules/eslint-config-prettier
npm ERR!   dev eslint-config-prettier@"8.3.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2021-05-04T22_27_18_900Z-debug.log

@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 11 times, most recently from c26c677 to 2fd34e5 Compare March 2, 2021 09:34
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 9 times, most recently from f94116a to 5f8a9be Compare March 11, 2021 13:10
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 7 times, most recently from 995dcb8 to 4894cf5 Compare March 19, 2021 12:49
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 2 times, most recently from c2fe307 to 40d610d Compare March 22, 2021 12:09
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 4 times, most recently from e384f2b to 4cf6b43 Compare November 1, 2021 17:00
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 3 times, most recently from fa0018a to cd38147 Compare November 17, 2021 22:06
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 3 times, most recently from 891af7c to 652159b Compare November 25, 2021 17:13
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 5 times, most recently from 7822ee8 to 41b92e5 Compare December 4, 2021 18:51
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch from 41b92e5 to 1477fa7 Compare December 9, 2021 10:37
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch from 1477fa7 to 266d051 Compare December 22, 2021 21:46
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch from 266d051 to 9441e61 Compare January 14, 2022 03:10
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch 5 times, most recently from 11972ed to 7d3efde Compare January 24, 2022 23:39
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch from 7d3efde to cb4ec88 Compare February 19, 2022 11:18
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch from cb4ec88 to 123600f Compare March 2, 2022 21:33
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch from 123600f to 63fce88 Compare September 25, 2022 22:02
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch from 63fce88 to c8a014e Compare November 20, 2022 15:32
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch from c8a014e to 470be19 Compare March 16, 2023 09:37
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-8.x branch from 470be19 to e64d200 Compare March 24, 2023 22:49
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