This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
chore(deps): update dependency @sinclair/typebox to v0.32.34 #1692
Annotations
10 errors and 1 warning
feature-runner/steps/device.ts#L111
Argument of type 'TObject<{ properties: TOptional<TString>; }>' is not assignable to parameter of type 'TSchema'.
|
feature-runner/steps/device.ts#L119
Property 'properties' does not exist on type '{} | undefined'.
|
feature-runner/steps/device.ts#L131
Argument of type 'TObject<{ name: TString; value: TString; }>' is not assignable to parameter of type 'TSchema'.
|
feature-runner/steps/device.ts#L140
Property 'name' does not exist on type '{} | undefined'.
|
feature-runner/steps/device.ts#L140
Property 'value' does not exist on type '{} | undefined'.
|
feature-runner/steps/httpApiMock.ts#L35
Argument of type 'TObject<{ statusCode: TInteger; method: TEnum<typeof Method>; path: TString; }>' is not assignable to parameter of type 'TSchema'.
|
feature-runner/steps/httpApiMock.ts#L41
Parameter 's' implicitly has an 'any' type.
|
feature-runner/steps/httpApiMock.ts#L48
Property 'statusCode' does not exist on type '{} | undefined'.
|
feature-runner/steps/httpApiMock.ts#L48
Property 'method' does not exist on type '{} | undefined'.
|
feature-runner/steps/httpApiMock.ts#L48
Property 'path' does not exist on type '{} | undefined'.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: azure/login@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
This job failed
Loading