Merge pull request #21 from anasnadeemws/feat/better-eslint-rules #15
Annotations
9 warnings
Deploy (16.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Deploy (16.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Deploy (16.x):
app/containers/Info/index.js#L43
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
|
Deploy (16.x):
app/containers/Repos/index.js#L55
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
|
Deploy (16.x):
app/utils/injectSaga.js#L19
Assign arrow function to a variable before exporting as module default
|
Deploy (16.x):
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
|
Deploy (16.x):
pages/index.js#L2
Using exported name 'Repos' as identifier for default export
|
Deploy (16.x):
pages/info/[name].js#L3
Using exported name 'Info' as identifier for default export
|
Deploy (16.x)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|