fix(deps): update dependency axios to ^0.28.0 [security] #2164
Annotations
11 errors and 12 warnings
Test
Process completed with exit code 1.
|
Lint:
web/src/api/requestBuilder.ts#L73
Property 'errors' does not exist on type '{}'.
|
Lint:
web/src/api/requestBuilder.ts#L73
Property 'error' does not exist on type '{}'.
|
Lint:
web/src/api/requestBuilder.ts#L75
Type '{ code: number; message: any; payload: {} | undefined; }' is not assignable to type 'CommonError' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
Lint:
web/src/api/tests/requestBuilder.test.ts#L23
Type 'AxiosRequestConfig<any>' is not assignable to type 'InternalAxiosRequestConfig<any>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
Lint:
web/src/api/tests/requestBuilder.test.ts#L33
Type 'AxiosRequestConfig<any>' is not assignable to type 'InternalAxiosRequestConfig<any>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
Lint:
web/src/api/tests/requestBuilder.test.ts#L53
Type 'AxiosRequestConfig<any>' is not assignable to type 'InternalAxiosRequestConfig<any>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
Lint:
web/src/api/tests/requestBuilder.test.ts#L63
Type 'AxiosRequestConfig<any>' is not assignable to type 'InternalAxiosRequestConfig<any>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
Lint:
web/src/api/tests/requestBuilder.test.ts#L81
Type 'AxiosRequestConfig<any>' is not assignable to type 'InternalAxiosRequestConfig<any>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
Lint:
web/src/api/tests/requestBuilder.test.ts#L105
Type 'AxiosRequestConfig<any>' is not assignable to type 'InternalAxiosRequestConfig<any>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
Lint:
web/src/api/tests/requestBuilder.test.ts#L106
Type '{ status: number; statusText: string; headers: string; config: AxiosRequestConfig<any>; data: undefined; }' is not assignable to type 'AxiosResponse<unknown, any>'.
|
Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint:
market-docs/src/index.ts#L1
Unexpected console statement
|
Lint:
shared/src/Main.tsx#L348
Unexpected console statement
|
Lint:
shared/src/Main.tsx#L460
Unexpected console statement
|
Lint:
uibitz/src/types.ts#L21
Unexpected any. Specify a different type
|
Lint:
web/src/api/config.ts#L74
Unexpected any. Specify a different type
|
Lint:
web/src/components/DepositFiat/DepositFiat.test.tsx#L5
Unexpected any. Specify a different type
|
Lint:
web/src/components/Header/notificationInfo.ts#L24
Unexpected any. Specify a different type
|
Lint:
web/src/components/Table/Table.test.tsx#L124
Disabled test
|
Lint:
web/src/components/Table/Table.test.tsx#L132
Disabled test
|
Lint:
web/src/components/Table/Table.test.tsx#L144
Disabled test
|