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.0
to 7.14.1
.
π¨ 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 could not complete due to an error (Details).
Commits
The new version differs by 3 commits.
62255af
Update CHANGELOG and bump version
655eb01
Merge pull request #2320 from golopot/issue-2319
9639d82
[Fix]
prop-types
: fix crash on multiple destructuring
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.0 your tests are passing again. Downgrade this dependency π.
- The
devDependency
eslint-plugin-react was updated from7.14.1
to7.14.2
.
Your tests are passing again with this update. Explicitly upgrade to this version π
- The
devDependency
eslint-plugin-react was updated from7.14.2
to7.14.3
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v7.14.3
Fixed
- Fix
prop-types
to ignore validation when Flow indexers are used (#2330 @yannickcr) - Fix error being thrown after the first warning when react version cannot be detected (#2336 @abhishekdev)
- Fix component detection when
memo
andforwardRef
are used together (#2349 @yannickcr)
Changed
Commits
The new version differs by 16 commits.
47c4c8b
Update CHANGELOG and bump version
98d4bf3
Fix component detection when memo and forwardRef are used together
fc70077
Merge pull request #2354 from golopot/patch-1
f2891d9
[docs] remove outdated docs for
no-unused-prop-types
49343d4
[meta] add github sponsorship
562e441
Add Tidelift badge to README
b684e87
Add SECURITY file
22a3740
Add FUNDING file
e835aaf
add note about global installs being deprecated
0215c38
Merge pull request #2336 from abhishekdev/handle-react-detect-errors
8fbf50c
version detection: Do not throw a raw error after the first warning
f59e927
version detection: Add tests
d6832d6
Fix new required import order
bc67d42
Fix prop-types to ignore validation when Flow indexers are used
8432e5e
Update CHANGELOG and bump version
There are 16 commits in total.
See the full diff