chore: bump api-specs to 0.15.0#9096
Merged
adonesky1 merged 3 commits intoJun 11, 2026
Merged
Conversation
wenfix
previously approved these changes
Jun 11, 2026
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
adonesky1
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 -->
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
Bumps api-specs to 0.15.0 in
chain-agnostic-permissionsandmultichain-api-middlewarepackages in order to support 7715 methods over the Multichain APIReferences
Fixes: https://consensyssoftware.atlassian.net/browse/WAPI-1548
Checklist
Note
Medium Risk
Touches permission/middleware RPC allowlists via api-specs; scope is dependency-only but expands which wallet methods sessions can advertise.
Overview
Bumps
@metamask/api-specsfrom^0.14.0to^0.15.0in@metamask/chain-agnostic-permissionand@metamask/multichain-api-middleware, with lockfile and changelog updates, so Multichain API stacks can use the new spec (EIP-7715 execution-permission RPCs).The only functional test change is an updated
KnownRpcMethodsinline snapshot foreip155, addingwallet_requestExecutionPermissions,wallet_getGrantedExecutionPermissions, andwallet_getSupportedExecutionPermissions—aligned with methods pulled from the upgraded OpenRPC document, not new hand-written constants in this PR.Reviewed by Cursor Bugbot for commit ddf9a51. Bugbot is set up for automated code reviews on this repo. Configure here.