Skip to content

chore(deps): update dependency eslint-plugin-react to v7.37.5 #62

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

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 25, 2018

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-react 7.5.1 -> 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
  • [Perf] component detection: improve performance by avoiding traversing parents unnecessarily (#​3459 @​golopot)
  • [D

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 is behind base branch, 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.

@evenchange4
Copy link
Owner

Deploy preview for michaelhsutw ready!

Built with commit 1037d0f

https://deploy-preview-62--michaelhsutw.netlify.com

@codecov
Copy link

codecov bot commented Jan 25, 2018

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (master@14db76f). Learn more about missing BASE report.

Current head 8d6d0f9 differs from pull request most recent head 1f37d6b

Please upload reports for the commit 1f37d6b to get more accurate results.

Additional details and impacted files
@@          Coverage Diff           @@
##             master   #62   +/-   ##
======================================
  Coverage          ?     0           
======================================
  Files             ?     0           
  Lines             ?     0           
  Branches          ?     0           
======================================
  Hits              ?     0           
  Misses            ?     0           
  Partials          ?     0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 1037d0f to 541539a Compare January 29, 2018 08:10
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.6.0 chore(deps): update dependency eslint-plugin-react to v7.6.1 Jan 29, 2018
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 541539a to 9fff9de Compare February 20, 2018 08:18
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.6.1 chore(deps): update dependency eslint-plugin-react to v7.7.0 Feb 20, 2018
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.7.0 Update dependency eslint-plugin-react to v7.7.0 May 9, 2018
@renovate renovate bot changed the title Update dependency eslint-plugin-react to v7.7.0 chore(deps): update dependency eslint-plugin-react to v7.7.0 May 9, 2018
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 9fff9de to e83b829 Compare May 11, 2018 21:13
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.7.0 chore(deps): update dependency eslint-plugin-react to v7.8.0 May 11, 2018
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from e83b829 to 22bfca4 Compare May 12, 2018 00:23
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.8.0 chore(deps): update dependency eslint-plugin-react to v7.8.1 May 12, 2018
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 22bfca4 to 0d1299c Compare May 13, 2018 14:00
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.8.1 chore(deps): update dependency eslint-plugin-react to v7.8.2 May 13, 2018
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 0d1299c to bf01f4d Compare June 3, 2018 21:37
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.8.2 chore(deps): update dependency eslint-plugin-react to v7.9.0 Jun 3, 2018
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from bf01f4d to a0d30a4 Compare June 4, 2018 04:52
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.9.0 chore(deps): update dependency eslint-plugin-react to v7.9.1 Jun 4, 2018
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from a0d30a4 to 67f42e9 Compare June 25, 2018 06:01
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.9.1 chore(deps): update dependency eslint-plugin-react to v7.10.0 Jun 25, 2018
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 67f42e9 to ef70541 Compare August 13, 2018 20:33
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.10.0 chore(deps): update dependency eslint-plugin-react to v7.11.0 Aug 13, 2018
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from ef70541 to 1fb0327 Compare August 14, 2018 20:27
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.11.0 chore(deps): update dependency eslint-plugin-react to v7.11.1 Aug 14, 2018
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.11.1 chore(deps): update dependency eslint-plugin-react to v7.12.0 Dec 28, 2018
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 1fb0327 to 9a0cc58 Compare December 28, 2018 07:10
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.12.0 chore(deps): update dependency eslint-plugin-react to v7.12.1 Jan 1, 2019
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 9a0cc58 to d69426a Compare January 1, 2019 22:32
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.12.1 chore(deps): update dependency eslint-plugin-react to v7.12.2 Jan 2, 2019
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from d69426a to eaeadb9 Compare January 2, 2019 23:56
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 9091d9c to 92b35d4 Compare May 28, 2024 09:03
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.34.1 chore(deps): update dependency eslint-plugin-react to v7.34.2 May 28, 2024
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: yarn.lock
[21:16:12.772] INFO (922): Installing tool [email protected]...
[21:16:19.769] WARN (922): Npm error:
npm ERR! weird error 1
[21:16:20.308] ERROR (922): node-gyp update command failed
[21:16:20.309] FATAL (922): Install tool node failed in 7.5s.

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 92b35d4 to 1f37d6b Compare June 18, 2024 22:24
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.34.2 chore(deps): 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 1f37d6b to edffa31 Compare July 13, 2024 21:38
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.34.3 chore(deps): 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 edffa31 to a391abd Compare July 20, 2024 07:30
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.34.4 chore(deps): 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 a391abd to 7880373 Compare September 3, 2024 01:24
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.35.0 chore(deps): 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 7880373 to eaf2525 Compare September 3, 2024 19:29
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.35.1 chore(deps): 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 eaf2525 to 91cc09a Compare September 12, 2024 09:51
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.35.2 chore(deps): 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 91cc09a to d6da5ba Compare September 12, 2024 19:22
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.36.0 chore(deps): 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 d6da5ba to 383d591 Compare September 27, 2024 04:13
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.36.1 chore(deps): 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 383d591 to 7659f3a Compare October 1, 2024 16:30
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.37.0 chore(deps): 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 7659f3a to 958bfda Compare October 23, 2024 00:38
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.37.1 chore(deps): 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 958bfda to eff71de Compare December 24, 2024 03:31
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.37.2 chore(deps): 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 eff71de to 19ddf78 Compare January 13, 2025 06:24
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.37.3 chore(deps): 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 19ddf78 to 2d64545 Compare April 3, 2025 21:16
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react to v7.37.4 chore(deps): 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.

1 participant