Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Mar 11, 2022

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

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

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/Paris)

  • Branch creation
    • "after 4pm on friday,before 9am on monday,every weekend"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 bc46985 to d387adc Compare March 14, 2022 02:23
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.29.3 chore(deps): update dependency eslint-plugin-react to v7.29.4 Mar 14, 2022
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from d387adc to e51fed5 Compare March 18, 2022 15:19
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from 074504e to 8ba20a1 Compare April 15, 2022 14:41
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 8ba20a1 to 1b3b8bb Compare May 20, 2022 14:46
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.29.4 chore(deps): update dependency eslint-plugin-react to v7.30.0 May 20, 2022
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 1b3b8bb to a91a733 Compare September 25, 2022 15:36
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from a91a733 to b4bb8ff Compare November 20, 2022 15:22
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.30.0 chore(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 b4bb8ff to 980f7ae Compare March 18, 2023 06:05
@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.2 Mar 18, 2023
@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 22, 2023
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 980f7ae to 5ef511f Compare July 22, 2023 08:30
@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 Jul 30, 2023
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 5ef511f to 1e217d3 Compare July 30, 2023 03:00
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 1e217d3 to c159678 Compare August 18, 2023 17:45
@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 18, 2023
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from c159678 to b9f2f03 Compare March 8, 2024 17:57
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.33.2 chore(deps): update dependency eslint-plugin-react to v7.34.0 Mar 8, 2024
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from b9f2f03 to 2f38b57 Compare March 16, 2024 05:45
@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 16, 2024
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 2f38b57 to ed536f3 Compare June 1, 2024 08:40
@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 Jun 1, 2024
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from ed536f3 to 949bf20 Compare June 21, 2024 23:47
@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 949bf20 to 2e971a0 Compare July 14, 2024 20:24
@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 14, 2024
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 2e971a0 to f68b0a1 Compare July 20, 2024 11:54
@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 20, 2024
@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.1 Sep 14, 2024
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 5f2ecf0 to 40d1f9f Compare September 28, 2024 05:58
@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 28, 2024
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 40d1f9f to 4d7a8d6 Compare October 5, 2024 02:26
@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 5, 2024
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 4d7a8d6 to 796fc56 Compare October 25, 2024 17:43
@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 796fc56 to 05c4ff6 Compare December 28, 2024 06:00
@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 28, 2024
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 05c4ff6 to e437d54 Compare January 17, 2025 23:08
@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 17, 2025
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from e437d54 to e822c5c Compare April 5, 2025 07:59
@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 5, 2025
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from e822c5c to 7bfcb98 Compare August 16, 2025 07:40
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 7bfcb98 to 0772416 Compare October 25, 2025 20:03
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 0772416 to dbc9d73 Compare January 2, 2026 19:11
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from dbc9d73 to 1ea8308 Compare January 24, 2026 07:15
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 1ea8308 to d327e70 Compare February 20, 2026 19:37
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from d327e70 to 4a1150d Compare March 14, 2026 22:53
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 4a1150d to f51eed8 Compare April 19, 2026 07:33
@codacy-production

codacy-production Bot commented Apr 19, 2026

Copy link
Copy Markdown

Not up to standards ⛔

TIP This summary will be updated as you push new changes.

@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from f51eed8 to 4e2c563 Compare May 2, 2026 23:03
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from 35de7b8 to 1884019 Compare May 23, 2026 08:12
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from 78df371 to a7baccd Compare June 5, 2026 20:09
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from a7baccd to 87543bc Compare June 13, 2026 07:46
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 87543bc to a4db335 Compare July 18, 2026 03:43
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from a4db335 to f230845 Compare July 25, 2026 18:58
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