Skip to content

feat: Bump @metamask/utils from ^11.9.0 to ^11.11.0#9074

Merged
jeremytsng merged 17 commits into
mainfrom
feat/bump-metamask-utils-11.11.0
Jun 11, 2026
Merged

feat: Bump @metamask/utils from ^11.9.0 to ^11.11.0#9074
jeremytsng merged 17 commits into
mainfrom
feat/bump-metamask-utils-11.11.0

Conversation

@khanti42

@khanti42 khanti42 commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Explanation

References

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
  • I've communicated my changes to consumers by updating changelogs for packages I've changed
  • I've introduced breaking changes in this PR and have prepared draft pull requests for clients and consumer packages to resolve them

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/utils from ^11.9.0 to ^11.11.0 across the MetaMask core monorepo.

The root package.json, every workspace package that depends on @metamask/utils, and yarn.lock are 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-service also 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.

@khanti42 khanti42 changed the title feat: bump @metamask/utils@^11.11.0 feat: bump @metamask/utils^11.11.0 Jun 10, 2026
@khanti42 khanti42 changed the title feat: bump @metamask/utils^11.11.0 feat: Bump @metamask/keyring-api from ^11.9.0 to ^11.11.0 Jun 10, 2026
@khanti42 khanti42 marked this pull request as ready for review June 10, 2026 08:04
@khanti42 khanti42 requested review from a team as code owners June 10, 2026 08:04
@khanti42 khanti42 temporarily deployed to default-branch June 10, 2026 08:04 — with GitHub Actions Inactive
@khanti42 khanti42 changed the title feat: Bump @metamask/keyring-api from ^11.9.0 to ^11.11.0 feat: Bump @metamask/utils from ^11.9.0 to ^11.11.0 Jun 10, 2026
Comment thread packages/assets-controller/CHANGELOG.md
Comment thread packages/assets-controllers/CHANGELOG.md Outdated
Comment thread packages/authenticated-user-storage/CHANGELOG.md Outdated
Comment thread packages/base-controller/CHANGELOG.md Outdated
@khanti42 khanti42 requested a review from mikesposito June 10, 2026 09:29
@khanti42 khanti42 enabled auto-merge June 10, 2026 09:38
khanti42 and others added 6 commits June 10, 2026 13:11
…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
@khanti42 khanti42 added this pull request to the merge queue Jun 11, 2026
@cryptodev-2s cryptodev-2s removed this pull request from the merge queue due to a manual request Jun 11, 2026
Comment thread packages/profile-sync-controller/CHANGELOG.md Outdated
Comment thread packages/build-utils/CHANGELOG.md Outdated
cryptodev-2s
cryptodev-2s previously approved these changes Jun 11, 2026
Comment thread packages/build-utils/CHANGELOG.md Outdated
Comment thread packages/build-utils/CHANGELOG.md Outdated
Comment thread packages/eip-5792-middleware/CHANGELOG.md Outdated
Comment thread packages/eth-block-tracker/CHANGELOG.md Outdated
Comment thread packages/eth-json-rpc-middleware/CHANGELOG.md Outdated
Comment thread packages/json-rpc-middleware-stream/CHANGELOG.md Outdated
Comment thread packages/multichain-transactions-controller/CHANGELOG.md Outdated
Comment thread packages/permission-log-controller/CHANGELOG.md Outdated
Comment thread packages/preferences-controller/CHANGELOG.md Outdated
Comment thread packages/rate-limit-controller/CHANGELOG.md Outdated
@jeremytsng

Copy link
Copy Markdown
Contributor

@metamaskbot update-changelogs

@jeremytsng jeremytsng added this pull request to the merge queue Jun 11, 2026
Merged via the queue into main with commit 16e77b8 Jun 11, 2026
378 of 384 checks passed
@jeremytsng jeremytsng deleted the feat/bump-metamask-utils-11.11.0 branch June 11, 2026 08:26
@jiexi jiexi mentioned this pull request Jun 11, 2026
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 -->
@OGPoyraz OGPoyraz mentioned this pull request Jun 12, 2026
4 tasks
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 -->
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.

4 participants