feat: Bump @metamask/utils from ^11.9.0 to ^11.11.0#9074
Merged
Conversation
@metamask/keyring-api from ^11.9.0 to ^11.11.0
@metamask/keyring-api from ^11.9.0 to ^11.11.0@metamask/utils from ^11.9.0 to ^11.11.0
mikesposito
reviewed
Jun 10, 2026
…ils-11.11.0 # Conflicts: # packages/accounts-controller/CHANGELOG.md # packages/address-book-controller/CHANGELOG.md # packages/analytics-data-regulation-controller/CHANGELOG.md # packages/assets-controller/CHANGELOG.md # packages/authenticated-user-storage/CHANGELOG.md # packages/base-data-service/CHANGELOG.md # packages/bridge-controller/CHANGELOG.md # packages/bridge-status-controller/CHANGELOG.md # packages/chain-agnostic-permission/CHANGELOG.md # packages/chomp-api-service/CHANGELOG.md # packages/claims-controller/CHANGELOG.md # packages/compliance-controller/CHANGELOG.md # packages/config-registry-controller/CHANGELOG.md # packages/core-backend/CHANGELOG.md # packages/eip-7702-internal-rpc-middleware/CHANGELOG.md # packages/eip1193-permission-middleware/CHANGELOG.md # packages/ens-controller/CHANGELOG.md # packages/gas-fee-controller/CHANGELOG.md # packages/message-manager/CHANGELOG.md # packages/money-account-balance-service/CHANGELOG.md # packages/multichain-account-service/CHANGELOG.md # packages/multichain-api-middleware/CHANGELOG.md # packages/multichain-network-controller/CHANGELOG.md # packages/name-controller/CHANGELOG.md # packages/network-controller/CHANGELOG.md # packages/network-enablement-controller/CHANGELOG.md # packages/notification-services-controller/CHANGELOG.md # packages/permission-controller/CHANGELOG.md # packages/perps-controller/CHANGELOG.md # packages/profile-metrics-controller/CHANGELOG.md # packages/remote-feature-flag-controller/CHANGELOG.md # packages/sample-controllers/CHANGELOG.md # packages/shield-controller/CHANGELOG.md # packages/signature-controller/CHANGELOG.md # packages/subscription-controller/CHANGELOG.md # packages/transaction-controller/CHANGELOG.md # packages/transaction-pay-controller/CHANGELOG.md # packages/user-operation-controller/CHANGELOG.md # packages/wallet/CHANGELOG.md
cryptodev-2s
approved these changes
Jun 11, 2026
cryptodev-2s
requested changes
Jun 11, 2026
cryptodev-2s
previously approved these changes
Jun 11, 2026
Contributor
|
@metamaskbot update-changelogs |
cryptodev-2s
approved these changes
Jun 11, 2026
Merged
pull Bot
pushed a commit
to dmrazzy/core
that referenced
this pull request
Jun 11, 2026
## Release ### `@metamask/chain-agnostic-permission` 1.6.2 #### Changed - Bump `@metamask/api-specs` from `^0.14.0` to `^0.15.0` ([MetaMask#9096](MetaMask#9096)) - Bump `@metamask/utils` from `^11.9.0` to `^11.11.0` ([MetaMask#9074](MetaMask#9074)) - Bump `@metamask/controller-utils` from `^12.0.0` to `^12.2.0` ([MetaMask#8774](MetaMask#8774), [MetaMask#9058](MetaMask#9058), [MetaMask#9083](MetaMask#9083)) ### `@metamask/multichain-api-middleware` 3.1.4 #### Changed - Bump `@metamask/utils` from `^11.9.0` to `^11.11.0` ([MetaMask#9074](MetaMask#9074)) - Bump `@metamask/controller-utils` from `^12.1.0` to `^12.2.0` ([MetaMask#9058](MetaMask#9058), [MetaMask#9083](MetaMask#9083)) - Bump `@metamask/accounts-controller` from `^39.0.0` to `^39.0.1` ([MetaMask#9058](MetaMask#9058)) - Bump `@metamask/api-specs` from `^0.14.0` to `^0.15.0` ([MetaMask#9096](MetaMask#9096)) - Bump `@metamask/chain-agnostic-permission` from `^1.6.1` to `^1.6.2` ([MetaMask#9096](MetaMask#9096)) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Patch releases and dependency version bumps only; no logic or API changes in the diff. > > **Overview** > **Monorepo release 1037.0.0** — version and changelog updates with no runtime code changes in this diff. > > **`@metamask/chain-agnostic-permission` 1.6.2** documents patch-level dependency bumps: `@metamask/api-specs` ^0.15.0, `@metamask/utils` ^11.11.0, and `@metamask/controller-utils` ^12.2.0. > > **`@metamask/multichain-api-middleware` 3.1.4** picks up the same stack plus `@metamask/accounts-controller` ^39.0.1 and **`@metamask/chain-agnostic-permission` ^1.6.2** in `package.json` and `yarn.lock`. > > **`@metamask/eip1193-permission-middleware`** updates its declared dependency to `@metamask/chain-agnostic-permission` ^1.6.2 and records that under `[Unreleased]` in its changelog (no package version bump in this diff). > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit daf565d. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
pull Bot
pushed a commit
to dmrazzy/core
that referenced
this pull request
Jun 12, 2026
## Explanation Release `1039.0.0` with a minor version bump for: - **`@metamask/transaction-pay-controller`** `23.5.1` → `23.6.0` ### `@metamask/transaction-pay-controller@23.6.0` #### Added - Add direct mUSD fiat injection flow for Money Account deposits behind `useFiatMUSDQuoteToInjectForMoneyAccount` feature flag. When enabled, probes fiat providers for mUSD on Monad availability and, if viable, purchases mUSD directly to the Money Account, skipping the ETH-to-mUSD bridge. Falls back to the existing flow when no provider supports the direct route. Also moves `fiatPayment.caipAssetId` assignment into fiat quote functions so the asset ID always matches the quote that succeeded. ([MetaMask#9080](MetaMask#9080)) - Make fiat order polling interval and timeout remotely configurable via `confirmations_pay_fiat.orderPollIntervalMs` and `confirmations_pay_fiat.orderPollTimeoutMs` feature flags ([MetaMask#9090](MetaMask#9090)) #### Changed - Bump `@metamask/utils` from `^11.9.0` to `^11.11.0` ([MetaMask#9074](MetaMask#9074)) - Bump `@metamask/assets-controller` from `^9.0.0` to `^9.0.1` ([MetaMask#9083](MetaMask#9083)) - Bump `@metamask/controller-utils` from `^12.1.1` to `^12.2.0` ([MetaMask#9083](MetaMask#9083)) - Bump `@metamask/transaction-controller` from `^67.1.0` to `^68.0.0` ([MetaMask#9089](MetaMask#9089)) - Bump `@metamask/ramps-controller` from `^14.1.1` to `^14.2.0` ([MetaMask#9105](MetaMask#9105)) #### Fixed - Clear stale `fiatPayment.rampsQuote` when a fiat quote fetch fails, preventing the "No quotes" alert from being silently suppressed after a prior successful fetch ([MetaMask#9073](MetaMask#9073)) ### Dependency updates No downstream dependents — no additional changelog entries needed. ## References - [MetaMask#9080](MetaMask#9080) — Direct mUSD fiat injection flow - [MetaMask#9090](MetaMask#9090) — Configurable fiat order polling - [MetaMask#9074](MetaMask#9074) — Bump @metamask/utils - [MetaMask#9083](MetaMask#9083) — Bump assets-controller, controller-utils - [MetaMask#9089](MetaMask#9089) — Bump transaction-controller - [MetaMask#9105](MetaMask#9105) — Bump ramps-controller - [MetaMask#9073](MetaMask#9073) — Fix stale fiatPayment.rampsQuote ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [x] I've communicated my changes to consumers by [updating changelogs for packages I've changed](https://github.com/MetaMask/core/tree/main/docs/processes/updating-changelogs.md) - [ ] I've introduced [breaking changes](https://github.com/MetaMask/core/tree/main/docs/processes/breaking-changes.md) in this PR and have prepared draft pull requests for clients and consumer packages to resolve them <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > The PR only changes version numbers and changelog text; behavioral risk depends on the already-merged 23.6.0 features, not on new code in this diff. > > **Overview** > Cuts **release 1039.0.0** by bumping the monorepo from `1038.0.0` to `1039.0.0` and publishing **`@metamask/transaction-pay-controller`** **`23.5.1` → `23.6.0`**. > > The package changelog is finalized for **23.6.0** (new `[23.6.0]` section, compare links updated); the diff does not include implementation changes—only version metadata and release notes for work already merged (direct mUSD fiat injection behind a flag, remote fiat order polling config, dependency bumps, stale `fiatPayment.rampsQuote` fix). > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 1387422. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
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
References
Checklist
Note
Low Risk
Dependency-only bump with no code changes; risk is limited to whatever behavior changed in @metamask/utils 11.9→11.11 across many packages.
Overview
This PR bumps
@metamask/utilsfrom^11.9.0to^11.11.0across the MetaMask core monorepo.The root
package.json, every workspace package that depends on@metamask/utils, andyarn.lockare updated to the new range. Each affected package’s Unreleased changelog records the bump (#9074). A few packages (build-utils,json-rpc-middleware-stream) refresh their existing Unreleased utils line to reflect the full jump to^11.11.0.multichain-account-servicealso fixes a trivial changelog punctuation merge for two linked PR references.There are no application or library source changes—only dependency versions and changelog/lockfile maintenance.
Reviewed by Cursor Bugbot for commit 923142e. Bugbot is set up for automated code reviews on this repo. Configure here.