Update eslint-plugin-react to version 4.0.0 🚀 #196
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
jsx-space-before-closing
rule (#244 @ryym)prop-types
(#354 @lencioni)Breaking
sort-comp
. Static methods must now be declared first, see rule documentation (#128 @lencioni)jsx-uses-vars
is not enabled by default anymore, see documentation (#192)jsx-sort-prop-types
tosort-prop-types
.jsx-sort-prop-types
still works but will trigger a warning (#87 @lencioni)jsx-quotes
rule (#433 @lencioni)display-name
now accept the transpiler name by default. You can use theignoreTranspilerName
option to get the old behavior, see rule documentation (#440 @lencioni)Fixed
jsx-no-undef
(#435)jsx-handler-names
regex (#425)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
Update
display-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.
Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster ⚡It keeps your software, up to date, all the time.