Commit e4a520c
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
- 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
- base-controller
- bridge-controller
- bridge-status-controller
- claims-controller
- client-controller
- compliance-controller
- composable-controller
- config-registry-controller
- connectivity-controller
- delegation-controller
- earn-controller
- ens-controller
- gas-fee-controller
- gator-permissions-controller
- geolocation-controller
- keyring-controller
- logging-controller
- message-manager
- money-account-controller
- multichain-account-service
- multichain-network-controller
- multichain-transactions-controller
- name-controller
- network-controller
- network-enablement-controller
- notification-services-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
- remote-feature-flag-controller
- sample-controllers
- seedless-onboarding-controller
- selected-network-controller
- shield-controller
- signature-controller
- social-controllers
- subscription-controller
- transaction-controller
- transaction-pay-controller
- user-operation-controller
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 | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments