Skip to content

deps: pin @multiformats/multiaddr to 13.0.1#3500

Merged
tabcat merged 1 commit into
libp2p:mainfrom
tabcat:deps/pin-multiaddr
May 12, 2026
Merged

deps: pin @multiformats/multiaddr to 13.0.1#3500
tabcat merged 1 commit into
libp2p:mainfrom
tabcat:deps/pin-multiaddr

Conversation

@tabcat
Copy link
Copy Markdown
Member

@tabcat tabcat commented May 12, 2026

Description

@multiformats/multiaddr@13.0.2 silently bumped peer-deps:

  • multiformats: ^13.4^14
  • uint8arrays: ^5^6

npm now installs both multiformats versions side-by-side, esbuild ships
duplicates in browser bundles, and class-mangling breaks sinon's
withArgs(peerId) matcher (constructor.name mismatch) → dial-queue
browser tests fail.

Pin multiaddr to 13.0.1 via root overrides until we do the coordinated
multiformats@^14 / uint8arrays@^6 bump across libp2p packages.

Change checklist

  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation if necessary (this includes comments as well)
  • I have added tests that prove my fix is effective or that my feature works

13.0.2 silently bumped peer-deps to multiformats@^14 and uint8arrays@^6,
causing duplicate multiformats installs that break dial-queue browser
tests via class-mangling in sinon's withArgs matcher.
@tabcat tabcat requested a review from a team as a code owner May 12, 2026 21:42
@tabcat tabcat merged commit 9c3c0b2 into libp2p:main May 12, 2026
33 of 34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant