feat: upgrade nextjs to v13 #19
Open
Annotations
8 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, artiomtr/jest-coverage-report-action@v2.0-rc.1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint:
app/containers/Info/index.js#L33
React Hook useEffect has missing dependencies: 'details', 'dispatchRequestInfo', and 'query.owner'. Either include them or remove the dependency array. If 'dispatchRequestInfo' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Lint:
app/containers/Repos/index.js#L42
React Hook useEffect has missing dependencies: 'dispatchGetGithubRepos', 'repos', and 'searchKey'. Either include them or remove the dependency array. If 'dispatchGetGithubRepos' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Lint:
app/utils/injectSaga.js#L19
Assign arrow function to a variable before exporting as module default
|
Lint:
app/utils/injectSaga.js#L56
React Hook React.useEffect has missing dependencies: 'context.store', 'key', 'mode', and 'saga'. Either include them or remove the dependency array
|
Lint:
pages/index.js#L2
Using exported name 'Repos' as identifier for default export
|
Lint:
pages/info/[name].js#L3
Using exported name 'Info' as identifier for default export
|
Use Node.js 16.x
Unexpected input(s) 'cache', valid inputs are ['always-auth', 'node-version', 'registry-url', 'scope', 'version']
|
The logs for this run have expired and are no longer available.
Loading