Commit 29840ad
Release/1087.0.0 (#9348)
## Explanation
This reverts commit 5ba7759.
(The previous/initial release PR had malformed title and did not get
picked up by CI)
Publishes new versions of money account upgrade controller,
authenticated user storage and notification services controller.
The changes for these packages can be found
#9316
These new packages are necessary to fix the current type issues related
to notification preferences type the notifications team is facing when
adding the new notification settings section for price alerts
<!--
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?
-->
## 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**
> Publishing AUS 3.0.0 with breaking `NotificationPreferences` typing
and behavior (required fields, no client backfill) forces all bumped
consumers to align; the PR itself is low-risk metadata but the released
API contract is breaking for clients.
>
> **Overview**
> **Monorepo release `1087.0.0`** that cuts new package versions and
wires dependents to **`@metamask/authenticated-user-storage@^3.0.0`**
(plus `yarn.lock`).
>
> **`@metamask/authenticated-user-storage@3.0.0`** is published with
changelog entries for notification-preference work from
[#9316](#9316): required
`priceAlerts` / `DEFAULT_PRICE_ALERT_PREFERENCES`, **breaking** required
`agenticCli`, and removal of client-side backfill in
`getNotificationPreferences` (defaults come from the API on GET).
>
> **`@metamask/notification-services-controller@24.3.0`** documents
initializing `priceAlerts` for fresh preferences and re-exporting
`DEFAULT_PRICE_ALERT_PREFERENCES`, and bumps the AUS dependency.
**`@metamask/money-account-upgrade-controller@2.2.0`** is a
dependency-only release on AUS 3.x; **`perps-controller`** updates its
devDependency to `^3.0.0`. This diff is version/changelog/lockfile
only—no runtime source edits in the PR.
>
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
53b29df. 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: Cursor <cursoragent@cursor.com>1 parent 5ba7759 commit 29840ad
9 files changed
Lines changed: 28 additions & 15 deletions
File tree
- packages
- authenticated-user-storage
- money-account-upgrade-controller
- notification-services-controller
- perps-controller
| 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 | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
64 | | - | |
| 66 | + | |
| 67 | + | |
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
| |||
| 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 | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | | - | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
132 | 134 | | |
133 | 135 | | |
134 | 136 | | |
135 | | - | |
| 137 | + | |
| 138 | + | |
136 | 139 | | |
137 | 140 | | |
138 | 141 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
15 | 21 | | |
16 | 22 | | |
17 | 23 | | |
| |||
791 | 797 | | |
792 | 798 | | |
793 | 799 | | |
794 | | - | |
| 800 | + | |
| 801 | + | |
795 | 802 | | |
796 | 803 | | |
797 | 804 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5818 | 5818 | | |
5819 | 5819 | | |
5820 | 5820 | | |
5821 | | - | |
| 5821 | + | |
5822 | 5822 | | |
5823 | 5823 | | |
5824 | 5824 | | |
| |||
7485 | 7485 | | |
7486 | 7486 | | |
7487 | 7487 | | |
7488 | | - | |
| 7488 | + | |
7489 | 7489 | | |
7490 | 7490 | | |
7491 | 7491 | | |
| |||
7770 | 7770 | | |
7771 | 7771 | | |
7772 | 7772 | | |
7773 | | - | |
| 7773 | + | |
7774 | 7774 | | |
7775 | 7775 | | |
7776 | 7776 | | |
| |||
7923 | 7923 | | |
7924 | 7924 | | |
7925 | 7925 | | |
7926 | | - | |
| 7926 | + | |
7927 | 7927 | | |
7928 | 7928 | | |
7929 | 7929 | | |
| |||
0 commit comments