-
Notifications
You must be signed in to change notification settings - Fork 1
Update eslint-plugin-react to the latest version 🚀 #32
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.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 |
Version 7.5.0 of eslint-plugin-react was just published.
The version 7.5.0 is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of eslint-plugin-react.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
v7.5.0Added
jsx-one-expression-per-linerule (#1497 @TSMMark)destructuring-assignmentrule (#1462 @DianaSuvorova)no-access-state-in-setstaterule (#1374 @jaaberg)button-has-typerule (#1525 @Hypnosphi)React.DOMfactories inno-deprecated(#1530 @backjo)sortShapePropoption tosort-prop-types(#1476 @jomasti)parens-new-lineoption tojsx-wrap-multilines(#1475 @jomasti)checkContextTypesandcheckChildContextTypesoptions toforbid-prop-types(#1533 @jomasti)forbidDefaultForRequiredoption torequire-default-props(#1524 @jomasti)jsx-wrap-multilines(#1384 @evgeny-petukhov)Fixed
jsx-curly-brace-presenceauto fix by bailing out when some chars exist (#1479 #1449 @jackyho112)boolean-prop-namingcrash with Object spread (#1485 @track0x1)no-unused-stateto correctly handle arrow function class method (#1363 @jackyho112)typescript-eslint-parser(#1496 @timothykang)jsx-no-bindto only warn for props and account for variable declaration (#1444 #1395 #1417 @jackyho112)no-props-unused-propsto handle props usage in custom prop validators (#1518 @petersendidit)prefer-stateless-functionto account forcontextTypesanddefaultProps(#1521 @jomasti)jsx-no-comment-textnodesto not warn when using two slashes via html entities at the beginning of a literal (#1517 @jomasti)default-props-match-prop-typescrash (#1499 @jomasti)no-unused-prop-typesto handle props used in thesetStateupdate callback (#1507 @petersendidit)jsx-indent(#1246 @jseminck)Changed
Commits
The new version differs by 176 commits.
c148893Update CHANGELOG and bump versionf746d68Update dependencies771f534Merge pull request #1539 from jseminck/jsx-indent-bugacc4f24Use the new function also in jsx-indent-propsc51087cExtract isNodeFirstInLine to astUtil function6d50fb6Fix test by using the same isNodeFirstInLine function found in jsx-closing-tag-location rule8f3dc55Add failing test27b8279Merge pull request #1532 from jomasti/issue-152424190c6Merge pull request #1398 from jseminck/components-as-classcf2d6f6Keep existing API of exporting Components04a42a9Move private functions out of the classa0d47cfExport an object with a single detect() function, removing the static class propertye3638abRemove @class jsdocc379156Move detect to a static class property8d66521Re-write Components as a classThere are 176 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴