Uh oh!
There was an error while loading. Please reload this page.
Release/824.0.0 - #7995
Conversation
6034c83 to
cb5e2b2CompareWhen I realized that for some packages, I was the first to ever perform a bump, I started to have a doubt regarding whether I really need to bump 40 packages. But at that time I was already 37 out of 40. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
173ea27 to
767af23Compare
mcmire
left a comment
There was a problem hiding this comment.
Had two suggestions, but the rest looks good to me.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| ### Changed | ||
| - Bump `@metamask/controller-utils` from `^11.18.0` to `^11.19.0` ([#7995](https://github.com/MetaMask/core/pull/7995)) | ||
There was a problem hiding this comment.
It looks like controller-utils is a dev dependency in this package, so no need to mention it here.
| ### Changed | |
| - Bump `@metamask/controller-utils` from `^11.18.0` to `^11.19.0` ([#7995](https://github.com/MetaMask/core/pull/7995)) |
Uh oh!
There was an error while loading. Please reload this page.
767af23 to
ff6b709Compareff6b709 to
1a5fca1Comparemaxime-oe
commented
Feb 19, 2026
@mcmire tried to address your 4 comments. For "in-PR" package bump I did:
|
Uh oh!
There was an error while loading. Please reload this page.
| @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| ## [Unreleased] | |||
| ### Changed | |||
| - Bump `@metamask/assets-controllers` from `^99.4.0` to `^100.0.0` ([#7995](https://github.com/MetaMask/core/pull/7995)) | |||
There was a problem hiding this comment.
Looks like I missed this one, should we make a new release of this package too? Again looks like this can be a patch release.
1a5fca1 to
454b1bcCompare454b1bc to
46acd27Comparemaxime-oe
commented
Feb 19, 2026
Last changes:
For transaction pay and bridge status controllers |
No dependency changes detected. Learn more about Socket for GitHub. 👍 No dependency changes detected in pull request |
46acd27 to
24fc9c1Comparemaxime-oe
commented
Feb 19, 2026
@SocketSecurity ignore npm/@metamask/bridge-controller@67.0.0 |
24fc9c1 to
63ed79cCompareUh oh!
There was an error while loading. Please reload this page.
## @metamask/chain-agnostic-permissions ## [1.5.0] ### Added - Add optional `sortAccountIdsByLastSelected` parameter to `getSessionScopes` function to enable custom account ordering within session scopes ([#8255](#8255)) ### Changed - Bump `@metamask/permission-controller` from `^12.2.0` to `^12.2.1` ([#8225](#8225)) - Bump `@metamask/controller-utils` from `^11.17.0` to `^11.19.0` ([#7583](#7583), [#7995](#7995)) ## @metamask/multichain-api-middleware ## [2.0.0] ### Added - **BREAKING:** Add required `sortAccountIdsByLastSelected` hook to `wallet_getSession`, `wallet_createSession`, and `wallet_invokeMethod` handlers to enable custom account ordering in session scopes ([#8255](#8255)) ### Changed - Bump `@metamask/permission-controller` from `^12.2.0` to `^12.2.1` ([#8225](#8225)) - Bump `@metamask/json-rpc-engine` from `^10.2.2` to `^10.2.3` ([#8078](#8078)) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Medium Risk** > Primarily a release/version bump, but it includes a major version bump for `@metamask/multichain-api-middleware` and updated dependency constraints that may break downstream consumers expecting the previous API contract. > > **Overview** > Bumps the monorepo version to `880.0.0` and publishes new package versions: `@metamask/chain-agnostic-permission` `1.5.0` and **breaking** `@metamask/multichain-api-middleware` `2.0.0`. > > Updates dependent packages (notably `@metamask/eip1193-permission-middleware` and `@metamask/multichain-api-middleware`) to require `@metamask/chain-agnostic-permission@^1.5.0`, and refreshes associated changelog entries and `yarn.lock` mappings. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 879c9d7. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
Explanation
For releasing changes made in #7994
References
Checklist
Note
Low Risk
Primarily a release/version propagation and dependency bump; functional change is limited to consuming
@metamask/controller-utils@11.19.0(new built-in network constant).Overview
Bumps the monorepo release version to
824.0.0and publishes new package versions, including@metamask/controller-utils@11.19.0(notably addingmegaeth-mainnettoBUILT_IN_NETWORKS).Propagates this update across the workspace by updating many packages’
@metamask/controller-utilsdependency range to^11.19.0, and bumps related package versions where needed (e.g.@metamask/assets-controller@2.0.1,@metamask/assets-controllers@100.0.0,@metamask/bridge-controller@67.1.0,@metamask/transaction-pay-controller@15.1.1), with corresponding changelog entries andyarn.lockupdates.Written by Cursor Bugbot for commit 63ed79c. This will update automatically on new commits. Configure here.