-
Notifications
You must be signed in to change notification settings - Fork 2
Update eslint-plugin-react to the latest version 🚀 #67
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 6.10.1 just got published.Update to this version instead 🚀 Release Notesv6.10.1Fixed
CommitsThe new version differs by 100 commits .
There are 100 commits in total. See the full diff. |
Version 6.10.2 just got published. |
Version 6.10.3 just got published. |
Version 7.0.0 just got published.Update to this version instead 🚀 Release Notesv7.0.0Added
Breaking
Fixed
Changed
CommitsThe new version differs by 58 commits0.
There are 58 commits in total. See the full diff |
Version 7.0.1 just got published.Update to this version instead 🚀 Release Notesv7.0.1Fixed
Changed
|
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 |
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 |
|
|
|
|
|
|
|
|
|
|
|
|
🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 Find out how to migrate to Snyk at greenkeeper.io
|
Version 6.10.0 of eslint-plugin-react just got published.
The version 6.10.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
v6.10.0Added
forbid-foreign-prop-types
rule (#696 @iancmyers)void-dom-elements-no-children
rule (#709 @lencioni)forbid-elements
rule (#887 @kentor)noSortAlphabetically
option tojsx-sort-props
(#541 #786 @markus101)when
option tojsx-max-props-per-line
(#878 @kentor)nextProps
toprop-types
(#814)Fixed
require-default-props
crash (#1029)require-default-props
rule when using Flow type from assignment (#1043 @wyze @CarlRosell)style-prop-object
to not warn with explicitnull
orundefined
(#812 @ljharb)no-unused-prop-types
props detection in stateless components (#885 @BarryThePenguin)display-name
false positive withdocument.createElement
(#996 @jomasti)Changed
Commits
The new version differs by 49 commits .
83d4c4b
Update CHANGELOG and bump version
ee144d6
Merge pull request #890 from kentor/forbid-elements
3e2421e
Merge pull request #946 from BarryThePenguin/no-unused-prop-types-in-jsx
3b25a3b
Merge pull request #882 from kentor/jsx-max-props-per-line-updates
54abb8b
Merge pull request #1055 from iancmyers/icm-forbid-foreign-prop-type
0b25b66
Add forbid-foreign-prop-types rule
c586273
Merge pull request #1062 from dguo/patch-2
8e207b8
Fix no-array-index-key typo
d884a98
Add new rule: forbid-elements
c97dd0f
Merge pull request #1051 from yannickcr/void-dom-elements-no-children
a84d5f5
jsx-max-props-per-line: Use json format in docs
9af8d25
fix comments
d5c3e91
detect used props in jsx
b52f3b8
jsx-max-props-per-line: Add additional test cases
b485e28
jsx-max-props-per-line: Add
when
optionThere are 49 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 🌴