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

Update eslint-plugin-react to version 4.0.0 🚀 #196

Merged
merged 1 commit into from
Feb 19, 2016

Conversation

greenkeeperio-bot
Copy link
Contributor

Hello 👋

🚀🚀🚀

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 🌴


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 242 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 242 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 ⚡

dignifiedquire added a commit that referenced this pull request Feb 19, 2016
Update eslint-plugin-react to version 4.0.0 🚀
@dignifiedquire dignifiedquire merged commit e8be597 into master Feb 19, 2016
@dignifiedquire dignifiedquire deleted the greenkeeper-eslint-plugin-react-4.0.0 branch February 19, 2016 21:16
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