-
Notifications
You must be signed in to change notification settings - Fork 77
chore: Bump eslint-plugin-react from 7.11.1 to 7.14.0 #622
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
chore: Bump eslint-plugin-react from 7.11.1 to 7.14.0 #622
Conversation
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.11.1 to 7.14.0. - [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases) - [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.11.1...v7.14.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
Deploy preview for fundamental-react ready! Built with commit 6ab108d |
jbadan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This "fix" Fix prop-type detection for annotated props with default value (#2298[] @yannickcr) was actually a breaking change. We will need to update our components proptypes.
Users/i869315/externals/fundamental-react/src/ActionBar/ActionBar.js
8:37 error 'children' is missing in props validation react/prop-types
/Users/i869315/externals/fundamental-react/src/Alert/Alert.js
33:13 error 'children' is missing in props validation react/prop-types
/Users/i869315/externals/fundamental-react/src/Badge/Badge.js
7:34 error 'children' is missing in props validation react/prop-types
/Users/i869315/externals/fundamental-react/src/Badge/Counter.js
6:49 error 'children' is missing in props validation react/prop-types
/Users/i869315/externals/fundamental-react/src/Badge/Label.js
6:24 error 'children' is missing in props validation react/prop-types
/Users/i869315/externals/fundamental-react/src/Badge/Status.js
6:32 error 'children' is missing in props validation react/prop-types
/Users/i869315/externals/fundamental-react/src/Breadcrumb/_BreadcrumbItem.js
5:38 error 'className' is missing in props validation react/prop-types
5:49 error 'children' is missing in props validation react/prop-types
/Users/i869315/externals/fundamental-react/src/Identifier/Identifier.js
7:80 error 'children' is missing in props validation react/prop-types
/Users/i869315/externals/fundamental-react/src/Menu/_MenuGroup.js
6:29 error 'children' is missing in props validation react/prop-types
/Users/i869315/externals/fundamental-react/src/Menu/_MenuItem.js
5:52 error 'children' is missing in props validation react/prop-types
5:62 error 'onclick' is missing in props validation react/prop-types
26:26 error 'children.props' is missing in props validation react/prop-types
26:32 error 'children.props.className' is missing in props validation react/prop-types
/Users/i869315/externals/fundamental-react/src/Menu/Menu.js
8:30 error 'children' is missing in props validation react/prop-types
/Users/i869315/externals/fundamental-react/src/Modal/Modal.js
33:41 error 'children' is missing in props validation react/prop-types
33:67 error 'className' is missing in props validation react/prop-types
/Users/i869315/externals/fundamental-react/src/Pagination/Pagination.js
84:13 error 'displayTotalProps' is missing in props validation react/prop-types
/Users/i869315/externals/fundamental-react/src/Panel/_PanelActions.js
6:13 error 'children' is missing in props validation react/prop-types
/Users/i869315/externals/fundamental-react/src/Panel/_PanelBody.js
6:13 error 'children' is missing in props validation react/prop-types
/Users/i869315/externals/fundamental-react/src/Panel/_PanelFilters.js
6:13 error 'children' is missing in props validation react/prop-types
/Users/i869315/externals/fundamental-react/src/Panel/_PanelFooter.js
6:13 error 'children' is missing in props validation react/prop-types
/Users/i869315/externals/fundamental-react/src/Panel/_PanelHeader.js
6:13 error 'children' is missing in props validation react/prop-types
/Users/i869315/externals/fundamental-react/src/Panel/Panel.js
13:22 error 'children' is missing in props validation react/prop-types
/Users/i869315/externals/fundamental-react/src/Panel/PanelGrid.js
7:26 error 'children' is missing in props validation react/prop-types
/Users/i869315/externals/fundamental-react/src/Tabs/TabGroup.js
72:13 error 'tabGroupProps' is missing in props validation react/prop-types
/Users/i869315/externals/fundamental-react/src/Tile/_TileContent.js
7:20 error 'children' is missing in props validation react/prop-types
7:67 error 'productTile' is missing in props validation react/prop-types
/Users/i869315/externals/fundamental-react/src/Tile/_TileMedia.js
6:34 error 'productTile' is missing in props validation react/prop-types
/Users/i869315/externals/fundamental-react/src/Tile/Tile.js
17:9 error 'children' is missing in props validation react/prop-types
/Users/i869315/externals/fundamental-react/src/TimePicker/_TimePickerItem.js
212:52 error 'onClick' is missing in props validation react/prop-types
/Users/i869315/externals/fundamental-react/src/Toggle/Toggle.js
21:46 error 'children' is missing in props validation react/prop-types
|
A newer version of eslint-plugin-react exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
|
jbadan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢 @hertweckhr1 thank you for handling this!
Bumps eslint-plugin-react from 7.11.1 to 7.14.0.
Release notes
Sourced from eslint-plugin-react's releases.
Changelog
Sourced from eslint-plugin-react's changelog.
Commits
dfaa92fUpdate CHANGELOG and bump versionc52b61bMerge pull request #2316 from kaykayehnn/jsx-key-fragments8db631b[Fix] Fix detection of annotated props with default valuebbebefd[Tests] Remove AppVeyor0d49f5a[New] Add ESLint ^6.0.0 as valid peerDependency0364ed2Fix formatting issues7c1abedAdd checkFragmentShorthand optioned04c2fFix tests in eslint < 50d1aaf8Handle fragments in jsx-key7d449a9[New]jsx-sort-props: Change reported range to only the identifierDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard:
Finally, you can contact us by mentioning @dependabot.