This version is covered by your current version range and after updating it in your project the build went from success to failure.
As eslint-plugin-react is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.
I recommend you give this issue a high priority. I’m sure you can resolve this :muscle:
Of course this could just be a false positive, caused by a flaky test suite, or third parties that are currently broken or unavailable, but that would be another problem I’d recommend working on.
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.
With Integrationsfirst-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.
Screencast Try it today. Free for private repositories during beta.
Hello lovely humans,
eslint-plugin-react just published its new version 6.10.0.
This version is covered by your current version range and after updating it in your project the build went from success to failure.
As eslint-plugin-react is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.
I recommend you give this issue a high priority. I’m sure you can resolve this :muscle:
Of course this could just be a false positive, caused by a flaky test suite, or third parties that are currently broken or unavailable, but that would be another problem I’d recommend working on.
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:
GitHub Release
Added
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
The new version differs by 129 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 129 commits in total. See the full diff.
Screencast
Try it today. Free for private repositories during beta.