chore(dependency): next, framer-motion 의존성 업데이트 #199
Annotations
10 warnings
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/.
|
@types/environment.d.ts#L2
'NodeJS' is defined but never used. Allowed unused vars must match /^_/u
|
@types/environment.d.ts#L3
'ProcessEnv' is defined but never used. Allowed unused vars must match /^_/u
|
src/app/api/model.ts#L15
Unexpected any. Specify a different type
|
src/app/global-error.tsx#L15
Unexpected console statement
|
src/components/atoms/Button/index.tsx#L52
Unexpected any. Specify a different type
|
src/components/global/Toast/index.tsx#L30
React Hook useCallback has a missing dependency: 'closeToast'. Either include it or remove the dependency array
|
src/components/molecules/Tags/index.tsx#L27
React Hook useCallback has a missing dependency: 'router'. Either include it or remove the dependency array
|
src/components/molecules/Tags/index.tsx#L58
React Hook useMemo has missing dependencies: 'handleClick' and 'tagCount'. Either include them or remove the dependency array
|
src/hooks/useClipboard.ts#L21
React Hook useCallback has a missing dependency: 'renderToast'. Either include it or remove the dependency array
|
This job succeeded
Loading