chore: replace drawer with dialog, add containers and global header f… #10511
code-checks.yml
on: push
lint-prettier
51s
lint-eslint
1m 5s
lint-filename
32s
lint-commit
19s
lint-deps
47s
lint-message-schema
40s
lint-unused-exports
42s
lint-firefox-build
1m 19s
locked-versions
31s
audit
38s
typecheck
52s
test-unit
47s
test-build
57s
Annotations
1 error and 11 warnings
lint-commit
You have commit messages with errors
⧗ input: chore: replace drawer with dialog, add containers and global header footers, refactor onboarding, ref #4371
✖ header must not be longer than 100 characters, current length is 107 [header-max-length]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|
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-copy-to-clipboard.ts#L21
'execCommand' is deprecated. [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/execCommand)
|
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-transaction-item/bitcoin-transaction-item.tsx#L53
'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/generic-error/generic-error.tsx#L26
'HomeHeader' is deprecated.
|
lint-eslint:
src/app/features/add-network/add-network.tsx#L65
'HomeHeader' is deprecated.
|
lint-eslint:
src/app/features/asset-list/asset-list.tsx#L26
'useCurrentAccountNativeSegwitAddressIndexZero' is deprecated. Use signer.address instead
|