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

chore(deps): update dependency eslint-plugin-react to v7.34.0 #162

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 3, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-react 7.12.4 -> 7.34.0 age adoption passing confidence

Release Notes

jsx-eslint/eslint-plugin-react (eslint-plugin-react)

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

v7.31.0

Compare Source

Added
Fixed
Changed

v7.30.2

Compare Source

v7.30.1

Compare Source

Fixed
Changed

v7.30.0

Compare Source

Added
Fixed
Changed

v7.29.4

Compare Source

Fixed

v7.29.3

Compare Source

Fixed

v7.29.2

Compare Source

Fixed
  • [jsx-curly-brace-presence]: avoid warning on curlies containing quote characters (#​3214 @​ljharb)
  • [jsx-indent]: do not report on non-jsx-returning ternaries that contain null (#​3222 @​ljharb)
  • [jsx-indent]: properly report on returned ternaries with jsx (#​3222 @​ljharb)
  • [no-array-index-key]: detect named-imported cloneElement/createElement (#​3213 @​ljharb)

v7.29.1

Compare Source

Fixed

v7.29.0

Compare Source

Added
  • add [hook-use-state] rule to enforce symmetric useState hook variable names ([#​2921][] @​duncanbeevers)
  • [jsx-no-target-blank]: Improve fixer with option allowReferrer ([#​3167][] @​apepper)
  • [jsx-curly-brace-presence]: add "propElementValues" config option ([#​3191][] @​ljharb)
  • add [iframe-missing-sandbox] rule ([#​2753][] @​tosmolka @​ljharb)
  • [no-did-mount-set-state], [no-did-update-set-state]: no-op with react >= 16.3 ([#​1754][] @​ljharb)
  • [jsx-sort-props]: support multiline prop groups ([#​3198][] @​duhamelgm)
  • [jsx-key]: add warnDuplicates option to warn on duplicate jsx keys in an array ([#​2614][] @​ljharb)
  • [jsx-sort-props]: add locale option ([#​3002][] @​ljharb)
Fixed
  • [prop-types], propTypes: add support for exported type inference ([#​3163][] @​vedadeepta)
  • [no-invalid-html-attribute]: allow 'shortcut icon' on link ([#​3174][] @​Primajin)
  • [prefer-exact-props] improve performance for Identifier visitor ([#​3190][] @​meowtec)
  • propTypes: Handle TSTypeReference in no-unused-prop-type ([#​3195][] @​niik)
  • [sort-prop-types]: avoid repeated warnings of the same node/reason ([#​519][] @​ljharb)
  • [jsx-indent]: Fix indent handling for closing parentheses ([#​620][] @​stefanbuck])
  • [prop-types]/propTypes: follow a returned identifier to see if it is JSX ([#​1046][] @​ljharb)
  • [no-unused-state]: TS: support getDerivedStateFromProps as an arrow function ([#​2061][] @​ljharb)
  • [no-array-index-key]: catch .toString and String() usage ([#​2813][] @​RedTn)
  • [function-component-definition]: do not break on dollar signs ([#​3207][] @​ljharb)
  • [prefer-stateless-function]: avoid a crash inside doctrine ([#​2596][] @​ljharb)
  • [prop-types]: catch infinite loop ([#​2861][] @​ljharb)
  • [forbid-prop-types]: properly report name in error message; check undestructured arguments ([#​2945][] @​ljharb)
Changed
  • [readme] change \

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 has been generated by Mend Renovate. View repository job log here.

@xRahul
Copy link
Owner

xRahul commented May 3, 2019

:shipit: This branch has been deployed to:
https://expo.io/@xrahul/nyan-world-peace?release-channel=renovate-eslint-plugin-react-7.x

Download the Expo app and scan this QR code to get started!

QR Code

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 35b55b8 to a477d74 Compare May 29, 2019 18:13
@xRahul
Copy link
Owner

xRahul commented May 29, 2019

:shipit: This branch has been deployed to:
https://expo.io/@xrahul/nyan-world-peace?release-channel=renovate-eslint-plugin-react-7.x

Download the Expo app and scan this QR code to get started!

QR Code

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from a477d74 to c976ed1 Compare June 23, 2019 22:04
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.13.0 Update dependency eslint-plugin-react to v7.14.0 Jun 23, 2019
@xRahul
Copy link
Owner

xRahul commented Jun 23, 2019

:shipit: This branch has been deployed to:
https://expo.io/@xrahul/nyan-world-peace?release-channel=renovate-eslint-plugin-react-7.x

Download the Expo app and scan this QR code to get started!

QR Code

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from c976ed1 to 1fc9fa3 Compare June 24, 2019 11:24
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.14.0 Update dependency eslint-plugin-react to v7.14.1 Jun 24, 2019
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 1fc9fa3 to 78c49dc Compare June 24, 2019 20:44
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.14.1 Update dependency eslint-plugin-react to v7.14.2 Jun 24, 2019
@xRahul
Copy link
Owner

xRahul commented Jun 24, 2019

:shipit: This branch has been deployed to:
https://expo.io/@xrahul/nyan-world-peace?release-channel=renovate-eslint-plugin-react-7.x

Download the Expo app and scan this QR code to get started!

QR Code

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 78c49dc to 5dec4c8 Compare July 22, 2019 22:39
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.14.2 Update dependency eslint-plugin-react to v7.14.3 Jul 22, 2019
@xRahul
Copy link
Owner

xRahul commented Jul 22, 2019

:shipit: This branch has been deployed to:
https://expo.io/@xrahul/nyan-world-peace?release-channel=renovate-eslint-plugin-react-7.x

Download the Expo app and scan this QR code to get started!

QR Code

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 5dec4c8 to 47e78fb Compare October 3, 2019 08:00
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.14.3 Update dependency eslint-plugin-react to v7.15.1 Oct 3, 2019
@xRahul
Copy link
Owner

xRahul commented Oct 3, 2019

:shipit: This branch has been deployed to:
https://expo.io/@xrahul/nyan-world-peace?release-channel=renovate-eslint-plugin-react-7.x

Download the Expo app and scan this QR code to get started!

QR Code

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 47e78fb to 6e8c0d4 Compare November 10, 2019 23:58
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.15.1 Update dependency eslint-plugin-react to v7.16.0 Nov 10, 2019
@xRahul
Copy link
Owner

xRahul commented Nov 11, 2019

:shipit: This branch has been deployed to:
https://expo.io/@xrahul/nyan-world-peace?release-channel=renovate-eslint-plugin-react-7.x

Download the Expo app and scan this QR code to get started!

QR Code

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 6e8c0d4 to 6a08f08 Compare December 15, 2019 01:45
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.16.0 Update dependency eslint-plugin-react to v7.17.0 Dec 15, 2019
@xRahul
Copy link
Owner

xRahul commented Dec 15, 2019

:shipit: This branch has been deployed to:
https://expo.io/@xrahul/nyan-world-peace?release-channel=renovate-eslint-plugin-react-7.x

Download the Expo app and scan this QR code to get started!

QR Code

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 6a08f08 to 88a8a9e Compare January 18, 2020 16:58
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.17.0 Update dependency eslint-plugin-react to v7.18.0 Jan 18, 2020
@xRahul
Copy link
Owner

xRahul commented Jan 18, 2020

:shipit: This branch has been deployed to:
https://expo.io/@xrahul/nyan-world-peace?release-channel=renovate-eslint-plugin-react-7.x

Download the Expo app and scan this QR code to get started!

QR Code

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 88a8a9e to f24a555 Compare February 9, 2020 01:57
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.18.0 Update dependency eslint-plugin-react to v7.18.3 Feb 9, 2020
@xRahul
Copy link
Owner

xRahul commented Feb 9, 2020

:shipit: This branch has been deployed to:
https://expo.io/@xrahul/nyan-world-peace?release-channel=renovate-eslint-plugin-react-7.x

Download the Expo app and scan this QR code to get started!

QR Code

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from f24a555 to a3a4e06 Compare March 15, 2020 10:58
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.22.0 chore(deps): update dependency eslint-plugin-react to v7.23.2 Apr 26, 2021
@xRahul
Copy link
Owner

xRahul commented Apr 26, 2021

:shipit: This branch has been deployed to:
https://expo.io/@xrahul/nyan-world-peace?release-channel=renovate-eslint-plugin-react-7.x

Download the Expo app and scan this QR code to get started!

QR Code

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 1af6c1f to 4df3bd0 Compare June 6, 2021 21:48
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.23.2 chore(deps): update dependency eslint-plugin-react to v7.24.0 Jun 6, 2021
@xRahul
Copy link
Owner

xRahul commented Jun 6, 2021

:shipit: This branch has been deployed to:
https://expo.io/@xrahul/nyan-world-peace?release-channel=renovate-eslint-plugin-react-7.x

Download the Expo app and scan this QR code to get started!

QR Code

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 4df3bd0 to e0ee7d5 Compare October 19, 2021 01:16
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.24.0 chore(deps): update dependency eslint-plugin-react to v7.26.1 Oct 19, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from e0ee7d5 to 664a779 Compare March 7, 2022 15:29
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.26.1 chore(deps): 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 664a779 to 38f5be9 Compare March 26, 2022 12:25
@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 26, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 38f5be9 to 784e431 Compare June 18, 2022 16:33
@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 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 784e431 to 08acad9 Compare June 23, 2022 23:13
@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.30.1 Jun 23, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 08acad9 to 3835180 Compare September 25, 2022 11:35
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.30.1 chore(deps): 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 3835180 to 47dcee6 Compare November 20, 2022 11:24
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.31.8 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 47dcee6 to aa12a9b Compare March 16, 2023 12:06
@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 16, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from aa12a9b to fe48712 Compare July 20, 2023 20:18
@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 20, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from fe48712 to 1200c38 Compare July 30, 2023 01:44
@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 1200c38 to 45c4487 Compare August 16, 2023 05:08
@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 16, 2023
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 45c4487 to c8f0715 Compare March 4, 2024 07:42
@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 4, 2024
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.

1 participant