-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update eslint-plugin-react to the latest version 🚀 #13
base: master
Are you sure you want to change the base?
Conversation
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.0.1 of eslint-plugin-react just got published.
The version 7.0.1 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.1Fixed
jsx-curly-spacing
allowMultiline
option being undefined in some cases (#1179 @fatfisz)jsx-curly-spacing
newline with object literals bug (#1180 @fatfisz)prop-types
to not mark class static function as valid propTypes definition (#1174)prop-types
crash with Flow spread operator (#1178)void-dom-elements-no-children
crash on faultycreateElement
detection (#1101)require-default-props
error message for quoted props (#1161)Changed
Commits
The new version differs by 206 commits0.
7ca9841
Update CHANGELOG and bump version
9ce4d85
Merge pull request #1192 from markus-willems/pr/prop-types-docs
660790b
fix for wrong rule syntax. no-unused-prop-types instead of react/no-unused-prop-types in docs
227fcf3
fix for wrong rule syntax. prop-types instead of react/prop-types in docs
af68f88
Fix require-default-props error message for quoted props (fixes #1161)
f7fb96b
Fix void-dom-elements-no-children crash on faulty createElement detection (fixes #1101)
f111e45
Merge pull request #1180 from fatfisz/fix-newline-with-object-literals
3743e6d
Add additional test with flow annotations to prop-types
1ced710
Fix no-unused-prop-types crash with Flow spread operator (fixes #1178
1534bdb
Fix the newline with object literals bug
159d0e5
Update rules to match changes in comments attachement in ESLint 4.0.0
1b5743f
Update tests to pass parserOptions globally
0a2c510
Fix indent errors
1bcaee0
Update .eslintrc config for ESLint 4.0.0
dd10133
Fix prop-types crash with Flow spread operator (fixes #1178)
There are 206 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 🌴