Skip to content

chore(deps): update dependency eslint-plugin-react to v7.37.5 #206

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 30, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-react 7.30.1 -> 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
  • [Perf] component detection: improve performance by avoiding traversing parents unnecessarily (#​3459 @​golopot

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 cff5284 to 9f8d3c8 Compare September 2, 2022 23:12
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.31.1 chore(deps): update dependency eslint-plugin-react to v7.31.2 Sep 3, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 9f8d3c8 to b25cb38 Compare September 3, 2022 07:33
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.31.2 chore(deps): update dependency eslint-plugin-react to v7.31.4 Sep 3, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from b25cb38 to b75c5a0 Compare September 4, 2022 06:05
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.31.4 chore(deps): update dependency eslint-plugin-react to v7.31.5 Sep 4, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from b75c5a0 to 79a2e10 Compare September 4, 2022 22:24
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.31.5 chore(deps): update dependency eslint-plugin-react to v7.31.6 Sep 5, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 79a2e10 to 45fe784 Compare September 5, 2022 22:25
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.31.6 chore(deps): update dependency eslint-plugin-react to v7.31.7 Sep 6, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 45fe784 to a7b3621 Compare September 9, 2022 09:31
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.31.7 chore(deps): update dependency eslint-plugin-react to v7.31.8 Sep 9, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from a7b3621 to a127fab Compare October 9, 2022 20:48
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.31.8 chore(deps): update dependency eslint-plugin-react to v7.31.9 Oct 9, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from a127fab to b3710c7 Compare October 11, 2022 02:06
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.31.9 chore(deps): update dependency eslint-plugin-react to v7.31.10 Oct 11, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from b3710c7 to 0fe51d7 Compare December 3, 2022 03:49
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.31.10 chore(deps): update dependency eslint-plugin-react to v7.31.11 Dec 3, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 0fe51d7 to 2e7c71e Compare January 14, 2023 08:54
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.31.11 chore(deps): update dependency eslint-plugin-react to v7.32.0 Jan 14, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 2e7c71e to b678d1e Compare January 19, 2023 23:35
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.32.0 chore(deps): update dependency eslint-plugin-react to v7.32.1 Jan 19, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from b678d1e to cbd94c0 Compare February 1, 2023 11:17
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.32.1 chore(deps): update dependency eslint-plugin-react to v7.32.2 Feb 1, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from cbd94c0 to b3663d9 Compare July 23, 2023 18:16
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.32.2 chore(deps): update dependency eslint-plugin-react to v7.33.0 Jul 23, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from b3663d9 to 172c3fc Compare August 2, 2023 01:16
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.33.0 chore(deps): update dependency eslint-plugin-react to v7.33.1 Aug 2, 2023
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.33.1 chore(deps): update dependency eslint-plugin-react to v7.33.2 Aug 19, 2023
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.34.0 chore(deps): update dependency eslint-plugin-react to v7.34.1 Mar 18, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from d082794 to 1789dc5 Compare May 31, 2024 07:55
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.34.1 chore(deps): 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 1789dc5 to f63a9b8 Compare June 21, 2024 21:17
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.34.2 chore(deps): 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 f63a9b8 to 760b426 Compare July 16, 2024 19:52
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.34.3 chore(deps): 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 760b426 to 7e13e69 Compare July 23, 2024 05:48
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.34.4 chore(deps): 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 7e13e69 to 58cd741 Compare September 6, 2024 00:02
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.35.0 chore(deps): 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 58cd741 to 094f8d8 Compare September 6, 2024 22:03
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.35.1 chore(deps): 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 094f8d8 to 8c395f4 Compare September 15, 2024 10:24
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.35.2 chore(deps): 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 8c395f4 to 84fccf4 Compare September 15, 2024 20:11
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.36.0 chore(deps): 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 84fccf4 to 45bf8be Compare September 30, 2024 03:38
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.36.1 chore(deps): 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 45bf8be to 257811d Compare October 4, 2024 16:58
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.37.0 chore(deps): 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 257811d to e233f40 Compare October 25, 2024 22:15
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.37.1 chore(deps): 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 e233f40 to ee572c3 Compare December 27, 2024 03:40
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.37.2 chore(deps): 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 ee572c3 to a3a1acc Compare January 16, 2025 12:35
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.37.3 chore(deps): 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 a3a1acc to 42f285e Compare April 6, 2025 21:13
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.37.4 chore(deps): update dependency eslint-plugin-react to v7.37.5 Apr 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants