Skip to content

Commit 723e036

Browse files
runway-github[bot]mikespositojoaoloureirop
authored
chore(runway): cherry-pick chore: cp-7.61.0 bump profile-metrics-controller to ^1.1.0 (#23945)
- chore: cp-7.61.0 bump `profile-metrics-controller` to `^1.1.0` (#23936) <!-- 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** <!-- 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? --> Bumping `@metamask/profile-metrics-controller` to `^1.1.0`: ```markdown ## [1.1.0] ### Changed - Polling only starts on `KeyringController:unlock` if the user has opted in ([#7450](MetaMask/core#7196)) ``` ## **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** ```gherkin Feature: my feature name Scenario: user [verb for user action] Given [describe expected initial app state] When user [verb for user action] Then [describe expected outcome] ``` ## **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] > Updates dependency `@metamask/profile-metrics-controller` to `^1.1.0`. > > - **Dependencies**: > - Bump `@metamask/profile-metrics-controller` to `^1.1.0` in `package.json`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 26eabae. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> [4ecc6d2](4ecc6d2) Co-authored-by: Michele Esposito <[email protected]> Co-authored-by: João Loureiro <[email protected]>
1 parent 6ae7d4e commit 723e036

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
@@ -259,7 +259,7 @@
259259
"@metamask/post-message-stream": "^10.0.0",
260260
"@metamask/preferences-controller": "^21.0.0",
261261
"@metamask/preinstalled-example-snap": "^0.7.2",
262-
"@metamask/profile-metrics-controller": "^1.0.0",
262+
"@metamask/profile-metrics-controller": "^1.1.0",
263263
"@metamask/profile-sync-controller": "^26.0.0",
264264
"@metamask/react-native-acm": "^1.0.1",
265265
"@metamask/react-native-actionsheet": "2.4.2",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9202,9 +9202,9 @@ __metadata:
92029202
languageName: node
92039203
linkType: hard
92049204

9205-
"@metamask/profile-metrics-controller@npm:^1.0.0":
9206-
version: 1.0.0
9207-
resolution: "@metamask/profile-metrics-controller@npm:1.0.0"
9205+
"@metamask/profile-metrics-controller@npm:^1.1.0":
9206+
version: 1.1.0
9207+
resolution: "@metamask/profile-metrics-controller@npm:1.1.0"
92089208
dependencies:
92099209
"@metamask/accounts-controller": "npm:^35.0.0"
92109210
"@metamask/base-controller": "npm:^9.0.0"
@@ -9215,7 +9215,7 @@ __metadata:
92159215
"@metamask/profile-sync-controller": "npm:^27.0.0"
92169216
"@metamask/utils": "npm:^11.8.1"
92179217
async-mutex: "npm:^0.5.0"
9218-
checksum: 10/187ceb47a7247b0c801148313f6f6dd1c58d1bc5572f85ae6b8447c9fcea1feccf9a470074234cace0a4f4699a9c71cf3f1d180ddfcc08218e2615ee79cf3214
9218+
checksum: 10/95367783f6137c7fc6217346b6b4939f3f1664b99b11899165bd4de7bf4ec5bd929813a046f3abf6542c28bd2d9b895ad654c588f20ab5e42427fbbb532082aa
92199219
languageName: node
92209220
linkType: hard
92219221

@@ -36106,7 +36106,7 @@ __metadata:
3610636106
"@metamask/post-message-stream": "npm:^10.0.0"
3610736107
"@metamask/preferences-controller": "npm:^21.0.0"
3610836108
"@metamask/preinstalled-example-snap": "npm:^0.7.2"
36109-
"@metamask/profile-metrics-controller": "npm:^1.0.0"
36109+
"@metamask/profile-metrics-controller": "npm:^1.1.0"
3611036110
"@metamask/profile-sync-controller": "npm:^26.0.0"
3611136111
"@metamask/providers": "npm:^18.3.1"
3611236112
"@metamask/react-native-acm": "npm:^1.0.1"

0 commit comments

Comments
 (0)