Skip to content

deps!: bump multiformats from 13.4.2 to 14.0.0#135

Merged
achingbrain merged 1 commit into
masterfrom
dependabot/npm_and_yarn/multiformats-14.0.0
May 12, 2026
Merged

deps!: bump multiformats from 13.4.2 to 14.0.0#135
achingbrain merged 1 commit into
masterfrom
dependabot/npm_and_yarn/multiformats-14.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Bumps multiformats from 13.4.2 to 14.0.0.

Release notes

Sourced from multiformats's releases.

v14.0.0

14.0.0 (2026-05-07)

⚠ BREAKING CHANGES

  • all Hashers are now MultihashHasher<Code>s
  • Returned Uint8Arrays are now Uint8Array<ArrayBuffer>

Features

  • loading via require is now supported (#337) (9b5b12b)

Bug Fixes

  • identity hash is SyncMultihashHasher<0> (#337) (9b5b12b)
  • specify type of backing buffer when Uint8Arrays are returned (#335) (bac2da5)
Changelog

Sourced from multiformats's changelog.

14.0.0 (2026-05-07)

⚠ BREAKING CHANGES

  • all Hashers are now MultihashHasher<Code>s
  • Returned Uint8Arrays are now Uint8Array<ArrayBuffer>

Bug Fixes

  • identity hash is SyncMultihashHasher<0> (#337) (9b5b12b), closes #313 #314
  • specify type of backing buffer when Uint8Arrays are returned (#335) (bac2da5)
Commits
  • 4610294 chore(release): 14.0.0 [skip ci]
  • 9b5b12b fix!: identity hash is SyncMultihashHasher<0> (#337)
  • bac2da5 fix!: specify type of backing buffer when Uint8Arrays are returned (#335)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for multiformats since your current version.


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 [multiformats](https://github.com/multiformats/js-multiformats) from 13.4.2 to 14.0.0.
- [Release notes](https://github.com/multiformats/js-multiformats/releases)
- [Changelog](https://github.com/multiformats/js-multiformats/blob/master/CHANGELOG.md)
- [Commits](multiformats/js-multiformats@v13.4.2...v14.0.0)

---
updated-dependencies:
- dependency-name: multiformats
  dependency-version: 14.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 12, 2026
@achingbrain achingbrain changed the title deps: bump multiformats from 13.4.2 to 14.0.0 deps!: bump multiformats from 13.4.2 to 14.0.0 May 12, 2026
@achingbrain achingbrain merged commit b612d7d into master May 12, 2026
19 checks passed
@achingbrain achingbrain deleted the dependabot/npm_and_yarn/multiformats-14.0.0 branch May 12, 2026 08:58
github-actions Bot pushed a commit that referenced this pull request May 12, 2026
## [10.0.0](v9.2.7...v10.0.0) (2026-05-12)

### ⚠ BREAKING CHANGES

* bump multiformats from 13.4.2 to 14.0.0 (#135)

### Dependencies

* bump multiformats from 13.4.2 to 14.0.0 ([#135](#135)) ([b612d7d](b612d7d))
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 10.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@achingbrain
Copy link
Copy Markdown
Member

achingbrain commented May 12, 2026

Released as a major as nested Uint8Array properties of the CID class can cause issues where consuming code hasn't also updated to the latest multiformats like:

Error: test-e2e/first-hit.test.ts(123,11): error TS2322: Type 'CID<unknown, 85, 0, 1>' is not assignable to type 'CID<unknown, number, number, Version>'.
  The types of 'multihash.digest' are incompatible between these types.
    Type 'Uint8Array<ArrayBufferLike>' is not assignable to type 'Uint8Array<ArrayBuffer>'.
      Type 'ArrayBufferLike' is not assignable to type 'ArrayBuffer'.
        Type 'SharedArrayBuffer' is missing the following properties from type 'ArrayBuffer': resizable, resize, detached, transfer, transferToFixedLength

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 javascript Pull requests that update Javascript code released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant