chore(deps): update dependency typescript to ^5.7.3 #161
code.yml
on: pull_request
Code quality
/
/
37s
Type check
/
/
41s
Annotations
9 warnings
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
|
Type check / /
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|