Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Sep 6, 2023

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-react ^7.30.0 -> ^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
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)

v7.31.1

Compare Source

Fixed
  • [jsx-no-target-blank]: allow ternaries with literals (#​3464 @​akulsr0)
  • [no-unknown-property]: add `iner

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from df764b5 to 4270fe6 Compare March 5, 2024 02:43
@renovate renovate bot changed the title Update dependency eslint-plugin-react to ^7.33.2 Update dependency eslint-plugin-react to ^7.34.0 Mar 5, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 4270fe6 to b772071 Compare March 16, 2024 14:29
@renovate renovate bot changed the title Update dependency eslint-plugin-react to ^7.34.0 Update dependency eslint-plugin-react to ^7.34.1 Mar 16, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from b772071 to 28d587a Compare May 29, 2024 11:56
@renovate renovate bot changed the title Update dependency eslint-plugin-react to ^7.34.1 Update dependency eslint-plugin-react to ^7.34.2 May 29, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 28d587a to 17d73aa Compare June 19, 2024 23:30
@renovate renovate bot changed the title Update dependency eslint-plugin-react to ^7.34.2 Update dependency eslint-plugin-react to ^7.34.3 Jun 19, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 17d73aa to 5f8e4fd Compare July 14, 2024 05:55
@renovate renovate bot changed the title Update dependency eslint-plugin-react to ^7.34.3 Update dependency eslint-plugin-react to ^7.34.4 Jul 14, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 5f8e4fd to 41ff1b4 Compare July 21, 2024 05:54
@renovate renovate bot changed the title Update dependency eslint-plugin-react to ^7.34.4 Update dependency eslint-plugin-react to ^7.35.0 Jul 21, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 41ff1b4 to 60ad95f Compare September 3, 2024 08:50
@renovate renovate bot changed the title Update dependency eslint-plugin-react to ^7.35.0 Update dependency eslint-plugin-react to ^7.35.1 Sep 3, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 60ad95f to 42702ed Compare September 4, 2024 05:50
@renovate renovate bot changed the title Update dependency eslint-plugin-react to ^7.35.1 Update dependency eslint-plugin-react to ^7.35.2 Sep 4, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 42702ed to 37e2e27 Compare September 12, 2024 23:48
@renovate renovate bot changed the title Update dependency eslint-plugin-react to ^7.35.2 Update dependency eslint-plugin-react to ^7.36.1 Sep 12, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 37e2e27 to 4996ee0 Compare September 28, 2024 08:17
@renovate renovate bot changed the title Update dependency eslint-plugin-react to ^7.36.1 Update dependency eslint-plugin-react to ^7.37.0 Sep 28, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 4996ee0 to 6f3a1cc Compare October 2, 2024 02:03
@renovate renovate bot changed the title Update dependency eslint-plugin-react to ^7.37.0 Update dependency eslint-plugin-react to ^7.37.1 Oct 2, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 6f3a1cc to 8053846 Compare October 22, 2024 23:51
@renovate renovate bot changed the title Update dependency eslint-plugin-react to ^7.37.1 Update dependency eslint-plugin-react to ^7.37.2 Oct 22, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 8053846 to f5e5015 Compare December 24, 2024 11:47
@renovate renovate bot changed the title Update dependency eslint-plugin-react to ^7.37.2 Update dependency eslint-plugin-react to ^7.37.3 Dec 24, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from f5e5015 to 9408917 Compare January 13, 2025 07:12
@renovate renovate bot changed the title Update dependency eslint-plugin-react to ^7.37.3 Update dependency eslint-plugin-react to ^7.37.4 Jan 13, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 9408917 to 8f740ce Compare April 5, 2025 04:17
@renovate renovate bot changed the title Update dependency eslint-plugin-react to ^7.37.4 Update dependency eslint-plugin-react to ^7.37.5 Apr 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant