-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update NetworkController across Mobile dependency tree #11910
Labels
Comments
metamaskbot
added
the
INVALID-ISSUE-TEMPLATE
Issue's body doesn't match any issue template.
label
Oct 21, 2024
This was referenced Nov 21, 2024
github-merge-queue bot
pushed a commit
that referenced
this issue
Nov 21, 2024
#12004) <!-- 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? --> This PR bumps the `@metamask/selected-network-controller` package to `^18.0.2` See the package [changelog](https://github.com/MetaMask/core/blob/main/packages/selected-network-controller/CHANGELOG.md) for details ## **Related issues** Related to: #11910 ## **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 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.
github-merge-queue bot
pushed a commit
that referenced
this issue
Nov 21, 2024
…0` (#12003) <!-- 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? --> This PR bumps `@metamask/smart-transaction-controller` to version `^14.0.0`. See the package [changelog](https://github.com/MetaMask/smart-transactions-controller/blob/main/CHANGELOG.md) for changes details ## **Related issues** Related to: #11910 ## **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** - [x] 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). - [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 - [x] 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.
github-merge-queue bot
pushed a commit
that referenced
this issue
Nov 26, 2024
<!-- 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? --> This PR bumps `@metamask/swaps-controller` to `^11.0.0` and `@metamask/gas-fee-controller` to `^21.0.0` (to match swaps-controller's peer dependency requirements). See package changelogs for details on changes: - [swaps-controller](https://github.com/MetaMask/swaps-controller/blob/main/CHANGELOG.md) - [gas-fee-controller](https://github.com/MetaMask/core/blob/main/packages/gas-fee-controller/CHANGELOG.md) ## **Related issues** Related to: #11910 ## **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 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.
This has been completed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
We currently have four different
@metamask/network-controller
major versions in the dependency tree:v21 (target version)
yarn why output
This is the correct version to have
v20
yarn why output
@metamask/network-controller
in@metamask/smart-transaction-controller
v19
yarn why output
@metamask/base-controller
in@metamask/smart-transaction-controller
@metamask/{base, polling}-controller
smart-transactions-controller#448@metamask/polling-controller
in@metamask/smart-transaction-controller
@metamask/{base, polling}-controller
smart-transactions-controller#448@metamask/transaction-controller
in@metamask/smart-transaction-controller
@metamask/smart-transaction-controller
inmetamask-mobile
@metamask/smart-transaction-controller
to^14.0.0
#12003@metamask/assets-controllers
inmetamask-mobile
@metamask/gas-fee-controller
inmetamask-mobile
@metamask/{swaps, gas-fee}-controller
#12368@metamask/selected-network-controller
inmetamask-mobile
@metamask/selected-network-controller
to^18.0.2
#12004v17
yarn why output
@metamask/gas-fee-controller
in@metamask/swaps-controller
@metamask/network-controller
in@metamask/swaps-controller
@metamask/transaction-controller
in@metamask/swaps-controller
@metamask/swaps-controller
inmetamask-mobile
@metamask/{swaps, gas-fee}-controller
#12368The text was updated successfully, but these errors were encountered: