Skip to content

chore(deps): update dependency @types/node to ^22.12.0 #196

chore(deps): update dependency @types/node to ^22.12.0

chore(deps): update dependency @types/node to ^22.12.0 #196

Triggered via pull request January 28, 2025 04:59
Status Success
Total duration 41s
Artifacts

code.yml

on: pull_request

Annotations

9 warnings
Type check / /
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Code quality / /
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Code quality / /: __tests__/Config/LogConfig.ts#L25
No magic number: 2
Code quality / /: src/Services/ResponseProcessor.ts#L21
Type parameter SUB_DATA is used only once in the function signature
Code quality / /: src/Services/ResponseProcessor.ts#L26
Unsafe assertion from `any` detected: consider using type guards or a safer assertion
Code quality / /: src/Services/ResponseProcessor.ts#L30
Unsafe type assertion: 'SUB_DATA' could be instantiated with an arbitrary type which could be unrelated to the original type
Code quality / /: src/Services/ResponseProcessor.ts#L69
Prefer the safe `: unknown` for a `catch` callback variable
Code quality / /: src/Services/ResponseProcessor.ts#L69
Expected the Promise rejection reason to be an Error
Code quality / /: src/Services/ResponseProcessor.ts#L69
Unsafe assertion from `any` detected: consider using type guards or a safer assertion