Update dependencies and usage of them #119
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.
|