Update dependency eslint-plugin-react to v7.33.2 #341
Closed
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.31.10
->7.33.2
Release Notes
jsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.33.2
Compare Source
Fixed
no-deprecated
]: prevent false positive on commonjs import (#3614 @akulsr0)no-unsafe
]: report on the method instead of the entire component (@ljharb)no-deprecated
]: report on the destructured property instead of the entire variable declarator (@ljharb)no-deprecated
]: report on the imported specifier instead of the entire import statement (@ljharb)no-invalid-html-attribute
]: report more granularly (@ljharb)v7.33.1
Compare Source
Fixed
require-default-props
]: fix config schema (#3605 @controversial)jsx-curly-brace-presence
]: Revert [#3538][] due to issues with intended string type casting usage (#3611 @taozhou-glean)sort-prop-types
]: ensure sort-prop-types respects noSortAlphabetically (#3610 @caesar1030)v7.33.0
Compare Source
Added
display-name
]: addcheckContextObjects
option (#3529 @JulesBlm)jsx-first-prop-new-line
]: addmultiprop
option (#3533 @haydncomley)no-deprecated
]: add React 18 deprecations (#3548 @sergei-startsev)forbid-component-props
]: adddisallowedFor
option (#3417 @jacketwpbb)Fixed
no-array-index-key
]: consider flatMap (#3530 @k-yle)jsx-curly-brace-presence
]: handle single and only expression template literals (#3538 @taozhou-glean)no-unknown-property
]: allowonLoad
onsource
(@ljharb)jsx-first-prop-new-line
]: ensure autofix preserves generics in component name (#3546 @ljharb)no-unknown-property
]: allowfill
prop on<symbol>
(#3555 @stefanprobst)display-name
], [prop-types
]: when checking for a capitalized name, ignore underscores entirely (#3560 @ljharb)no-unused-state
]: avoid crashing on a class field function with destructured state (#3568 @ljharb)no-unused-prop-types
]: allow using spread with object expression in jsx (#3570 @akulsr0)destructuring-assignment
]: Handle destructuring of useContext in SFC" (#3583 [#2797][] @102)prefer-read-only-props
]: add TS support (#3593 @HenryBrown0)Changed
jsx-newline
], [no-unsafe
], [static-property-placement
]: Fix code syntax highlighting (#3563 @nbsp1221)jsx-no-bind
]: reword performance rationale (#3581 @gpoole)jsx-first-prop-new-line
]: add missingmultiprop
value (#3598 @dzek69)v7.32.2
Compare Source
Fixed
parserOptions
in legacy configs ([#3523][] @ljharb)jsx-no-constructed-context-values
], [jsx-no-useless-fragment
]: add a rule schema (@ljharb)( [
no-unknown-property
]: addfill
for<marker>
(#3525 @alexey-koran)v7.32.1
Compare Source
Fixed
destructuring-assignment
]: do not force destructuring of optionally chained properties (#3520 @ljharb)v7.32.0
Compare Source
Added
hook-use-state
]: addallowDestructuredState
option (#3449 @ljharb)sort-default-props
] and deprecate [jsx-sort-default-props
] (#1861 @alexzherdev)no-object-type-as-default-prop
] rule (#2848 @cyan33 @fengkx)Fixed
sort-prop-types
]: restore autofixing (#3452, #3471 @ROSSROSALES)no-unknown-property
]: do not checkfbs
elements (#3494 @brianogilvie)jsx-newline
]: No newline between comments and jsx elements (#3493 @justmejulian)jsx-no-leaked-render
]: Don't report errors on empty strings if React >= v18 (#3488 @himanshu007-creator)no-invalid-html-attribute
]: convert autofix to suggestion (#3474 @himanshu007-creator @ljharb)jsx-no-leaked-render
]: fix removing parentheses for conditionals (#3502 @akulsr0)jsx-no-leaked-render
]: invalid fixes in coerce mode (#3511 @akulsr0)destructuring-assignment
]: Handle destructuring of useContext in SFC (#2797 @Zinyon @ljharb)Changed
jsx-no-leaked-render
]: Remove mentions of empty strings for React 18 (#3468 @karlhorky)eslint-doc-generator
to v1.0.0 (#3499 @bmish)prefer-exact-props
]: fix example flow syntax (#3510 @smackfu)anyOf
instead ofoneOf
(@ljharb @remcohaszing)v7.31.11
Compare Source
Fixed
jsx-no-target-blank
]: allow ternaries with literals (#3464 @akulsr0)no-unknown-property
]: addinert
attribute (#3484 @ljharb)jsx-key
]: detect keys in logical expression and conditional expression (#3490 @metreniuk)Changed
forbid-component-props
: inclusive language w/ allowlist (#3473 @AndersDJohnson)eslint-doc-generator
(#3469 @bmish)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.