Update eslint-plugin-react to version 7.0.0 ๐
| ๐จ๐ฅโ ๏ธ Action required: Switch to the new Greenkeeper now! ๐จ๐ฅโ ๏ธ |
|---|
| This version of Greenkeper will be shutdown on May 31st. |
With Integrations first-class bot support landed on GitHub and weโve rewritten Greenkeeper to take full advantage of it. Simpler setup, fewer pull-requests, faster than ever.![]() |
Hello lovely humans,
eslint-plugin-react just published its new version 7.0.0.
| State | Update :rocket: |
|---|---|
| Dependency | eslint-plugin-react |
| New version | 7.0.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
no-will-update-set-staterule (#1139 @ManThursday) - Add import and destructuring support to
no-deprecated - Add
reservedFirstoption tojsx-sort-props(#1134 @MatthewHerbst)
Breaking
- Update rules for React 15.5.0:
- Drop Node.js < 4 support (#1038 @ljharb)
- Add
no-danger-with-childrenrule to recommended rules (#748 @ljharb) - Add
no-string-refsrule to recommended rules (#749 @ljharb) - Add
jsx-keyrule to recommended rules (#750 @ljharb) - Add
jsx-no-comment-textnodesrule to recommended rules (#751 @ljharb) - Add
jsx-no-target-blankrule to recommended rules (#752 @ljharb) - Add
no-unescaped-entitiesrule to recommended rules (#841 @ljharb) - Add
no-children-proprule to recommended rules (#842 @ljharb) - Remove deprecated
wrap-multilinesrule, usejsx-wrap-multilinesinstead - Remove deprecated
no-comment-textnodesrule, usejsx-no-comment-textnodesinstead - Remove deprecated
require-extensionrule, use the eslint-plugin-importextensionsrule instead - Deprecate
jsx-space-before-closingrule, use thejsx-tag-spacingrule instead.jsx-space-before-closingstill works but will trigger a warning (#1070 @afairb) jsx-first-prop-new-linedefault is nowmultiline-multiprop(#802 @kokarn)jsx-wrap-multilinesnow checks arrow functions without block body. It can be deactivated in rule options (#790 @ColCh)jsx-no-undefwill not check the global scope by default. You can force it with theallowGlobalsoption (#1013 @jomasti)
Fixed
- Fix
no-unused-prop-typesfalse positive withnextProps(#1079 @Kerumen) - Fix
prefer-stateless-functionto not warn on classes with decorators (#1034 @benstepp)
Changed
- Update dependencies (#1119 @danez)
- Documentation improvements (#1121 @omerzach, #1130 @dreid, #1131 @shoesandsocks, #1149 @Adzz, #1151 @MatthewHerbst, #1167 @Slumber86)
The new version differs by 380 commits .
-
d335b1fUpdate CHANGELOG and bump version -
d97e5f0Merge pull request #1167 from Slumber86/master -
79415f1Wrong import -
48a397eFix syntax error -
2cd9e5eUpdate docs for deprecated prop-types -
4d5faeeUpdate CHANGELOG and bump version -
dfe190bMerge pull request #1134 from MatthewHerbst/jsx-sort-props/new-rule-option--reservedFirst -
14dbf99Merge pull request #802 from kokarn/master -
7d08955Add default for jsx-first-prop-new-line -
21ed801Fix lint errors -
b5856caMerge pull request #791 from Lingvokot/790-stateless-multiline-wrap -
77048c8Remove deprecated wrap-multilines rule -
6d6d24aRemove deprecated no-comment-textnodes rule -
229cc21Remove deprecated require-extension rule -
ed928c2Merge pull request #1013 from jomasti/jsx-no-undef-imported-only
There are 250 commits in total. See the full diff.
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
:memo: Please visit https://cla.developers.google.com/ to sign.
Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.
- If you've already signed a CLA, it's possible we don't have your GitHub username or you're using a different email address. Check your existing CLA data and verify that your email is set on your git commits.
- If you signed the CLA as a corporation, please let us know the company's name.
