chore(deps): update nf team dependencies #106
ci.yml
on: pull_request
continuous-integration
55s
Annotations
10 warnings
continuous-integration
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
continuous-integration:
@types/environment.d.ts#L2
'NodeJS' is defined but never used. Allowed unused vars must match /^_/u
|
continuous-integration:
@types/environment.d.ts#L3
'ProcessEnv' is defined but never used. Allowed unused vars must match /^_/u
|
continuous-integration:
src/components/common/Button/index.tsx#L30
Unexpected any. Specify a different type
|
continuous-integration:
src/components/common/Toast/index.tsx#L43
React Hook useCallback has a missing dependency: 'closeToast'. Either include it or remove the dependency array
|
continuous-integration:
src/components/main/BirthSongContainer/index.tsx#L29
React Hook useCallback has a missing dependency: 'sendEvent'. Either include it or remove the dependency array
|
continuous-integration:
src/components/main/BirthSongResult/index.tsx#L36
Unexpected any. Specify a different type
|
continuous-integration:
src/components/main/BirthSongResult/index.tsx#L80
React Hook useCallback has missing dependencies: 'renderToast' and 'sendEvent'. Either include them or remove the dependency array
|
continuous-integration:
src/components/main/BirthSongResult/index.tsx#L100
React Hook useEffect has a missing dependency: 'sendEvent'. Either include it or remove the dependency array
|
continuous-integration:
src/lib/types/event.ts#L15
Unexpected any. Specify a different type
|