Merge remote-tracking branch 'origin/dev' into dev #31
Annotations
10 errors and 3 warnings
build (18.18.0):
src/components/Header/Header.stories.tsx#L24
Object literal may only specify known properties, and 'address' does not exist in type 'Partial<{ landing: string; }> & { landing: string; }'.
|
build (18.18.0):
src/components/PositionDetails/LiquidationRangeInfo/style.ts#L5
'theme' is declared but its value is never read.
|
build (18.18.0):
src/components/PositionDetails/SinglePositionInfo/BoxInfo.tsx#L29
'onClickButton' is declared but its value is never read.
|
build (18.18.0):
src/components/PositionDetails/SinglePositionInfo/SinglePositionInfo.stories.tsx#L22
Type '{ closePosition: Mock<[claimFarmRewards?: boolean], void>; fee: number; onClickClaimFee: Mock<[], void>; swapHandler: Mock<[], void>; tokenX: { name: string; icon: string; decimal: number; liqValue: number; claimValue: number; balance: number; }; tokenY: { ...; }; xToY: true; showFeesLoader: false; }' is not assignable to type 'Partial<{ fee: number; onClickClaimFee: () => void; closePosition: (claimFarmRewards?: boolean) => void; tokenX: ILiquidityToken; tokenY: ILiquidityToken; ... 7 more ...; copyPoolAddressHandler: (message: string, variant: "success" | ... 4 more ... | "pending") => void; }> & { ...; }'.
|
build (18.18.0):
src/components/PositionsList/PositionFilter/PositionFilter.tsx#L17
'searchValue' is declared but its value is never read.
|
build (18.18.0):
src/components/PositionsList/PositionItem/PositionItem.tsx#L89
'tokenXLiq' is declared but its value is never read.
|
build (18.18.0):
src/components/PositionsList/PositionItem/PositionItem.tsx#L90
'tokenYLiq' is declared but its value is never read.
|
build (18.18.0):
src/components/PositionsList/PositionsList.tsx#L42
'handleRefresh' is declared but its value is never read.
|
build (18.18.0):
src/tests/swap.spec.ts#L6
Cannot find module '@SDK' or its corresponding type declarations.
|
build (18.18.0)
Process completed with exit code 2.
|
build (18.18.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: styfle/[email protected], actions/checkout@v3, actions/setup-node@v3, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (18.18.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected], 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/
|
build (18.18.0)
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/
|