Uh oh!
There was an error while loading. Please reload this page.
Release/893.0.0 - #8344
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Uh oh!
There was an error while loading. Please reload this page.
e576d05 to
03b015cCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
maxime-oe
commented
Mar 31, 2026
@cryptodev-2s thanks for your review. Comments addressed ;) |
@maxime-oe Please avoid force-pushing once the review has started, as it makes it harder to track whether only requested changes have been addressed. I need to start over. |
maxime-oe
commented
Mar 31, 2026
Sorry @cryptodev-2s. I always force-push to try to keep it clean but I'll follow your advice of switching to normal commits once a review has started. |
Uh oh!
There was an error while loading. Please reload this page.
## @metamask/chain-agnostic-permission ## [1.6.0] ### Added - Add `Eip1193Compatible` property in `KnownSessionProperties` enum to support EIP-1193-style connections established through `connect-evm` ([#8731](#8731)) - Set `sessionProperties: { 'eip1193-compatible': true }` in `getCaip25PermissionFromLegacyPermissions` so that legacy EIP-1193 permission requests are tagged as EIP-1193-compatible ([#8731](#8731)) ### Changed - Bump `@metamask/permission-controller` from `^12.2.1` to `^13.1.0` ([#8317](#8317), [#8661](#8661), [#8722](#8722)) - Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](#8344)) ## @metamask/multichain-api-middleware ## [3.1.0] ### Changed - Bump `@metamask/chain-agnostic-permission` from `^1.5.0` to `^1.6.0` ([#8290](#8749)) - Bump `@metamask/multichain-transactions-controller` from `^7.0.4` to `^7.1.0` ([#8665](#8665)) - Bump `@metamask/accounts-controller` from `^37.2.0` to `^38.0.0` ([#8665](#8665)) - Bump `@metamask/permission-controller` from `^13.0.0` to `^13.1.0` ([#8722](#8722)) - Bump `@metamask/json-rpc-engine` from `^10.3.0` to `^10.4.0` ([#8746](#8746)) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Primarily version/changelog updates and dependency range bumps; no functional source changes are included in this diff, so runtime risk is low aside from typical release packaging/versioning issues. > > **Overview** > Bumps the monorepo release version to `971.0.0` and publishes new package versions for `@metamask/chain-agnostic-permission` (`1.6.0`) and `@metamask/multichain-api-middleware` (`3.1.0`). > > Updates changelogs and lockfile, and bumps downstream dependencies (`@metamask/eip1193-permission-middleware` and `@metamask/multichain-api-middleware`) to consume `@metamask/chain-agnostic-permission@^1.6.0`. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 90d6560. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->

Explanation
References
Checklist
Note
Low Risk
Primarily a coordinated dependency/version bump with no functional code changes in consumers; risk is limited to any behavior changes introduced by
@metamask/controller-utils@11.20.0.Overview
Updates the monorepo release version from
892.0.0to893.0.0.Publishes
@metamask/controller-utils11.20.0(changelog + version) and bumps the dependency from^11.19.0to^11.20.0across many controllers/middleware packages, with correspondingCHANGELOG.mdentries andyarn.lockupdates.Written by Cursor Bugbot for commit 05d50fe. This will update automatically on new commits. Configure here.