An in-range update of eslint-plugin-react is breaking the build π¨
greenkeeper opened this issue Β· 3 comments
The devDependency eslint-plugin-react was updated from 7.14.3
to 7.15.0
.
π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
eslint-plugin-react is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- β Travis CI - Branch: The build failed.
Commits
The new version differs by 30 commits.
b45219a
Update CHANGELOG and bump version
a01198f
[Dev Deps] update
eslint-config-airbnb-base
,eslint-plugin-import
,sinon
,typescript
ab77870
[Deps] update
jsx-ast-utils
,resolve
32e27b7
[Fix]
jsx-indent
: Fix false positive when a jsx element is the last statement within a do expression (with tests)628a4a0
[fix]
jsx-curly-brace-presence
: fix jsx tags in braces3124ce0
[Docs]
no-access-state-in-setstate
: update grammar4a05fa2
[fix]
display-name
: Fix false positivesc6521ad
Change istanbul output directory to ./coverage (default)
5970651
[new]
jsx-handler-name
: allowfalse
to disableeventHandlerPrefix
/eventHandlerPropPrefix
489ced3
[refactor]
jsx-curly-braces-presence, jsx-one-expression-per-line, no-danger-with-children
: addisWhiteSpaces
tolib/util/jsx
9b2db61
[fix]
jsx-curly-brace-presence
: report unnecessary curly braces with children on next line781bfff
[new]
sort-comp
: addstatic-variables
grouping7ccff10
[New] add
jsx-no-useless-fragment
rule66725bc
[Fix]
no-unused-prop-types
: false positive with callback3c72a49
[eslint] disable some options and manually fix
valid-jsdoc
There are 30 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 π΄
After pinning to 7.14.3 your tests are passing again. Downgrade this dependency π.
- The
devDependency
eslint-plugin-react was updated from7.15.0
to7.15.1
.
Your tests are still failing with this version. Compare changes
Commits
The new version differs by 4 commits.
e336aef
Update CHANGELOG and bump version
04fbe74
[Fix]
jsx-curly-brace-presence
: bail out checks when JSXElements are passed as props20cc016
[Docs]
prefer-es6-class
: Fix typosfeba507
[Fix]
jsx-curly-brace-presence
: bail out on JSX inside props, for now
See the full diff
- The
devDependency
eslint-plugin-react was updated from7.15.1
to7.16.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 6 commits.
fb3210b
Update CHANGELOG and bump version
6011505
[new]
jsx-sort-default-props
: make rule fixable6f14e16
[fix]
jsx-no-useless-fragment
: usearray-includes
over.includes
for back compata1dee7c
[fix]
jsx-curly-brace-presence
: allow necessary white-space literald7d2a01
[Fix]
jsx-curly-brace-presence
: warns incorrectly on trailing whitespacec153a86
[Fix]
no-unused-prop-types
: false positive when nested destructuring
See the full diff