Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps eslint-config-prettier from 4.1.0 to 5.1.0.

Changelog

Sourced from eslint-config-prettier's changelog.

Version 5.1.0 (2019-06-25)

  • Added: [react/jsx-curly-newline]. Thanks to Masafumi Koba (@​ybiquitous)!

Version 5.0.0 (2019-06-15)

  • Removed: [react/self-closing-comp]. This rule was added in v4.1.0 not
    because it conflicted with Prettier but because it was unnecessary when
    using Prettier. However, in v1.18.0 [Prettier stopped converting empty
    elements to self-closing elements][prettier-self-closing]. So the rule is
    not unnecessary anymore.

    If you use Prettier v1.17.1 or older you should be able to upgrade
    eslint-config-prettier to v5.0.0 without having to do anything else.

    If you use Prettier v1.18.0 or newer, you might get lint errors about for
    example changing <div></div> into <div />. You have two options:

    • Run eslint --fix if you prefer to enforce self-closing elements where
      possible. This should fix all the errors.
    • Add "react/self-closing-comp": "off" to your ESLint config if you use
      autofix from your editor and you face the same [issue as Prettier
      did][prettier-self-closing].
  • Changed: Node.js 6 is no longer officially supported, but v5.0.0 should
    still work with it.

Version 4.3.0 (2019-05-16)

  • Added: New [eslint-plugin-vue] rules: [vue/arrow-spacing],
    [vue/block-spacing], [vue/brace-style] and [vue/comma-dangle].
  • Added: New [@​typescript-eslint/eslint-plugin] rules:
    [@​typescript-eslint/func-call-spacing] and [@​typescript-eslint/semi].

Version 4.2.0 (2019-04-25)

Commits
  • b9b2ba8 eslint-config-prettier v5.1.0
  • 6d24525 Update npm packages
  • df8be25 Update eslint-plugin-react version in readme
  • 5c446dc Merge pull request #97 from ybiquitous/issue-96
  • 6b1bcec Turn off react/jsx-curly-newline
  • 29b0473 eslint-config-prettier v5.0.0
  • 4e8f761 Remove react/self-closing-comp because Prettier 1.18.0
  • cd8c8d0 Update npm packages
  • d3a0c0d Merge pull request #93 from bartocc/patch-1
  • d5f522c small typo
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the type: dependency Update or pin a third-party library. Semver bump: PATCH (x.y.⇧) label Jun 25, 2019
@dependabot-preview dependabot-preview bot requested a review from gregswindle June 25, 2019 09:18
@qlty-cloud-legacy
Copy link

Code Climate has analyzed commit 047434e and detected 0 issues on this pull request.

View more on Code Climate.

@dependabot-preview
Copy link
Contributor Author

Superseded by #56.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/eslint-config-prettier-5.1.0 branch June 26, 2019 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: dependency Update or pin a third-party library. Semver bump: PATCH (x.y.⇧)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants