chore(deps): update dependency eslint-plugin-react to v7.37.5 - #314
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency eslint-plugin-react to v7.37.5#314renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
dev-dependency-renovate/eslint-plugin-react-7.x
branch
from
September 12, 2024 19:43
93a2c95 to
ab23b24
Compare
renovate
Bot
force-pushed
the
dev-dependency-renovate/eslint-plugin-react-7.x
branch
from
September 27, 2024 03:47
ab23b24 to
cde5958
Compare
renovate
Bot
force-pushed
the
dev-dependency-renovate/eslint-plugin-react-7.x
branch
from
October 1, 2024 15:29
cde5958 to
82c0721
Compare
renovate
Bot
force-pushed
the
dev-dependency-renovate/eslint-plugin-react-7.x
branch
from
October 22, 2024 22:39
82c0721 to
570c921
Compare
renovate
Bot
force-pushed
the
dev-dependency-renovate/eslint-plugin-react-7.x
branch
from
December 24, 2024 03:33
570c921 to
d5a518c
Compare
renovate
Bot
force-pushed
the
dev-dependency-renovate/eslint-plugin-react-7.x
branch
from
January 13, 2025 05:10
d5a518c to
f5f2f80
Compare
renovate
Bot
force-pushed
the
dev-dependency-renovate/eslint-plugin-react-7.x
branch
from
April 3, 2025 21:44
f5f2f80 to
a9a4805
Compare
renovate
Bot
force-pushed
the
dev-dependency-renovate/eslint-plugin-react-7.x
branch
2 times, most recently
from
June 21, 2025 10:03
5bb4f17 to
80175b0
Compare
renovate
Bot
force-pushed
the
dev-dependency-renovate/eslint-plugin-react-7.x
branch
from
December 31, 2025 17:34
80175b0 to
885902c
Compare
renovate
Bot
force-pushed
the
dev-dependency-renovate/eslint-plugin-react-7.x
branch
from
March 13, 2026 18:49
885902c to
3ad59b3
Compare
renovate
Bot
force-pushed
the
dev-dependency-renovate/eslint-plugin-react-7.x
branch
from
April 8, 2026 19:19
3ad59b3 to
d697099
Compare
renovate
Bot
force-pushed
the
dev-dependency-renovate/eslint-plugin-react-7.x
branch
from
April 29, 2026 10:48
d697099 to
a26fd3d
Compare
renovate
Bot
force-pushed
the
dev-dependency-renovate/eslint-plugin-react-7.x
branch
from
June 11, 2026 20:01
a26fd3d to
037078a
Compare
renovate
Bot
force-pushed
the
dev-dependency-renovate/eslint-plugin-react-7.x
branch
from
July 12, 2026 17:33
037078a to
996cf57
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.35.2→7.37.5Release Notes
jsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.37.5Compare Source
Fixed
no-unknown-property]: allow shadow root attrs on<template>(#3912 @ljharb)prop-types]: supportComponentPropsWithReffrom a namespace import (#3651 @corydeppen)jsx-no-constructed-context-values]: detect constructed context values in React 19<Context>usage (#3910 @TildaDares)no-unknown-property]: allowtransform-originonrect(#3914 @ljharb)Changed
button-has-type]: clean up phrasing (#3909 @hamirmahal)v7.37.4Compare Source
Fixed
no-unknown-property]: supportonBeforeToggle,popoverTarget,popoverTargetActionattributes (#3865 @acusti)v7.37.3Compare Source
Fixed
no-danger]: avoid a crash on a nested component name (#3833 @ljharb)no-unknown-property]: supportprecedenceprop in react 19 (#3829 @acusti)prop-types]: props missing in validation when using generic types from a namespace import (#3859 @rbondoc96)Changed
jsx-no-script-url]: Improve tests (#3849 @radu2147)default-props-match-prop-types], [jsx-boolean-value], [jsx-curly-brace-presence], [jsx-no-bind], [no-array-index-key], [no-is-mounted], [no-render-return-value], [require-default-props] (#3841 @bastiendmt)v7.37.2Compare Source
Fixed
destructuring-assignment]: fix false negative when usingtypeof props.a(#3835 @golopot)Changed
destructuring-assignment]: usegetParentStatelessComponent(#3835 @golopot)v7.37.1Compare Source
Fixed
d.tsfiles (#3836 @ljharb)Changed
v7.37.0Compare Source
Added
no-unescaped-entities]: add suggestions (#3831 @StyleShit)forbid-component-props]: addallowedForPatterns/disallowedForPatternsoptions (#3805 @Efimenko)no-unstable-nested-components]: addpropNamePatternto support custom render prop naming conventions (#3826 @danreeves)Changed
v7.36.1Compare Source
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.0Compare Source
Added
no-string-refs]: allow this.refs in > 18.3.0 (#3807 @henryqdineen)jsx-no-literals] AddelementOverridesoption 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-props-no-spreading]: addexplicitSpreadoption to schema (#3799 @ljharb)Changed
no-danger]: update broken link (#3817 @lucasrmendonca)button-has-type: add test case with spread (#3731 @y-hsgw)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.