Skip to content
This repository was archived by the owner on May 10, 2025. It is now read-only.

Conversation

@renovate
Copy link

@renovate renovate bot commented Oct 27, 2018

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-react 6.10.3 -> 7.37.5 age adoption passing 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
Changed

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.

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 3 times, most recently from 9a49002 to 0ec72af Compare October 27, 2018 17:47
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 3 times, most recently from 4232b33 to 24ec586 Compare January 3, 2019 00:24
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 24ec586 to f36bace Compare January 4, 2019 23:21
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from f36bace to 57cf8c7 Compare January 17, 2019 07:39
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 57cf8c7 to bb45cd7 Compare May 4, 2019 16:56
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from bb45cd7 to f4ca5e4 Compare July 13, 2019 06:55
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from f4ca5e4 to 3db6555 Compare August 10, 2019 10:56
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 3db6555 to 4987b20 Compare October 5, 2019 09:52
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 4987b20 to f627ae7 Compare December 14, 2019 19:50
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from f627ae7 to b656456 Compare January 18, 2020 16:59
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from b656456 to 68c1245 Compare February 8, 2020 22:57
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 68c1245 to 163d856 Compare March 10, 2020 21:00
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 163d856 to 4f89346 Compare May 15, 2020 12:59
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 4f89346 to 441d6e6 Compare July 1, 2020 21:58
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 441d6e6 to bbf90ad Compare August 27, 2020 16:00
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from bbf90ad to 4c1dd7e Compare October 28, 2020 14:53
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 4c1dd7e to faa3098 Compare January 6, 2021 03:59
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from faa3098 to 4e17185 Compare April 26, 2021 17:19
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 4e17185 to 71f5342 Compare June 6, 2021 22:15
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 71f5342 to 72411e4 Compare October 18, 2021 22:24
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 72411e4 to adf7024 Compare March 7, 2022 10:36
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from adf7024 to dd68200 Compare March 26, 2022 14:59
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from dd68200 to a4ec054 Compare June 18, 2022 21:18
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from a4ec054 to ac22e8f Compare September 25, 2022 19:47
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from ac22e8f to eeac46b Compare November 20, 2022 10:41
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from eeac46b to 665ee84 Compare March 16, 2023 07:07
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 665ee84 to 81e2831 Compare July 20, 2023 18:15
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 81e2831 to ca8e71c Compare July 29, 2023 22:41
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from ca8e71c to ce6475b Compare August 16, 2023 05:04
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from ce6475b to ab7b147 Compare March 4, 2024 09:11
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from ab7b147 to 0328e50 Compare March 15, 2024 21:20
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 0328e50 to fce45cd Compare May 28, 2024 08:43
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from fce45cd to 72028ad Compare June 18, 2024 21:29
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from ed2b8aa to 13ff3c5 Compare July 20, 2024 08:14
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from ae59109 to 66067ce Compare September 3, 2024 19:42
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from d1933bb to d42abd5 Compare September 12, 2024 18:24
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from 8a0cbbf to 5a61800 Compare October 1, 2024 16:56
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 5a61800 to bf5a059 Compare October 22, 2024 22:54
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from bf5a059 to 0441150 Compare December 24, 2024 03:05
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 0441150 to f63cf6c Compare January 13, 2025 10:22
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from f63cf6c to 8c35abf Compare April 3, 2025 23:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

1 participant