Skip to content

chore(deps): update dependency electron to v32.2.0 (#4) #15

chore(deps): update dependency electron to v32.2.0 (#4)

chore(deps): update dependency electron to v32.2.0 (#4) #15

Triggered via push October 10, 2024 00:44
Status Success
Total duration 1m 17s
Billable time 2m
Artifacts

deploy.yml

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

Annotations

10 warnings
Lint, Typecheck, Build, and Deploy (18.x): src/renderer/src/components/ui/artplayer/ArtPlayer.tsx#L44
React Hook useEffect has missing dependencies: 'getInstance' and 'option'. Either include them or remove the dependency array. If 'getInstance' changes too often, find the parent component that defines it and wrap that definition in useCallback
Lint, Typecheck, Build, and Deploy (18.x): src/renderer/src/components/ui/dialog/Dialog.tsx#L37
The arbitrary class 'left-[50%]' could be replaced by 'left-1/2' or 'left-2/4'
Lint, Typecheck, Build, and Deploy (18.x): src/renderer/src/components/ui/dialog/Dialog.tsx#L37
The arbitrary class 'top-[50%]' could be replaced by 'top-1/2' or 'top-2/4'
Lint, Typecheck, Build, and Deploy (18.x): src/renderer/src/components/ui/dialog/Dialog.tsx#L37
The arbitrary class 'translate-x-[-50%]' could be replaced by '-translate-x-1/2' or '-translate-x-2/4'
Lint, Typecheck, Build, and Deploy (18.x): src/renderer/src/components/ui/dialog/Dialog.tsx#L37
The arbitrary class 'translate-y-[-50%]' could be replaced by '-translate-y-1/2' or '-translate-y-2/4'
Lint, Typecheck, Build, and Deploy (18.x): src/renderer/src/hooks/use-before-mounted.ts#L5
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
Lint, Typecheck, Build, and Deploy (18.x): src/renderer/src/hooks/use-before-mounted.ts#L6
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
Lint, Typecheck, Build, and Deploy (18.x): src/renderer/src/providers/ProviderComposer.tsx#L13
Using 'cloneElement' is uncommon and can lead to fragile code. Use alternatives instead
Lint, Typecheck, Build, and Deploy (18.x): src/renderer/src/providers/player/PlayerProvider.tsx#L57
React Hook useEffect has a missing dependency: 'setCurrentMatchedVideo'. Either include it or remove the dependency array
Lint, Typecheck, Build, and Deploy (18.x): src/renderer/src/providers/player/PlayerProvider.tsx#L73
React Hook useEffect has a missing dependency: 'resetCurrentMatchedVideo'. Either include it or remove the dependency array