This repository has been archived by the owner on Apr 7, 2022. It is now read-only.
Update eslint-plugin-react in / from 7.5.1 to 7.6.0 #9
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.
Dependencies.io has updated
eslint-plugin-react
(a npm dependency in/
) from "7.5.1" to "7.6.0".7.6.0
Added
forbid-dom-props
rule (#1562 davazp)jsx-child-element-spacing
rule (#1515 pfhayes)no-this-in-sfc
rule (#1435 jomasti)jsx-sort-default-props
rule (#281 b0gok)message
option toboolean-prop-naming
(#1588 louisscruz)beforeClosing
option tojsx-tag-spacing
(#1396 cjskillingstad)instance-methods
andinstance-variables
tosort-comp
(#599 RDGthree)propWrapperFunctions
support forboolean-prop-naming
(#1478 jomasti)React.addons.TestUtils
inno-deprecated
(#1644 nirnaor)Fixed
no-access-state-in-setstate
(#1559 jomasti, #1611 pfhayes)require-optimization
when encountering arrays with empty items as values in object (#1621 kamataryo)no-unused-prop-types
when passing an empty function as a PropType (#1542 #1581 kevinzwhuang)no-typos
when usingPropType.shape
without arguments (#1471 mrichmond)jsx-tag-spacing
(#1650 flyerhzm)no-unused-state
to detect usage ofthis.state
as an object (#1572)no-access-state-in-setstate
to detect when thestate
variable is destructured fromthis.state
(#1597 jaaberg)jsx-no-literals
to correctly find string literals part of BinaryExpressions (#1511 jaaberg)no-typos
false positive on custom propTypes with isRequired (#1607 lfades)prop-types
to check fornextProps
incomponentWillReceiveProps
(#1636 xjmdoo)no-unknown-property
to not pascal-casingcrossorigin
attribute and only allow it on script/img/video (#1642 ljharb)Changed
jsx-wrap-multilines
auto fix (#1576 sharmilajesupaul)defaultConfig
fromsort-comp
rule for programmatic use (#1578 Andarist)