replux icon indicating copy to clipboard operation
replux copied to clipboard

Update eslint-plugin-react to version 4.0.0 🚀

Open greenkeeperio-bot opened this issue 9 years ago • 0 comments

Hello :wave:

:rocket::rocket::rocket:

eslint-plugin-react just published its new version 4.0.0, which is not covered by your current version range.

If this pull request passes your tests you can publish your software with the latest version of eslint-plugin-react – otherwise use this branch to work on adaptions and fixes.

Happy fixing and merging :palm_tree:


GitHub Release

Added

  • Add jsx-space-before-closing rule (#244 @ryym)
  • Add support for destructing in function signatures to prop-types (#354 @lencioni)

Breaking

  • Add support for static methods to sort-comp. Static methods must now be declared first, see rule documentation (#128 @lencioni)
  • Add shareable config in place of default configuration. jsx-uses-vars is not enabled by default anymore, see documentation (#192)
  • Rename jsx-sort-prop-types to sort-prop-types. jsx-sort-prop-types still works but will trigger a warning (#87 @lencioni)
  • Remove deprecated jsx-quotes rule (#433 @lencioni)
  • display-name now accept the transpiler name by default. You can use the ignoreTranspilerName option to get the old behavior, see rule documentation (#440 @lencioni)

Fixed

  • Only ignore lowercase JSXIdentifier in jsx-no-undef (#435)
  • Fix jsx-handler-names regex (#425)
  • Fix destructured props detection in prop-types (#443)

Changed


The new version differs by 118 commits .

  • c392099 Update CHANGELOG and bump version
  • 4d1b285 Update dependencies
  • 66cc490 Merge pull request #450 from wyze/patch-1
  • 8f5745b Updatedisplay-namerule options documenation
  • 8d8649e Merge pull request #449 from craigklem/master
  • 9a6a578 Update README.md
  • 1aa015d Update CHANGELOG and bump version
  • 3c8b955 Update dependencies
  • 49eedb0 Fix jsx-handler-names regex (fixes #425)
  • 6643f87 Fix destructured props detection in prop-types (fixes #443)
  • de538cb Update CHANGELOG and bump version
  • 9601761 Remove duplicated jsx-sort-prop-types tests
  • a7bc69c Update dependencies
  • b396e6c Remove rulesConfig and export a shareable config (fixes #192)
  • b3cc7a5 Merge pull request #441 from lencioni/readme-jsx

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


This pull request was created by greenkeeper.io. It keeps your software, up to date, all the time.

Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster :zap:

greenkeeperio-bot avatar Feb 19 '16 19:02 greenkeeperio-bot