Closed greenkeeper[bot] closed 4 years ago
After pinning to 7.12.2 your tests are passing again. Downgrade this dependency π.
devDependency
eslint-plugin-react was updated from 7.12.3
to 7.12.4
.Your tests are passing again with this update. Explicitly upgrade to this version π
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)The new version differs by 10 commits.
433cc3f
Update CHANGELOG and bump version
536bc35
[Tests] prop-types
: add case from #2134
df7ffc1
[Tests] no-typos
: test case from #2136
c7e5f38
[Tests] improve version detection tests.
2dd2277
[Tests] prop-types
: add now-passing test case
84652b6
[Fix] no-unused-prop-types
: avoid a crash
58ed9e9
[Fix] prop-types
: avoid further crashes from nonexistent nodes in unusedPropTypes
7f7b96d
[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
The devDependency eslint-plugin-react was updated from
7.12.2
to7.12.3
.π¨ 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
- β **ci/circleci:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/j3k0/ganomede-admin/334?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).Release Notes for v7.12.3
Fixed
jsx-indent
: Prevent crash on valueless props (#2120, @jomasti)jsx-fragments
: avoid crashing on self-closing fragments (#2113, @alexzherdev)no-unused-prop-types
: Fix propType detection inside class bodies (#2115, @drx)no-unused-prop-types
: fix issue with propTypes misclassifying props (#2111, @drx)display-name
: fix false positive forReact.memo
(#2109, @jomasti)Changed
Commits
The new version differs by 14 commits.
2f5cec9
Update CHANGELOG and bump version
096161a
Merge pull request #2120 from jomasti/issue-2119
9d3955a
Prevent crash of jsx-indent rule
230c7e0
Merge pull request #2117 from haideralsh/patch-1
b4b0e72
fix: add a missing in the JSON settings
d2aa260
Merge pull request #2115 from drx/class_body_prop_types
41974e5
Fix propType detection inside class bodies
40f2565
[Docs] update README to document React version detection
dd0757f
Merge pull request #2113 from alexzherdev/2112-fix-self-closing-fragments
e997f6c
[Fix] avoid crashing on self-closing fragments
b48b479
Merge pull request #2111 from drx/prop_types_class_properties
e15bafa
[Fix]
no-unused-prop-types
: fix issue with propTypes misclassifying propsa86b339
Merge pull request #2109 from jomasti/issue-2105
5f9863e
Fix display-name false positive for React.memo
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: