Skip to content

Release/959.0.0#8698

Merged
saustrie-consensys merged 2 commits intomainfrom
release/959.0.0
May 5, 2026
Merged

Release/959.0.0#8698
saustrie-consensys merged 2 commits intomainfrom
release/959.0.0

Conversation

@saustrie-consensys
Copy link
Copy Markdown
Contributor

@saustrie-consensys saustrie-consensys commented May 5, 2026

Summary

This release PR publishes @metamask/ramps-controller@13.3.0, which includes the circuit-breaker error-key fix from #8596 and the other unreleased ramps-controller changes accumulated since 13.2.0.

Why this is separate

This is the successor to #8692. That PR was originally cut as Release/958.0.0, but #8691 merged first and consumed 958.0.0, so this re-cuts the same content as Release/959.0.0 from current main.

What changed

  • bump the monorepo release version to 959.0.0
  • publish @metamask/ramps-controller@13.3.0
  • move the current ramps-controller unreleased entries into the 13.3.0 changelog section
  • update @metamask/transaction-pay-controller to depend on @metamask/ramps-controller@^13.3.0

Why the transaction-pay-controller range update is included

transaction-pay-controller is the in-repo consumer of @metamask/ramps-controller. Once ramps-controller is versioned to 13.3.0, the monorepo dependency constraints require the internal dependency range to move from ^13.2.0 to ^13.3.0 as well. This keeps the repo internally consistent without broadening the published package scope.

Validation

  • yarn install (regenerates yarn.lock)
  • yarn constraints
  • yarn lint:dependencies
  • yarn lint:misc:check
  • yarn workspace @metamask/ramps-controller changelog:validate
  • yarn workspace @metamask/transaction-pay-controller changelog:validate
  • yarn workspace @metamask/ramps-controller build

🤖 Generated with Claude Code


Note

Low Risk
Low risk release bookkeeping: version bumps, changelog cut, and an internal dependency range update with no functional code changes in this diff.

Overview
Bumps the monorepo version to 959.0.0 and publishes @metamask/ramps-controller@13.3.0 by cutting the existing Unreleased changelog entries into a new 13.3.0 section.

Updates @metamask/transaction-pay-controller to depend on @metamask/ramps-controller@^13.3.0, with corresponding yarn.lock changes to keep workspace constraints consistent.

Reviewed by Cursor Bugbot for commit 90e73f1. Bugbot is set up for automated code reviews on this repo. Configure here.

Bump @metamask/ramps-controller from 13.2.0 to 13.3.0 to publish the
circuit-breaker error-key fix from #8596 and ship its accompanying
unreleased changes. Update transaction-pay-controller's internal
dependency range to keep the monorepo consistent.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@saustrie-consensys saustrie-consensys requested review from a team as code owners May 5, 2026 14:14
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@saustrie-consensys saustrie-consensys added this pull request to the merge queue May 5, 2026
Merged via the queue into main with commit b20b60a May 5, 2026
366 checks passed
@saustrie-consensys saustrie-consensys deleted the release/959.0.0 branch May 5, 2026 14:44
@mcmire mcmire mentioned this pull request May 5, 2026
pull Bot pushed a commit to dmrazzy/core that referenced this pull request May 5, 2026
> [!NOTE]
> This is a repeat of MetaMask#8698 because the release workflow was not
triggered correctly.

## Summary

This release PR publishes `@metamask/ramps-controller@13.3.0`, which
includes the circuit-breaker error-key fix from
[MetaMask#8596](MetaMask#8596) and the other
unreleased ramps-controller changes accumulated since `13.2.0`.

## Why this is separate

This is the successor to
[MetaMask#8692](MetaMask#8692). That PR was
originally cut as `Release/958.0.0`, but
[MetaMask#8691](MetaMask#8691) merged first and
consumed `958.0.0`, so this re-cuts the same content as
`Release/959.0.0` from current `main`.

## What changed

- bump the monorepo release version to `959.0.0`
- publish `@metamask/ramps-controller@13.3.0`
- move the current ramps-controller unreleased entries into the `13.3.0`
changelog section
- update `@metamask/transaction-pay-controller` to depend on
`@metamask/ramps-controller@^13.3.0`

## Why the transaction-pay-controller range update is included

`transaction-pay-controller` is the in-repo consumer of
`@metamask/ramps-controller`. Once ramps-controller is versioned to
`13.3.0`, the monorepo dependency constraints require the internal
dependency range to move from `^13.2.0` to `^13.3.0` as well. This keeps
the repo internally consistent without broadening the published package
scope.

## Validation

- `yarn install` (regenerates `yarn.lock`)
- `yarn constraints`
- `yarn lint:dependencies`
- `yarn lint:misc:check`
- `yarn workspace @metamask/ramps-controller changelog:validate`
- `yarn workspace @metamask/transaction-pay-controller
changelog:validate`
- `yarn workspace @metamask/ramps-controller build`

🤖 Generated with [Claude Code](https://claude.com/claude-code)

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> **Low Risk**
> Low risk release bookkeeping: version/changelog updates and an
internal dependency range bump, with no functional code changes in this
diff.
> 
> **Overview**
> Bumps the monorepo release version to `959.0.0` and publishes
`@metamask/ramps-controller@13.3.0` by moving the previously
*Unreleased* ramps entries into a new `13.3.0` changelog section and
updating compare links.
> 
> Updates the in-repo consumer `@metamask/transaction-pay-controller` to
depend on `@metamask/ramps-controller@^13.3.0`, with corresponding
`yarn.lock` adjustments.
> 
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
45b6091. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->

Co-authored-by: saustrie-consensys <shane.austrie@consensys.net>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
saustrie-consensys added a commit to MetaMask/metamask-mobile that referenced this pull request May 6, 2026
Ships @metamask/ramps-controller@13.3.0 (released in MetaMask/core#8698)
so this branch can consume the stable `CIRCUIT_BREAKER_OPEN` error key
the rest of the diff localizes against.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants