Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2025

Bumps @metamask/object-multiplex from 1.2.0 to 2.1.0.

Release notes

Sourced from @​metamask/object-multiplex's releases.

2.1.0

Changed

  • feat: Allow overriding default stream constructor options (#52)

2.0.0

Changed

  • BREAKING: Increase minimum Node.js version to 16 (#41)
  • BREAKING: Bump readable-stream from ^2.3.3 to 3.6.2 (#41)

Removed

  • Remove dependency end-of-stream (#41)
  • Remove stream-resolved.finished overload in types (#41)

v1.3.0

Added

  • Export TypeScript types (#31)
Changelog

Sourced from @​metamask/object-multiplex's changelog.

[2.1.0]

Changed

  • Allow overriding default stream constructor options in createStream (#52)

[2.0.0]

Changed

  • BREAKING: Increase minimum Node.js version to 16 (#41)
  • BREAKING: Bump readable-stream from ^2.3.3 to 3.6.2 (#41)

Removed

  • Remove dependency end-of-stream (#41)
  • Remove stream-resolved.finished overload in types (#41)

[1.3.0]

Added

  • Export TypeScript types (#31)
Commits
  • 7521ca7 v2.1.0 (#56)
  • fd9a6fa Bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group across 1 directory ...
  • a9ad889 feat: Allow overriding default stream constructor options (#52)
  • 92c21af Bump tar from 6.2.0 to 6.2.1
  • f2015b7 Enabling MetaMask security code scanner (#49)
  • 0b0138f Bump ip from 2.0.0 to 2.0.1
  • fc12733 chore(deps): upgrade @​lavamoat/allow-scripts to v3.0.0 (#47)
  • bce91d7 v2.0.0 (#46)
  • 210d605 bump devDependencies (#44)
  • e00bca1 devDeps: @​lavamoat/allow-scripts@^1.0.6->^2.5.1 (#40)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by lgbot, a new releaser for @​metamask/object-multiplex 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note

Upgrade devDependency @metamask/object-multiplex from ^1.1.0/1.2.0 to ^2.1.0, updating package.json and yarn.lock resolutions.

Written by Cursor Bugbot for commit cc5f98f. This will update automatically on new commits. Configure here.

Bumps [@metamask/object-multiplex](https://github.com/MetaMask/object-multiplex) from 1.2.0 to 2.1.0.
- [Release notes](https://github.com/MetaMask/object-multiplex/releases)
- [Changelog](https://github.com/MetaMask/object-multiplex/blob/main/CHANGELOG.md)
- [Commits](MetaMask/object-multiplex@v1.2.0...v2.1.0)

---
updated-dependencies:
- dependency-name: "@metamask/object-multiplex"
  dependency-version: 2.1.0
  dependency-type: direct:development
  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 team-mobile-platform Mobile Platform team labels Nov 18, 2025
"@metamask/foundryup": "1.0.0",
"@metamask/mobile-provider": "^3.0.0",
"@metamask/object-multiplex": "^1.1.0",
"@metamask/object-multiplex": "^2.1.0",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Dependency Hell: Stream API Incompatibility

Upgrading @metamask/object-multiplex to 2.1.0 introduces a dependency conflict. The project explicitly depends on readable-stream@2.3.7 (line 668), but v2.1.0 requires readable-stream@^3.6.2. These major versions have incompatible stream APIs and behaviors. This could cause runtime failures when streams interact between different parts of the codebase expecting different readable-stream APIs. The project should either update the direct readable-stream dependency to 3.x or add an explicit resolution to ensure version consistency.

Fix in Cursor Fix in Web

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 size-XS team-mobile-platform Mobile Platform team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant