Skip to content

Update dependency eslint-plugin-react to v7.37.5 - #56

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

Update dependency eslint-plugin-react to v7.37.5#56
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/eslint-plugin-react-7.x

Conversation

@renovate

@renovate renovate Bot commented Feb 25, 2022

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

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

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: 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 bb6f692 to 171a112 Compare February 25, 2022 20:20
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.29.0 Update dependency eslint-plugin-react to v7.29.1 Feb 25, 2022
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 171a112 to 13756c3 Compare February 26, 2022 09:26
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.29.1 Update dependency eslint-plugin-react to v7.29.2 Feb 26, 2022
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 13756c3 to 8f645ab Compare March 4, 2022 00:55
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.29.2 Update dependency eslint-plugin-react to v7.29.3 Mar 4, 2022
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.29.3 Update dependency eslint-plugin-react to v7.29.4 Mar 26, 2022
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 8f645ab to 873ce76 Compare March 26, 2022 13:09
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 873ce76 to 2a49281 Compare June 18, 2022 22:00
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.29.4 Update dependency eslint-plugin-react to v7.30.0 Jun 18, 2022
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 2a49281 to 6210155 Compare June 23, 2022 22:20
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.30.0 Update dependency eslint-plugin-react to v7.30.1 Jun 23, 2022
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 6210155 to 81aedf3 Compare November 20, 2022 20:56
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.30.1 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 81aedf3 to e537b4d Compare March 16, 2023 07:47
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.31.11 Update dependency eslint-plugin-react to v7.32.2 Mar 16, 2023
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.32.2 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 e537b4d to 51ed28c Compare July 20, 2023 16:26
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.33.0 Update dependency eslint-plugin-react to v7.33.1 Jul 30, 2023
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 51ed28c to ccf42c1 Compare July 30, 2023 01:08
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.33.1 Update dependency eslint-plugin-react to v7.33.2 Aug 16, 2023
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from ccf42c1 to 9355d04 Compare August 16, 2023 04:38
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 9355d04 to cc18c80 Compare March 4, 2024 10:29
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.33.2 Update dependency eslint-plugin-react to v7.34.0 Mar 4, 2024
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from cc18c80 to b8e61e3 Compare March 15, 2024 22:32
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.34.0 Update dependency eslint-plugin-react to v7.34.1 Mar 15, 2024
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from b8e61e3 to b7d2cb0 Compare May 28, 2024 09:10
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.34.1 Update dependency eslint-plugin-react to v7.34.2 May 28, 2024
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from b7d2cb0 to 98a6b06 Compare June 18, 2024 21:22
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.34.2 Update dependency eslint-plugin-react to v7.34.3 Jun 18, 2024
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.36.0 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 6cc8135 to 8f5b618 Compare September 27, 2024 04:03
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.36.1 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 8f5b618 to d78f8c1 Compare October 1, 2024 17:03
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.37.0 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 d78f8c1 to 77d0822 Compare October 23, 2024 00:32
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.37.1 Update dependency eslint-plugin-react to v7.37.2 Oct 23, 2024
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.37.2 Update dependency eslint-plugin-react to v7.37.2 - 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:38
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.37.2 - autoclosed Update dependency eslint-plugin-react to v7.37.2 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 77d0822 to 73eaf14 Compare December 24, 2024 03:59
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.37.2 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 73eaf14 to 57ebba4 Compare January 13, 2025 04:47
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.37.3 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 57ebba4 to ae89d04 Compare April 3, 2025 22:01
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.37.4 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 ae89d04 to 022c864 Compare August 10, 2025 14:34
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 022c864 to 42240eb Compare December 31, 2025 14:01
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 42240eb to 852058f Compare January 19, 2026 17:55
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 852058f to ca34e70 Compare February 17, 2026 17:00
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from ca34e70 to 3f2163a Compare March 5, 2026 16:02
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 3f2163a to c90e4ce Compare March 13, 2026 11:16
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from c90e4ce to 8129a78 Compare April 8, 2026 14:38
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 8129a78 to 01aaf25 Compare April 29, 2026 10:43
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from b6c42d6 to e6b820e Compare May 18, 2026 16:03
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from e6b820e to 64dac88 Compare May 28, 2026 13:56
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