Skip to content

Commit c313f65

Browse files
authored
Release/802.0.0 (#7883)
## 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? --> - Bump `phishing-controller` version to enable HyperEVM token scanning as done in #7873 ## 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] > **Low Risk** > Primarily version bumps and lockfile/changelog updates with no functional code changes in this PR; risk is limited to dependency upgrade side effects. > > **Overview** > Bumps the monorepo release version to `802.0.0` and releases `@metamask/phishing-controller@16.2.0`. > > Updates `@metamask/assets-controllers` to depend on `@metamask/phishing-controller@^16.2.0`, refreshes changelogs/compare links, and updates `yarn.lock` to match (enabling the newly released token-scanning network additions, including HyperEVM). > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit d460f55. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 2585575 commit c313f65

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

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": "801.0.0",
3+
"version": "802.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/assets-controllers/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Bump `@metamask/account-tree-controller` from `^4.0.0` to `^4.1.0` ([#7869](https://github.com/MetaMask/core/pull/7869))
1313
- Bump `@metamask/multichain-account-service` from `^5.1.0` to `^6.0.0` ([#7869](https://github.com/MetaMask/core/pull/7869))
1414
- Bump `@metamask/transaction-controller` from `^62.15.0` to `^62.16.0` ([#7872](https://github.com/MetaMask/core/pull/7872))
15+
- Bump `@metamask/phishing-controller` from `^16.1.0` to `^16.2.0` ([#7883](https://github.com/MetaMask/core/pull/7883))
1516
- Optimize Price API performance by deduplicating concurrent API calls ([#7811](https://github.com/MetaMask/core/pull/7811))
1617
- Add in-flight promise caching for `fetchSupportedNetworks()` to prevent duplicate concurrent requests
1718
- Update `fetchTokenPrices()` and `fetchExchangeRates()` to only refresh supported networks/currencies when no cached value exists

packages/assets-controllers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@metamask/network-controller": "^29.0.0",
7272
"@metamask/network-enablement-controller": "^4.1.0",
7373
"@metamask/permission-controller": "^12.2.0",
74-
"@metamask/phishing-controller": "^16.1.0",
74+
"@metamask/phishing-controller": "^16.2.0",
7575
"@metamask/polling-controller": "^16.0.2",
7676
"@metamask/preferences-controller": "^22.1.0",
7777
"@metamask/profile-sync-controller": "^27.1.0",

packages/phishing-controller/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [16.2.0]
11+
1012
### Added
1113

1214
- Add support for Monad network (`0x8f`) in token scanning ([#7237](https://github.com/MetaMask/core/pull/7237))
@@ -512,7 +514,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
512514

513515
All changes listed after this point were applied to this package following the monorepo conversion.
514516

515-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@16.1.0...HEAD
517+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@16.2.0...HEAD
518+
[16.2.0]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@16.1.0...@metamask/phishing-controller@16.2.0
516519
[16.1.0]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@16.0.0...@metamask/phishing-controller@16.1.0
517520
[16.0.0]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@15.0.1...@metamask/phishing-controller@16.0.0
518521
[15.0.1]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@15.0.0...@metamask/phishing-controller@15.0.1

packages/phishing-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/phishing-controller",
3-
"version": "16.1.0",
3+
"version": "16.2.0",
44
"description": "Maintains a periodically updated list of approved and unapproved website origins",
55
"keywords": [
66
"MetaMask",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2728,7 +2728,7 @@ __metadata:
27282728
"@metamask/network-controller": "npm:^29.0.0"
27292729
"@metamask/network-enablement-controller": "npm:^4.1.0"
27302730
"@metamask/permission-controller": "npm:^12.2.0"
2731-
"@metamask/phishing-controller": "npm:^16.1.0"
2731+
"@metamask/phishing-controller": "npm:^16.2.0"
27322732
"@metamask/polling-controller": "npm:^16.0.2"
27332733
"@metamask/preferences-controller": "npm:^22.1.0"
27342734
"@metamask/profile-sync-controller": "npm:^27.1.0"
@@ -4510,7 +4510,7 @@ __metadata:
45104510
languageName: node
45114511
linkType: hard
45124512

4513-
"@metamask/phishing-controller@npm:^16.1.0, @metamask/phishing-controller@workspace:packages/phishing-controller":
4513+
"@metamask/phishing-controller@npm:^16.2.0, @metamask/phishing-controller@workspace:packages/phishing-controller":
45144514
version: 0.0.0-use.local
45154515
resolution: "@metamask/phishing-controller@workspace:packages/phishing-controller"
45164516
dependencies:

0 commit comments

Comments
 (0)