Skip to content

Update dependency eslint-plugin-react to v7.37.5#358

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/eslint-plugin-react-7.x
Open

Update dependency eslint-plugin-react to v7.37.5#358
renovate[bot] wants to merge 1 commit intomainfrom
renovate/eslint-plugin-react-7.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 25, 2021

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-react 7.21.57.37.5 age 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
  • [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 prope

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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.

@vercel
Copy link
Copy Markdown

vercel Bot commented Jan 25, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/github56/react-jsonschema-form-material-ui/GoVswXufDCaF5uJMkD8AhVg9TKid
✅ Preview: https://react-jsonschema-form-material-ui-git-renovate-b72707-github56.vercel.app

@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.22.0 Update dependency eslint-plugin-react to v7.22.0 Feb 13, 2021
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 95a087a to 37bfe67 Compare March 23, 2021 10:42
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.22.0 Update dependency eslint-plugin-react to v7.23.0 Mar 23, 2021
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 37bfe67 to 00193bc Compare March 24, 2021 05:50
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.23.0 Update dependency eslint-plugin-react to v7.23.1 Mar 24, 2021
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 00193bc to 383de7a Compare April 8, 2021 23:37
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.23.1 Update dependency eslint-plugin-react to v7.23.2 Apr 8, 2021
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 383de7a to 029ede7 Compare April 24, 2021 16:01
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.23.2 chore(deps): update dependency eslint-plugin-react to v7.23.2 Apr 24, 2021
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 029ede7 to 729af6a Compare April 24, 2021 19:25
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 729af6a to 3687606 Compare April 25, 2021 06:31
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 3687606 to 0fbcaf2 Compare April 25, 2021 06:49
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 0fbcaf2 to 74fe4e4 Compare April 25, 2021 07:49
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 25, 2021

Deployment failed with the following error:

Resource is limited - try again after in 4 hours (more than 100, code: "api-deployments-free-per-day").

@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 74fe4e4 to 0b10bd5 Compare April 25, 2021 20:18
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.23.2 Update dependency eslint-plugin-react to v7.23.2 Apr 25, 2021
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 0b10bd5 to 20b01a4 Compare April 25, 2021 22:01
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.23.2 chore(deps): update dependency eslint-plugin-react to v7.23.2 Apr 25, 2021
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 20b01a4 to 1947d01 Compare April 26, 2021 00:21
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 26, 2021

Deployment failed with the following error:

Resource is limited - try again after in 6 hours (more than 100, code: "api-deployments-free-per-day").

@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 1a90f42 to cc64e15 Compare May 5, 2021 20:08
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from cc64e15 to 4cd89ac Compare May 7, 2021 17:09
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 4cd89ac to 683f318 Compare May 7, 2021 18:05
@renovate renovate Bot changed the title Update dependency eslint-plugin-react to v7.23.2 chore(deps): update dependency eslint-plugin-react to v7.23.2 May 7, 2021
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 683f318 to 544491b Compare May 7, 2021 19:37
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from 544491b to 655f939 Compare May 7, 2021 19:47
@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch 3 times, most recently from aa14507 to 78beff3 Compare May 8, 2021 08:11
@vercel
Copy link
Copy Markdown

vercel Bot commented May 8, 2021

Deployment failed with the following error:

Resource is limited - try again after in 2 hours (more than 100, code: "api-deployments-free-per-day").

@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch 2 times, most recently from d596e37 to f540b30 Compare May 8, 2021 16:59
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react to v7.23.2 Update dependency eslint-plugin-react to v7.23.2 May 8, 2021
@vercel
Copy link
Copy Markdown

vercel Bot commented May 8, 2021

Deployment failed with the following error:

Resource is limited - try again after in 2 minutes (more than 100, code: "api-deployments-free-per-day").

@renovate renovate Bot force-pushed the renovate/eslint-plugin-react-7.x branch from f540b30 to f69a41a Compare May 8, 2021 17:04
@vercel
Copy link
Copy Markdown

vercel Bot commented May 8, 2021

Deployment failed with the following error:

Resource is limited - try again after in 34 minutes (more than 100, code: "api-deployments-free-per-day").

@vercel
Copy link
Copy Markdown

vercel Bot commented May 8, 2021

Deployment failed with the following error:

Resource is limited - try again after in 17 hours (more than 100, code: "api-deployments-free-per-day").

@codecov
Copy link
Copy Markdown

codecov Bot commented Jul 18, 2021

Codecov Report

Merging #358 (a4674dd) into main (ea88d30) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #358   +/-   ##
=======================================
  Coverage   85.05%   85.05%           
=======================================
  Files          66       66           
  Lines        1619     1619           
  Branches      570      570           
=======================================
  Hits         1377     1377           
  Misses        237      237           
  Partials        5        5           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ea88d30...a4674dd. Read the comment docs.

@vercel
Copy link
Copy Markdown

vercel Bot commented Sep 20, 2021

Deployment failed with the following error:

Resource is limited - try again after in 18 hours (more than 100, code: "api-deployments-free-per-day").

@vercel
Copy link
Copy Markdown

vercel Bot commented May 18, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-jsonschema-form-material-ui ❌ Failed (Inspect) May 26, 2025 0:46am

@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 29, 2022

Deployment failed with the following error:

Resource is limited - try again in 7 hours (more than 100, code: "api-deployments-free-per-day").

@vercel
Copy link
Copy Markdown

vercel Bot commented Aug 16, 2023

Deployment failed with the following error:

Resource is limited - try again in 9 hours (more than 100, code: "api-deployments-free-per-day").

@vercel
Copy link
Copy Markdown

vercel Bot commented Aug 16, 2023

Deployment failed with the following error:

Resource is limited - try again in 8 hours (more than 100, code: "api-deployments-free-per-day").

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.

0 participants