Bump react-app-rewired from 2.1.6 to 2.1.9#396
Conversation
Bumps [react-app-rewired](https://github.com/timarney/react-app-rewired) from 2.1.6 to 2.1.9. - [Release notes](https://github.com/timarney/react-app-rewired/releases) - [Commits](timarney/react-app-rewired@2.1.6...v2.1.9) --- updated-dependencies: - dependency-name: react-app-rewired dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report
@@ Coverage Diff @@
## master #396 +/- ##
==========================================
+ 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 42ffeb8 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 react-app-rewired 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 react-app-rewired from 2.1.6 to 2.1.9.
Release notes
Sourced from react-app-rewired's releases.
Commits
f2be1e8version bumpcc0e3d9fix: use default export on babel-jest 27 (#589)caa9c88chore: add react-app-rewired-esbuild link (#579)dca8d49minor: removed "$" shell indicators from inline code blocks (#567)01811c2Update README_zh.md (#555)b7b4beaReadme - Add 'react-app-rewire-scss-loaders' (#522)768b0ddUpdate package.json10dd04afix: supportfalsevalues in jest config override (#498)6452a09Update package.json2ca3055Fix using new jsx transform in tests (#501)Dependabot 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)