refactor: swap qa changes #9066
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
code-checks.yml
on: push
lint-prettier
1m 0s
lint-eslint
1m 25s
lint-filename
40s
lint-commit
22s
lint-deps
49s
lint-message-schema
51s
lint-unused-exports
52s
lint-firefox-build
1m 48s
locked-versions
22s
audit
57s
typecheck
58s
test-unit
1m 33s
test-build
1m 17s
Annotations
7 errors and 11 warnings
locked-versions
There are packages with non-exact versions defined. This presents a security risk.
[
{
"package": "@radix-ui/react-dropdown-menu",
"version": "^2.0.6"
}
]
|
typecheck:
src/app/pages/swap/swap-summary/swap-summary.tsx#L4
'WaxSeal' is declared but its value is never read.
|
typecheck:
src/app/pages/swap/swap-summary/swap-summary.tsx#L6
'styled' is declared but its value is never read.
|
typecheck:
src/app/pages/swap/swap-summary/swap-summary.tsx#L45
'amountAsFiat' is declared but its value is never read.
|
typecheck:
src/app/pages/swap/swap.tsx#L5
'isEmpty' is declared but its value is never read.
|
typecheck:
src/app/pages/swap/swap.tsx#L7
'FormErrorMessages' is declared but its value is never read.
|
typecheck
Process completed with exit code 2.
|
lint-commit
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/
|
lint-eslint:
src/app/common/hooks/use-transferable-asset-balances.hooks.ts#L15
'useCurrentAccountNativeSegwitAddressIndexZero' is deprecated. Use signer.address instead
|
lint-eslint:
src/app/common/signature/requests.ts#L30
This assertion is unnecessary since it does not change the type of the expression
|
lint-eslint:
src/app/common/transactions/stacks/is-sip-10-transfer.ts#L5
This assertion is unnecessary since it does not change the type of the expression
|
lint-eslint:
src/app/common/utils/use-waiting-message.ts#L9
This assertion is unnecessary since it does not change the type of the expression
|
lint-eslint:
src/app/components/bitcoin-custom-fee/bitcoin-custom-fee.tsx#L104
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint-eslint:
src/app/components/bitcoin-transaction-item/bitcoin-transaction-item.tsx#L54
'useCurrentAccountNativeSegwitAddressIndexZero' is deprecated. Use signer.address instead
|
lint-eslint:
src/app/components/crypto-assets/bitcoin/brc20-token-asset-list/brc20-token-asset-list.tsx#L16
'useCurrentAccountNativeSegwitAddressIndexZero' is deprecated. Use signer.address instead
|
lint-eslint:
src/app/components/fees-row/components/custom-fee-field.tsx#L56
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint-eslint:
src/app/components/fees-row/fees-row.tsx#L50
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint-eslint:
src/app/components/fees-row/fees-row.tsx#L51
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|