fix(deps): update dependency eslint-plugin-react to v7.25.0 #151
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.
This PR contains the following updates:
7.24.0
->7.25.0
Release Notes
yannickcr/eslint-plugin-react
v7.25.0
Compare Source
Added
jsx-no-useless-fragments
]: add option to allow single expressions in fragments (#3006 @mattdarveniza)prefer-exact-props
] rule (#1547 @jomasti)jsx-no-target-blank
]: addforms
option (#1617 @jaaberg)jsx-pascal-case
]: addallowLeadingUnderscore
option (#3039 @pangaeatech)no-children-prop
]: AddallowFunctions
option (#1903 @alexzherdev)jsx-runtime
]: setparserOptions.jsxPragma
for@typescript-eslint/parser
(bb64df65 @ljharb)Fixed
estraverse
to improve component detection (#2992 @Wesitos)destructuring-assignment
], [no-multi-comp
], [no-unstable-nested-components
], component detection: improve component detection (#3001 @vedadeepta)no-deprecated
]: fix crash on rest elements (#3016 @ljharb)destructuring-assignment
]: get the contextName correctly (#3025 @ohhoney1)no-typos
]: prevent crash on styled components and forwardRefs (#3036 @ljharb)destructuring-assignment
], component detection: handle default exports edge case (#3038 @vedadeepta)no-typos
]: fix crash on private methods (#3043 @ljharb)jsx-no-bind
]: handle local function declarations (#3048 @p7g)prop-types
],propTypes
: handle React.* TypeScript types (#3049 @vedadeepta)prop-types
],propTypes
: add handling forFC<Props>
, improve tests (#3051 @vedadeepta)prop-types
],propTypes
: prevent crash introduced in #3051 (#3053 @ljharb)Changed
jsx-no-bind
]: updates discussion of refs (#2998 @dimitropoulos)utils/Components
: correct spelling and delete unused code (#3026 @ohhoney1)jsx-uses-react
], [react-in-jsx-scope
]: document [react/jsx-runtime
] config (#3018 @pkuczynski @ljharb)require-default-props
]: fix small typo (#2994 @evsasse)jsx-runtime
config (#3052 @ljharb)Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.