Release/1116.0.0#9481
Merged
Merged
Conversation
|
✅ No changelog changes needed. |
FrederikBolding
approved these changes
Jul 13, 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
This is the release PR for Release 1116.0.0 of the core monorepo. It bumps the root monorepo version from 1115.0.0 to 1116.0.0 and publishes new versions of two packages:
@metamask/ramps-controller15.1.0 → 16.0.0 (major): Releases the breaking change from feat: remove provider ID normalization and update related functionality #9448, which removes normalization of provider IDs (the/providers/prefix is no longer stripped).RampsController.getQuotesnow matches provider IDs from the providers list, quotes, custom actions, and sort order as-is, and a precreated stub order'sprovider.idis the canonical provider code passed to the create-order call. Consumers must supply non-prefixed (canonical) provider IDs. Also includes the MIT license text update from chore: MIT license text update #9472.@metamask/transaction-pay-controller24.0.2 → 24.0.3 (patch): Bumps its@metamask/ramps-controllerdependency to^16.0.0and includes the MIT license text update from chore: MIT license text update #9472.No source code changes are included in this PR itself; it only contains version bumps, changelog updates, and the corresponding
yarn.lockupdate.References
ramps-controllerprovider ID change)Checklist
Note
Medium Risk
The release surfaces a major breaking change in ramps provider ID handling; downstream apps must adopt canonical IDs and stop using
normalizeProviderCode, though this PR itself only bumps versions.Overview
Release 1116.0.0 bumps the root monorepo and publishes two packages with no runtime code changes in this PR—only versions, changelogs, and
yarn.lock.@metamask/ramps-controller16.0.0 ships the breaking ramps behavior from #9448: provider IDs are no longer normalized (no/providers/prefix stripping),normalizeProviderCodeis removed, and callers must use canonical provider IDs for quotes and create-order. Changelog also records the MIT LICENSE text update (#9472).@metamask/transaction-pay-controller24.0.3 is a patch that raises its@metamask/ramps-controllerdependency to^16.0.0(#9481) and includes the same LICENSE changelog note (#9472).Reviewed by Cursor Bugbot for commit 8fb0397. Bugbot is set up for automated code reviews on this repo. Configure here.