Skip to content

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

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented May 7, 2021

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-react 7.12.47.37.5 age confidence
eslint-plugin-react ^7.12.4^7.33.2 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

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 these updates 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 e723075 to 7cab68a Compare May 11, 2021 17:33
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 3 times, most recently from 351fe4e to 5c4fe64 Compare May 25, 2021 16:59
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from 33bda94 to 96ddbca Compare May 29, 2021 22:16
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.23.2 Update dependency eslint-plugin-react to v7.24.0 May 29, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 96ddbca to 376014e Compare June 3, 2021 20:58
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 376014e to 2f67d3f Compare June 11, 2021 21:41
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from fe0fdcd to 070397f Compare July 1, 2021 21:47
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 070397f to cba7865 Compare August 4, 2021 22:41
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from cba7865 to eeac019 Compare August 13, 2021 22:04
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from 46a0d6a to b4e3fab Compare August 19, 2021 21:52
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from b4e3fab to 2825a4d Compare August 29, 2021 08:23
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.24.0 Update dependency eslint-plugin-react to v7.25.0 Aug 29, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 2825a4d to 60af878 Compare August 30, 2021 08:33
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.25.0 Update dependency eslint-plugin-react to v7.25.1 Aug 30, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from edc9a1c to b0601a8 Compare September 16, 2021 23:54
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.25.1 Update dependency eslint-plugin-react to v7.25.2 Sep 16, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from b0601a8 to 2577976 Compare September 19, 2021 21:28
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.25.2 Update dependency eslint-plugin-react to v7.25.3 Sep 19, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from 617f0ae to aff4950 Compare September 21, 2021 02:38
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.25.3 Update dependency eslint-plugin-react to v7.26.0 Sep 21, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from aff4950 to b80d855 Compare September 22, 2021 20:33
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from b80d855 to 5e1064c Compare September 30, 2021 07:58
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 5 times, most recently from b3813ce to 87b436e Compare December 16, 2021 19:22
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 5 times, most recently from 1815d83 to af391a7 Compare December 23, 2021 00:06
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.27.1 Update dependency eslint-plugin-react to v7.28.0 Dec 23, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from af391a7 to c82ef36 Compare January 2, 2022 19:38
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from c82ef36 to 5a554f5 Compare February 25, 2022 08:38
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.28.0 Update dependency eslint-plugin-react to v7.29.0 Feb 25, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 5a554f5 to c2f3197 Compare February 25, 2022 19:24
@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 c2f3197 to 5e2b652 Compare February 26, 2022 08:27
@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 5e2b652 to 3839543 Compare March 4, 2022 00:58
@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 force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from cac1577 to c594c47 Compare March 14, 2022 00:13
@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 14, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from c594c47 to a57564f Compare March 14, 2022 19:40
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 3 times, most recently from 20b2bdb to 1eaf688 Compare April 8, 2022 18:09
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 1eaf688 to 9b6d9b1 Compare May 6, 2022 23:36
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented May 11, 2022

CLA assistant check
All committers have signed the CLA.

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.

2 participants