chore(deps): update all non-major dependencies #559
Annotations
10 warnings
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/app/Prepare.tsx#L24
React Hook useEffect has a missing dependency: 'setAppSettings'. Either include it or remove the dependency array
|
Lint and Typecheck (18.x):
src/renderer/src/components/modules/app/Prepare.tsx#L72
React Hook useEffect has missing dependencies: 'firstOpen', 'setAppSettings', and 'toast'. Either include them or remove the dependency array
|
Lint and Typecheck (18.x):
src/renderer/src/components/modules/player/Context.tsx#L3
In React 19, 'use' is preferred over 'useContext' because it is more flexible
|
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#L31
In React 19, 'use' is preferred over 'useContext' because it is more flexible
|
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/Context.tsx#L39
In React 19, 'use' is preferred over 'useContext' because it is more flexible
|