Skip to content

Commit

Permalink
chore: bump @metamask/smart-transactions-controller to 16.0.0 (#2…
Browse files Browse the repository at this point in the history
…9344)

<!--
Please submit this PR as a draft initially.
Do not mark it as "Ready for review" until the template has been
completely filled out, and PR status checks have passed at least once.
-->

## **Description**

This PR bumps `@metamask/smart-transactions-controller` to `16.0.0`
[CHANGELOG](https://github.com/MetaMask/smart-transactions-controller/blob/main/CHANGELOG.md#1600)
- `@metamask/transaction-controller` has been bumped to `42.0.0` which
match the current version used in the client.

<!--
Write a short description of the changes included in this pull request,
also include relevant motivation and context. Have in mind the following
questions:
1. What is the reason for the change?
2. What is the improvement/solution?
-->

[![Open in GitHub
Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/29344?quickstart=1)

## **Related issues**

Fixes:

## **Manual testing steps**

## **Screenshots/Recordings**

<!-- If applicable, add screenshots and/or recordings to visualize the
before and after of your change. -->

### **Before**

<!-- [screenshots/recordings] -->

### **After**

<!-- [screenshots/recordings] -->

## **Pre-merge author checklist**

- [x] I've followed [MetaMask Contributor
Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask
Extension Coding
Standards](https://github.com/MetaMask/metamask-extension/blob/main/.github/guidelines/CODING_GUIDELINES.md).
- [x] I've completed the PR template to the best of my ability
- [x] I’ve included tests if applicable
- [x] I’ve documented my code using [JSDoc](https://jsdoc.app/) format
if applicable
- [ ] I’ve applied the right labels on the PR (see [labeling
guidelines](https://github.com/MetaMask/metamask-extension/blob/main/.github/guidelines/LABELING_GUIDELINES.md)).
Not required for external contributors.

## **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.
  • Loading branch information
cryptodev-2s authored Dec 19, 2024
1 parent 398ec97 commit cf6a43d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
"@metamask/scure-bip39": "^2.0.3",
"@metamask/selected-network-controller": "^19.0.0",
"@metamask/signature-controller": "^23.1.0",
"@metamask/smart-transactions-controller": "^15.0.0",
"@metamask/smart-transactions-controller": "^16.0.0",
"@metamask/snaps-controllers": "^9.15.0",
"@metamask/snaps-execution-environments": "^6.10.0",
"@metamask/snaps-rpc-methods": "^11.7.0",
Expand Down
13 changes: 6 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6188,9 +6188,9 @@ __metadata:
languageName: node
linkType: hard

"@metamask/smart-transactions-controller@npm:^15.0.0":
version: 15.0.0
resolution: "@metamask/smart-transactions-controller@npm:15.0.0"
"@metamask/smart-transactions-controller@npm:^16.0.0":
version: 16.0.0
resolution: "@metamask/smart-transactions-controller@npm:16.0.0"
dependencies:
"@babel/runtime": "npm:^7.24.1"
"@ethereumjs/tx": "npm:^5.2.1"
Expand All @@ -6202,18 +6202,17 @@ __metadata:
"@metamask/eth-query": "npm:^4.0.0"
"@metamask/polling-controller": "npm:^12.0.0"
bignumber.js: "npm:^9.0.1"
events: "npm:^3.3.0"
fast-json-patch: "npm:^3.1.0"
lodash: "npm:^4.17.21"
peerDependencies:
"@metamask/network-controller": ^22.0.0
"@metamask/transaction-controller": ^38.0.0
"@metamask/transaction-controller": ^42.0.0
peerDependenciesMeta:
"@metamask/accounts-controller":
optional: true
"@metamask/approval-controller":
optional: true
checksum: 10/e30faad97451ba003da5b650040c0803d229954b6d6a28bc759ef6129d8e33f02dc2219c8346ae5049e62a84b62d8df211a403bdc80d59c1caed4ba182b6cc0a
checksum: 10/5bfe2e459ca75b3de31f28213e908f389a6a7e82b45dd43ee7fd4c46a619a561da030f7f90426af03063ff5dcfc90269a155230db484a2c415db11f8ad8caa02
languageName: node
linkType: hard

Expand Down Expand Up @@ -26609,7 +26608,7 @@ __metadata:
"@metamask/scure-bip39": "npm:^2.0.3"
"@metamask/selected-network-controller": "npm:^19.0.0"
"@metamask/signature-controller": "npm:^23.1.0"
"@metamask/smart-transactions-controller": "npm:^15.0.0"
"@metamask/smart-transactions-controller": "npm:^16.0.0"
"@metamask/snaps-controllers": "npm:^9.15.0"
"@metamask/snaps-execution-environments": "npm:^6.10.0"
"@metamask/snaps-rpc-methods": "npm:^11.7.0"
Expand Down

0 comments on commit cf6a43d

Please sign in to comment.