An in-range update of eslint-plugin-react is breaking the build π¨
The devDependency eslint-plugin-react was updated from 7.12.4 to 7.13.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
- β continuous-integration/travis-ci/push: The Travis CI build failed (Details).
Commits
The new version differs by 74 commits.
f39829fUpdate CHANGELOG and bump version9e81dde[Deps] updatejsx-ast-utils,resolvee73a692Merge pull request #2256 from mateuszsokola/masterb5fc9bf[fix]jsx-props-no-multi-spaces: support generic components (ts)8bd3837Fix Node 4 compatibility005dad3Revert "Replace mocha by jest"6e4f43eReplace mocha by jest09f580cReplace typescript-eslint-parser by @typescript-eslint/parser861fdef[fix]prop-types: fix case with destructuring and defualt param9fbd037Fix ESLint 6 compat by providing parser as absolute path to RuleTester8041075Fix jsx-curly-brace-presence schema defaults9cec705Add next ESLint version to Travis0d4725eAdd Node 12 and remove Node 4/6 from Travis9192ec3Update devDependenciesd5d2e82Merge pull request #2250 from guliashvili/master
There are 74 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 :palm_tree:
After pinning to 7.12.4 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
- The
devDependencyeslint-plugin-react was updated from7.13.0to7.14.0.
Your tests are still failing with this version. Compare changes
Release Notes for v7.14.0
Added
- Add
jsx-curly-newlinerule (#1493 @golopot) - Add support for nested destructuring to
prop-types(#296 #1422 @golopot) - Add support for variables defined as props to
prop-typesandno-unused-prop-types(#442 #833 #1002 #1116 #1257 #1764 @golopot) - Add
checkFragmentShorthandoption tojsx-key(#2316 @kaykayehnn)
Fixed
- Fix
no-did-mount-set-stateandno-did-update-set-stateto handle cDU and cDM defined as class properties (#1595 @jaaberg) - Fix
sort-prop-typescash when a shape PropType is defined in a variable (#1749 @alexzherdev) - Fix
no-unused-statefalse positive when using state of non-lifecycle method (#2274 @golopot) - Fix
static-property-placementfalse positive when accessing static property inside method (#2283 @dmason30) - Fix
prop-typedetection for annotated props with default value (#2298 @yannickcr)
Changed
- Add ESLint 6.0.0 as valid peerDependency (@yannickcr)
- Improve
no-render-return-valueperformance (#2259 @golopot) - Change
jsx-sort-propsto report errors only on the identifier (#2312 @MrHen) - Change to warn only once if react version cannot be detected (#2276 @ljharb)
- Documentation improvements (#2263 @dimitropoulos, #2262 @ybiquitous, #2295 @battaglr, #2302 @Jason-Cooke, #2303 @golopot)
- Code refactoring (#2265 #2267 #2286 #2294 @golopot, @ljharb)
- Tests improvements (#2304 #1047 @golopot, @yannickcr)
Commits
The new version differs by 68 commits.
dfaa92fUpdate CHANGELOG and bump versionc52b61bMerge pull request #2316 from kaykayehnn/jsx-key-fragments8db631b[Fix] Fix detection of annotated props with default valuebbebefd[Tests] Remove AppVeyor0d49f5a[New] Add ESLint ^6.0.0 as valid peerDependency0364ed2Fix formatting issues7c1abedAdd checkFragmentShorthand optioned04c2fFix tests in eslint < 50d1aaf8Handle fragments in jsx-key7d449a9[New]jsx-sort-props: Change reported range to only the identifier1e102f0Change reported range to only the identifiere6b4c33Merge pull request #2301 from golopot/fix-cached-props-29a63e19Immediately destructure out propVariables rather than using it as a namespace3a1a0d1Apply suggestion: replace mutation with Object.assign89b8143Apply suggestion: replace concat([a]) with concat(a)
There are 68 commits in total.
See the full diff
- The
devDependencyeslint-plugin-react was updated from7.14.0to7.14.1.
Your tests are still failing with this version. Compare changes
- The
devDependencyeslint-plugin-react was updated from7.14.1to7.14.2.
Your tests are still failing with this version. Compare changes