Bump prop-types from 15.7.2 to 15.8.0#395
Conversation
Bumps [prop-types](https://github.com/facebook/prop-types) from 15.7.2 to 15.8.0. - [Release notes](https://github.com/facebook/prop-types/releases) - [Changelog](https://github.com/facebook/prop-types/blob/main/CHANGELOG.md) - [Commits](facebook/prop-types@v15.7.2...v15.8.0) --- updated-dependencies: - dependency-name: prop-types dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report
@@ Coverage Diff @@
## master #395 +/- ##
==========================================
+ Coverage 50.35% 50.70% +0.34%
==========================================
Files 19 19
Lines 141 142 +1
Branches 28 28
==========================================
+ Hits 71 72 +1
Misses 60 60
Partials 10 10
Continue to review full report at Codecov.
|
|
|
||
| export default () => ( | ||
| <> | ||
| export default function () { |
There was a problem hiding this comment.
Function default has 59 lines of code (exceeds 25 allowed). Consider refactoring.
| shape="square" | ||
| className="avatar" | ||
| icon={<UserOutlined />} | ||
| const Header = function ({ isSiderCollapsed, onToggleSider }) { |
There was a problem hiding this comment.
Unexpected unnamed function.
| <Switch>{renderRoutes(getRoutes({ isLoggedUser: true }))}</Switch> | ||
| </BrowserRouter> | ||
| ); | ||
| const App = function () { |
| <div style={{ padding: 16 }}>{children}</div> | ||
| </AntContent> | ||
| ); | ||
| const Content = function ({ children, matchedRoutes }) { |
There was a problem hiding this comment.
Unexpected unnamed function.
| const Footer = ({ footer }) => ( | ||
| <AntFooter style={{ textAlign: 'center' }}>{footer}</AntFooter> | ||
| ); | ||
| const Footer = function ({ footer }) { |
There was a problem hiding this comment.
Unexpected unnamed function.
|
Code Climate has analyzed commit 126e79b and detected 18 issues on this pull request. Here's the issue category breakdown:
The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 53.5% (0.0% change). View more on Code Climate. |
|
A newer version of prop-types 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. |
Bumps prop-types from 15.7.2 to 15.8.0.
Changelog
Sourced from prop-types's changelog.
Commits
307a0f5v15.8.0aa90f53[New] addPropTypes.biginta921554[Dev Deps] updateeslint53deaa0[readme] Fix branch name (master -> main)239af0d[deps] regenerate yarn.lock2710ad9Bump sshpk from 1.13.1 to 1.16.16b36071Bump tmpl from 1.0.4 to 1.0.5e4e6bb9Bump path-parse from 1.0.6 to 1.0.751282ab[eslint] enable some rules8291c36Use GH ActionsDependabot 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 closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor 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)