Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 22, 2018

This PR contains the following updates:

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

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 2 times, most recently from 186881b to 349f3e3 Compare June 4, 2018 05:40
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 349f3e3 to d5f157e Compare June 25, 2018 07:00
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from 10b34f7 to 4d01ba5 Compare August 14, 2018 21:32
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7 chore(deps): update dependency eslint-plugin-react to v7 Oct 27, 2018
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 3 times, most recently from 6525d92 to 80f7c9d Compare January 2, 2019 23:59
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 80f7c9d to 3f41fa4 Compare January 4, 2019 23:21
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 3f41fa4 to 39762f7 Compare January 17, 2019 07:35
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 39762f7 to 4412f94 Compare May 4, 2019 17:54
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 4412f94 to ca7982f Compare July 13, 2019 06:00
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from ca7982f to ee02747 Compare August 10, 2019 07:52
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from ee02747 to 6d0438d Compare October 3, 2019 05:52
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 6d0438d to 8ff9822 Compare November 11, 2019 21:57
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 8ff9822 to 2a5fc49 Compare December 14, 2019 22:49
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 2a5fc49 to 0e56361 Compare January 18, 2020 19:43
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 0e56361 to 059b499 Compare February 8, 2020 19:56
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 059b499 to f806694 Compare March 14, 2020 11:59
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from f806694 to f53795a Compare May 16, 2020 04:57
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from f53795a to bd6bf41 Compare July 1, 2020 10:49
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from bd6bf41 to 2198801 Compare August 27, 2020 04:56
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 2198801 to 49a3b0d Compare October 25, 2020 22:59
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 49a3b0d to 409a1ac Compare January 6, 2021 14:59
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 409a1ac to b40643f Compare April 26, 2021 15:24
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from b40643f to 8444c3b Compare June 6, 2021 22:00
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 8444c3b to f77e595 Compare October 18, 2021 17:55
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from f77e595 to efe6ccd Compare March 7, 2022 10:33
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from efe6ccd to 099f045 Compare March 26, 2022 12:52
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from fb0556b to ebe4298 Compare November 20, 2022 10:50
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from ebe4298 to 8741615 Compare March 16, 2023 22:03
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 8741615 to 9df2f78 Compare May 28, 2023 15:06
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 9df2f78 to 0b2f44b Compare July 20, 2023 18:07
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 0b2f44b to a5a43ec Compare July 30, 2023 01:32
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from a5a43ec to f2e5dde Compare August 16, 2023 05:10
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from f2e5dde to 01f9ee3 Compare March 4, 2024 11:13
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 01f9ee3 to a9bfb20 Compare March 15, 2024 21:35
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from a9bfb20 to 1cc46c7 Compare May 28, 2024 08:07
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 1cc46c7 to cc08807 Compare June 18, 2024 22:39
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from 3a2dd4c to f55b4c0 Compare July 20, 2024 08:20
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from bd1e508 to 789d119 Compare September 3, 2024 22:26
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from e0cecd8 to 45e8c68 Compare September 12, 2024 19:05
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from 81826e1 to e76dadd Compare October 1, 2024 14:51
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from e76dadd to f65e863 Compare October 22, 2024 22:16
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7 chore(deps): update dependency eslint-plugin-react to v7 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/eslint-plugin-react-7.x branch December 8, 2024 18:43
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7 - autoclosed chore(deps): update dependency eslint-plugin-react to v7 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 4e6a6f4 to f65e863 Compare December 9, 2024 08:00
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from f65e863 to 890cd57 Compare December 24, 2024 04:38
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 890cd57 to 243d135 Compare January 13, 2025 04:49
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 243d135 to acd100e Compare April 3, 2025 21:57
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from acd100e to cae3f84 Compare August 10, 2025 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

0 participants