travi / blog

progress toward my future blog
https://travi.github.io/blog
MIT License
1 stars 0 forks source link

Update eslint-plugin-react to the latest version 🚀 #73

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 6.7.0 of eslint-plugin-react just got published.

Dependency eslint-plugin-react
Current Version 6.6.0
Type devDependency

The version 6.7.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of eslint-plugin-react. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes v6.7.0

Added

Fixed

  • Fix jsx-indent for parenthesized ternaries (#945 @voxpelli)
  • Fix jsx-indent for multiline ternaries
  • Fix jsx-indent for arrays in jsx (#947)
  • Fix no-danger-with-children crash with spread on global variables (#921)
  • Fix jsx-wrap-multilines ternaries handling (#916)

Changed

  • Enable no-unused-prop-types skipShapeProps option by default to limit false positive (#953 @everdimension)
Commits

The new version differs by 18 commits .

  • 5952dbf Update CHANGELOG and bump version
  • 17acf24 Update dependencies
  • 874a3e3 Fix jsx-wrap-multilines ternaries handling (fixes #916)
  • fe5594b Fix no-danger-with-children crash with spread on global variables (fixes #921)
  • 1df6118 Merge pull request #953 from everdimension/default-skipshapeprops-enable
  • 9921674 Fix some links in CHANGELOG
  • 231acd9 Fix jsx-indent for arrays in jsx (fixes #947)
  • 40882e5 Add more test to jsx-indent for multiline ternaries
  • 2fb1d37 Fix jsx-indent on multiline ternary
  • e60921c Fix jsx-indent for parenthesized ternary (fixes #945)
  • 2cd6e91 skipShapeProps should be enabled by default until it works properly;
  • fd51133 [Refactor] extract getTokenBeforeClosingBracket to a file.
  • 56846a6 Merge pull request #707 from Kovensky/jsx-tag-spacing
  • 1289239 Fix tests
  • dfbe2c1 Add simple example of correct closing slash

There are 18 commits in total. See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree: