Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented May 26, 2019

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-react 7.12.4 -> 7.37.5 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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][] @​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][] [@&#

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.

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from b6a76b2 to 85363ba Compare June 23, 2019 22:01
@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
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 85363ba to 309f8cf Compare June 24, 2019 11:25
@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 309f8cf to c1811c4 Compare June 24, 2019 20:50
@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
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from c1811c4 to 1f48576 Compare July 22, 2019 22:43
@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
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 1f48576 to 00279ac Compare October 3, 2019 04:01
@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
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 00279ac to a761167 Compare November 12, 2019 00:01
@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 12, 2019
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from a761167 to 9404f8c Compare December 15, 2019 01:01
@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
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 9404f8c to afc7992 Compare January 18, 2020 19:31
@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
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from afc7992 to f6de8bc Compare February 9, 2020 03:00
@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
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from f6de8bc to 66288bc Compare March 14, 2020 13:03
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.18.3 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 66288bc to 783a7d7 Compare May 15, 2020 09:59
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.19.0 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 783a7d7 to 9a87806 Compare July 2, 2020 06:56
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.20.0 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 9a87806 to 1e701ad Compare August 22, 2020 03:02
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.20.3 Update dependency eslint-plugin-react to v7.20.6 Aug 22, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 1e701ad to a1b645b Compare October 29, 2020 15:06
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.20.6 Update dependency eslint-plugin-react to v7.21.5 Oct 29, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from a1b645b to e571735 Compare January 5, 2021 21:58
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from ca010e0 to 7f7fa74 Compare March 4, 2024 08:46
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.33.2 Update dependency eslint-plugin-react to v7.34.0 Mar 4, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 7f7fa74 to e616876 Compare March 15, 2024 20:54
@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 e616876 to a4df1f6 Compare May 28, 2024 20:24
@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
Copy link
Author

renovate bot commented May 28, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from a4df1f6 to bb358aa Compare June 19, 2024 20:55
@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 19, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from bb358aa to 851a28c Compare July 14, 2024 08:54
@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 14, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 851a28c to 8e42fa8 Compare July 20, 2024 17:56
@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 8e42fa8 to 9de8f6d Compare September 4, 2024 20:33
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.35.0 Update dependency eslint-plugin-react to v7.35.2 Sep 4, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 9de8f6d to e207e3d Compare September 12, 2024 23:48
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.35.2 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 e207e3d to b2bb31f Compare September 27, 2024 05:37
@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 b2bb31f to 4fbe4cf Compare October 2, 2024 05:50
@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 2, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 4fbe4cf to b4f8caa Compare October 24, 2024 02:47
@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 24, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from b4f8caa to 9eeeb52 Compare December 25, 2024 02:44
@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 25, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 9eeeb52 to 8066a0f Compare January 13, 2025 07:56
@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
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 8066a0f to 07855c4 Compare April 4, 2025 19:59
@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 4, 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.

2 participants