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/codeship:** Build failed ([Details](https://app.codeship.com/projects/155189/builds/39524427)).
Release Notes for v7.12.4
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
The devDependency eslint-plugin-react was updated from
7.12.3
to7.12.4
.π¨ 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/codeship:** Build failed ([Details](https://app.codeship.com/projects/155189/builds/39524427)).Release Notes for v7.12.4
Fixed
no-unused-prop-types
: avoid a crash (#2131, @ljharb)prop-types
: avoid further crashes from nonexistent nodes in unusedPropTypes (#2127, @ljharb)prop-types
: Read name of callee object (#2125, @CrOrc)prop-types
: Ignore reassignments when matching props declarations with components (#2051, #1957, @yannickcr)prop-types
,no-unused-prop-types
,require-default-props
: Detect components with return statement in switch/case (#2118, @yannickcr)Changed
prop-types
,no-typos
: add passing test cases (#2123, #2128, #2136, #2134, @ljharb)Commits
The new version differs by 10 commits.
433cc3f
Update CHANGELOG and bump version
536bc35
[Tests]
prop-types
: add case from #2134df7ffc1
[Tests]
no-typos
: test case from #2136c7e5f38
[Tests] improve version detection tests.
2dd2277
[Tests]
prop-types
: add now-passing test case84652b6
[Fix]
no-unused-prop-types
: avoid a crash58ed9e9
[Fix]
prop-types
: avoid further crashes from nonexistent nodes in unusedPropTypes7f7b96d
[Fix]
prop-types
: Read name of callee object.5fc50aa
[Fix] Ignore reassignments when matching props declarations with components
ba80a4c
[Fix] Detect components with return statement in switch/case
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: