Skip to content

fix(deps): update dependency eslint-plugin-react to v7.37.5#300

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

fix(deps): update dependency eslint-plugin-react to v7.37.5#300
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/eslint-plugin-react-7.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 2, 2022

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-react 7.31.17.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)

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@vercel
Copy link
Copy Markdown

vercel Bot commented Sep 2, 2022

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
giuem-com Error Error May 28, 2026 6:18pm

@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from 60ae835 to 95473b5 Compare September 3, 2022 10:24
@renovate renovate Bot changed the title fix(deps): update dependency eslint-plugin-react to v7.31.2 fix(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 95473b5 to 52ca018 Compare September 4, 2022 12:03
@renovate renovate Bot changed the title fix(deps): update dependency eslint-plugin-react to v7.31.4 fix(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 52ca018 to df61708 Compare September 4, 2022 21:53
@renovate renovate Bot changed the title fix(deps): update dependency eslint-plugin-react to v7.31.5 fix(deps): update dependency eslint-plugin-react to v7.31.6 Sep 4, 2022
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch 4 times, most recently from 01a1e71 to c55c307 Compare September 5, 2022 21:09
@renovate renovate Bot changed the title fix(deps): update dependency eslint-plugin-react to v7.31.6 fix(deps): update dependency eslint-plugin-react to v7.31.7 Sep 5, 2022
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch 3 times, most recently from f412494 to 86e7a40 Compare September 9, 2022 07:58
@renovate renovate Bot changed the title fix(deps): update dependency eslint-plugin-react to v7.31.7 fix(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 86e7a40 to ab0a52c Compare September 10, 2022 16:46
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from ab0a52c to f5dfb94 Compare October 9, 2022 22:15
@renovate renovate Bot changed the title fix(deps): update dependency eslint-plugin-react to v7.31.8 fix(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 f5dfb94 to 63ffcb7 Compare October 11, 2022 01:05
@renovate renovate Bot changed the title fix(deps): update dependency eslint-plugin-react to v7.31.9 fix(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 63ffcb7 to 22bab29 Compare November 20, 2022 20:06
@renovate renovate Bot changed the title fix(deps): update dependency eslint-plugin-react to v7.31.10 fix(deps): update dependency eslint-plugin-react to v7.31.11 Nov 20, 2022
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 22bab29 to 747d7bf Compare March 16, 2023 06:44
@renovate renovate Bot changed the title fix(deps): update dependency eslint-plugin-react to v7.31.11 fix(deps): update dependency eslint-plugin-react to v7.32.2 Mar 22, 2023
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from 4afe784 to 01a065f Compare March 22, 2023 15:53
@renovate renovate Bot changed the title fix(deps): update dependency eslint-plugin-react to v7.32.2 fix(deps): update dependency eslint-plugin-react to v7.33.0 Jul 20, 2023
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 01a065f to 0b85522 Compare July 20, 2023 17:35
@renovate renovate Bot changed the title fix(deps): update dependency eslint-plugin-react to v7.34.2 fix(deps): update dependency eslint-plugin-react to v7.34.3 Jun 18, 2024
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 3b86b90 to 8af9597 Compare July 13, 2024 19:44
@renovate renovate Bot changed the title fix(deps): update dependency eslint-plugin-react to v7.34.3 fix(deps): update dependency eslint-plugin-react to v7.34.4 Jul 13, 2024
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 8af9597 to cf07cd4 Compare July 20, 2024 07:19
@renovate renovate Bot changed the title fix(deps): update dependency eslint-plugin-react to v7.34.4 fix(deps): update dependency eslint-plugin-react to v7.35.0 Jul 20, 2024
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from cf07cd4 to c7b3ace Compare September 3, 2024 00:49
@renovate renovate Bot changed the title fix(deps): update dependency eslint-plugin-react to v7.35.0 fix(deps): update dependency eslint-plugin-react to v7.35.1 Sep 3, 2024
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from c7b3ace to 8348af3 Compare September 3, 2024 20:06
@renovate renovate Bot changed the title fix(deps): update dependency eslint-plugin-react to v7.35.1 fix(deps): update dependency eslint-plugin-react to v7.35.2 Sep 3, 2024
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 8348af3 to 2e2962f Compare September 12, 2024 07:37
@renovate renovate Bot changed the title fix(deps): update dependency eslint-plugin-react to v7.35.2 fix(deps): update dependency eslint-plugin-react to v7.36.0 Sep 12, 2024
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 2e2962f to d468285 Compare September 12, 2024 19:39
@renovate renovate Bot changed the title fix(deps): update dependency eslint-plugin-react to v7.36.0 fix(deps): update dependency eslint-plugin-react to v7.36.1 Sep 12, 2024
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from d468285 to 2b9e0c7 Compare September 27, 2024 03:09
@renovate renovate Bot changed the title fix(deps): update dependency eslint-plugin-react to v7.36.1 fix(deps): update dependency eslint-plugin-react to v7.37.0 Sep 27, 2024
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 2b9e0c7 to a1883c8 Compare October 1, 2024 16:55
@renovate renovate Bot changed the title fix(deps): update dependency eslint-plugin-react to v7.37.0 fix(deps): update dependency eslint-plugin-react to v7.37.1 Oct 1, 2024
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from a1883c8 to a21d9a3 Compare October 23, 2024 03:35
@renovate renovate Bot changed the title fix(deps): update dependency eslint-plugin-react to v7.37.1 fix(deps): update dependency eslint-plugin-react to v7.37.2 Oct 23, 2024
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from a21d9a3 to e64622c Compare December 24, 2024 04:51
@renovate renovate Bot changed the title fix(deps): update dependency eslint-plugin-react to v7.37.2 fix(deps): update dependency eslint-plugin-react to v7.37.3 Dec 24, 2024
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from e64622c to 60f43c5 Compare January 13, 2025 05:27
@renovate renovate Bot changed the title fix(deps): update dependency eslint-plugin-react to v7.37.3 fix(deps): update dependency eslint-plugin-react to v7.37.4 Jan 13, 2025
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 60f43c5 to ae24f6c Compare April 3, 2025 21:52
@renovate renovate Bot changed the title fix(deps): update dependency eslint-plugin-react to v7.37.4 fix(deps): update dependency eslint-plugin-react to v7.37.5 Apr 3, 2025
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from ae24f6c to 204c3cf Compare August 10, 2025 15:10
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 204c3cf to 6b83843 Compare August 13, 2025 13:41
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