chore(deps): update all non-major dependencies #463
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/icons/Logo.tsx#L6
In React 19, 'forwardRef' is no longer necessary. Pass 'ref' as a prop instead
|
Lint and Typecheck:
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:
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:
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:
src/renderer/src/components/modules/player/initialize/Event.tsx#L34
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#L173
React Hook useCallback has missing dependencies: 'enableAutomaticEpisodeSwitching', 'grabFrame', 'importAnimeViaIPC', and 'resetVideo'. Either include them or remove the dependency array
|
Lint and Typecheck:
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:
src/renderer/src/components/modules/player/initialize/hooks.tsx#L40
React Hook useEffect has missing dependencies: 'dismiss', 'playerInstance', and 'setResponsiveDanmakuConfig'. Either include them or remove the dependency array
|
Loading