Skip to content

Commit d27ff99

Browse files
authored
fix: cp-13.13.0 solana bump 2.5.1 (#38547)
<!-- 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** Bumping Solana to 2.5.1 which fixed snap confirmation UI bug https://github.com/MetaMask/snap-solana-wallet/releases/tag/v2.5.1 <!-- 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/38547?quickstart=1) ## **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** 1. Go to this page... 2. 3. ## **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 Extension Coding Standards](https://github.com/MetaMask/metamask-extension/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-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. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Bump `@metamask/solana-wallet-snap` dependency from `^2.5.0` to `^2.5.1` (lockfile updated). > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit ce03c4a. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent ddeb821 commit d27ff99

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@
364364
"@metamask/snaps-rpc-methods": "^14.1.1",
365365
"@metamask/snaps-sdk": "^10.1.0",
366366
"@metamask/snaps-utils": "^11.6.1",
367-
"@metamask/solana-wallet-snap": "^2.5.0",
367+
"@metamask/solana-wallet-snap": "^2.5.1",
368368
"@metamask/solana-wallet-standard": "^0.6.0",
369369
"@metamask/streams": "^0.4.0",
370370
"@metamask/subscription-controller": "^5.2.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8774,10 +8774,10 @@ __metadata:
87748774
languageName: node
87758775
linkType: hard
87768776

8777-
"@metamask/solana-wallet-snap@npm:^2.5.0":
8778-
version: 2.5.0
8779-
resolution: "@metamask/solana-wallet-snap@npm:2.5.0"
8780-
checksum: 10/cee4cbece192269fb02a59a90cbb8369dd6af3dab33eaecbb40fdb9723568c2da1dcd98b214063f34268696074a438a895cff40a421231e05cfab0afb1c71ea6
8777+
"@metamask/solana-wallet-snap@npm:^2.5.1":
8778+
version: 2.5.1
8779+
resolution: "@metamask/solana-wallet-snap@npm:2.5.1"
8780+
checksum: 10/822365b69be8e9e1d5a9569b2eedd1b0226e7da971e54ab4607cd16745c51861d7083bb3a90c0195ed665de9264d22cc2741b1934f86285fabc506688f784637
87818781
languageName: node
87828782
linkType: hard
87838783

@@ -33436,7 +33436,7 @@ __metadata:
3343633436
"@metamask/snaps-rpc-methods": "npm:^14.1.1"
3343733437
"@metamask/snaps-sdk": "npm:^10.1.0"
3343833438
"@metamask/snaps-utils": "npm:^11.6.1"
33439-
"@metamask/solana-wallet-snap": "npm:^2.5.0"
33439+
"@metamask/solana-wallet-snap": "npm:^2.5.1"
3344033440
"@metamask/solana-wallet-standard": "npm:^0.6.0"
3344133441
"@metamask/streams": "npm:^0.4.0"
3344233442
"@metamask/subscription-controller": "npm:^5.2.0"

0 commit comments

Comments
 (0)