Skip to content

chore: controller bump#24294

Merged
bfullam merged 2 commits intomainfrom
swaps-controller-bump
Jan 7, 2026
Merged

chore: controller bump#24294
bfullam merged 2 commits intomainfrom
swaps-controller-bump

Conversation

@bfullam
Copy link
Copy Markdown
Contributor

@bfullam bfullam commented Jan 7, 2026

Description

Bump bridge controller

Changelog

CHANGELOG entry: null

Related issues

Fixes:

Manual testing steps

Feature: my feature name

  Scenario: user [verb for user action]
    Given [describe expected initial app state]

    When user [verb for user action]
    Then [describe expected outcome]

Screenshots/Recordings

Before

After

Pre-merge author checklist

Pre-merge reviewer checklist

  • I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed).
  • I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.

Note

Upgrades bridge controller and syncs dependency graph.

  • Bumps @metamask/bridge-controller from ^64.2.0 to ^64.3.0 in package.json
  • Updates yarn.lock to 64.3.0 and aligns transitive deps: @metamask/controller-utils (^11.17.0), @metamask/network-controller (^27.1.0), @metamask/remote-feature-flag-controller (^4.0.0), @metamask/snaps-controllers (^17.2.0), and @metamask/utils (^11.9.0)

Written by Cursor Bugbot for commit 9729616. This will update automatically on new commits. Configure here.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jan 7, 2026

CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes.

@metamaskbot metamaskbot added the team-swaps-and-bridge Swaps and Bridge team label Jan 7, 2026
@socket-security
Copy link
Copy Markdown

socket-security bot commented Jan 7, 2026

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednpm/​@​metamask/​bridge-controller@​64.2.0 ⏵ 64.3.0981007998100

View full report

@bfullam bfullam enabled auto-merge January 7, 2026 17:50
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jan 7, 2026

🔍 Smart E2E Test Selection

  • Selected E2E tags: SmokeTrade, SmokeSwaps, SmokeCard, SmokePerps, SmokeRewards, SmokeRamps, SmokeConfirmationsRedesigned
  • Risk Level: medium
  • AI Confidence: 80%
click to see 🤖 AI reasoning details

This PR updates @metamask/bridge-controller from v64.2.0 to v64.3.0, a minor version bump. The bridge-controller is extensively used across the codebase:

  1. Bridge functionality - Core bridge hooks (useBridgeQuoteRequest, useBridgeQuoteData, useSwitchTokens, etc.) directly use BridgeController methods and types
  2. Swap functionality - Unified swap/bridge UI uses bridge-controller utilities
  3. Card features - CardSDK uses formatChainIdToCaip and other utilities
  4. Perps features - Uses formatChainIdToCaip for rewards utilities
  5. Rewards features - Uses formatChainIdToHex for transaction explorer
  6. Confirmations - Uses isSolanaChainId, isBitcoinChainId, formatChainIdToCaip for protocol detection

The yarn.lock shows the bridge-controller's internal dependencies were also updated (controller-utils, network-controller, remote-feature-flag-controller, snaps-controllers, utils), which could have cascading effects.

While this is a minor version bump (typically backward compatible), the wide usage of this controller across trading, bridging, and financial features warrants testing these critical user flows. The risk is medium because minor version bumps are generally safe, but the financial nature of the affected features requires verification.

View GitHub Actions results

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Jan 7, 2026

@bfullam bfullam added this pull request to the merge queue Jan 7, 2026
Merged via the queue into main with commit 857c4fe Jan 7, 2026
91 checks passed
@bfullam bfullam deleted the swaps-controller-bump branch January 7, 2026 19:00
@github-actions github-actions bot locked and limited conversation to collaborators Jan 7, 2026
@metamaskbot metamaskbot added the release-7.62.0 Issue or pull request that will be included in release 7.62.0 label Jan 7, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

release-7.62.0 Issue or pull request that will be included in release 7.62.0 size-XS team-swaps-and-bridge Swaps and Bridge team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants