Skip to content

bump(deps): update dependency bitcoinjs-lib to v6.1.7 #2186

bump(deps): update dependency bitcoinjs-lib to v6.1.7

bump(deps): update dependency bitcoinjs-lib to v6.1.7 #2186

Triggered via pull request December 8, 2024 23:40
Status Failure
Total duration 39s
Artifacts

ci.yml

on: pull_request
Lint - Typescript and ESLint
29s
Lint - Typescript and ESLint
Lint (prettier)
13s
Lint (prettier)
Build (Apps & Packages)
16s
Build (Apps & Packages)
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 13 warnings
Build (Apps & Packages)
Type 'import("/home/runner/work/ord-connect/ord-connect/node_modules/.pnpm/[email protected]/node_modules/bitcoinjs-lib/src/psbt").Psbt' is not assignable to type 'import("/home/runner/work/ord-connect/ord-connect/node_modules/.pnpm/[email protected]/node_modules/bitcoinjs-lib/src/psbt").Psbt'.
Build (Apps & Packages)
Type 'import("/home/runner/work/ord-connect/ord-connect/node_modules/.pnpm/[email protected]/node_modules/bitcoinjs-lib/src/psbt").Psbt' is not assignable to type 'import("/home/runner/work/ord-connect/ord-connect/node_modules/.pnpm/[email protected]/node_modules/bitcoinjs-lib/src/psbt").Psbt'.
Build (Apps & Packages)
Argument of type 'import("/home/runner/work/ord-connect/ord-connect/node_modules/.pnpm/[email protected]/node_modules/bitcoinjs-lib/src/psbt").Psbt' is not assignable to parameter of type 'import("/home/runner/work/ord-connect/ord-connect/node_modules/.pnpm/[email protected]/node_modules/bitcoinjs-lib/src/psbt").Psbt'.
Build (Apps & Packages)
Argument of type 'import("/home/runner/work/ord-connect/ord-connect/node_modules/.pnpm/[email protected]/node_modules/bitcoinjs-lib/src/psbt").Psbt' is not assignable to parameter of type 'import("/home/runner/work/ord-connect/ord-connect/node_modules/.pnpm/[email protected]/node_modules/bitcoinjs-lib/src/psbt").Psbt'.
Build (Apps & Packages)
@ordzaar/ord-connect#build: command (/home/runner/work/ord-connect/ord-connect/packages/ord-connect) /usr/local/bin/pnpm run build exited (2)
Build (Apps & Packages)
Argument of type 'import("/home/runner/work/ord-connect/ord-connect/node_modules/.pnpm/[email protected]/node_modules/bitcoinjs-lib/src/psbt").Psbt' is not assignable to parameter of type 'import("/home/runner/work/ord-connect/ord-connect/node_modules/.pnpm/[email protected]/node_modules/bitcoinjs-lib/src/psbt").Psbt'.
Build (Apps & Packages)
Argument of type 'import("/home/runner/work/ord-connect/ord-connect/node_modules/.pnpm/[email protected]/node_modules/bitcoinjs-lib/src/psbt").Psbt' is not assignable to parameter of type 'import("/home/runner/work/ord-connect/ord-connect/node_modules/.pnpm/[email protected]/node_modules/bitcoinjs-lib/src/psbt").Psbt'.
Build (Apps & Packages)
Argument of type 'import("/home/runner/work/ord-connect/ord-connect/node_modules/.pnpm/[email protected]/node_modules/bitcoinjs-lib/src/psbt").Psbt' is not assignable to parameter of type 'import("/home/runner/work/ord-connect/ord-connect/node_modules/.pnpm/[email protected]/node_modules/bitcoinjs-lib/src/psbt").Psbt'.
Build (Apps & Packages)
Process completed with exit code 2.
Lint (prettier)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build (Apps & Packages)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint - Typescript and ESLint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint - Typescript and ESLint: packages/ord-connect/src/components/PreConnectButton/index.tsx#L13
A control must be associated with a text label
Lint - Typescript and ESLint: packages/ord-connect/src/components/SelectWalletModal/hooks/useConnect.ts#L325
React Hook useEffect has missing dependencies: 'connectedAddress', 'connectedFormat', 'connectedPublicKey', 'disconnectWallet', and 'onConnect'. Either include them or remove the dependency array
Lint - Typescript and ESLint: packages/ord-connect/src/hooks/useBalance.ts#L55
React Hook useCallback has a missing dependency: 'chain'. Either include it or remove the dependency array