Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 29, 2019

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-react 7.16.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
  • [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.

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 1bb472a to 282728d Compare January 19, 2020 05:56
@renovate renovate bot changed the title chore: update dependency eslint-plugin-react to v7.17.0 chore: update dependency eslint-plugin-react to v7.18.0 Jan 19, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 282728d to 8a2ed20 Compare February 1, 2020 22:22
@renovate renovate bot changed the title chore: update dependency eslint-plugin-react to v7.18.0 chore: update dependency eslint-plugin-react to v7.18.1 Feb 1, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 8a2ed20 to bd8141d Compare February 2, 2020 03:49
@renovate renovate bot changed the title chore: update dependency eslint-plugin-react to v7.18.1 chore: update dependency eslint-plugin-react to v7.18.2 Feb 2, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from bd8141d to 782022c Compare February 3, 2020 05:16
@renovate renovate bot changed the title chore: update dependency eslint-plugin-react to v7.18.2 chore: update dependency eslint-plugin-react to v7.18.3 Feb 3, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 782022c to b08689e Compare March 6, 2020 21:55
@renovate renovate bot changed the title chore: update dependency eslint-plugin-react to v7.18.3 chore: update dependency eslint-plugin-react to v7.19.0 Mar 6, 2020
@CLAassistant
Copy link

CLAassistant commented Mar 6, 2020

CLA assistant check
All committers have signed the CLA.

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from b08689e to b71f0f2 Compare May 13, 2020 03:50
@renovate renovate bot changed the title chore: update dependency eslint-plugin-react to v7.19.0 chore: update dependency eslint-plugin-react to v7.20.0 May 13, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from b71f0f2 to 3069e1c Compare July 1, 2020 11:59
@renovate renovate bot changed the title chore: update dependency eslint-plugin-react to v7.20.0 chore: update dependency eslint-plugin-react to v7.20.3 Jul 1, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 3069e1c to b72caab Compare August 26, 2020 11:57
@renovate renovate bot changed the title chore: update dependency eslint-plugin-react to v7.20.3 chore: update dependency eslint-plugin-react to v7.20.6 Aug 26, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from b72caab to 6c4e3d4 Compare October 27, 2020 10:54
@renovate renovate bot changed the title chore: update dependency eslint-plugin-react to v7.20.6 chore: update dependency eslint-plugin-react to v7.21.5 Oct 27, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 6c4e3d4 to b5f4f98 Compare January 7, 2021 16:55
@renovate renovate bot changed the title chore: update dependency eslint-plugin-react to v7.21.5 chore: update dependency eslint-plugin-react to v7.22.0 Jan 7, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from b5f4f98 to dc27ec5 Compare April 26, 2021 14:25
@renovate renovate bot changed the title chore: update dependency eslint-plugin-react to v7.22.0 chore: update dependency eslint-plugin-react to v7.23.2 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from dc27ec5 to 1451466 Compare June 6, 2021 23:14
@renovate renovate bot changed the title chore: update dependency eslint-plugin-react to v7.23.2 chore: update dependency eslint-plugin-react to v7.24.0 Jun 6, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 1451466 to 04889c5 Compare October 18, 2021 16:46
@renovate renovate bot changed the title chore: update dependency eslint-plugin-react to v7.24.0 chore: update dependency eslint-plugin-react to v7.26.1 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 04889c5 to 34d0108 Compare March 7, 2022 15:07
@renovate renovate bot changed the title chore: update dependency eslint-plugin-react to v7.26.1 chore: update dependency eslint-plugin-react to v7.29.3 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from e922a3b to 970890c Compare May 31, 2024 07:06
@renovate renovate bot changed the title chore: update dependency eslint-plugin-react to v7.34.1 chore: update dependency eslint-plugin-react to v7.34.2 May 31, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 970890c to 51aa513 Compare June 21, 2024 21:31
@renovate renovate bot changed the title chore: update dependency eslint-plugin-react to v7.34.2 chore: update dependency eslint-plugin-react to v7.34.3 Jun 21, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 51aa513 to 24322e8 Compare July 16, 2024 19:27
@renovate renovate bot changed the title chore: update dependency eslint-plugin-react to v7.34.3 chore: update dependency eslint-plugin-react to v7.34.4 Jul 16, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 24322e8 to d0e0cd2 Compare July 23, 2024 07:12
@renovate renovate bot changed the title chore: update dependency eslint-plugin-react to v7.34.4 chore: update dependency eslint-plugin-react to v7.35.0 Jul 23, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from d0e0cd2 to 4132867 Compare September 6, 2024 02:00
@renovate renovate bot changed the title chore: update dependency eslint-plugin-react to v7.35.0 chore: update dependency eslint-plugin-react to v7.35.1 Sep 6, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 4132867 to 1bf3aad Compare September 6, 2024 22:03
@renovate renovate bot changed the title chore: update dependency eslint-plugin-react to v7.35.1 chore: 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 1bf3aad to 5233b98 Compare September 15, 2024 10:22
@renovate renovate bot changed the title chore: update dependency eslint-plugin-react to v7.35.2 chore: 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 5233b98 to a726a35 Compare September 15, 2024 19:37
@renovate renovate bot changed the title chore: update dependency eslint-plugin-react to v7.36.0 chore: 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 a726a35 to 38522b8 Compare September 30, 2024 03:26
@renovate renovate bot changed the title chore: update dependency eslint-plugin-react to v7.36.1 chore: 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 38522b8 to b8a119f Compare October 4, 2024 16:25
@renovate renovate bot changed the title chore: update dependency eslint-plugin-react to v7.37.0 chore: 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 b8a119f to d23d13c Compare October 25, 2024 22:33
@renovate renovate bot changed the title chore: update dependency eslint-plugin-react to v7.37.1 chore: update dependency eslint-plugin-react to v7.37.2 Oct 25, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from d23d13c to c436fdd Compare December 27, 2024 03:02
@renovate renovate bot changed the title chore: update dependency eslint-plugin-react to v7.37.2 chore: 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 c436fdd to dc13068 Compare January 16, 2025 04:41
@renovate renovate bot changed the title chore: update dependency eslint-plugin-react to v7.37.3 chore: 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 dc13068 to 09c66a5 Compare April 6, 2025 21:38
@renovate renovate bot changed the title chore: update dependency eslint-plugin-react to v7.37.4 chore: 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 09c66a5 to 4bf67f5 Compare August 10, 2025 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

1 participant