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.30.1 #33027

Merged
merged 2 commits into from Jul 26, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 5, 2022

Mend Renovate

This PR contains the following updates:

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

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: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 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. ⚠ Warning: custom changes will be lost.

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

@renovate renovate bot added the dependencies Update of dependencies label Jun 5, 2022
@render
Copy link

render bot commented Jun 5, 2022

@mui-bot
Copy link

mui-bot commented Jun 5, 2022

No bundle size changes

Generated by 🚫 dangerJS against 95ef67c

@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from ccfc057 to 9ab2d3c Compare June 8, 2022 13:39
@renovate renovate bot changed the title Bump eslint-plugin-react to ^7.30.0 Bump eslint-plugin-react to ^7.30.1 Jun 24, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 9ab2d3c to 8f672ea Compare June 24, 2022 01:03
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Jul 4, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 8f672ea to 286f816 Compare July 4, 2022 06:59
@github-actions github-actions bot added PR: out-of-date The pull request has merge conflicts and can't be merged and removed PR: out-of-date The pull request has merge conflicts and can't be merged labels Jul 4, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 286f816 to 8f35e29 Compare July 8, 2022 04:41
@github-actions github-actions bot added PR: out-of-date The pull request has merge conflicts and can't be merged and removed PR: out-of-date The pull request has merge conflicts and can't be merged labels Jul 8, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from 8f35e29 to f5bd2a1 Compare July 11, 2022 07:29
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Jul 11, 2022
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Jul 26, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-react-7.x branch from f5bd2a1 to f389f17 Compare July 26, 2022 09:02
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Jul 26, 2022
@michaldudak michaldudak force-pushed the renovate/eslint-plugin-react-7.x branch from 9b2b8ae to 95ef67c Compare July 26, 2022 11:15
@michaldudak michaldudak merged commit 6547b24 into master Jul 26, 2022
@michaldudak michaldudak deleted the renovate/eslint-plugin-react-7.x branch July 26, 2022 11:41
@@ -247,6 +247,10 @@ function FixtureRenderer({ component: FixtureComponent }) {
return null;
}

FixtureRenderer.propTypes = {
component: PropTypes.element,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should have been:

Suggested change
component: PropTypes.element,
component: PropTypes.elementType,

It's a React component, not a React element.

Screenshot 2022-08-27 at 00 50 27

Comment on lines +138 to +140
// No need to check this as prop types are autogenerated.
// Plus, there are a few false positives.
'react/no-unused-prop-types': 'off',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

daniel-rabe pushed a commit to daniel-rabe/material-ui that referenced this pull request Nov 29, 2022
Co-authored-by: Michał Dudak <michal@dudak.me>
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.

None yet

3 participants