build(deps): bump axios from 0.27.2 to 1.6.2 #4881
Annotations
4 errors and 2 warnings
src/services/api/AxiosInstance.ts#L126
Argument of type '(response: AxiosResponse) => AxiosResponse<any, any>' is not assignable to parameter of type '(value: CacheAxiosResponse<any, any>) => CacheAxiosResponse<any, any> | Promise<CacheAxiosResponse<any, any>>'.
|
src/services/api/AxiosInstance.ts#L127
Argument of type '(resp: AxiosResponse) => AxiosResponse<any, any>' is not assignable to parameter of type '(value: CacheAxiosResponse<any, any>) => CacheAxiosResponse<any, any> | Promise<CacheAxiosResponse<any, any>>'.
|
src/services/api/AxiosInstance.ts#L130
Argument of type '(axiosConfig: AxiosRequestConfig) => Promise<{ headers: { "Content-Type": string; } | { "Content-Type": string; } | { Accept?: AxiosHeaderValue | undefined; "Content-Length"?: AxiosHeaderValue | undefined; ... 14 more ...; common?: AxiosHeaders | undefined; }; ... 39 more ...; withXSRFToken?: boolean | ... 1 more .....' is not assignable to parameter of type '(value: InternalAxiosRequestConfig<any>) => InternalAxiosRequestConfig<any> | Promise<InternalAxiosRequestConfig<any>>'.
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
|
The logs for this run have expired and are no longer available.
Loading