Skip to content
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

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

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 29, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-react 7.23.2 -> 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

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.

Sorry, something went wrong.

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 5ee15d9 to 57df247 Compare August 29, 2021 07:51
@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 57df247 to 7c4dc4b Compare August 30, 2021 06:22
@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 from 7c4dc4b to e1e2fbf Compare September 16, 2021 23:39
@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 e1e2fbf to eb6d428 Compare September 19, 2021 19:56
@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 from eb6d428 to a4fca71 Compare September 21, 2021 02:30
@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 a4fca71 to f113a7f Compare September 30, 2021 07:04
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.26.0 Update dependency eslint-plugin-react to v7.26.1 Sep 30, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from f113a7f to a5c7e74 Compare March 7, 2022 10:02
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.26.1 Update dependency eslint-plugin-react to v7.29.3 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from a5c7e74 to 4e5ff0c Compare March 26, 2022 14:43
@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 4e5ff0c to 9ffe983 Compare June 18, 2022 13:44
@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 9ffe983 to 750121b Compare September 25, 2022 16:33
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.30.0 Update dependency eslint-plugin-react to v7.31.8 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 750121b to 277cf95 Compare November 20, 2022 15:07
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.31.8 Update dependency eslint-plugin-react to v7.31.11 Nov 20, 2022
@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 force-pushed the renovate/eslint-plugin-react-7.x branch from 277cf95 to d00f544 Compare March 16, 2023 11:38
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from d00f544 to f545669 Compare July 20, 2023 17:52
@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 f545669 to 091e71f Compare July 29, 2023 22:20
@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 29, 2023
@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 091e71f to 6c85dab Compare August 16, 2023 07:14
@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 db4e130 to f0ab50b Compare May 28, 2024 06:54
@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 f0ab50b to dcacec8 Compare June 18, 2024 22:59
@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 force-pushed the renovate/eslint-plugin-react-7.x branch from dcacec8 to 575e602 Compare July 13, 2024 21:39
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.34.3 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 575e602 to c3ad087 Compare July 20, 2024 08:20
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.34.4 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 c3ad087 to 1f5a141 Compare September 3, 2024 01:59
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.35.0 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 1f5a141 to a645de4 Compare September 3, 2024 19:58
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.35.1 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 a645de4 to 860546c Compare September 12, 2024 11:13
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.35.2 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 860546c to 4fde25d Compare September 12, 2024 18:14
@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 4fde25d to c75f13e Compare September 27, 2024 03:28
@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 c75f13e to 203e848 Compare October 1, 2024 16:32
@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 203e848 to e2e4352 Compare October 23, 2024 01:26
@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 force-pushed the renovate/eslint-plugin-react-7.x branch from e2e4352 to 622d275 Compare December 24, 2024 04:38
@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 622d275 to 7e76ca8 Compare January 13, 2025 05:18
@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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 7e76ca8 to 52ae1a9 Compare April 3, 2025 22:08
@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
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.

None yet

0 participants