chore(deps): update next15 & react 19 #114
Annotations
10 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check Lint:
@types/environment.d.ts#L2
'NodeJS' is defined but never used. Allowed unused vars must match /^_/u
|
Check Lint:
@types/environment.d.ts#L3
'ProcessEnv' is defined but never used. Allowed unused vars must match /^_/u
|
Check Lint:
src/components/common/Button/index.tsx#L30
Unexpected any. Specify a different type
|
Check Lint:
src/components/common/Toast/index.tsx#L43
React Hook useCallback has a missing dependency: 'closeToast'. Either include it or remove the dependency array
|
Check Lint:
src/components/main/BirthSongContainer/index.tsx#L29
React Hook useCallback has a missing dependency: 'sendEvent'. Either include it or remove the dependency array
|
Check Lint:
src/components/main/BirthSongResult/index.tsx#L36
Unexpected any. Specify a different type
|
Check Lint:
src/components/main/BirthSongResult/index.tsx#L80
React Hook useCallback has missing dependencies: 'renderToast' and 'sendEvent'. Either include them or remove the dependency array
|
Check Lint:
src/components/main/BirthSongResult/index.tsx#L100
React Hook useEffect has a missing dependency: 'sendEvent'. Either include it or remove the dependency array
|
Check Lint:
src/lib/types/event.ts#L15
Unexpected any. Specify a different type
|
Loading