Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 23, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-react 7.17.0 -> 7.31.11 age adoption passing confidence
eslint-plugin-react 7.28.0 -> 7.31.11 age adoption passing confidence
eslint-plugin-react 7.26.0 -> 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

Configuration

📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, 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 these updates 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
Copy link
Contributor Author

renovate bot commented Aug 23, 2019

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from f8e08ee to 1728fd9 Compare August 24, 2019 15:27
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 1728fd9 to 090de45 Compare October 1, 2019 03:35
@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.0 Oct 1, 2019
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from e5fd8c2 to ad4d540 Compare October 1, 2019 20:47
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.15.0 chore(deps): update dependency eslint-plugin-react to v7.15.1 Oct 1, 2019
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from ad4d540 to 6feba24 Compare October 4, 2019 14:25
@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 Oct 4, 2019
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 3 times, most recently from 7304070 to 2352042 Compare October 24, 2019 08:04
@renovate
Copy link
Contributor Author

renovate bot commented Oct 24, 2019

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

If you think this comment is in error and the branch is not modified, try deleting this comment. If it comes back again the next time Renovate runs, please submit an issue or seek config help.

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 2352042 to 851cbe2 Compare August 23, 2020 18:02
@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.20.6 Aug 23, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 851cbe2 to 01021f4 Compare January 9, 2021 10:48
@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.22.0 Jan 9, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 01021f4 to 906b101 Compare March 19, 2021 23:00
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 906b101 to 68218a7 Compare March 26, 2021 23:54
@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.1 Mar 26, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 68218a7 to 215d605 Compare April 9, 2021 22:42
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.23.1 chore(deps): update dependency eslint-plugin-react to v7.23.2 Apr 9, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 215d605 to 98f55a4 Compare May 21, 2021 23:14
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from 3e68e18 to 444b5f3 Compare May 29, 2021 20:35
@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 May 29, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 444b5f3 to bcb5082 Compare June 11, 2021 22:16
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from bcb5082 to 4091bb1 Compare June 25, 2021 22:05
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 4091bb1 to 0f2cc82 Compare July 2, 2021 22:27
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.29.2 chore(deps): 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 from 1d6fa59 to c12dc50 Compare March 14, 2022 02:11
@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 2 times, most recently from 784bc48 to 66b1443 Compare May 20, 2022 16:12
@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 66b1443 to 78b7e99 Compare June 3, 2022 14:44
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 78b7e99 to 4f47f8b Compare June 24, 2022 14:41
@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 24, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 4f47f8b to 22a9496 Compare August 5, 2022 16:58
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 22a9496 to 10bfbc6 Compare August 26, 2022 14:29
@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.0 Aug 26, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 10bfbc6 to 87b1e78 Compare August 26, 2022 22:01
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.31.0 chore(deps): update dependency eslint-plugin-react to v7.31.1 Aug 27, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 87b1e78 to 40ea2dc Compare September 2, 2022 22:07
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.31.1 chore(deps): update dependency eslint-plugin-react to v7.31.2 Sep 3, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 40ea2dc to d21b61c Compare September 3, 2022 22:29
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.31.2 chore(deps): update dependency eslint-plugin-react to v7.31.4 Sep 4, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from 044f243 to 2807221 Compare September 4, 2022 20:49
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.31.4 chore(deps): update dependency eslint-plugin-react to v7.31.6 Sep 4, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 2807221 to f46eaf6 Compare September 9, 2022 14:11
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.31.6 chore(deps): update dependency eslint-plugin-react to v7.31.8 Sep 9, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from f46eaf6 to 7764af4 Compare October 9, 2022 20:16
@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.9 Oct 9, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 7764af4 to b9cb9c0 Compare October 14, 2022 14:58
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.31.9 chore(deps): update dependency eslint-plugin-react to v7.31.10 Oct 14, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from b9cb9c0 to 72c0659 Compare November 20, 2022 10:48
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.31.10 chore(deps): update dependency eslint-plugin-react to v7.31.11 Nov 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant