Release 1255.0.0 - #10234
Merged
Merged
Release 1255.0.0#10234
Conversation
Drop the non-consumer lint changelog entry from phishing-controller 18.1.0 and record the workspace dependency bumps.
|
✅ No changelog changes needed. |
Check changelog requires Unreleased entries to cite the current PR.
cryptodev-2s
approved these changes
Sep 14, 2026
| - `AccountsApiDataSource` now treats Accounts API `/v2/supportedNetworks` `partialSupport` as active chains in addition to `fullSupport`, still gated by the Snaps assets migration feature flags ([#10144](https://github.com/MetaMask/core/pull/10144)) | ||
| - `AccountsApiDataSource` now reads Accounts API `/v2/supportedNetworks` as CAIP-2 `fullSupport` and `partialSupport` string arrays, matching the current API payload | ||
| - Bump `@metamask/utils` from `^11.12.0` to `^12.0.0` ([#10192](https://github.com/MetaMask/core/pull/10192)) | ||
| - Bump `@metamask/phishing-controller` from `^18.0.0` to `^18.1.0` ([#10234](https://github.com/MetaMask/core/pull/10234)) |
Contributor
There was a problem hiding this comment.
@wzrdk3lly these are added automatically by ci on release PR open or triggered manually be commenting @metamaskbot update-changelogs
Contributor
Author
There was a problem hiding this comment.
ahhh nice thank you!
adonesky1
approved these changes
Sep 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Explanation
Minor release of
@metamask/phishing-controllerfrom18.0.0to18.1.0for theextractSignatureAddressesexport landed in #10170.Workspace dependents
@metamask/assets-controllerand@metamask/assets-controllershave theirphishing-controllerrange updated to^18.1.0. Other packages with unreleased changes were left out of this cut (intentionally-skipon phishing-controller's own dependencies).References
Checklist
Note
Low Risk
Release-only version and dependency bumps with no runtime code changes in this PR.
Overview
This PR cuts monorepo release 1255.0.0 by publishing
@metamask/phishing-controller18.1.0(from18.0.0), documenting the18.1.0changelog entry for theextractSignatureAddressesexport and related types shipped in #10170.@metamask/assets-controllerand@metamask/assets-controllersare updated to depend on@metamask/phishing-controller^18.1.0, with matching Unreleased changelog notes andyarn.lockresolution changes. There is no new application logic in the diff—only version bumps, dependency alignment, and release metadata.Reviewed by Cursor Bugbot for commit 376fa65. Bugbot is set up for automated code reviews on this repo. Configure here.