Skip to content

chore(deps-dev): bump bitcoinjs-lib from 6.0.1 to 7.0.1#479

Open
dependabot[bot] wants to merge 1 commit into
QA-Testfrom
dependabot/npm_and_yarn/QA-Test/bitcoinjs-lib-7.0.1
Open

chore(deps-dev): bump bitcoinjs-lib from 6.0.1 to 7.0.1#479
dependabot[bot] wants to merge 1 commit into
QA-Testfrom
dependabot/npm_and_yarn/QA-Test/bitcoinjs-lib-7.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Copy link
Copy Markdown
Contributor

Bumps bitcoinjs-lib from 6.0.1 to 7.0.1.

Changelog

Sourced from bitcoinjs-lib's changelog.

7.0.1

added

  • crypto: Restore ripemd160, sha1, and sha256 hash helpers (#2248)
  • p2ms: Support up to 20 public keys for n-of-20 multisig (previously capped at 16). This is relevant for P2WSH-wrapped multisig where the P2SH script-size limit does not apply. (#2297)

fixed

  • psbt: Remove unnecessary tapInternalKey check for signature validation of taproot inputs (#2270)
  • Bump valibot dependency (#2308)

7.0.0

breaking

  • Buffer → Uint8Array: All public APIs now use standard Uint8Array instead of Node.js Buffer. This affects all payment types, Transaction, Psbt, Block, and script modules. Buffer (a Uint8Array subclass) is still accepted as input, but return types are now Uint8Array. (#2161)
  • Transaction values: number → bigint: Transaction.Output.value changed from number to bigint. Psbt output values, Psbt.getFee(), and witnessUtxo.value are all bigint now. Update your code: value: 10000value: BigInt(10000) or value: 10000n.
  • typeforce → valibot: Runtime type validation switched from typeforce to valibot. All typeforce re-exports removed (Buffer256bit, Hash160bit, Hash256bit, Number, Array, Boolean, String, Buffer, Hex, UInt8, UInt32, BufferN, Null, oneOf, maybe, tuple, Function, Satoshi). Replaced by valibot schemas (Buffer256bitSchema, Hash160bitSchema, Hash256bitSchema, BufferSchema, HexSchema, UInt8Schema, UInt32Schema, SatoshiSchema, NBufferSchemaFactory).
  • ESM support: Package is now dual CJS/ESM. Added "type": "module" and exports field in package.json. CJS files use .cjs extension. Internal import paths now require .js extension.
  • Node.js ≥ 18 required: Minimum Node.js version bumped from 8 to 18.
  • Dependency major bumps: bip174 2.x → 3.x, bs58check 3.x → 4.x, varuint-bitcoin 1.x → 2.x.

added

  • uint8array-tools dependency for cross-platform Uint8Array utilities
  • valibot dependency for runtime type validation
  • toXOnly exported from psbt/bip371
  • Taproot multisig with verified unspendable internalPubkey example
  • Better error message when signing a transaction without outputs

changed

  • Coverage tooling switched from nyc to c8
  • TypeScript execution switched from ts-node to tsx
  • Fix tx version read/write to use uint32 instead of int32

fixed

  • Fix multisig taproot example's provable nonce calculation
  • Various typo fixes

6.1.7

added

  • skip ecc library verification via DANGER_DO_NOT_VERIFY_ECCLIB flag

6.1.6

fixed

  • Fix sighash treatment when signing taproot script sign scripts using Psbt (#2104)
  • Fix error for invalid scripts in toASM (#2097)
  • Fix mutation of input to addOutput method on Psbt (#2091)

6.1.5

fixed

  • Updated bip174 dependency to fix issue with unknownKeyVals. (#1979)

6.1.4

changed

... (truncated)

Commits
  • dc7f067 7.0.1
  • 3619e35 Bump valibot
  • e4280e2 Merge pull request #2248 from landabaso/feat/restore-hash-helpers
  • dc1dbc6 Merge branch 'master' into feat/restore-hash-helpers
  • 99bb080 Merge pull request #2297 from landabaso/feat/p2ms-20-keys
  • 48d1e53 feat(crypto): restore ripemd160, sha1 and sha256 hash helpers
  • 16f1bac p2ms: support up to 20 keys
  • 13aea8c Removed unnecessary check for tapInternalKey for signature validations of tap...
  • c151d53 Merge pull request #2264 from bitcoinjs/bump-ver
  • 18b1c22 7.0.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [bitcoinjs-lib](https://github.com/bitcoinjs/bitcoinjs-lib) from 6.0.1 to 7.0.1.
- [Changelog](https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/CHANGELOG.md)
- [Commits](bitcoinjs/bitcoinjs-lib@v6.0.1...v7.0.1)

---
updated-dependencies:
- dependency-name: bitcoinjs-lib
  dependency-version: 7.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 3, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 3, 2026 15:51
@dependabot @github

dependabot Bot commented on behalf of github Jun 3, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: npm. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 3, 2026
@github-actions

github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
npm/@noble/hashes 1.8.0 UnknownUnknown
npm/bip174 3.0.0 🟢 3.4
Details
CheckScoreReason
Code-Review🟢 4Found 5/11 approved changesets -- score normalized to 4
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Maintained⚠️ 00 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies🟢 3dependency not pinned by hash detected -- score normalized to 3
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
npm/bitcoinjs-lib 7.0.1 🟢 6.9
Details
CheckScoreReason
Maintained🟢 100 commit(s) and 25 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟢 7Found 9/12 approved changesets -- score normalized to 7
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Packaging⚠️ -1packaging workflow not detected
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Binary-Artifacts🟢 10no binaries found in the repo
Security-Policy⚠️ 0security policy file not detected
Pinned-Dependencies🟢 9dependency not pinned by hash detected -- score normalized to 9
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Fuzzing⚠️ 0project is not fuzzed
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
npm/bs58check 4.0.0 🟢 4.9
Details
CheckScoreReason
Code-Review🟢 4Found 2/5 approved changesets -- score normalized to 4
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Binary-Artifacts🟢 10no binaries found in the repo
Packaging⚠️ -1packaging workflow not detected
Maintained⚠️ 00 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Pinned-Dependencies🟢 3dependency not pinned by hash detected -- score normalized to 3
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
npm/uint8array-tools 0.0.8 UnknownUnknown
npm/uint8array-tools 0.0.9 UnknownUnknown
npm/valibot 1.4.1 UnknownUnknown
npm/varuint-bitcoin 2.0.0 🟢 3.8
Details
CheckScoreReason
Binary-Artifacts🟢 10no binaries found in the repo
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Code-Review🟢 5Found 4/7 approved changesets -- score normalized to 5
Maintained⚠️ 00 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Pinned-Dependencies🟢 3dependency not pinned by hash detected -- score normalized to 3
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 9license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0

Scanned Files

  • package-lock.json

@dependabot @github

dependabot Bot commented on behalf of github Jun 18, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot attempted to update this pull request, but because the branch dependabot/npm_and_yarn/QA-Test/bitcoinjs-lib-7.0.1 is protected it was unable to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants