Commit 52f6d08
Release 1094.0.0 (#9392)
## Explanation
Release PR for a breaking change to `messenger`.
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Medium Risk**
> A semver-major bump to the shared messenger library affects
inter-controller messaging across the entire monorepo; consumers must
upgrade in lockstep and migrate off the removed `generate-action-types`
CLI if they still use it.
>
> **Overview**
> **Monorepo release 1094.0.0** rolls the breaking
**`@metamask/messenger` 2.0.0** release through the workspace: root and
**`packages/messenger`** versions are updated, and essentially every
controller/service that depends on messenger moves from **`^1.2.0` to
`^2.0.0`**, with matching **Unreleased** changelog entries
([#9392](#9392)).
>
> The **2.0.0** messenger release (documented in this PR’s changelog
reshuffle) adds **`getRegisteredActionTypes`** and **`buildChild`**, and
**removes** the in-package **`generate-action-types` CLI** in favor of
**`@metamask/messenger-cli`**’s `messenger-action-types` — that removal
is the called-out **breaking** change driving the major bump.
>
> There is **no application logic change** in this diff beyond version
pins and changelog lines; it is a coordinated dependency alignment for
clients upgrading to core **1094**.
>
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
41a142d. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent 359eb4a commit 52f6d08
146 files changed
Lines changed: 310 additions & 158 deletions
File tree
- packages
- account-tree-controller
- accounts-controller
- address-book-controller
- ai-controllers
- analytics-controller
- analytics-data-regulation-controller
- announcement-controller
- app-metadata-controller
- approval-controller
- assets-controllers
- assets-controller
- authenticated-user-storage
- base-controller
- base-data-service
- bridge-controller
- bridge-status-controller
- chomp-api-service
- claims-controller
- client-controller
- compliance-controller
- composable-controller
- config-registry-controller
- connectivity-controller
- core-backend
- delegation-controller
- earn-controller
- eip-5792-middleware
- ens-controller
- gas-fee-controller
- gator-permissions-controller
- geolocation-controller
- json-rpc-engine
- keyring-controller
- logging-controller
- message-manager
- messenger
- money-account-balance-service
- money-account-controller
- money-account-upgrade-controller
- multichain-account-service
- multichain-network-controller
- multichain-transactions-controller
- name-controller
- network-controller
- network-enablement-controller
- notification-services-controller
- passkey-controller
- permission-controller
- permission-log-controller
- perps-controller
- phishing-controller
- polling-controller
- preferences-controller
- profile-metrics-controller
- profile-sync-controller
- ramps-controller
- rate-limit-controller
- react-data-query
- remote-feature-flag-controller
- sample-controllers
- seedless-onboarding-controller
- selected-network-controller
- shield-controller
- signature-controller
- smart-transactions-controller
- snap-account-service
- social-controllers
- storage-service
- subscription-controller
- transaction-controller
- transaction-pay-controller
- user-operation-controller
- wallet
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments