Skip to content

Commit deb8da1

Browse files
Release/987.0.0 (MetaMask#8819)
## 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? --> ## 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 and dependency bumps plus changelog updates; runtime behavior changes, if any, come only from pulling in `@metamask/phishing-controller@17.2.0`. > > **Overview** > Updates the root release version to `987.0.0` and releases `@metamask/phishing-controller@17.2.0` (with corresponding changelog link updates). > > Bumps `@metamask/phishing-controller` dependency from `^17.1.2` to `^17.2.0` in `@metamask/assets-controller` and `@metamask/assets-controllers`, and refreshes `yarn.lock` to match, along with minor changelog formatting fixes. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit d03e839. 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 2080746 commit deb8da1

8 files changed

Lines changed: 17 additions & 12 deletions

File tree

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

packages/assets-controller/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Bump `@metamask/transaction-controller` from `^65.3.0` to `^65.4.0` ([#8796](https://github.com/MetaMask/core/pull/8796))
1313
- Bump `@metamask/core-backend` from `^6.2.2` to `^6.3.0` ([#8813](https://github.com/MetaMask/core/pull/8813))
14+
- Bump `@metamask/phishing-controller` from `^17.1.2` to `^17.2.0` ([#8819](https://github.com/MetaMask/core/pull/8819))
1415

1516
### Fixed
1617

packages/assets-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@metamask/network-controller": "^32.0.0",
7272
"@metamask/network-enablement-controller": "^5.1.1",
7373
"@metamask/permission-controller": "^13.1.1",
74-
"@metamask/phishing-controller": "^17.1.2",
74+
"@metamask/phishing-controller": "^17.2.0",
7575
"@metamask/polling-controller": "^16.0.5",
7676
"@metamask/preferences-controller": "^23.1.0",
7777
"@metamask/snaps-controllers": "^19.0.0",

packages/assets-controllers/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Bump `@metamask/transaction-controller` from `^65.3.0` to `^65.4.0` ([#8796](https://github.com/MetaMask/core/pull/8796))
1313
- Bump `@metamask/core-backend` from `^6.2.2` to `^6.3.0` ([#8813](https://github.com/MetaMask/core/pull/8813))
14+
- Bump `@metamask/phishing-controller` from `^17.1.2` to `^17.2.0` ([#8819](https://github.com/MetaMask/core/pull/8819))
1415

1516
## [108.1.0]
1617

packages/assets-controllers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@metamask/network-controller": "^32.0.0",
7777
"@metamask/network-enablement-controller": "^5.1.1",
7878
"@metamask/permission-controller": "^13.1.1",
79-
"@metamask/phishing-controller": "^17.1.2",
79+
"@metamask/phishing-controller": "^17.2.0",
8080
"@metamask/polling-controller": "^16.0.5",
8181
"@metamask/preferences-controller": "^23.1.0",
8282
"@metamask/profile-sync-controller": "^28.1.0",

packages/phishing-controller/CHANGELOG.md

Lines changed: 8 additions & 5 deletions
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+
## [17.2.0]
11+
1012
### Added
1113

1214
- Add `findSimilarAddresses` utility and `PhishingController:checkAddressPoisoning` messenger action to detect address poisoning attempts against known recipients ([#8171](https://github.com/MetaMask/core/pull/8171))
@@ -288,8 +290,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
288290

289291
### Changed
290292

291-
- Bump `@metamask/base-controller` from `^7.0.2` to `^8.0.0` ([#5079](https://github.com/MetaMask/core/pull/5079)), ([#5135](https://github.com/MetaMask/core/pull/5135)), ([#5305](https://github.com/MetaMask/core/pull/5305))
292-
- Bump `@metamask/controller-utils` from `^11.4.4` to `^11.5.0` ([#5135](https://github.com/MetaMask/core/pull/5135)), ([#5272](https://github.com/MetaMask/core/pull/5272))
293+
- Bump `@metamask/base-controller` from `^7.0.2` to `^8.0.0`,, ([#5079](https://github.com/MetaMask/core/pull/5079), [#5135](https://github.com/MetaMask/core/pull/5135), [#5305](https://github.com/MetaMask/core/pull/5305))
294+
- Bump `@metamask/controller-utils` from `^11.4.4` to `^11.5.0`, ([#5135](https://github.com/MetaMask/core/pull/5135), [#5272](https://github.com/MetaMask/core/pull/5272))
293295

294296
## [12.3.1]
295297

@@ -333,7 +335,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
333335
["Are the Types Wrong?"](https://arethetypeswrong.github.io/) tool as
334336
["masquerading as CJS"](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FalseCJS.md).
335337
All of the ATTW checks now pass.
336-
- Remove chunk files ([#4648](https://github.com/MetaMask/core/pull/4648)).
338+
- Remove chunk files. ([#4648](https://github.com/MetaMask/core/pull/4648))
337339
- Previously, the build tool we used to generate JavaScript files extracted
338340
common code to "chunk" files. While this was intended to make this package
339341
more tree-shakeable, it also made debugging more difficult for our
@@ -361,7 +363,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
361363

362364
### Added
363365

364-
- Add allowlist functionality to the C2 domain detection system ([#4464](https://github.com/MetaMask/core/pull/4644))
366+
- Add allowlist functionality to the C2 domain detection system ([#4464](https://github.com/MetaMask/core/pull/4464))
365367
- Add `PhishingController` functionality for blocking client-side C2 requests by managing a hashed C2 request blocklist ([#4526](https://github.com/MetaMask/core/pull/4526))
366368
- Add `requestBlocklist` type to `ListTypes`.
367369
- Add `isBlockedRequest` method to `PhishingController`.
@@ -599,7 +601,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
599601

600602
All changes listed after this point were applied to this package following the monorepo conversion.
601603

602-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@17.1.2...HEAD
604+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@17.2.0...HEAD
605+
[17.2.0]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@17.1.2...@metamask/phishing-controller@17.2.0
603606
[17.1.2]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@17.1.1...@metamask/phishing-controller@17.1.2
604607
[17.1.1]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@17.1.0...@metamask/phishing-controller@17.1.1
605608
[17.1.0]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@17.0.0...@metamask/phishing-controller@17.1.0

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": "17.1.2",
3+
"version": "17.2.0",
44
"description": "Maintains a periodically updated list of approved and unapproved website origins",
55
"keywords": [
66
"Ethereum",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2791,7 +2791,7 @@ __metadata:
27912791
"@metamask/network-controller": "npm:^32.0.0"
27922792
"@metamask/network-enablement-controller": "npm:^5.1.1"
27932793
"@metamask/permission-controller": "npm:^13.1.1"
2794-
"@metamask/phishing-controller": "npm:^17.1.2"
2794+
"@metamask/phishing-controller": "npm:^17.2.0"
27952795
"@metamask/polling-controller": "npm:^16.0.5"
27962796
"@metamask/preferences-controller": "npm:^23.1.0"
27972797
"@metamask/snaps-controllers": "npm:^19.0.0"
@@ -2848,7 +2848,7 @@ __metadata:
28482848
"@metamask/network-controller": "npm:^32.0.0"
28492849
"@metamask/network-enablement-controller": "npm:^5.1.1"
28502850
"@metamask/permission-controller": "npm:^13.1.1"
2851-
"@metamask/phishing-controller": "npm:^17.1.2"
2851+
"@metamask/phishing-controller": "npm:^17.2.0"
28522852
"@metamask/polling-controller": "npm:^16.0.5"
28532853
"@metamask/preferences-controller": "npm:^23.1.0"
28542854
"@metamask/profile-sync-controller": "npm:^28.1.0"
@@ -5012,7 +5012,7 @@ __metadata:
50125012
languageName: unknown
50135013
linkType: soft
50145014

5015-
"@metamask/phishing-controller@npm:^17.1.2, @metamask/phishing-controller@workspace:packages/phishing-controller":
5015+
"@metamask/phishing-controller@npm:^17.2.0, @metamask/phishing-controller@workspace:packages/phishing-controller":
50165016
version: 0.0.0-use.local
50175017
resolution: "@metamask/phishing-controller@workspace:packages/phishing-controller"
50185018
dependencies:

0 commit comments

Comments
 (0)