Release 1150.0.0 - #9670
Merged
Merged
Conversation
Remove the non-consumer-facing "Release 1149.0.0" (Uncategorized) entry and consolidate the two ramps-controller dep bumps into a single entry covering ^17.0.0 to ^18.0.0.
saustrie-consensys
temporarily deployed
to
default-branch
July 27, 2026 21:07 — with
GitHub Actions
Inactive
saustrie-consensys
temporarily deployed
to
default-branch
July 27, 2026 21:07 — with
GitHub Actions
Inactive
|
❌ Changelog validation failed. Check the workflow run for details. |
…ump history and release PR link
cryptodev-2s
approved these changes
Jul 27, 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 release bumps:
@metamask/ramps-controller17.2.0 to 18.0.0 (major) - removesgetHeadlessAllProvidersMinimumVersion, which was made redundant when version gating was moved to the LaunchDarklyversionswrapper owned byRemoteFeatureFlagController. See fix(ramps-controller): drop unused headless minimumVersion helper #9668 for context.@metamask/transaction-pay-controller26.0.0 to 26.0.1 (patch) - updates itsramps-controllerdep to^18.0.0and picks up two previously unreleased dep bumps (ramps-controller and assets-controller).References
Checklist
Note
Medium Risk
The ramps-controller major drops a public helper; any client still calling
getHeadlessAllProvidersMinimumVersionmust migrate to RemoteFeatureFlagController version gating before upgrading.Overview
Release 1150.0.0 publishes version bumps for
@metamask/ramps-controllerand@metamask/transaction-pay-controller, plus matching root and lockfile updates.@metamask/ramps-controllermoves to 18.0.0 with a breaking removal ofgetHeadlessAllProvidersMinimumVersion; minimum app version formoneyHeadlessAllProvidersis expected to come from LaunchDarkly’sversionswrapper viaRemoteFeatureFlagControllerinstead of a flag payload field.@metamask/transaction-pay-controlleris patched to 26.0.1, raising itsramps-controllerdependency to^18.0.0and recording dependency bumps (includingassets-controller).Reviewed by Cursor Bugbot for commit 2296213. Bugbot is set up for automated code reviews on this repo. Configure here.