Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 31, 2022

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-react 7.29.4 -> 7.37.5 age confidence

Release Notes

jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.37.5

Compare Source

Fixed
Changed

v7.37.4

Compare Source

Fixed

v7.37.3

Compare Source

Fixed
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)

v7.37.2

Compare Source

Fixed
  • [destructuring-assignment]: fix false negative when using typeof props.a (#​3835 @​golopot)
Changed
  • [Refactor] [destructuring-assignment]: use getParentStatelessComponent (#​3835 @​golopot)

v7.37.1

Compare Source

Fixed
Changed

v7.37.0

Compare Source

Added
Changed

v7.36.1

Compare Source

Fixed

v7.36.0

Compare Source

Added
Fixed
  • [function-component-definition], [boolean-prop-naming], [jsx-first-prop-new-line], [jsx-props-no-multi-spaces], propTypes: use type args (#​3629 @​HenryBrown0)
  • JSX pragma: fail gracefully (#​3632 @​ljharb)
  • [jsx-props-no-spreading]: add explicitSpread option to schema (#​3799 @​ljharb)
Changed

v7.35.2

Compare Source

Fixed
  • [jsx-curly-brace-presence]: avoid autofixing attributes with double quotes to a double quoted attribute (#​3814 @​ljharb)

v7.35.1

Compare Source

Fixed
  • [jsx-curly-brace-presence]: do not trigger on strings containing a quote character (#​3798 @​akulsr0)

v7.35.0

Compare Source

Added
Fixed
Changed

v7.34.4

Compare Source

Fixed

v7.34.3

Compare Source

Fixed
  • [prop-types]: null-check rootNode before calling getScope (#​3762 @​crnhrv)
  • [boolean-prop-naming]: avoid a crash with a spread prop (#​3733 @​ljharb)
  • [jsx-boolean-value]: assumeUndefinedIsFalse with never must not allow explicit true value (#​3757 @​6uliver)
  • [no-object-type-as-default-prop]: enable rule for components with many parameters (#​3768 @​JulienR1)
  • [jsx-key]: incorrect behavior for checkKeyMustBeforeSpread with map callbacks (#​3769 @​akulsr0)

v7.34.2

Compare Source

Fixed
Changed

v7.34.1

Compare Source

Fixed
Changed
  • [boolean-prop-naming]: improve error message (@​ljharb)

v7.34.0

Compare Source

Added
Fixed
Changed

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

v7.33.0

Compare Source

Added
Fixed
Changed

v7.32.2

Compare Source

Fixed

v7.32.1

Compare Source

Fixed
  • prevent circular dependency in index and "all" config (#​3519 @​ljharb)
  • [destructuring-assignment]: do not force destructuring of optionally chained properties (#​3520 @​ljharb)

v7.32.0

Compare Source

Added
Fixed
Changed

v7.31.11

Compare Source

Fixed
Changed

v7.31.10

Compare Source

Fixed

v7.31.9

Compare Source

Fixed
  • [no-unknown-property]: add dialog attributes (#​3436 @​ljharb)
  • [no-arrow-function-lifecycle]: when converting from an arrow, remove the semi and wrapping parens (#​3337 @​ljharb)
  • [jsx-key]: Ignore elements inside React.Children.toArray() (#​1591 @​silvenon)
  • [jsx-no-constructed-context-values]: fix false positive for usage in non-components (#​3448 @​golopot)
  • [static-property-placement]: warn on nonstatic expected-statics (#​2581 @​ljharb)
  • [no-unknown-property]: properly tag-restrict case-insensitive attributes (@​ljharb)
  • [no-unknown-property]: allow webkitDirectory on input, case-insensitive (#​3454 @​ljharb)
Changed

v7.31.8

Compare Source

Fixed
Changed

v7.31.7

Compare Source

Fixed

v7.31.6

Compare Source

Fixed
  • [no-unknown-property]: onError and onLoad both work on img and script (#​3388 @​ljharb)
  • [no-unknown-property]: data-* attributes can have numbers (#​3390 @​sjarva)
  • [no-unknown-property]: add more audio/video attributes (#​3390 @​sjarva)
  • [no-unknown-property]: move allowfullscreen to case ignored attributes (#​3390 @​sjarva)
  • [no-unknown-property]: fill works on line, mask, and use elements (#​3390 @​sjarva)
  • [no-unknown-property]: add onMouseMoveCapture as valid react-specific attribute (#​3390 @​sjarva)
  • [no-unknown-property]: make onLoad and onError be accepted on more elements (#​3390 @​sjarva)
Changed
  • [Docs] [no-unknown-property]: add a mention about using ignores properties with libraries that add props (#​3390 @​sjarva)

v7.31.5

Compare Source

Fixed
  • [no-unknown-property]: add properties onToggle, fill, as, and pointer events (#​3385 @​sjarva)
  • [no-unknown-property]: add defaultChecked property (#​3385 @​sjarva)
  • [no-unknown-property]: add touch and media event related properties (#​3385 @​sjarva)
  • [no-unknown-property]: children is always an acceptable prop; iframes have scrolling; video has playsInline (#​3385 @​ljharb)

v7.31.4

Compare Source

Fixed

v7.31.3

Compare Source

Fixed

v7.31.2

Compare Source

Fixed
  • [jsx-key]: avoid a crash with optional chaining ([#​3371][] @​ljharb)
  • [jsx-sort-props]: avoid a crash with spread props ([#​3376][] @​ljharb)
  • [no-unknown-property]: properly recognize valid data- and aria- attributes ([#​3377][] @​sjarva)
  • [no-unknown-property]: properly recognize unknown HTML/DOM attributes ([#​3377][] @​sjarva)
Changed
  • [Docs] [jsx-sort-props]: replace ref string with ref variable ([#​3375][] @​Luccasoli)
  • [Refactor] [no-unknown-property]: improve jsdoc; extract logic to separate functions ([#​3377][] @​sjarva)
  • [Refactor] [no-unknown-property]: update DOM properties to include also one word properties ([#​3377][] @​sjarva)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel
Copy link

vercel bot commented May 31, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
component-library ❌ Failed (Inspect) Aug 10, 2025 3:53pm

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 0b39a63 to 1caed0d Compare June 24, 2022 02:11
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.30.0 Update dependency eslint-plugin-react to v7.30.1 Jun 24, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 1caed0d to 7711d9f Compare August 25, 2022 01:28
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.30.1 Update dependency eslint-plugin-react to v7.31.0 Aug 25, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 7711d9f to 28b19ab Compare August 26, 2022 23:29
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.31.0 Update dependency eslint-plugin-react to v7.31.1 Aug 26, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 28b19ab to a65ed10 Compare September 2, 2022 20:40
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.31.1 Update dependency eslint-plugin-react to v7.31.2 Sep 2, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from a65ed10 to 585f55c Compare September 3, 2022 11:02
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.31.2 Update dependency eslint-plugin-react to v7.31.4 Sep 3, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 585f55c to d702719 Compare September 4, 2022 06:24
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.31.4 Update dependency eslint-plugin-react to v7.31.5 Sep 4, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from d702719 to 635bbb2 Compare September 4, 2022 20:43
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.31.5 Update dependency eslint-plugin-react to v7.31.6 Sep 4, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 635bbb2 to cb97753 Compare September 5, 2022 23:34
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.31.6 Update dependency eslint-plugin-react to v7.31.7 Sep 5, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from cb97753 to da6ade8 Compare September 9, 2022 06:17
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.31.7 Update dependency eslint-plugin-react to v7.31.8 Sep 9, 2022
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.35.1 Update dependency eslint-plugin-react to v7.35.2 Sep 6, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 1352164 to 940f3eb Compare September 15, 2024 07:34
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.35.2 Update dependency eslint-plugin-react to v7.36.0 Sep 15, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 940f3eb to de3ecae Compare September 15, 2024 20:06
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.36.0 Update dependency eslint-plugin-react to v7.36.1 Sep 15, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from de3ecae to d2a1a91 Compare September 30, 2024 03:04
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.36.1 Update dependency eslint-plugin-react to v7.37.0 Sep 30, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from d2a1a91 to 3a4ac58 Compare October 4, 2024 16:14
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.37.0 Update dependency eslint-plugin-react to v7.37.1 Oct 4, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 3a4ac58 to 4a058ea Compare October 26, 2024 00:08
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.37.1 Update dependency eslint-plugin-react to v7.37.2 Oct 26, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 4a058ea to 45159d5 Compare December 27, 2024 04:01
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.37.2 Update dependency eslint-plugin-react to v7.37.3 Dec 27, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 45159d5 to 77e5144 Compare January 16, 2025 06:20
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.37.3 Update dependency eslint-plugin-react to v7.37.4 Jan 16, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 77e5144 to 1a212e8 Compare April 6, 2025 20:59
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.37.4 Update dependency eslint-plugin-react to v7.37.5 Apr 6, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 1a212e8 to 8cb8db0 Compare August 10, 2025 15:50
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 8cb8db0 to 743e1e8 Compare October 21, 2025 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant