Update eslint-plugin-react to the latest version 🚀 #118
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The devDependency eslint-plugin-react was updated from
7.12.3
to7.12.4
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
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. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴