Update dependency eslint-plugin-react to ^7.14.2
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
eslint-plugin-react | devDependencies | minor | ^7.14.2 | source |
Release Notes
yannickcr/eslint-plugin-react
v7.14.2
Fixed
- Fix [
prop-types
][] crash on for...of destructuring (#2326 @yannickcr)
v7.14.1
Fixed
v7.14.0
Added
- Add [
jsx-curly-newline
][] rule (#1493 @golopot) - Add support for nested destructuring to [
prop-types
][] (#296 #1422 @golopot) - Add support for variables defined as props to [
prop-types
][] and [no-unused-prop-types
][] (#442 #833 #1002 #1116 #1257 #1764 @golopot) - Add
checkFragmentShorthand
option to [jsx-key
][] (#2316 @kaykayehnn)
Fixed
- Fix [
no-did-mount-set-state
][] and [no-did-update-set-state
][] to handle cDU and cDM defined as class properties (#1595 @jaaberg) - Fix [
sort-prop-types
][] cash when a shape PropType is defined in a variable (#1749 @alexzherdev) - Fix [
no-unused-state
][] false positive when using state of non-lifecycle method (#2274 @golopot) - Fix [
static-property-placement
][] false positive when accessing static property inside method (#2283 @dmason30) - Fix [
prop-type
][] detection for annotated props with default value (#2298 @yannickcr)
Changed
- Add ESLint 6.0.0 as valid peerDependency (@yannickcr)
- Improve [
no-render-return-value
][] performance (#2259 @golopot) - Change [
jsx-sort-props
][] to report errors only on the identifier (#2312 @MrHen) - Change to warn only once if react version cannot be detected (#2276 @ljharb)
- Documentation improvements (#2263 @dimitropoulos, #2262 @ybiquitous, #2295 @battaglr, #2302 @Jason-Cooke, #2303 @golopot)
- Code refactoring (#2265 #2267 #2286 #2294 @golopot, @ljharb)
- Tests improvements (#2304 #1047 @golopot, @yannickcr)
Renovate configuration
rebase!
".
-
If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.