-
Notifications
You must be signed in to change notification settings - Fork 2
Update eslint-plugin-react to the latest version 🚀 #33
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
base: master
Are you sure you want to change the base?
Conversation
Version 7.0.1 just got published.Update to this version instead 🚀 Release Notesv7.0.1Fixed
Changed
|
Version 7.1.0 just got published.Update to this version instead 🚀 Release Notesv7.1.0Added
Fixed
ChangedCommitsThe new version differs by 105 commits.
There are 105 commits in total. See the full diff |
Version 7.2.0 just got published.Update to this version instead 🚀 Release Notesv7.2.0Added
Fixed
ChangedCommitsThe new version differs by 153 commits.
There are 153 commits in total. See the full diff |
Version 7.2.1 just got published.Update to this version instead 🚀 Release Notesv7.2.1Fixed
ChangedCommitsThe new version differs by 11 commits.
See the full diff |
Version 7.3.0 just got published.Update to this version instead 🚀 Release Notesv7.3.0Added
Fixed
ChangedCommitsThe new version differs by 25 commits.
There are 25 commits in total. See the full diff |
Version 7.4.0 just got published.Update to this version instead 🚀 Release Notesv7.4.0Added
Fixed
Changed
CommitsThe new version differs by 112 commits.
There are 112 commits in total. See the full diff |
Version 7.5.0 just got published.Update to this version instead 🚀 Release Notesv7.5.0Added
Fixed
ChangedCommitsThe new version differs by 176 commits.
There are 176 commits in total. See the full diff |
Version 7.5.1 just got published.Update to this version instead 🚀 Release Notesv7.5.1FixedChangedCommitsThe new version differs by 7 commits.
See the full diff |
Version 7.6.0 just got published.Update to this version instead 🚀 CommitsThe new version differs by 106 commits.
There are 106 commits in total. See the full diff |
Version 7.6.1 just got published.Update to this version instead 🚀 CommitsThe new version differs by 11 commits.
See the full diff |
Version 7.7.0 just got published.Update to this version instead 🚀 CommitsThe new version differs by 29 commits.
There are 29 commits in total. See the full diff |
Version 7.8.0 just got published.Update to this version instead 🚀 Release Notesv7.8.0Added
Fixed
Changed
CommitsThe new version differs by 65 commits.
There are 65 commits in total. See the full diff |
Version 7.8.1 just got published.Update to this version instead 🚀 Release Notesv7.8.1Fixed |
Version 7.8.2 just got published.Update to this version instead 🚀 Release Notesv7.8.2Fixed |
Version 7.9.0 just got published.Update to this version instead 🚀 Release Notesv7.9.0Added
Fixed
ChangedCommitsThe new version differs by 41 commits.
There are 41 commits in total. See the full diff |
Version 7.9.1 just got published. |
Version 7.10.0 just got published.Update to this version instead 🚀 CommitsThe new version differs by 23 commits.
There are 23 commits in total. See the full diff |
Version 7.11.0 just got published.Update to this version instead 🚀 Release Notesv7.11.0Added
Fixed
Changed
CommitsThe new version differs by 65 commits.
There are 65 commits in total. See the full diff |
Version 7.11.1 just got published.Update to this version instead 🚀 CommitsThe new version differs by 11 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for v7.12.0Added
Fixed
Changed
CommitsThe new version differs by 127 commits.
There are 127 commits in total. See the full diff |
Update to this version instead 🚀 Release Notes for v7.12.1Fixed
Changed
CommitsThe new version differs by 9 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for v7.12.2Fixed
CommitsThe new version differs by 5 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for v7.12.3Fixed
Changed
CommitsThe new version differs by 14 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for v7.12.4Fixed
ChangedCommitsThe new version differs by 10 commits.
See the full diff |
Update to this version instead 🚀 CommitsThe new version differs by 74 commits.
There are 74 commits in total. See the full diff |
Version 7.0.0 of eslint-plugin-react just got published.
The version 7.0.0 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.
Release Notes
v7.0.0Added
no-will-update-set-staterule (#1139 @ManThursday)no-deprecatedreservedFirstoption tojsx-sort-props(#1134 @MatthewHerbst)Breaking
React.PropTypesandReact.createClassinno-deprecated(#1148 @Calyhre)createClasscomponent factory tocreateReactClass. This is used for React component detection, if you still usingReact.createClassuse the shared settings to specifycreateClassas component factoryno-danger-with-childrenrule to recommended rules (#748 @ljharb)no-string-refsrule to recommended rules (#749 @ljharb)jsx-keyrule to recommended rules (#750 @ljharb)jsx-no-comment-textnodesrule to recommended rules (#751 @ljharb)jsx-no-target-blankrule to recommended rules (#752 @ljharb)no-unescaped-entitiesrule to recommended rules (#841 @ljharb)no-children-proprule to recommended rules (#842 @ljharb)wrap-multilinesrule, usejsx-wrap-multilinesinsteadno-comment-textnodesrule, usejsx-no-comment-textnodesinsteadrequire-extensionrule, use the eslint-plugin-importextensionsrule insteadjsx-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
no-unused-prop-typesfalse positive withnextProps(#1079 @Kerumen)prefer-stateless-functionto not warn on classes with decorators (#1034 @benstepp)Changed
Commits
The new version differs by 58 commits0.
d335b1fUpdate CHANGELOG and bump versiond97e5f0Merge pull request #1167 from Slumber86/master79415f1Wrong import48a397eFix syntax error2cd9e5eUpdate docs for deprecated prop-types4d5faeeUpdate CHANGELOG and bump versiondfe190bMerge pull request #1134 from MatthewHerbst/jsx-sort-props/new-rule-option--reservedFirst14dbf99Merge pull request #802 from kokarn/master7d08955Add default for jsx-first-prop-new-line21ed801Fix lint errorsb5856caMerge pull request #791 from Lingvokot/790-stateless-multiline-wrap77048c8Remove deprecated wrap-multilines rule6d6d24aRemove deprecated no-comment-textnodes rule229cc21Remove deprecated require-extension ruleed928c2Merge pull request #1013 from jomasti/jsx-no-undef-imported-onlyThere are 58 commits in total.
See the full diff
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot 🌴