Skip to content

Update dependencies and usage of them #119

Update dependencies and usage of them

Update dependencies and usage of them #119

Triggered via pull request January 25, 2024 13:11
@meatballhatmeatballhat
synchronize #26
deps-up
Status Failure
Total duration 1m 36s
Artifacts

main.yml

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

Annotations

9 errors
main (ubuntu-latest, 18.x): src/APIClient.ts#L59
Type '{ url?: string | undefined; method?: string | undefined; baseURL: string; transformRequest?: AxiosRequestTransformer | AxiosRequestTransformer[] | undefined; ... 37 more ...; jar?: boolean | ... 1 more ... | undefined; }' is not assignable to type '{ baseURL: string; headers: { common: { Authorization: string; 'User-Agent': string; }; }; maxBodyLength: number; maxContentLength: number; paramsSerializer: (params: any) => string; withCredentials: boolean; }'.
main (ubuntu-latest, 18.x): src/APIClient.ts#L73
Argument of type '(r: AxiosRequestConfig) => AxiosRequestConfig' is not assignable to parameter of type '(value: InternalAxiosRequestConfig<any>) => InternalAxiosRequestConfig<any> | Promise<InternalAxiosRequestConfig<any>>'.
main (ubuntu-latest, 18.x): src/Deployer.ts#L264
Property 'code' does not exist on type '{}'.
main (ubuntu-latest, 18.x)
Process completed with exit code 2.
main (ubuntu-latest, 20.x)
The job was canceled because "ubuntu-latest_18_x" failed.
main (ubuntu-latest, 20.x): src/APIClient.ts#L59
Type '{ url?: string | undefined; method?: string | undefined; baseURL: string; transformRequest?: AxiosRequestTransformer | AxiosRequestTransformer[] | undefined; ... 37 more ...; jar?: boolean | ... 1 more ... | undefined; }' is not assignable to type '{ baseURL: string; headers: { common: { Authorization: string; 'User-Agent': string; }; }; maxBodyLength: number; maxContentLength: number; paramsSerializer: (params: any) => string; withCredentials: boolean; }'.
main (ubuntu-latest, 20.x): src/APIClient.ts#L73
Argument of type '(r: AxiosRequestConfig) => AxiosRequestConfig' is not assignable to parameter of type '(value: InternalAxiosRequestConfig<any>) => InternalAxiosRequestConfig<any> | Promise<InternalAxiosRequestConfig<any>>'.
main (ubuntu-latest, 20.x): src/Deployer.ts#L264
Property 'code' does not exist on type '{}'.
main (ubuntu-latest, 20.x)
Process completed with exit code 2.