Skip to content

chore(deps): update dependency tsx to v4.10.3 #213

chore(deps): update dependency tsx to v4.10.3

chore(deps): update dependency tsx to v4.10.3 #213

Triggered via push May 16, 2024 16:29
Status Success
Total duration 54s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
tests: src/api/devices.ts#L109
Unsafe call of an `any` typed value
tests: src/api/devices.ts#L109
Unsafe member access .join on an `any` value
tests: src/api/getAccountInfo.spec.ts#L15
Unsafe return of an `any` typed value
tests: src/api/getCurrentMonthlyCosts.spec.ts#L14
Unsafe return of an `any` typed value
tests: src/api/getDeviceShadow.spec.ts#L19
Unsafe argument of type `any` assigned to a parameter of type `{ (input: URL | RequestInfo, init?: RequestInit | undefined): Promise<Response>; (input: string | URL | Request, init?: RequestInit | undefined): Promise<...>; } | undefined`
tests: src/api/validatedFetch.spec.ts#L20
Unsafe argument of type `any` assigned to a parameter of type `{ (input: URL | RequestInfo, init?: RequestInit | undefined): Promise<Response>; (input: string | URL | Request, init?: RequestInit | undefined): Promise<...>; } | undefined`
tests: src/api/validatedFetch.spec.ts#L48
Unsafe return of an `any` typed value
tests: src/api/validatedFetch.spec.ts#L65
Unsafe argument of type `any` assigned to a parameter of type `{ (input: URL | RequestInfo, init?: RequestInit | undefined): Promise<Response>; (input: string | URL | Request, init?: RequestInit | undefined): Promise<...>; } | undefined`
tests: src/api/validatedFetch.spec.ts#L103
Unsafe argument of type `any` assigned to a parameter of type `{ (input: URL | RequestInfo, init?: RequestInit | undefined): Promise<Response>; (input: string | URL | Request, init?: RequestInit | undefined): Promise<...>; } | undefined`
tests: src/api/validatedFetch.ts#L37
Unsafe return of type `Promise<any>` from function with return type `Promise<Response>`