release: 120.0.0#600
Merged
Merged
Conversation
ccharly
marked this pull request as ready for review
July 22, 2026 11:51
ccharly
enabled auto-merge
July 22, 2026 12:07
ccharly
disabled auto-merge
July 22, 2026 12:07
montelaidev
approved these changes
Jul 22, 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.
Note
Medium Risk
The release propagates
@metamask/keyring-utils@4.0.0(breaking API removals) and updated keyring-api/sdk across many account/keyring packages, so downstream consumers must align versions even though this PR has no runtime code changes.Overview
Monorepo release
120.0.0— bumps the root@metamask/accounts-monorepoversion and cuts new package versions with updatedCHANGELOG.mdentries andpackage.jsondependency ranges;yarn.lockis refreshed to match.Notable published versions:
@metamask/keyring-api23.6.0,@metamask/keyring-sdk2.3.0,@metamask/keyring-utils4.0.0 (major), plus patch/minor bumps for@metamask/account-api, ETH keyrings (HD, money, QR, simple, Trezor, Ledger bridge), snap clients/bridge/SDK, and internal API packages.Dependency wave: workspace packages move to
@metamask/keyring-api@^23.6.0,@metamask/keyring-sdk@^2.3.0, and@metamask/keyring-utils@^4.0.0where applicable. Changelogs document prior feature work now included in these releases (e.g. keyring state migrations in SDK 2.3.0,base32export encoding and sensitiveprivateKeystructs in keyring-api 23.6.0, and breaking removal of re-exported superstruct helpers in keyring-utils 4.0.0).No application source changes appear in this diff—only versioning, changelogs, manifests, and lockfile.
Reviewed by Cursor Bugbot for commit 4c30825. Bugbot is set up for automated code reviews on this repo. Configure here.