Release/993.0.0#8859
Merged
Merged
Conversation
|
✅ No changelog changes needed. |
b2164f7 to
b8f2fe6
Compare
cryptodev-2s
approved these changes
May 20, 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
Release 993.0.0 — two packages:
@metamask/ramps-controller13.3.1→14.0.0(major)@metamask/transaction-pay-controller22.6.1→22.6.2(patch)ramps-controller@14.0.0ships #8843, which authenticatesgetBuyWidgetUrlby requiringAuthenticationController:getBearerTokenon its messenger. That's a breaking messenger-contract change, so major.transaction-pay-controller@22.6.2is a no-code-change patch that bumps its dep range onramps-controllerfrom^13.3.1to^14.0.0. Included to keep the dependency graph current and avoid duplicateramps-controllercopies in consumer node_modules. Its code doesn't touch any of the breaking surface.References
Checklist
Note
Medium Risk
Moderate risk because this release includes a breaking
@metamask/ramps-controllermessenger-contract change requiring consumers to delegateAuthenticationController:getBearerTokenbefore callinggetBuyWidgetUrl. The rest is version/changelog/dependency range updates with minimal runtime impact.Overview
Bumps the monorepo release version to
993.0.0and publishes@metamask/ramps-controller14.0.0(major) and@metamask/transaction-pay-controller22.6.2(patch).ramps-controller@14.0.0documents a breaking change requiringRampsServiceMessengerconsumers to delegateAuthenticationController:getBearerToken, and adds bearer-token authentication forgetBuyWidgetUrlplus a new runtime dependency on@metamask/profile-sync-controller.transaction-pay-controller@22.6.2is a dependency-only update to consume@metamask/ramps-controller@^14.0.0, with correspondingyarn.lockupdates.Reviewed by Cursor Bugbot for commit b8f2fe6. Bugbot is set up for automated code reviews on this repo. Configure here.