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

build(deps-dev): bump eslint-config-prettier from 6.14.0 to 7.1.0 #298

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 21, 2020

Bumps eslint-config-prettier from 6.14.0 to 7.1.0.

Changelog

Sourced from eslint-config-prettier's changelog.

Version 7.1.0 (2020-12-19)

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

Version 7.0.0 (2020-12-05)

  • 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
    

... (truncated)

Commits
  • c6ac365 eslint-config-prettier v7.1.0
  • ec52648 Update npm packages
  • 6604b27 Disable unicorn/empty-brace-spaces (#169)
  • 078db84 Update npm packages
  • 068fd1b eslint-config-prettier v7.0.0
  • 4d7347a Merge pull request #168 from prettier/next
  • f0b8764 Various cleanups
  • 0d0b1ac Fix local eslint require
  • 7642c58 Make error message fit better for eslint-plugin-prettier
  • bc65d43 Don’t warn about eslint-plugin-prettier rules if prettier/prettier is off
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 21, 2020
@coveralls
Copy link

coveralls commented Dec 21, 2020

Coverage Status

Coverage remained the same at 60.227% when pulling 191365d on dependabot/npm_and_yarn/eslint-config-prettier-7.1.0 into d2ad839 on master.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-config-prettier-7.1.0 branch from 35fb713 to 191365d Compare January 18, 2021 14:04
@ndelvalle ndelvalle merged commit db188d1 into master Jan 18, 2021
@ndelvalle ndelvalle deleted the dependabot/npm_and_yarn/eslint-config-prettier-7.1.0 branch January 18, 2021 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants