Skip to content

Commit ee62e1b

Browse files
jeffsmale90MoMannn
andauthored
chore: upgrade @metamask/gator-permissions-snap from ^0.5.0 to ^0.6.0 (#37562)
## **Description** Upgrade @metamask/gator-permissions-snap from `^0.5.0` to `^0.6.0` - Improves metrics generation, by including more information about the permissions being granted (MetaMask/snap-7715-permissions#218) [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/37562?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: Upgrade @metamask/gator-permissions-snap from `^0.5.0` to `^0.6.0` - Improves metrics generation, by including more information about the permissions being granted (MetaMask/snap-7715-permissions#218) ## **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** - [x] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [x] 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] > Upgrade @metamask/gator-permissions-snap from ^0.5.0 to ^0.6.0 in package.json and yarn.lock. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 226acc6. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: MoMannn <tadej.vengust@consensys.net>
1 parent d54ea81 commit ee62e1b

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
@@ -302,7 +302,7 @@
302302
"@metamask/etherscan-link": "^3.0.0",
303303
"@metamask/gas-fee-controller": "^25.0.0",
304304
"@metamask/gator-permissions-controller": "^0.4.0",
305-
"@metamask/gator-permissions-snap": "^0.5.0",
305+
"@metamask/gator-permissions-snap": "^0.6.0",
306306
"@metamask/institutional-wallet-snap": "1.3.4",
307307
"@metamask/jazzicon": "patch:@metamask/jazzicon@npm%3A2.0.0#~/.yarn/patches/@metamask-jazzicon-npm-2.0.0-36957be38d.patch",
308308
"@metamask/json-rpc-engine": "^10.0.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6472,17 +6472,17 @@ __metadata:
64726472
languageName: node
64736473
linkType: hard
64746474

6475-
"@metamask/gator-permissions-snap@npm:^0.5.0":
6476-
version: 0.5.0
6477-
resolution: "@metamask/gator-permissions-snap@npm:0.5.0"
6475+
"@metamask/gator-permissions-snap@npm:^0.6.0":
6476+
version: 0.6.0
6477+
resolution: "@metamask/gator-permissions-snap@npm:0.6.0"
64786478
dependencies:
64796479
"@metamask/abi-utils": "npm:3.0.0"
64806480
"@metamask/delegation-core": "npm:0.2.0"
64816481
"@metamask/profile-sync-controller": "npm:21.0.0"
64826482
"@metamask/snaps-sdk": "npm:8.1.0"
64836483
"@metamask/utils": "npm:11.4.2"
64846484
zod: "npm:3.25.76"
6485-
checksum: 10/0addfd980997c038921b8e12df21b29d747432fd4873d378b88ee74de28d9ff7b5b3de86451b14d1d7e7883a4f747e04c7422ad43e3b9f2f1d34e4dca4cf28da
6485+
checksum: 10/cc28d01808f6d91566c4a7bac69961d6592f8c918e1099984e36ab5107d5123b81832ced97181134c3f0a7bf092d7006b2f3555ee0c369853a256f2ecc264a31
64866486
languageName: node
64876487
linkType: hard
64886488

@@ -32034,7 +32034,7 @@ __metadata:
3203432034
"@metamask/foundryup": "npm:^1.0.1"
3203532035
"@metamask/gas-fee-controller": "npm:^25.0.0"
3203632036
"@metamask/gator-permissions-controller": "npm:^0.4.0"
32037-
"@metamask/gator-permissions-snap": "npm:^0.5.0"
32037+
"@metamask/gator-permissions-snap": "npm:^0.6.0"
3203832038
"@metamask/institutional-wallet-snap": "npm:1.3.4"
3203932039
"@metamask/jazzicon": "patch:@metamask/jazzicon@npm%3A2.0.0#~/.yarn/patches/@metamask-jazzicon-npm-2.0.0-36957be38d.patch"
3204032040
"@metamask/json-rpc-engine": "npm:^10.0.0"

0 commit comments

Comments
 (0)