Skip to content

Bump @wdio/globals from 9.0.9 to 9.4.1 #39

Bump @wdio/globals from 9.0.9 to 9.4.1

Bump @wdio/globals from 9.0.9 to 9.4.1 #39

Triggered via pull request December 2, 2024 01:40
Status Failure
Total duration 1m 17s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
eslint: packages/storage/lib/customStorage.ts#L7
Unexpected any. Specify a different type
eslint: packages/storage/lib/customStorage.ts#L10
Unexpected any. Specify a different type
eslint: packages/storage/lib/customStorage.ts#L45
Unexpected any. Specify a different type
eslint: chrome-extension/public/injected.js#L123
'tag' is assigned a value but never used
eslint: chrome-extension/src/background/chains.ts#L1
Unexpected any. Specify a different type
eslint: chrome-extension/src/background/chains/bitcoinCashHandler.ts#L4
'JsonRpcProvider' is defined but never used
eslint: chrome-extension/src/background/chains/bitcoinCashHandler.ts#L6
'AssetValue' is defined but never used
eslint: chrome-extension/src/background/chains/bitcoinCashHandler.ts#L7
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
eslint: chrome-extension/src/background/chains/bitcoinCashHandler.ts#L8
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
eslint: chrome-extension/src/background/chains/bitcoinCashHandler.ts#L10
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
eslint: chrome-extension/src/background/keepkey.ts#L11
Using exported name 'DB' as identifier for default export
eslint: pages/side-panel/src/components/AppStore.tsx#L69
React Hook useEffect has a missing dependency: 'fetchDapps'. Either include it or remove the dependency array
eslint: pages/side-panel/src/components/Asset.tsx#L56
React Hook useEffect has a missing dependency: 'fetchBalancesAndPubkeys'. Either include it or remove the dependency array
eslint: pages/side-panel/src/components/AssetSelect.tsx#L55
React Hook useEffect has a missing dependency: 'onStart'. Either include it or remove the dependency array
eslint: pages/side-panel/src/components/Balances.tsx#L134
React Hook useEffect has a missing dependency: 'setShowBack'. Either include it or remove the dependency array. If 'setShowBack' changes too often, find the parent component that defines it and wrap that definition in useCallback
eslint: pages/side-panel/src/components/Connect.tsx#L26
React Hook useEffect has a missing dependency: 'connectKeepkey'. Either include it or remove the dependency array
eslint: pages/side-panel/src/components/Context.tsx#L42
React Hook useEffect has a missing dependency: 'toast'. Either include it or remove the dependency array
eslint: pages/side-panel/src/components/Transfer.tsx#L92
React Hook useEffect has a missing dependency: 'onStart'. Either include it or remove the dependency array
eslint: pages/side-panel/src/components/Transfer.tsx#L228
React Hook useCallback has missing dependencies: 'assetContext?.symbol' and 'onClose'. Either include them or remove the dependency array
eslint: pages/popup/src/components/evm/RequestFeeCard.tsx#L162
React Hook useEffect has missing dependencies: 'fees.medium' and 'getFee'. Either include them or remove the dependency array