Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump @metamask/controller-utils from ^10.0.0 to ^11.3.0 #11375

Merged
merged 2 commits into from
Sep 23, 2024

Conversation

MajorLift
Copy link
Contributor

@MajorLift MajorLift commented Sep 23, 2024

Description

  • No changes to lockfile.
  • 11.3.0 is already in use by dependencies.

Remaining Outdated Usage

All of the following will be updated shortly. Progress on this is being tracked here: https://github.com/MetaMask/MetaMask-planning/issues/3234

  • swaps-controller is on the latest version. Requires new upstream release with updated deps.

v10

   ├─ @metamask/signature-controller@npm:17.0.0 [abc9d] (via npm:^17.0.0 [abc9d])
   │  ├─ @metamask/controller-utils@npm:10.0.0 (via npm:^10.0.0)
   │  └─ @metamask/message-manager@npm:9.0.0 (via npm:^9.0.0)
   │     └─ @metamask/controller-utils@npm:10.0.0 (via npm:^10.0.0)

v9

   ├─ @metamask/logging-controller@npm:3.0.1 (via npm:^3.0.0)
   │  └─ @metamask/controller-utils@npm:9.1.0 (via npm:^9.0.1)

   ├─ @metamask/phishing-controller@npm:9.0.2 (via npm:^9.0.0)
   │  └─ @metamask/controller-utils@npm:9.1.0 (via npm:^9.1.0)
   
   ├─ @metamask/assets-controllers@npm:30.0.0 [abc9d] (via npm:^30.0.0 [abc9d])
   │  ├─ @metamask/controller-utils@npm:10.0.0 (via npm:^10.0.0)
   │  └─ @metamask/polling-controller@npm:6.0.2 [32524] (via npm:^6.0.2 [32524])
   │     └─ @metamask/controller-utils@npm:9.1.0 (via npm:^9.1.0)
   
   ├─ @metamask/preferences-controller@npm:11.0.0 [abc9d] (via npm:^11.0.0 [abc9d])
   │  └─ @metamask/controller-utils@npm:9.1.0 (via npm:^9.1.0)

v8

   ├─ @metamask/ppom-validator@npm:0.32.0 (via npm:0.32.0)
   │  ├─ @metamask/controller-utils@npm:8.0.4 (via npm:^8.0.1)
   │  └─ @metamask/network-controller@npm:17.2.1 (via npm:^17.0.0)
   │     └─ @metamask/controller-utils@npm:8.0.4 (via npm:^8.0.4)
   
   ├─ @metamask/swaps-controller@npm:9.0.12 [abc9d] (via npm:^9.0.12 [abc9d])
   │  ├─ @metamask/controller-utils@npm:8.0.4 (via npm:^8.0.2)
   │  └─ @metamask/gas-fee-controller@npm:12.0.0 [4fe0f] (via npm:^12.0.0 [4fe0f])
   │     ├─ @metamask/controller-utils@npm:8.0.4 (via npm:^8.0.1)
   │     └─ @metamask/polling-controller@npm:4.0.0 [b6d7f] (via npm:^4.0.0 [b6d7f])
   │        └─ @metamask/controller-utils@npm:8.0.4 (via npm:^8.0.1)

Related issues

Manual testing steps

Screenshots/Recordings

Pre-merge author checklist

Pre-merge reviewer checklist

  • I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed).
  • I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.

- `11.3.0` already in use
- no changes to lockfile
Copy link
Contributor

CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes.

Copy link

socket-security bot commented Sep 23, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@metamask/controller-utils@11.3.0 network 0 259 kB danfinlay, gudahtt, kumavis, ...8 more

🚮 Removed packages: npm/@metamask/controller-utils@10.0.0

View full report↗︎

@MajorLift MajorLift added the Run Smoke E2E Triggers smoke e2e on Bitrise label Sep 23, 2024
Copy link
Contributor

github-actions bot commented Sep 23, 2024

https://bitrise.io/ Bitrise

✅✅✅ pr_smoke_e2e_pipeline passed on Bitrise! ✅✅✅

Commit hash: 79494ab
Build link: https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/a362534e-f9f0-4f2a-b8b6-83e6d4ef396f

Note

  • You can kick off another pr_smoke_e2e_pipeline on Bitrise by removing and re-applying the Run Smoke E2E label on the pull request

@MajorLift MajorLift requested a review from a team September 23, 2024 15:56
@MajorLift MajorLift marked this pull request as ready for review September 23, 2024 16:29
@MajorLift MajorLift requested a review from a team as a code owner September 23, 2024 16:29
Copy link

@MajorLift MajorLift enabled auto-merge September 23, 2024 17:16
Copy link
Contributor

@sethkfman sethkfman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@MajorLift MajorLift added this pull request to the merge queue Sep 23, 2024
Merged via the queue into main with commit 6cb88bb Sep 23, 2024
36 checks passed
@MajorLift MajorLift deleted the jongsun/chore/bump/controller-utils-11.3.0 branch September 23, 2024 18:50
@github-actions github-actions bot locked and limited conversation to collaborators Sep 23, 2024
@metamaskbot metamaskbot added the release-7.33.0 Issue or pull request that will be included in release 7.33.0 label Sep 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
release-7.33.0 Issue or pull request that will be included in release 7.33.0 Run Smoke E2E Triggers smoke e2e on Bitrise team-wallet-framework
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

ControllerUtils upgrade from v10 to v11
3 participants