Skip to content

Commit ba615cf

Browse files
authored
fix: Bump @metamask/transaction-pay-controller to ^16.1.1 cp-7.68.0 (#26782)
## **Description** Bumps @metamask/transaction-pay-controller to ^16.1.1. It has support for gasless predict withdraw. ## **Changelog** <!-- If this PR is not End-User-Facing and should not show up in the CHANGELOG, you can choose to either: 1. Write `CHANGELOG entry: null` 2. Label with `no-changelog` If this PR is End-User-Facing, please write a short User-Facing description in the past tense like: `CHANGELOG entry: Added a new tab for users to see their NFTs` `CHANGELOG entry: Fixed a bug that was causing some NFTs to flicker` (This helps the Release Engineer do their job more quickly and accurately) --> CHANGELOG entry: null ## **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** - [ ] I've followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Mobile Coding Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md). - [ ] I've completed the PR template to the best of my ability - [ ] I've included tests if applicable - [ ] 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-mobile/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. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Medium Risk** > Although this is a patch-level dependency bump, it touches `transaction-pay` behavior and updates transitive controller versions (`bridge-controller`, `remote-feature-flag-controller`), which could impact transaction/payment flows. > > **Overview** > Updates the `@metamask/transaction-pay-controller` dependency from `^16.1.0` to `^16.1.1`. > > The lockfile is refreshed to pull in the new `transaction-pay-controller` release and its updated transitive requirements, including newer `@metamask/bridge-controller` and `@metamask/remote-feature-flag-controller` versions. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 4cbee11. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Signed-off-by: dan437 <80175477+dan437@users.noreply.github.com>
1 parent 1e0be21 commit ba615cf

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296
"@metamask/swappable-obj-proxy": "^2.1.0",
297297
"@metamask/swaps-controller": "^15.0.0",
298298
"@metamask/transaction-controller": "^62.19.0",
299-
"@metamask/transaction-pay-controller": "^16.1.0",
299+
"@metamask/transaction-pay-controller": "^16.1.1",
300300
"@metamask/tron-wallet-snap": "^1.21.1",
301301
"@metamask/utils": "^11.8.1",
302302
"@myx-trade/sdk": "^0.1.265",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7920,7 +7920,7 @@ __metadata:
79207920
languageName: node
79217921
linkType: hard
79227922

7923-
"@metamask/bridge-controller@npm:^67.2.0, @metamask/bridge-controller@npm:^67.4.0":
7923+
"@metamask/bridge-controller@npm:^67.4.0":
79247924
version: 67.4.0
79257925
resolution: "@metamask/bridge-controller@npm:67.4.0"
79267926
dependencies:
@@ -10146,30 +10146,30 @@ __metadata:
1014610146
languageName: node
1014710147
linkType: hard
1014810148

10149-
"@metamask/transaction-pay-controller@npm:^16.1.0":
10150-
version: 16.1.0
10151-
resolution: "@metamask/transaction-pay-controller@npm:16.1.0"
10149+
"@metamask/transaction-pay-controller@npm:^16.1.1":
10150+
version: 16.1.1
10151+
resolution: "@metamask/transaction-pay-controller@npm:16.1.1"
1015210152
dependencies:
1015310153
"@ethersproject/abi": "npm:^5.7.0"
1015410154
"@ethersproject/contracts": "npm:^5.7.0"
1015510155
"@ethersproject/providers": "npm:^5.7.0"
1015610156
"@metamask/assets-controllers": "npm:^100.0.3"
1015710157
"@metamask/base-controller": "npm:^9.0.0"
10158-
"@metamask/bridge-controller": "npm:^67.2.0"
10158+
"@metamask/bridge-controller": "npm:^67.4.0"
1015910159
"@metamask/bridge-status-controller": "npm:^67.0.1"
1016010160
"@metamask/controller-utils": "npm:^11.19.0"
1016110161
"@metamask/gas-fee-controller": "npm:^26.0.3"
1016210162
"@metamask/messenger": "npm:^0.3.0"
1016310163
"@metamask/metamask-eth-abis": "npm:^3.1.1"
1016410164
"@metamask/network-controller": "npm:^30.0.0"
10165-
"@metamask/remote-feature-flag-controller": "npm:^4.0.0"
10165+
"@metamask/remote-feature-flag-controller": "npm:^4.1.0"
1016610166
"@metamask/transaction-controller": "npm:^62.19.0"
1016710167
"@metamask/utils": "npm:^11.9.0"
1016810168
bignumber.js: "npm:^9.1.2"
1016910169
bn.js: "npm:^5.2.1"
1017010170
immer: "npm:^9.0.6"
1017110171
lodash: "npm:^4.17.21"
10172-
checksum: 10/bfba59abf458bd7af18741b7697d2f0aedb3cc6a86c275626d4cbcac4f4b5b6b96ceb28809b7d1316e466e96c913f8cef3b2f1e73f154ea9aa3eb66856e5bc3d
10172+
checksum: 10/23f537240235afb68bb968f19ccbbcd638fbc6e8e04db2e9d6edaec873739de12261b55aff532b5f533b184a22b46e99ed76840287c5f729907367852a5be001
1017310173
languageName: node
1017410174
linkType: hard
1017510175

@@ -35463,7 +35463,7 @@ __metadata:
3546335463
"@metamask/test-dapp-multichain": "npm:^0.17.1"
3546435464
"@metamask/test-dapp-solana": "npm:^0.3.0"
3546535465
"@metamask/transaction-controller": "npm:^62.19.0"
35466-
"@metamask/transaction-pay-controller": "npm:^16.1.0"
35466+
"@metamask/transaction-pay-controller": "npm:^16.1.1"
3546735467
"@metamask/tron-wallet-snap": "npm:^1.21.1"
3546835468
"@metamask/utils": "npm:^11.8.1"
3546935469
"@myx-trade/sdk": "npm:^0.1.265"

0 commit comments

Comments
 (0)