Skip to content

chore(release): release v0.0.1-alpha.9 #64

chore(release): release v0.0.1-alpha.9

chore(release): release v0.0.1-alpha.9 #64

Triggered via push December 4, 2024 04:59
Status Success
Total duration 1m 6s
Artifacts

deploy.yml

on: push
Matrix: Lint, Typecheck, Build, and Deploy
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Lint, Typecheck, Build, and Deploy (18.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint, Typecheck, Build, and Deploy (18.x): src/main/lib/mime-utils.ts#L4
Assignment to function parameter 'ext'
Lint, Typecheck, Build, and Deploy (18.x): src/main/lib/mime-utils.ts#L21
Assignment to function parameter 'mimeType'
Lint, Typecheck, Build, and Deploy (18.x): 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, Typecheck, Build, and Deploy (18.x): src/renderer/src/components/modules/player/hooks.tsx#L79
Do not call the 'set' function 'setPlayerInstance' of 'useState' directly in 'useEffect'
Lint, Typecheck, Build, and Deploy (18.x): 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, Typecheck, Build, and Deploy (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, Typecheck, Build, and Deploy (18.x): 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, Typecheck, Build, and Deploy (18.x): 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, Typecheck, Build, and Deploy (18.x): 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, Typecheck, Build, and Deploy (18.x): 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