Release/1172.0.0 - #9778
Merged
Merged
Conversation
saustrie-consensys
force-pushed
the
release/1172.0.0
branch
from
August 4, 2026 11:12
abf41ab to
277ec22
Compare
saustrie-consensys
marked this pull request as ready for review
August 4, 2026 11:17
saustrie-consensys
temporarily deployed
to
default-branch
August 4, 2026 11:17 — with
GitHub Actions
Inactive
saustrie-consensys
temporarily deployed
to
default-branch
August 4, 2026 11:18 — with
GitHub Actions
Inactive
|
✅ No changelog changes needed. |
saustrie-consensys
enabled auto-merge
August 4, 2026 11:47
|
|
||
| ## [Unreleased] | ||
|
|
||
| ## [19.0.0] |
Member
There was a problem hiding this comment.
Should this wait for #9777 so we don't do two back-to-back major bumps?
Contributor
Author
There was a problem hiding this comment.
@FrederikBolding @GuillaumeRx But I don't know how long that PR is going to take to get approval for MetaMask/core-extension-ux and/or MetaMask/mobile-core-ux. This NPM release blocks 2 mobile PRs (one of those mobile PRs is a sev2 prod issue that needs to be included in this week's RC).
Member
There was a problem hiding this comment.
Understood, not blocking on this.
Contributor
Author
There was a problem hiding this comment.
@GuillaumeRx @FrederikBolding Can we put it back into the merge queue?
GuillaumeRx
approved these changes
Aug 4, 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.
Explanation
Automated release bump created with
yarn create-release-branchfor:@metamask/ramps-controller18.0.1to19.0.0(major). Unreleased includes breaking changes from feat(ramps-controller)!: source widened Headless Buy default redirect URL from RampsService #9752 (removegetDefaultRedirectUrlfromRampsControllerOptions; requireRampsService:getDefaultRedirectCallbackUrldelegation) plus the newsetSelectedProviderForAssetAPI andproviderServesAssetfix from feat(ramps-controller): add setSelectedProviderForAsset controller method #9759.@metamask/transaction-pay-controller26.2.0to26.2.1(patch). Included as a direct dependent of the major bump so its@metamask/ramps-controllerrange moves to^19.0.0. Also publishes the pending@metamask/network-controllerbump.SemVer: major is required because of the #9752 BREAKING entries in Unreleased; a minor would be wrong even though #9759 alone would have been a minor.
References
setSelectedProviderForAssetandproviderServesAssetfix)RampsService; breaking for hosts)getDefaultRedirectUrland delegateRampsService:getDefaultRedirectCallbackUrl(or spreadRAMPS_CONTROLLER_REQUIRED_SERVICE_ACTIONS)Checklist
Note
Medium Risk
Low direct code risk in this diff, but shipping ramps-controller 19.0.0 forces consumer migrations (messenger delegation, dropped
getDefaultRedirectUrl) and can break MM Pay fiat quoting if hosts are not updated.Overview
This is an automated release cut (no application code in the diff): it finalizes versions and changelogs so npm consumers pick up ramps work that landed in earlier PRs.
@metamask/ramps-controller19.0.0(major) moves Unreleased notes into[19.0.0]. Hosts upgrading get breaking Headless Buy redirect wiring:getDefaultRedirectUrlis removed fromRampsControllerOptions, widenedgetQuotespaths must delegateRampsService:getDefaultRedirectCallbackUrl, and defaults come fromRampsService/getDefaultRedirectCallbackUrl(environment). The release also documentssetSelectedProviderForAssetplus aproviderServesAssetfix (map values must betrue).@metamask/transaction-pay-controller26.2.1(patch) bumps@metamask/ramps-controllerto^19.0.0as a direct dependent and records a pending@metamask/network-controller^35.0.1bump. The root monorepo version becomes1172.0.0;yarn.lockis updated accordingly.Reviewed by Cursor Bugbot for commit 277ec22. Bugbot is set up for automated code reviews on this repo. Configure here.