Skip to content

Regular update

Regular update #57

Triggered via pull request May 4, 2025 15:40
@l-youl-you
synchronize #46
regular-update
Status Failure
Total duration 34s
Artifacts

test.yml

on: pull_request
Matrix: Tests
Fit to window
Zoom out
Zoom in

Annotations

37 errors and 3 warnings
Lint: src/ReCaptchaProvider.tsx#L1
Imports "FunctionComponent", "ReactNode" and "RefObject" are only used as type
Lint: src/ReCaptchaProvider.tsx#L13
All imports in the declaration are only used as types. Use `import type`
Lint: src/ReCaptchaProvider.tsx#L18
Use an `interface` instead of a `type`
Lint: src/ReCaptchaProvider.tsx#L23
Use an `interface` instead of a `type`
Lint: src/ReCaptchaProvider.tsx#L57
Unexpected nullable string value in conditional. Please handle the nullish/empty cases explicitly
Lint: src/ReCaptchaProvider.tsx#L57
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Lint: src/ReCaptchaProvider.tsx#L58
Expected literal to be on the right side of ===
Lint: src/ReCaptchaProvider.tsx#L61
Missing return type on function
Lint: src/ReCaptchaProvider.tsx#L104
Unexpected block statement surrounding arrow body; move the returned value immediately after the `=>`
Lint: src/ReCaptchaProvider.tsx#L105
Returning an awaited promise is required in this context
Tests (16, ubuntu-latest)
Process completed with exit code 1.
Tests (16, macOS-latest)
The job was canceled because "_16_ubuntu-latest" failed.
Tests (16, macOS-latest)
Process completed with exit code 1.
Tests (20, ubuntu-latest)
The job was canceled because "_16_ubuntu-latest" failed.
Tests (20, ubuntu-latest): src/ReCaptchaProvider.tsx#L1
Imports "FunctionComponent", "ReactNode" and "RefObject" are only used as type
Tests (20, ubuntu-latest): src/ReCaptchaProvider.tsx#L13
All imports in the declaration are only used as types. Use `import type`
Tests (20, ubuntu-latest): src/ReCaptchaProvider.tsx#L18
Use an `interface` instead of a `type`
Tests (20, ubuntu-latest): src/ReCaptchaProvider.tsx#L23
Use an `interface` instead of a `type`
Tests (20, ubuntu-latest): src/ReCaptchaProvider.tsx#L57
Unexpected nullable string value in conditional. Please handle the nullish/empty cases explicitly
Tests (20, ubuntu-latest): src/ReCaptchaProvider.tsx#L57
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Tests (20, ubuntu-latest): src/ReCaptchaProvider.tsx#L58
Expected literal to be on the right side of ===
Tests (20, ubuntu-latest): src/ReCaptchaProvider.tsx#L61
Missing return type on function
Tests (20, ubuntu-latest): src/ReCaptchaProvider.tsx#L104
Unexpected block statement surrounding arrow body; move the returned value immediately after the `=>`
Tests (20, ubuntu-latest): src/ReCaptchaProvider.tsx#L105
Returning an awaited promise is required in this context
Tests (16, windows-latest)
The job was canceled because "_16_ubuntu-latest" failed.
Tests (16, windows-latest)
The operation was canceled.
Tests (18, ubuntu-latest)
The job was canceled because "_16_ubuntu-latest" failed.
Tests (18, ubuntu-latest): src/ReCaptchaProvider.tsx#L1
Imports "FunctionComponent", "ReactNode" and "RefObject" are only used as type
Tests (18, ubuntu-latest): src/ReCaptchaProvider.tsx#L13
All imports in the declaration are only used as types. Use `import type`
Tests (18, ubuntu-latest): src/ReCaptchaProvider.tsx#L18
Use an `interface` instead of a `type`
Tests (18, ubuntu-latest): src/ReCaptchaProvider.tsx#L23
Use an `interface` instead of a `type`
Tests (18, ubuntu-latest): src/ReCaptchaProvider.tsx#L57
Unexpected nullable string value in conditional. Please handle the nullish/empty cases explicitly
Tests (18, ubuntu-latest): src/ReCaptchaProvider.tsx#L57
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Tests (18, ubuntu-latest): src/ReCaptchaProvider.tsx#L58
Expected literal to be on the right side of ===
Tests (18, ubuntu-latest): src/ReCaptchaProvider.tsx#L61
Missing return type on function
Tests (18, ubuntu-latest): src/ReCaptchaProvider.tsx#L104
Unexpected block statement surrounding arrow body; move the returned value immediately after the `=>`
Tests (18, ubuntu-latest): src/ReCaptchaProvider.tsx#L105
Returning an awaited promise is required in this context
Lint: src/useHandleNextInQueue.ts#L7
`MutableRefObject` is deprecated. Use `RefObject` instead
Tests (20, ubuntu-latest): src/useHandleNextInQueue.ts#L7
`MutableRefObject` is deprecated. Use `RefObject` instead
Tests (18, ubuntu-latest): src/useHandleNextInQueue.ts#L7
`MutableRefObject` is deprecated. Use `RefObject` instead