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

Bump eslint-plugin-react to ^7.31.8 #5933

Merged
merged 1 commit into from
Sep 12, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 28, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-react ^7.30.1 -> ^7.31.8 age adoption passing confidence

Release Notes

jsx-eslint/eslint-plugin-react

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

v7.31.0

Compare Source

Added
Fixed
Changed

v7.30.2

Compare Source


Configuration

📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, 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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Update of dependencies label Aug 28, 2022
@mui-bot
Copy link

mui-bot commented Aug 28, 2022

These are the results for the performance tests:

Test case Unit Min Max Median Mean σ
Filter 100k rows ms 519.4 1,007.2 572.6 748.32 191.673
Sort 100k rows ms 645.6 1,181 1,181 977.38 191.037
Select 100k rows ms 153.3 297.2 274.4 242.8 52.873
Deselect 100k rows ms 129.4 291 214.8 209.54 55.869

Generated by 🚫 dangerJS against 3da285e

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from a19105c to 48231f8 Compare September 2, 2022 21:02
@renovate renovate bot changed the title Bump eslint-plugin-react to ^7.31.1 Bump eslint-plugin-react to ^7.31.2 Sep 2, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 48231f8 to 799afa4 Compare September 3, 2022 10:56
@renovate renovate bot changed the title Bump eslint-plugin-react to ^7.31.2 Bump eslint-plugin-react to ^7.31.4 Sep 3, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 799afa4 to ca726ab Compare September 4, 2022 11:07
@renovate renovate bot changed the title Bump eslint-plugin-react to ^7.31.4 Bump eslint-plugin-react to ^7.31.5 Sep 4, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from ca726ab to d4d8db4 Compare September 4, 2022 20:46
@renovate renovate bot changed the title Bump eslint-plugin-react to ^7.31.5 Bump eslint-plugin-react to ^7.31.6 Sep 4, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from d4d8db4 to 5e79bf2 Compare September 5, 2022 21:09
@renovate renovate bot changed the title Bump eslint-plugin-react to ^7.31.6 Bump eslint-plugin-react to ^7.31.7 Sep 5, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 5e79bf2 to ea62ab0 Compare September 9, 2022 07:14
@renovate renovate bot changed the title Bump eslint-plugin-react to ^7.31.7 Bump eslint-plugin-react to ^7.31.8 Sep 9, 2022
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Sep 9, 2022
@github-actions
Copy link

github-actions bot commented Sep 9, 2022

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Sep 9, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from ea62ab0 to 6c8714a Compare September 9, 2022 10:34
@flaviendelangle flaviendelangle changed the base branch from master to next September 12, 2022 09:09
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 6c8714a to 3da285e Compare September 12, 2022 09:11
@DanailH DanailH merged commit 29a5961 into next Sep 12, 2022
@DanailH DanailH deleted the renovate/eslint-plugin-react-7.x branch September 12, 2022 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants