Bump axios from 0.22.0 to 1.6.0 #1131
Annotations
10 errors and 3 warnings
packages/composites/apy-finance-test/src/transports/composite-http.ts#L163
Argument of type 'import("/home/runner/work/external-adapters-js/external-adapters-js/.yarn/cache/axios-npm-1.6.0-b0f6015a96-c7c9f2ae9e.zip/node_modules/axios/index").AxiosRequestConfig<any>' is not assignable to parameter of type 'import("/home/runner/work/external-adapters-js/external-adapters-js/.yarn/cache/axios-npm-1.3.4-01ea685178-7440edefcf.zip/node_modules/axios/index").AxiosRequestConfig<any>'.
|
packages/composites/apy-finance-test/src/transports/composite-http.ts#L164
Type 'import("/home/runner/work/external-adapters-js/external-adapters-js/.yarn/cache/axios-npm-1.3.4-01ea685178-7440edefcf.zip/node_modules/axios/index").AxiosResponse<R, any>' is not assignable to type 'import("/home/runner/work/external-adapters-js/external-adapters-js/.yarn/cache/axios-npm-1.6.0-b0f6015a96-c7c9f2ae9e.zip/node_modules/axios/index").AxiosResponse<R, any>'.
|
packages/composites/historical-average/src/adapter.ts#L110
Argument of type '{ data: ResponsePayload; status: number; statusText: string; headers: {}; config: {}; }' is not assignable to parameter of type 'AxiosResponse<ResponsePayload, any>'.
|
packages/sources/uniswap-v2/src/endpoint/crypto.ts#L125
Argument of type '{ status: number; statusText: string; headers: {}; config: {}; data: ResponseSchema; }' is not assignable to parameter of type 'AxiosResponse<ResponseSchema, any>'.
|
packages/sources/eth-balance/src/endpoint/balance.ts#L99
Type '{ result: AddressWithBalance[]; data: { result: AddressWithBalance[]; }; jobRunID: string; status: number; statusText: string; headers: {}; config: {}; }' is not assignable to type 'ResponseWithResult'.
|
packages/sources/cryptex/src/endpoint/btc-dominance.ts#L49
Argument of type '{ status: number; statusText: string; headers: {}; config: {}; data: { btcDominance: string; }; }' is not assignable to parameter of type 'AxiosResponse<{ btcDominance: string; }, any>'.
|
packages/sources/curve/src/endpoint/crypto.ts#L124
Argument of type '{ status: number; statusText: string; headers: {}; config: {}; data: ResponseSchema; }' is not assignable to parameter of type 'AxiosResponse<ResponseSchema, any>'.
|
packages/sources/ens/src/endpoint/lookup.ts#L98
Argument of type '{ data: Record<string, string | undefined>; status: number; statusText: string; headers: {}; config: {}; }' is not assignable to parameter of type 'AxiosResponse<Record<string, string | undefined>, any>'.
|
packages/sources/enzyme/src/endpoint/calcGav.ts#L47
Argument of type '{ status: number; statusText: string; headers: {}; config: {}; data: { gav: string; }; }' is not assignable to parameter of type 'AxiosResponse<{ gav: string; }, any>'.
|
packages/sources/enzyme/src/endpoint/calcNav.ts#L47
Argument of type '{ status: number; statusText: string; headers: {}; config: {}; data: { nav: string; }; }' is not assignable to parameter of type 'AxiosResponse<{ nav: string; }, any>'.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: aws-actions/configure-aws-credentials@v1, azure/k8s-set-context@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Your docker password is not masked. See https://github.com/aws-actions/amazon-ecr-login#docker-credentials for more information.
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading