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.31.11 #68

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 4, 2019

Mend Renovate

This PR contains the following updates:

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

Release Notes

jsx-eslint/eslint-plugin-react

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
Fixed
Changed

v7.28.0

Compare Source

Added
Fixed
Changed

v7.27.1

Compare Source

Fixed
  • [no-invalid-html-attribute]: allow link rel to have apple-touch-icon, mask-icon (#​3132 @​ljharb)
  • [no-unused-class-component-methods]: add getChildContext lifecycle method (#​3136 @​yoyo837)
  • [prop-types]: fix false positives on renames in object destructuring (#​3142 @​golopot)
  • [no-arrow-function-lifecycle]: fix invalid autofix from a concise arrow method to a regular one (#​3145 @​ljharb)
  • [display-name]: avoid false positives on non-creatClass object expressions (#​3144 @​ljharb)
Changed

v7.27.0

Compare Source

Added
Fixed
  • propTypes: add VoidFunctionComponent to react generic list (#​3092 @​vedadeepta)
  • [jsx-fragments], [jsx-no-useless-fragment]: avoid a crash on fragment syntax in typescript-eslint parser (@​ljharb)
  • [jsx-props-no-multi-spaces]: avoid a crash on long member chains in tag names in typescript-eslint parser (@​ljharb)
  • [no-unused-prop-types], usedPropTypes: avoid crash with typescript-eslint parser (@​ljharb)
  • [display-name]: unwrap TS as expressions (#​3110 @​ljharb)
  • [destructuring-assignment]: detect refs nested in functions (#​3102 @​ljharb)
  • [no-unstable-components]: improve handling of objects containing render function properties (#​3111 @​fizwidget)
  • [prop-types], propTypes: add forwardRef<>, ForwardRefRenderFunction<> prop-types (#​3112 @​vedadeepta)
  • [no-typos]: prevent a crash when using private methods (@​ljharb)
  • [destructuring-assignment], component detection: improve component detection (#​3122 @​vedadeepta)
  • [no-invalid-html-attribute]: avoid crash on spread props (#​3126 @​ljharb)
Changed

v7.26.1

Compare Source

Fixed
Changed

v7.26.0

Compare Source

Added
Fixed
Changed
  • [no-access-state-in-setstate]: passing test for “don't error if it's not a React Component” (#​1873 @​kentcdodds)

v7.25.3

Compare Source

Fixed
Changed
  • [readme] Update broken link for configuration files (#​3071 @​prateek3255)
  • [Refactor] create/extract isCreateElement and isDestructuredFromPragmaImport utils (@​ljharb)

v7.25.2

Compare Source

Fixed

v7.25.1

Compare Source

Fixed
  • [no-this-in-sfc], component detection: Improve stateless component detection (#​3056 @​Wesitos)

v7.25.0

Compare Source

Added
  • [jsx-no-useless-fragments]: add option to allow single expressions in fragments ([#​3006][] @​mattdarveniza)
  • add [prefer-exact-props] rule ([#​1547][] @​jomasti)
  • [jsx-no-target-blank]: add forms option ([#​1617][] @​jaaberg)
  • [jsx-pascal-case]: add allowLeadingUnderscore option ([#​3039][] @​pangaeatech)
  • [no-children-prop]: Add allowFunctions option ([#​1903][] @​alexzherdev)
  • [jsx-runtime]: set parserOptions.jsxPragma for @typescript-eslint/parser ([bb64df65][] @​ljharb)
Fixed
  • component detection: use estraverse to improve component detection ([#​2992][] @​Wesitos)
  • [destructuring-assignment], [no-multi-comp], [no-unstable-nested-components], component detection: improve component detection ([#​3001][] @​vedadeepta)
  • [no-deprecated]: fix crash on rest elements ([#​3016][] @​ljharb)
  • [destructuring-assignment]: get the contextName correctly ([#​3025][] @​ohhoney1)
  • [no-typos]: prevent crash on styled components and forwardRefs ([#​3036][] @​ljharb)
  • [destructuring-assignment], component detection: handle default exports edge case ([#​3038][] @​vedadeepta)
  • [no-typos]: fix crash on private methods ([#​3043][] @​ljharb)
  • [jsx-no-bind]: handle local function declarations ([#​3048][] @​p7g)
  • [prop-types], propTypes: handle React.* TypeScript types ([#​3049][] @​vedadeepta)
  • [prop-types], propTypes: add handling for FC<Props>, improve tests ([#​3051][] @​vedadeepta)
  • [prop-types], propTypes: prevent crash introduced in [#​3051][] ([#​3053][] @​ljharb)
Changed
  • [Docs] [`jsx-no

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.

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from dc21819 to 1abc4d6 Compare July 13, 2019 06:00
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.13.0 chore(deps): update dependency eslint-plugin-react to v7.14.2 Jul 13, 2019
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 1abc4d6 to 20e08d5 Compare August 10, 2019 07:49
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.14.2 chore(deps): update dependency eslint-plugin-react to v7.14.3 Aug 10, 2019
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 20e08d5 to 6cd9631 Compare October 4, 2019 12:53
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.14.3 chore(deps): update dependency eslint-plugin-react to v7.15.1 Oct 4, 2019
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 6cd9631 to 2755a73 Compare November 10, 2019 21:58
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.15.1 chore(deps): update dependency eslint-plugin-react to v7.16.0 Nov 10, 2019
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 2755a73 to 493cff6 Compare December 14, 2019 23:43
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.16.0 chore(deps): update dependency eslint-plugin-react to v7.17.0 Dec 14, 2019
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 493cff6 to f35ecd4 Compare January 18, 2020 21:58
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.17.0 chore(deps): update dependency eslint-plugin-react to v7.18.0 Jan 18, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from f35ecd4 to c227f4b Compare February 8, 2020 21:51
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.18.0 chore(deps): update dependency eslint-plugin-react to v7.18.3 Feb 8, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from c227f4b to a6a56ef Compare March 14, 2020 09:59
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.18.3 chore(deps): update dependency eslint-plugin-react to v7.19.0 Mar 14, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from a6a56ef to d52692a Compare May 15, 2020 14:56
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.19.0 chore(deps): update dependency eslint-plugin-react to v7.20.0 May 15, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from d52692a to b918959 Compare July 2, 2020 05:00
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.20.0 chore(deps): update dependency eslint-plugin-react to v7.20.3 Jul 2, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from b918959 to 249a04f Compare August 20, 2020 22:58
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.20.3 chore(deps): update dependency eslint-plugin-react to v7.20.6 Aug 20, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 249a04f to a8ade93 Compare October 27, 2020 16:00
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.20.6 chore(deps): update dependency eslint-plugin-react to v7.21.5 Oct 27, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from a8ade93 to 5b3bb36 Compare January 5, 2021 15:53
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.21.5 chore(deps): update dependency eslint-plugin-react to v7.22.0 Jan 5, 2021
@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
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 5b3bb36 to a3e527f Compare April 26, 2021 12:27
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from a3e527f to 70b29e0 Compare June 6, 2021 23:09
@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
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 70b29e0 to 5d3c88a Compare October 20, 2021 05:28
@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 20, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 5d3c88a to 29ae603 Compare March 7, 2022 11: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 29ae603 to 68ed4ac Compare March 26, 2022 12:10
@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 68ed4ac to daf8941 Compare June 18, 2022 14:09
@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 daf8941 to 0ae5815 Compare September 25, 2022 13:21
@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.8 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 0ae5815 to 13d65aa Compare November 20, 2022 13:59
@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
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