Update eslint-plugin-react from 7.1.0 to 7.3.0 #13
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.
eslint-plugin-react has been updated to 7.3.0 by dependencies.io
7.3.0
Added
propTypes
,contextTypes
andchildContextTypes
tono-typos
(#213 DianaSuvorova)Fixed
boolean-prop-naming
crash (#1369 EvHaus)no-typos
crash (#1353 jseminck)require-default-props
stopping when it finds a component without props (#1380 brgibson)no-direct-mutation-state
detection with nested components (#1382)Changed
7.2.1
Fixed
forbid-prop-types
crash on identifiers (#1352 ljharb)boolean-prop-naming
crash with propTypes wrapper (#1354 dustinsoftware)prop-types
false positive with local variableprops
(#1288 DianaSuvorova)Changed
7.2.0
Added
no-unused-state
rule (#1103 wbinnssmith)boolean-prop-naming
rule (#1264 EvHaus)no-typos
rule (#1189 jseminck, #1294 @haridusenadeera)sort-props
(#1273 Overload119)getters
andsetters
groups tosort-comp
(#100 RDGthree)noStrings
option tono-literals
(#1202 deecewan)always
/never
tojsx-boolean-value
(#1249 ljharb)Fixed
no-direct-mutation-state
to disallowthis.state
mutation in constructor (#832 burabure)jsx-no-target-blank
crash on emptyrel
attribute (#1269 dustinsoftware)sort-comp
component detection withClassExpression
(#1076 webOS101)no-unused-prop-types
detection with async class properties and methods (#1053 benstepp)void-dom-elements-no-children
crash (#1226 kokobeware)no-danger-with-children
to ignore line breaks (#1262)no-danger-with-children
crash with undefined (#1287)jsx-no-target-blank
crash (#1296 jseminck)no-unused-props
to no longer ignore components with no used props (#1303 DianaSuvorova)jsx-no-duplicate-props
crash (#969 marcelmokos)no-literals
false positives (#1301 davidyorr)no-find-dom-node
detection with named imports (#785 Hypnosphi)no-unused-prop-types
detection with propTypes wrapped in a function (#1253 dustinsoftware)no-unused-prop-types
detection with destructured use of properties (#816 DianaSuvorova)no-unused-prop-types
detection with inline functions (#1309 DianaSuvorova)no-unused-prop-types
skipShapeProps
option with Flow annotations (#1335 DianaSuvorova)jsx-curly-spacing
schema incompatibility with ESLint 4.2.0 (#1290 jseminck)Changed