Skip to content

Commit e4a520c

Browse files
authored
Release 912.0.0 (#8457)
## Explanation <!-- Thanks for your contribution! Take a moment to answer these questions so that reviewers have the information they need to properly understand your changes: * What is the current state of things and why does it need to change? * What is the solution your changes offer and how does it work? * Are there any changes whose purpose might not obvious to those unfamiliar with the domain? * If your primary goal was to update one package but you found you had to update another one along the way, why did you do so? * If you had to upgrade a dependency, why did you do so? --> This release includes the following package: - `@metamask/base-controller` 9.0.1 -> 9.1.0 This release is necessary because the `${Controller}:stateChange` event is now deprecated in favor of `${Controller}:stateChanged`. More importantly, `ControllerStateChangedEvent` is now available for use in controller packages so that engineers can support the new event in their messenger types. ## References <!-- Are there any issues that this pull request is tied to? Are there other links that reviewers should consult to understand these changes better? Are there client or consumer pull requests to adopt any breaking changes? For example: * Fixes #12345 * Related to #67890 --> ## 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](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] > **Medium Risk** > Primarily a wide dependency/version bump to `@metamask/base-controller@9.1.0`, which can subtly affect many controller packages at build/runtime if the new event/deprecation behavior differs from prior versions. > > **Overview** > Bumps the monorepo release version to `912.0.0` and publishes `@metamask/base-controller` `9.1.0` (including the new `${ControllerName}:stateChanged` event and deprecating `${ControllerName}:stateChange`, plus the `ControllerStateChangedEvent` utility type). > > Updates a large set of controller packages to depend on `@metamask/base-controller@^9.1.0` and records the bump in each package changelog, with corresponding `yarn.lock` updates. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 6a21d97. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 572fecf commit e4a520c

118 files changed

Lines changed: 193 additions & 118 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/core-monorepo",
3-
"version": "911.0.0",
3+
"version": "912.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/account-tree-controller/CHANGELOG.md

Lines changed: 1 addition & 0 deletions

packages/account-tree-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"dependencies": {
5656
"@metamask/accounts-controller": "^37.2.0",
57-
"@metamask/base-controller": "^9.0.1",
57+
"@metamask/base-controller": "^9.1.0",
5858
"@metamask/keyring-api": "^21.6.0",
5959
"@metamask/keyring-controller": "^25.2.0",
6060
"@metamask/messenger": "^1.1.1",

packages/accounts-controller/CHANGELOG.md

Lines changed: 1 addition & 0 deletions

packages/accounts-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"dependencies": {
5656
"@ethereumjs/util": "^9.1.0",
57-
"@metamask/base-controller": "^9.0.1",
57+
"@metamask/base-controller": "^9.1.0",
5858
"@metamask/eth-snap-keyring": "^19.0.0",
5959
"@metamask/keyring-api": "^21.6.0",
6060
"@metamask/keyring-controller": "^25.2.0",

packages/address-book-controller/CHANGELOG.md

Lines changed: 1 addition & 0 deletions

packages/address-book-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
5454
},
5555
"dependencies": {
56-
"@metamask/base-controller": "^9.0.1",
56+
"@metamask/base-controller": "^9.1.0",
5757
"@metamask/controller-utils": "^11.20.0",
5858
"@metamask/messenger": "^1.1.1",
5959
"@metamask/utils": "^11.9.0"

packages/ai-controllers/CHANGELOG.md

Lines changed: 1 addition & 0 deletions

packages/ai-controllers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
5454
},
5555
"dependencies": {
56-
"@metamask/base-controller": "^9.0.1",
56+
"@metamask/base-controller": "^9.1.0",
5757
"@metamask/messenger": "^1.1.1",
5858
"@metamask/superstruct": "^3.1.0",
5959
"@metamask/utils": "^11.9.0"

packages/analytics-controller/CHANGELOG.md

Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
 (0)