chore(deps): update all non-major dependencies #441
Annotations
11 warnings
Lint and Typecheck (18.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint and Typecheck (18.x):
src/main/lib/mime-utils.ts#L4
Assignment to function parameter 'ext'
|
Lint and Typecheck (18.x):
src/main/lib/mime-utils.ts#L21
Assignment to function parameter 'mimeType'
|
Lint and Typecheck (18.x):
src/renderer/src/components/layout/root/RootLayout.tsx#L16
React Hook useEffect has a missing dependency: 'clearPlayingVideo'. Either include it or remove the dependency array
|
Lint and Typecheck (18.x):
src/renderer/src/components/modules/player/Context.tsx#L30
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Lint and Typecheck (18.x):
src/renderer/src/components/modules/player/Context.tsx#L38
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Lint and Typecheck (18.x):
src/renderer/src/components/modules/player/initialize/Event.tsx#L33
React Hook useEffect has missing dependencies: 'grabFrame', 'initializePlayerListener', and 'player'. Either include them or remove the dependency array
|
Lint and Typecheck (18.x):
src/renderer/src/components/modules/player/initialize/Event.tsx#L165
React Hook useCallback has missing dependencies: 'grabFrame', 'importAnimeViaIPC', and 'resetVideo'. Either include them or remove the dependency array
|
Lint and Typecheck (18.x):
src/renderer/src/components/modules/player/initialize/Subtitle.tsx#L21
React Hook useEffect has missing dependencies: 'initializeSubtitle', 'subtitle', and 'subtitlesInstance'. Either include them or remove the dependency array
|
Lint and Typecheck (18.x):
src/renderer/src/components/modules/player/initialize/hooks.tsx#L39
React Hook useEffect has missing dependencies: 'dismiss', 'playerInstance', and 'setResponsiveDanmakuConfig'. Either include them or remove the dependency array
|
Lint and Typecheck (18.x):
src/renderer/src/components/modules/player/initialize/hooks.tsx#L107
React Hook useEffect has missing dependencies: 'currentMatchedVideo.animeTitle', 'currentMatchedVideo.episodeTitle', 'danmakuDuration', 'danmakuEndArea', 'danmakuFontSize', 'isLoadDanmaku', 'mergedDanmakuData', 'playerInstance', 'toast', 'url', 'video.hash', and 'video.playList'. Either include them or remove the dependency array
|