chore(deps): update dependency eslint-plugin-react to v7.29.3 #18
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.21.3
->7.29.3
Release Notes
yannickcr/eslint-plugin-react
v7.29.3
Compare Source
Fixed
no-unused-state
]: avoid a crash on type-only gDSFP declarations (#3225 @ljharb)jsx-curly-brace-presence
]: the string "never" defaults topropElementValues
asignore
(#3228 @ljharb)propTypes
: addVFC
to react generic list (#3230 @ljharb)v7.29.2
Compare Source
Fixed
jsx-curly-brace-presence
]: avoid warning on curlies containing quote characters (#3214 @ljharb)jsx-indent
]: do not report on non-jsx-returning ternaries that contain null (#3222 @ljharb)jsx-indent
]: properly report on returned ternaries with jsx (#3222 @ljharb)no-array-index-key
]: detect named-importedcloneElement
/createElement
(#3213 @ljharb)v7.29.1
Compare Source
Fixed
jsx-key
]: prevent false "missing array key" warning (#3215 @ljharb)jsx-indent
]: avoid checking returns sans jsx (#3218 @ljharb)jsx-key
]: avoid a crash (#3220 @ljharb)v7.29.0
Compare Source
Added
hook-use-state
] rule to enforce symmetric useState hook variable names (#2921 @duncanbeevers)jsx-no-target-blank
]: Improve fixer with optionallowReferrer
(#3167 @apepper)jsx-curly-brace-presence
]: add "propElementValues" config option (#3191 @ljharb)iframe-missing-sandbox
] rule (#2753 @tosmolka @ljharb)no-did-mount-set-state
], [no-did-update-set-state
]: no-op with react >= 16.3 (#1754 @ljharb)jsx-sort-props
]: support multiline prop groups (#3198 @duhamelgm)jsx-key
]: addwarnDuplicates
option to warn on duplicate jsx keys in an array (#2614 @ljharb)jsx-sort-props
]: addlocale
option (#3002 @ljharb)Fixed
prop-types
],propTypes
: add support for exported type inference (#3163 @vedadeepta)no-invalid-html-attribute
]: allow 'shortcut icon' onlink
(#3174 @Primajin)prefer-exact-props
] improve performance forIdentifier
visitor (#3190 @meowtec)propTypes
: Handle TSTypeReference in no-unused-prop-type (#3195 @niik)sort-prop-types
]: avoid repeated warnings of the same node/reason (#519 @ljharb)jsx-indent
]: Fix indent handling for closing parentheses (#620 @stefanbuck])prop-types
]/propTypes
: follow a returned identifier to see if it is JSX (#1046 @ljharb)no-unused-state
]: TS: supportgetDerivedStateFromProps
as an arrow function (#2061 @ljharb)no-array-index-key
]: catch.toString
andString()
usage (#2813 @RedTn)function-component-definition
]: do not break on dollar signs (#3207 @ljharb)prefer-stateless-function
]: avoid a crash insidedoctrine
(#2596 @ljharb)prop-types
]: catch infinite loop (#2861 @ljharb)forbid-prop-types
]: properly report name in error message; check undestructured arguments (#2945 @ljharb)Changed
jsx-runtime
] link from branch to sha (#3160 @tatsushitoji)jsx-no-target-blank
]: Improve readme (#3169 @apepper)display-name
]: improve examples (#3189 @golopot)no-invalid-html-attribute
]: sort HTML_ELEMENTS and messages (#3182 @Primajin)forbid-foreign-prop-types
]: documentallowInPropTypes
option (#1815 @ljharb)jsx-sort-default-props
]: remove unnecessary code (#1817 @ljharb)jsx-no-target-blank
]: fix syntax highlighting (#3199 @shamrin)jsx-key
]: improve example (#3202 @chnakamura)jsx-key
]: use more AST selectors (@ljharb)v7.28.0
Compare Source
Added
function-component-definition
]: support namedComponents option being an array (#3129 @petersendidit)Fixed
jsx-indent-props
]: Resetline.isUsingOperator
correctly after ternary (#3146 @tobiaswaltl)Changed
no-arrow-function-lifecycle
], [no-unused-class-component-methods
]: use report/messages convention (@ljharb)util.isReactHookCall
(#3156 @duncanbeevers)v7.27.1
Compare Source
Fixed
no-invalid-html-attribute
]: allowlink
rel
to haveapple-touch-icon
,mask-icon
(#3132 @ljharb)no-unused-class-component-methods
]: addgetChildContext
lifecycle method (#3136 @yoyo837)prop-types
]: fix false positives on renames in object destructuring (#3142 @golopot)no-arrow-function-lifecycle
]: fix invalid autofix from a concise arrow method to a regular one (#3145 @ljharb)display-name
]: avoid false positives on non-creatClass object expressions (#3144 @ljharb)Changed
v7.27.0
Compare Source
Added
no-unused-class-component-methods
]: Handle unused class component methods (#2166 @jakeleventhal @pawelnvk)no-arrow-function-lifecycle
] (#1980 @ngtan)@typescript-eslint/parser
v5 (@ljharb)no-invalid-html-attribute
]: add rule (#2863 @Nokel81)Fixed
propTypes
: addVoidFunctionComponent
to react generic list (#3092 @vedadeepta)jsx-fragments
], [jsx-no-useless-fragment
]: avoid a crash on fragment syntax intypescript-eslint
parser (@ljharb)jsx-props-no-multi-spaces
]: avoid a crash on long member chains in tag names intypescript-eslint
parser (@ljharb)no-unused-prop-types
],usedPropTypes
: avoid crash with typescript-eslint parser (@ljharb)display-name
]: unwrap TSas
expressions (#3110 @ljharb)destructuring-assignment
]: detect refs nested in functions (#3102 @ljharb)no-unstable-components
]: improve handling of objects containing render function properties (#3111 @fizwidget)prop-types
],propTypes
: add forwardRef<>, ForwardRefRenderFunction<> prop-types (#3112 @vedadeepta)no-typos
]: prevent a crash when using private methods (@ljharb)destructuring-assignment
], component detection: improve component detection (#3122 @vedadeepta)no-invalid-html-attribute
]: avoid crash on spread props (#3126 @ljharb)Changed
jsx-no-target-blank
]: adjust options description (#3124 @gebsh)v7.26.1
Compare Source
Fixed
no-namespace
]: fix crash on non-string React.createElement name (#3082 @ljharb)no-namespace
]: avoid crash on non-string createElement values (#3085 @ljharb)jsx-no-target-blank
]: improve error messages (#3088 @cutiful)Changed
jsx-max-props-per-line
]: fix options example (#3083 @MrRaiter)v7.26.0
Compare Source
Added
no-namespace
] rule (#2640 @yacinehmito @ljharb)jsx-max-props-per-line
]: addsingle
andmulti
options (#3078 @SIL0RAK)Fixed
display-name
]: Get rid of false position on component detection (#2759 @iiison)Changed
no-access-state-in-setstate
]: passing test for “don't error if it's not a React Component” (#1873 @kentcdodds)v7.25.3
Compare Source
Fixed
prop-types
],propTypes
: bail out unknown generic types inside func params (#3076 @vedadeepta)Changed
isCreateElement
andisDestructuredFromPragmaImport
utils (@ljharb)v7.25.2
Compare Source
Fixed
jsx-no-useless-fragments
]: Handle insignificant whitespace correctly whenallowExpressions
istrue
(#3061 @benj-dobs)prop-types
],propTypes
: handle implicitchildren
prop in react's generic types (#3064 @vedadeepta)display-name
]: fix arrow function returning result of function call with JSX arguments being interpreted as component (#3065 @danielfinke)jsx-no-target-blank
]: avoid crash on attr-only href (#3066 @ljharb @gaz77a)jsx-uses-vars
]: ignore lowercase tag names (#3070 @alanorozco)v7.25.1
Compare Source
Fixed
no-this-in-sfc
], component detection: Improve stateless component detection (#3056 @Wesitos)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)v7.24.0
Compare Source
Added
no-unused-prop-types
]: add ignore option (#2972 @grit96)Fixed
jsx-handler-names
]: properly substitute value into message (#2975 @G-Rath)jsx-uses-vars
]: ignore namespaces (#2985 @remcohaszing)jsx-no-undef
]: ignore namespaces (#2986 @remcohaszing)jsx-child-element-spacing
]: Don't flag whitespace around<br/>
tags (#2989 @pascalpp)Changed
jsx-newline
]: Fix minor spelling error on rule name (#2974 @DennisSkoko)void-dom-elements-no-children
]: improve performancejsx-child-element-spacing
]: fixes sentence which ends abruptly (#2990 @pascalpp)v7.23.2
Compare Source
Fixed
jsx-max-depth
]: Prevent getting stuck in circular references (#2957 @AriPerkkio)jsx-no-target-blank
]: fix handling ofwarnOnSpreadAttributes
being false (#2953 @Nokel81)forbid-dom-props
]: supportJSXNamespacedName
(#2961 @mrtnzlml)forbid-component-props
]: supportJSXNamespacedName
(@ljharb)Changed
v7.23.1
Compare Source
Fixed
v7.23.0
Compare Source
Added
jsx-no-target-blank
]: add fixer (#2862 @Nokel81)jsx-pascal-case
]: support minimatchignore
option (#2906 @bcherny)jsx-pascal-case
]: supportallowNamespace
option (#2917 @kev-y-huang)jsx-newline
]: Add prevent option (#2935 @jsphstls)no-unstable-nested-components
]: Prevent creating unstable components inside components (#2750 @AriPerkkio)jsx-runtime
config, for the modern JSX runtime transform (@ljharb)Fixed
jsx-no-constructed-context-values
]: avoid a crash withas X
TS code (#2894 @ljharb)jsx-no-constructed-context-values
]: avoid a crash with boolean shorthand (#2895 @ljharb)static-property-placement
]: do not report non-components (#2893 @golopot)no-array-index-key
]: support optional chaining (#2897 @SyMind)no-typos
]: avoid a crash on bindinglessprop-types
import; add warning (#2899 @ljharb)jsx-curly-brace-presence
]: ignore containers with comments (#2900 @golopot)destructuring-assignment
]: fix a false positive for local prop namedcontext
in SFC (#2929 @SyMind)jsx-no-target-blank
]: Allow rel="noreferrer" whenallowReferrer
is true (#2925 @edemaine)boolean-prop-naming
]: add check for typescript "boolean" type (#2930 @vedadeepta)jsx-curly-newline
]: Update error messages (#2933 @jbrower2)Changed
jsx-no-constructed-context-values
][]: fix invalid example syntax (#2910 @kud)v7.22.0
Compare Source
Added
jsx-key
]: addedcheckKeyMustBeforeSpread
option for new jsx transform (#2835 @morlay)jsx-newline
]: add new rule (#2693 @jzabala)jsx-no-constructed-context-values
]: add new rule which checks when the value passed to a Context Provider will cause needless rerenders (#2763 @dylanOshima)jsx-indent-props
]: addignoreTernaryOperator
option (#2846 @SebastianZimmer)jsx-no-target-blank
]: AddwarnOnSpreadAttributes
option (#2855 @michael-yx-wu)Fixed
display-name
]/component detection: avoid a crash on anonymous components (#2840 @ljharb)prop-types
]: function in class that returns a component causes false warning in typescript (#2843 @SyMind)jsx-no-target-blank
]: avoid a crash with a non-string literal (#2851 @ljharb)jsx-no-script-url
]: avoid crash with booleanhref
(#2871 @ljharb, @AriPerkkio)no-typos
]: avoid crash with computed method name (#2870 @ljharb, @AriPerkkio)jsx-max-depth
]: avoid crash with childless jsx child (#2869 @ljharb, @AriPerkkio)jsx-wrap-multilines
]: fix crash withdeclaration
s that are on a new line after=
(#2875 @ljharb)no-unknown-property
]: avoid crash with prop named with Object.prototype key (#2879 @ljharb, @AriPerkkio)prop-types
]: default argument does not count as props-types declaration (#2877 @golopot)jsx-props-no-multi-spaces
]: fix a false positive for beside comments (#2878 @golopot)jsx-no-undef
]: handle the TS parser combined with an invalid ecmaVersion (#2882 @ljharb)no-unused-prop-types
]: applyskipShapeProps
to exact types (#2883 @golopot)no-danger-with-children
]/[style-prop-object
]/[no-adjacent-inline-elements
]: add category, URL (#2891 @thofmann)Docs
no-unused-prop-types
]: Add new example to rule (#2852 @thehereward)prop-types
]: fix example (#2881 @technote-space)v7.21.5
Compare Source
Fixed
jsx-indent-props
]: Apply indentation when using brackets (#2826 @Moong0122)jsx-handler-names
]: Skip inline handlers when checkInlineFunction=false (#2833 @onigoetz)Changed
jsx-indent-props
: Add passing test (#2823 @Hypnosphi)v7.21.4
Compare Source
Fixed
no-unused-prop-types
]: Silence false positive onnever
type in TS (#2815 @pcorpet)jsx-indent-props
]: Apply indentation when operator is used in front of the upper line (#2808, #2820 @Moong0122)jsx-ast-utils
(#2822 jsx-eslint/jsx-ast-utils#102 @ljharb)Configuration
📅 Schedule: "every month" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.