-
-
Notifications
You must be signed in to change notification settings - Fork 261
chore: bump multichain accounts deps #6560
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
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
2125c98
chore: bump accounts deps
ccharly 2b0b3fc
fix: fix breaking changes
ccharly ffbf1d2
chore: update changelogs
ccharly 4180c3f
Merge branch 'main' into chore/bump-multichain-accounts-deps
ccharly aa81a4b
chore: update accounts-controller changelog
ccharly 0cc7269
chore: pr feedback
ccharly b9d57e1
Revert "chore: update accounts-controller changelog"
ccharly aefd4c2
chore: fix missing entries in changelog
ccharly 1c3e586
chore: fix missing entries in changelog
ccharly f090bbd
Merge branch 'main' into chore/bump-multichain-accounts-deps
ccharly File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -48,18 +48,18 @@ | |
| }, | ||
| "dependencies": { | ||
| "@metamask/base-controller": "^8.3.0", | ||
| "@metamask/eth-snap-keyring": "^16.1.0", | ||
| "@metamask/keyring-api": "^20.1.0", | ||
| "@metamask/keyring-internal-api": "^8.1.0", | ||
| "@metamask/keyring-snap-client": "^7.0.0", | ||
| "@metamask/eth-snap-keyring": "^17.0.0", | ||
| "@metamask/keyring-api": "^21.0.0", | ||
| "@metamask/keyring-internal-api": "^9.0.0", | ||
| "@metamask/keyring-snap-client": "^8.0.0", | ||
| "@metamask/keyring-utils": "^3.1.0", | ||
| "@metamask/snaps-sdk": "^9.0.0", | ||
| "@metamask/snaps-utils": "^11.0.0", | ||
| "@metamask/superstruct": "^3.1.0", | ||
| "@metamask/utils": "^11.4.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@metamask/account-api": "^0.9.0", | ||
| "@metamask/account-api": "^0.12.0", | ||
| "@metamask/accounts-controller": "^33.0.0", | ||
| "@metamask/auto-changelog": "^3.4.4", | ||
| "@metamask/keyring-controller": "^23.0.0", | ||
|
|
@@ -77,7 +77,7 @@ | |
| "webextension-polyfill": "^0.12.0" | ||
| }, | ||
| "peerDependencies": { | ||
| "@metamask/account-api": "^0.9.0", | ||
| "@metamask/account-api": "^0.12.0", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nit: could we add a changelog for this peer dependency bump ? |
||
| "@metamask/accounts-controller": "^33.0.0", | ||
| "@metamask/keyring-controller": "^23.0.0", | ||
| "@metamask/providers": "^22.0.0", | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This method no longer exists. So we just use all methods from the
enumnow.