chore(deps-dev): Bump eslint-plugin-react from 7.34.4 to 7.37.5
Bumps eslint-plugin-react from 7.34.4 to 7.37.5.
Release notes
Sourced from eslint-plugin-react's releases.
v7.37.5
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
- [Docs] [
button-has-type]: clean up phrasing (#3909[]@hamirmahal)#3651: jsx-eslint/eslint-plugin-react#3651 #3909: jsx-eslint/eslint-plugin-react#3909 #3910: jsx-eslint/eslint-plugin-react#3910 #3912: jsx-eslint/eslint-plugin-react#3912 #3914: jsx-eslint/eslint-plugin-react#3914 [
button-has-type]: docs/rules/button-has-type.md [jsx-no-constructed-context-values]: docs/rules/jsx-no-constructed-context-values.md [no-unknown-property]: docs/rules/no-unknown-property.md [prop-types]: docs/rules/prop-types.mdv7.37.4
Fixed
- [
no-unknown-property]: supportonBeforeToggle,popoverTarget,popoverTargetActionattributes (#3865[]@acusti)- [types] fix types of flat configs (#3874[]
@ljharb)#3865: jsx-eslint/eslint-plugin-react#3865 #3874: jsx-eslint/eslint-plugin-react#3874 [
no-unknown-property]: docs/rules/no-unknown-property.mdv7.37.3
Fixed
- [
no-danger]: avoid a crash on a nested component name (#3833[]@ljharb)- [Fix] types: correct generated type declaration (#3840[]
@ocavue)- [
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
- [Tests] [
jsx-no-script-url]: Improve tests (#3849[]@radu2147)- [Docs] fix broken links: [
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)#3829: jsx-eslint/eslint-plugin-react#3829 #3833: jsx-eslint/eslint-plugin-react#3833 #3840: jsx-eslint/eslint-plugin-react#3840 #3841: jsx-eslint/eslint-plugin-react#3841 #3849: jsx-eslint/eslint-plugin-react#3849 #3859: jsx-eslint/eslint-plugin-react#3859 [
default-props-match-prop-types]: docs/rules/default-props-match-prop-types.md [jsx-boolean-value]: docs/rules/jsx-boolean-value.md [jsx-curly-brace-presence]: docs/rules/jsx-curly-brace-presence.md [jsx-no-bind]: docs/rules/jsx-no-bind.md
... (truncated)
Changelog
Sourced from eslint-plugin-react's changelog.
7.37.5 - 2025.04.03
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
- [Docs] [
button-has-type]: clean up phrasing (#3909[]@hamirmahal)#3914: jsx-eslint/eslint-plugin-react#3914 #3912: jsx-eslint/eslint-plugin-react#3912 #3910: jsx-eslint/eslint-plugin-react#3910 #3909: jsx-eslint/eslint-plugin-react#3909 #3651: jsx-eslint/eslint-plugin-react#3651
7.37.4 - 2025.01.12
Fixed
- [
no-unknown-property]: supportonBeforeToggle,popoverTarget,popoverTargetActionattributes (#3865[]@acusti)- [types] fix types of flat configs (#3874[]
@ljharb)#3874: jsx-eslint/eslint-plugin-react#3874 #3865: jsx-eslint/eslint-plugin-react#3865
7.37.3 - 2024.12.23
Fixed
- [
no-danger]: avoid a crash on a nested component name (#3833[]@ljharb)- [Fix] types: correct generated type declaration (#3840[]
@ocavue)- [
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
- [Tests] [
jsx-no-script-url]: Improve tests (#3849[]@radu2147)- [Docs] fix broken links: [
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)#3859: jsx-eslint/eslint-plugin-react#3859 #3849: jsx-eslint/eslint-plugin-react#3849 #3841: jsx-eslint/eslint-plugin-react#3841 #3840: jsx-eslint/eslint-plugin-react#3840 #3833: jsx-eslint/eslint-plugin-react#3833 #3829: jsx-eslint/eslint-plugin-react#3829
[7.37.2] - 2024.10.22
... (truncated)
Commits
2c98b83Update CHANGELOG and bump version2f64dea[Fix]no-unknown-property: allowtransform-originonrect2428618[Fix]jsx-no-constructed-context-values: detect constructed context values ...60b7316[Tests]prop-types: use proper spacing/semis, button type90a00b9[Fix]prop-types: supportComponentPropsWithReffrom a namespace import3fd9b92[Fix]no-unknown-property: allow shadow root attrs on\<template>addad46[Deps] updateobject.entries98a31f8[Dev Deps] update@babel/core,@babel/eslint-parser7eb6ca9[Docs]button-has-type: clean up phrasinge6b5b41Update CHANGELOG and bump version- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
/azp run
Azure Pipelines could not run because the pipeline triggers exclude this branch/path.
/azp run
Azure Pipelines could not run because the pipeline triggers exclude this branch/path.
@dependabot recreate