chore: bump snaps and messenger dependencies#500
Merged
cryptodev-2s merged 1 commit intomainfrom Apr 3, 2026
Merged
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Upgrade @metamask/messenger to ^1.1.1, @metamask/snaps-controllers to ^19.0.1, and @metamask/snaps-utils to ^12.1.3 to drop messenger 0.3.0 from the lock file.
dac9dd3 to
ffd6bac
Compare
david0xd
approved these changes
Apr 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump snaps and messenger dependencies to drop the legacy
@metamask/messenger@0.3.0from the lock file.Changes:
@metamask/messenger:^1.0.0→^1.1.1@metamask/snaps-controllers:^19.0.0→^19.0.1@metamask/snaps-utils:^12.1.2→^12.1.3These updated snaps packages now depend on
@metamask/messenger@^1.1.0instead of^0.3.0, so the 0.3.0 resolution is no longer needed.Examples
See MetaMask/snaps#3939 for the snaps release that bumped messenger to ^1.1.0.
Note
Low Risk
Primarily dependency/lockfile updates; risk is limited to potential behavioral changes introduced by the bumped upstream packages.
Overview
Updates
@metamask/keyring-internal-snap-clientand@metamask/eth-snap-keyringto use@metamask/messenger@^1.1.1and bumps related Snaps dependencies (@metamask/snaps-controllers@^19.0.1,@metamask/snaps-utils@^12.1.3).Refreshes
yarn.lockaccordingly, removing the legacy@metamask/messenger@0.3.0resolution and aligning transitive Snaps packages to newermessenger/controller versions; changelogs are updated to reflect the bumps.Written by Cursor Bugbot for commit ffd6bac. This will update automatically on new commits. Configure here.