chore(release): release v0.0.1-alpha.9 #66
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint and Typecheck:
src/main/lib/mime-utils.ts#L4
Assignment to function parameter 'ext'
|
Lint and Typecheck:
src/main/lib/mime-utils.ts#L21
Assignment to function parameter 'mimeType'
|
Lint and Typecheck:
src/renderer/src/components/modules/player/hooks.tsx#L45
React Hook useEffect has missing dependencies: 'dismiss', 'playerInstance', and 'setResponsiveDanmakuConfig'. Either include them or remove the dependency array
|
Lint and Typecheck:
src/renderer/src/components/modules/player/hooks.tsx#L79
Do not call the 'set' function 'setPlayerInstance' of 'useState' directly in 'useEffect'
|
Lint and Typecheck:
src/renderer/src/components/modules/player/hooks.tsx#L96
React Hook useEffect has missing dependencies: 'currentMatchedVideo.animeTitle', 'currentMatchedVideo.episodeTitle', 'danmakuDuration', 'danmakuEndArea', 'danmakuFontSize', 'danmuData', 'isLoadDanmaku', 'parseDanmakuData', 'playerInstance', 'toast', 'url', and 'video.playList'. Either include them or remove the dependency array
|
Lint and Typecheck:
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:
src/renderer/src/components/modules/player/initialize/Event.tsx#L104
Mutating component props or hook arguments is not allowed. Consider using a local variable instead
|
Lint and Typecheck:
src/renderer/src/components/modules/player/initialize/Event.tsx#L149
React Hook useCallback has a missing dependency: 'importAnimeViaIPC'. Either include it or remove the dependency array
|
Lint and Typecheck:
src/renderer/src/components/modules/player/initialize/Subtitle.tsx#L20
React Hook useEffect has missing dependencies: 'initializeSubtitle' and 'subtitlesInstance'. Either include them or remove the dependency array
|
Lint and Typecheck:
src/renderer/src/components/modules/player/loading/dialog/hooks.ts#L23
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
|
Loading