Update eslint-plugin-react to version 6.5.0 π
Hello lovely humans,
eslint-plugin-react just published its new version 6.5.0.
| State | Update :rocket: |
|---|---|
| Dependency | eslint-plugin-react |
| New version | 6.5.0 |
| Type | devDependency |
This version 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.
Do you have any ideas how I could improve these pull requests? Did I report anything you think isnβt right? Are you unsure about how things are supposed to work?
There is a collection of frequently asked questions and while Iβm just a bot, there is a group of people who are happy to teach me new things. Let them know.
Good luck with your project :sparkles:
You rock!
:palm_tree:
Added
- Add tab support to
jsx-closing-bracket-locationauto fixer (#909 @arperry) - Add tab and space support to
jsx-indentauto fixer (#608 @jayphelps) - Add
multiline-multipropoption tojsx-first-prop-new-line(#883 @kentor)
Fixed
- Fix
forbid-component-propscrash with self reference JSX element (#839 @xeodou) - Fix
jsx-indentto ignore lines starting by literals (#900) - Fix
no-set-stateto correctly detectsetStatein arrow functions (#931)
Changed
- Update dependencies
- Add
deprecatedmetadata to deprecated rules (#911 @randycoulman) - Auto-enable
eslint-plugin-reactin exported configurations (#925 @MoOx) - Documentation improvements (#910 @Wilfred, #932 @gnarf)
The new version differs by 429 commits .
-
b292fbfUpdate CHANGELOG and bump version -
6ff264fAdd link to documentation on rules name (fixes #805) -
37ded33Fix new indent errors found by ESLint -
8b4b0aaUpdate dependencies -
56f1777Add support for tabs<->spaces to jsx-indent auto fixer -
7d4ad88Update exported configurations documentation in Readme -
7f81819Fix setState detection in arrow functions (fixes #931) -
13824c6Add multiline-multiprop option to jsx-first-prop-new-line (fixes #878) -
6620a0aAdd deprecated metadata to deprecated rules -
16a3b22Fix incomplete recommended configs -
d041fe4Merge pull request #932 from gnarf/patch-1 -
6153123mention ignorePureComponents earlier -
99cec3eMerge pull request #905 from xeodou/master -
00553b5Merge pull request #910 from Wilfred/patch-3 -
4a05b6fMinor grammar fix
There are 250 commits in total. See the full diff.