chore(deps): update dependency eslint-plugin-react to v7.37.2
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
eslint-plugin-react | devDependencies | minor | 7.35.0 -> 7.37.2 |
Release Notes
jsx-eslint/eslint-plugin-react
v7.37.2
Fixed
Changed
v7.37.1
Fixed
Changed
- [readme] Fix shared settings link (#3834 @MgenGlder)
v7.37.0
Added
- add type generation (#3830 @voxpelli)
- [
no-unescaped-entities
]: add suggestions (#3831 @StyleShit) - [
forbid-component-props
]: addallowedForPatterns
/disallowedForPatterns
options (#3805 @Efimenko) - [
no-unstable-nested-components
]: addpropNamePattern
to support custom render prop naming conventions (#3826 @danreeves)
Changed
- [readme] flat config example for react 17+ (#3824 @GabenGar)
v7.36.1
Fixed
- [
no-is-mounted
]: fix logic in method name check (#3821 @Mathias-S) - [
jsx-no-literals
]: Avoid crashing on valueless boolean props (#3823 @reosarevok)
v7.36.0
Added
- [
no-string-refs
]: allow this.refs in > 18.3.0 (#3807 @henryqdineen) - [
jsx-no-literals
] AddelementOverrides
option and the ability to ignore this rule on specific elements (#3812 @Pearce-Ropion) - [
forward-ref-uses-ref
]: add rule for checking ref parameter is added ([#3667][] @NotWoods)
Fixed
- [
function-component-definition
], [boolean-prop-naming
], [jsx-first-prop-new-line
], [jsx-props-no-multi-spaces
],propTypes
: use type args (#3629 @HenryBrown0) - JSX pragma: fail gracefully (#3632 @ljharb)
- [
jsx-props-no-spreading
]: addexplicitSpread
option to schema (#3799 @ljharb)
Changed
- [Tests] add @typescript-eslint/parser v6 (#3629 @HenryBrown0)
- [Tests] add @typescript-eslint/parser v7 and v8 (#3629 @hampustagerud)
- [Docs] [
no-danger
]: update broken link (#3817 @lucasrmendonca) - [types] add jsdoc type annotations (#3731 @y-hsgw)
- [Tests]
button-has-type
: add test case with spread (#3731 @y-hsgw)
v7.35.2
Fixed
- [
jsx-curly-brace-presence
]: avoid autofixing attributes with double quotes to a double quoted attribute (#3814 @ljharb)
v7.35.1
Fixed
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by Renovate-Bot