Skip to content

chore(deps): update dependency @iconify-json/mingcute to v1.2.1 (#13) #5

chore(deps): update dependency @iconify-json/mingcute to v1.2.1 (#13)

chore(deps): update dependency @iconify-json/mingcute to v1.2.1 (#13) #5

Triggered via push October 9, 2024 08:59
Status Failure
Total duration 1m 0s
Billable time 1m
Artifacts

deploy.yml

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

Annotations

1 error and 10 warnings
Lint, Typecheck, Build, and Deploy (18.x)
Process completed with exit code 1.
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