Skip to content

chore(deps): update dependency eslint-config-prettier to v7 #638

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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-config-prettier 6.15.0 -> 7.2.0 age adoption passing confidence

Release Notes

prettier/eslint-config-prettier

v7.2.0

Compare Source

v7.1.0

Compare Source

  • Added: [unicorn/empty-brace-spaces]. Thanks to fisker Cheung (@​fisker)!

v7.0.0

Compare Source

  • Changed: At least ESLint 7.0.0 is now required.

  • Changed: [arrow-body-style] and [prefer-arrow-callback] are no longer turned off by default. They only need to be turned off if you use [eslint-plugin-prettier]. If you do, add "prettier/prettier" to your "extends" array to turn them off again.

    {
      "extends": ["prettier", "prettier/prettier"],
      "plugins": ["prettier"],
      "rules": {
        "prettier/prettier": "error"
      }
    }

    Alternatively, update [eslint-plugin-prettier] to version 3.2.0 or later which automatically turns off these two rules in its "plugin:prettier/recommended" config.

    The CLI helper tool only warns about these rules if you have the "prettier/prettier" rule enabled for a file.

  • Changed: no-tabs is now a validatable rule. If you use it, you should enable allowIndentationTabs so that the rule works regardless of your Prettier config:

    {
      "rules": {
        "no-tabs": ["error", { "allowIndentationTabs": true }]
      }
    }
  • Changed: The CLI helper tool is now called just eslint-config-prettier instead of eslint-config-prettier-check. This is so that npx eslint-config-prettier always works regardless of whether you have already installed eslint-config-prettier or not: If you have, the local installation is used; if you haven’t, npx downloads a temporary copy.

  • Changed: The CLI helper tool no longer requires you to pipe the output of eslint --print-config to it. Instead, it does that automatically for you via ESLint API:s added in ESLint v7.

    Before:

    npx eslint --print-config index.js | npx eslint-config-prettier-check
    

    After:

    npx eslint-config-prettier index.js
    
  • Improved: The npm package is now 75% smaller.


Configuration

📅 Schedule: "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/eslint-config-prettier-7.x branch 4 times, most recently from 8f3f3d6 to 4b63aca Compare October 8, 2021 19:19
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-7.x branch 3 times, most recently from cebfd72 to d30e4cc Compare October 16, 2021 03:46
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-7.x branch 2 times, most recently from b03f154 to 6bf3c28 Compare October 22, 2021 19:37
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-7.x branch from 6bf3c28 to 477ddb4 Compare October 29, 2021 18:31
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-7.x branch 2 times, most recently from 6f99a54 to 6bd5d17 Compare November 5, 2021 19:37
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-7.x branch 5 times, most recently from 754f063 to e2b31b5 Compare November 20, 2021 12:45
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-7.x branch 2 times, most recently from 4530cee to caa9fa5 Compare November 26, 2021 20:22
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-7.x branch 2 times, most recently from ed937f6 to b44e9a7 Compare December 4, 2021 21:18
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-7.x branch 3 times, most recently from 72a97ee to 2b967c1 Compare December 17, 2021 21:10
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-7.x branch 3 times, most recently from 8715c58 to 76d958f Compare December 31, 2021 20:56
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-7.x branch 3 times, most recently from 817a5b6 to f9c3e9c Compare January 7, 2022 19:00
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-7.x branch 2 times, most recently from 4f735b1 to 2376c23 Compare January 14, 2022 21:00
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-7.x branch 2 times, most recently from fbb9a0e to f27b699 Compare January 28, 2022 21:07
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-7.x branch 4 times, most recently from 1d2894a to 0eefb40 Compare February 11, 2022 20:13
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-7.x branch from 0eefb40 to 70c3856 Compare February 13, 2022 12:12
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-7.x branch 3 times, most recently from 442e6fb to 7d1c001 Compare February 25, 2022 21:23
@renovate renovate bot force-pushed the renovate/eslint-config-prettier-7.x branch from 7d1c001 to 971b0da Compare March 7, 2022 07:12
@armandabric armandabric closed this Mar 7, 2022
@renovate
Copy link
Contributor Author

renovate bot commented Mar 7, 2022

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 7.x releases. But if you manually upgrade to 7.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/eslint-config-prettier-7.x branch March 7, 2022 08:38
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.

2 participants