Skip to content

Update dependency eslint-plugin-react to v7#24

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/eslint-plugin-react-7.x
Open

Update dependency eslint-plugin-react to v7#24
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/eslint-plugin-react-7.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jul 12, 2019

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-react 6.8.07.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](https://redirect.github.com/s

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 454abd7 to 881352c Compare July 22, 2019 22:38
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from def70c4 to 70c7d02 Compare September 1, 2019 13:49
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 70c7d02 to 11d894f Compare September 17, 2019 10:24
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 3 times, most recently from 1f7a153 to a5f6414 Compare October 4, 2019 14:16
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from a5f6414 to 0f7d14f Compare December 14, 2019 20:49
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 0f7d14f to 38a4d24 Compare January 16, 2020 06:35
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 3 times, most recently from 4b92da2 to 16e2cfe Compare February 3, 2020 05:19
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 16e2cfe to e39d171 Compare March 14, 2020 12:00
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from e39d171 to 198b9c9 Compare July 2, 2020 00:00
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 198b9c9 to f620b39 Compare August 27, 2020 12:56
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from f620b39 to dcbddb7 Compare October 25, 2020 21:59
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from dcbddb7 to c6f8dfb Compare January 6, 2021 04:57
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from c6f8dfb to ae5b4d8 Compare April 26, 2021 16:37
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from ae5b4d8 to c42e349 Compare June 6, 2021 20:24
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from c42e349 to 442d763 Compare October 19, 2021 00:33
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 442d763 to c5c36ae Compare March 7, 2022 16:31
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from c5c36ae to cce322a Compare March 26, 2022 12:39
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from cce322a to b3d883c Compare June 18, 2022 16:52
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from b3d883c to ea03fef Compare September 25, 2022 23:01
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from ea03fef to 7b91ecd Compare November 20, 2022 12:01
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 7b91ecd to b97a7e0 Compare March 18, 2023 12:07
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from b97a7e0 to 4c459bb Compare July 20, 2023 18:44
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 4c459bb to 17eb44d Compare July 29, 2023 22:23
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 17eb44d to a57392d Compare August 16, 2023 04:32
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from a57392d to 813c1b1 Compare March 4, 2024 10:32
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 813c1b1 to e1f321c Compare March 15, 2024 21:55
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from e1f321c to eb003e7 Compare May 28, 2024 06:34
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from eb003e7 to 081e62d Compare June 18, 2024 21:44
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from b10dc79 to 1ff49fb Compare July 20, 2024 08:08
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from 39cf334 to f0ad7f5 Compare September 3, 2024 19:42
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from b90e31f to e7cdf4e Compare September 12, 2024 19:44
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from 956775f to 7a340ca Compare October 1, 2024 15:23
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 7a340ca to 58699d1 Compare October 23, 2024 03:31
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 58699d1 to 25ca543 Compare December 24, 2024 03:16
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 25ca543 to c08da40 Compare January 13, 2025 05:17
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from c08da40 to 2f6169b Compare April 3, 2025 23:20
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 2f6169b to 445615e Compare August 10, 2025 12:29
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 445615e to f96b0e6 Compare October 21, 2025 10:11
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from f96b0e6 to 7ae75b5 Compare December 31, 2025 15:46
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 7ae75b5 to ba495d3 Compare January 19, 2026 15:00
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from ba495d3 to e9693fd Compare February 17, 2026 20:31
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from e9693fd to 398d5d9 Compare March 5, 2026 15:51
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 398d5d9 to 370e837 Compare March 13, 2026 10:35
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.

0 participants