You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've introduced breaking changes in this PR and have prepared draft pull requests for clients and consumer packages to resolve them
Note
High Risk
Major releases change authentication login metadata and ramps order APIs; wide dependency propagation means clients must upgrade coordinated package sets to avoid type/runtime mismatches.
Overview Monorepo release 1173.0.0 — bumps package versions, changelogs, workspace dependency ranges, and yarn.lock. No new runtime code in this PR; it ships already-merged work.
Major bumps consumers should plan for:@metamask/profile-sync-controller29.0.0 changes /srp/login tagging (optional primary/secondary on raw_message, metametrics.identifier_type for SRP vs social) and pulls in @metamask/seedless-onboarding-controller10.1.1 (adds AuthConnection.Telegram). @metamask/ramps-controller20.0.0 requires a non-empty chainId on addPrecreatedOrder.
Notable minor release:@metamask/bridge-controller78.1.0 (QuoteResponse v2 / BridgeAsset exports) and @metamask/account-tree-controller7.6.0 (getAccountFromSelectedAccountGroup, setSelectedAccountGroupByAccountId).
Dozens of packages get patch/minor version cuts and aligned deps on the new @metamask/profile-sync-controller, @metamask/core-backend8.1.1, @metamask/assets-controllers110.1.1, and related controllers.
Reviewed by Cursor Bugbot for commit 0eeae5f. Bugbot is set up for automated code reviews on this repo. Configure here.
Cursor comment is a bit misleading re: @metamask/profile-sync-controller breaking change.
The added fields are all optional, and backend manages backwards compatibility with no issue. What's breaking is the need to update the allowed actions on the clients' side since we rely on a new dependency's (@metamask/seedless-onboarding-controller) action at login-time.
Added @metamask/client-utils@2.0.0 to this release so the #9777 breaking change (required chainId on rampBuy/rampSellActivityItem variants) is published with a major bump instead of shipping under 1.6.0.
This release already includes @metamask/ramps-controller@20.0.0 with the related #9777addPrecreatedOrderchainId requirement.
Reverted the @metamask/client-utils 2.0.0 piggyback (2f3aabae99 → revert 28052b76aa). client-utils is back at 1.6.0 on this release branch; other packages in this cut are unchanged.
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
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.
Explanation
Major release of:
@metamask/profile-sync-controller@metamask/ramps-controllerMinor release of:
@metamask/account-tree-controller@metamask/bridge-controllerPatch release of:
@metamask/assets-controllers@metamask/bridge-status-controller@metamask/claims-controller@metamask/config-registry-controller@metamask/core-backend@metamask/notification-services-controller@metamask/profile-metrics-controller@metamask/seedless-onboarding-controller@metamask/smart-transactions-controller@metamask/social-controllers@metamask/subscription-controller@metamask/transaction-pay-controllerReferences
Related to: https://consensyssoftware.atlassian.net/browse/MUL-2102
Checklist
Note
High Risk
Major releases change authentication login metadata and ramps order APIs; wide dependency propagation means clients must upgrade coordinated package sets to avoid type/runtime mismatches.
Overview
Monorepo release 1173.0.0 — bumps package versions, changelogs, workspace dependency ranges, and
yarn.lock. No new runtime code in this PR; it ships already-merged work.Major bumps consumers should plan for:
@metamask/profile-sync-controller29.0.0 changes/srp/logintagging (optionalprimary/secondaryonraw_message,metametrics.identifier_typefor SRP vs social) and pulls in@metamask/seedless-onboarding-controller10.1.1 (addsAuthConnection.Telegram).@metamask/ramps-controller20.0.0 requires a non-emptychainIdonaddPrecreatedOrder.Notable minor release:
@metamask/bridge-controller78.1.0 (QuoteResponse v2 /BridgeAssetexports) and@metamask/account-tree-controller7.6.0 (getAccountFromSelectedAccountGroup,setSelectedAccountGroupByAccountId).Dozens of packages get patch/minor version cuts and aligned deps on the new
@metamask/profile-sync-controller,@metamask/core-backend8.1.1,@metamask/assets-controllers110.1.1, and related controllers.Reviewed by Cursor Bugbot for commit 0eeae5f. Bugbot is set up for automated code reviews on this repo. Configure here.