-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
chore(deps): bump @metamask/profile-sync-controller from 16.0.0 to 25.1.0 #2355
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
chore(deps): bump @metamask/profile-sync-controller from 16.0.0 to 25.1.0 #2355
Conversation
Bumps [@metamask/profile-sync-controller](https://github.com/MetaMask/core) from 16.0.0 to 25.1.0. - [Release notes](https://github.com/MetaMask/core/releases) - [Changelog](https://github.com/MetaMask/core/blob/main/docs/reviewing-release-prs.md) - [Commits](https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@16.0.0...@metamask/profile-sync-controller@25.1.0) --- updated-dependencies: - dependency-name: "@metamask/profile-sync-controller" dependency-version: 25.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
AssigneesThe following users could not be added as assignees: Please fix the above issues or remove invalid values from |
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
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.
Bug: Profile Sync Controller Update Causes Dependency Issues
The major version update of @metamask/profile-sync-controller
from ^16.0.0
to ^25.1.0
introduces breaking changes in its peer dependencies. It now requires @metamask/address-book-controller
, removes @metamask/accounts-controller
and @metamask/network-controller
, and has updated version requirements for @metamask/keyring-controller
and @metamask/snaps-controllers
. This could lead to runtime errors if peer dependencies are incompatible.
package.json#L26-L27
Lines 26 to 27 in d338914
"**/*.{ts,tsx}": "npm run typecheck-staged", | |
"**/*.css": "npm run lint:style", |
package.json#L45-L46
Lines 45 to 46 in d338914
"@metamask/eth-sig-util": "^7.0.3", | |
"@metamask/profile-sync-controller": "^25.1.0", |
Superseded by #2375. |
Bumps @metamask/profile-sync-controller from 16.0.0 to 25.1.0.
Commits
e040555
Release/589.0.0 (#6748)7be5e39
Release/588.0.0 (#6747)947355c
feat(user-storage-controller): use deferred promises cache for KDF operations...c8633d9
Release/587.0.0 (#6746)c154788
fix: improve balance fetch and not reset to 0 (#6743)5757b7b
fix: getCryptoApproveTransactionParams pricing from state (#6735)573939e
Release/586.0.0 (#6733)034f8e9
chore: update old identity code ownership (#6744)47f1a46
chore: Adds Tron network to network enablement controller (#6734)584b6c6
feat:{Btc/Trx}AccountProvider
account provider (#6662)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Bumps
@metamask/profile-sync-controller
to 25.1.0 and updates the lockfile with widespread MetaMask/snaps ecosystem and crypto dependency changes.@metamask/profile-sync-controller
from^16.0.0
to^25.1.0
inpackage.json
.@metamask/address-book-controller
; upgrade@metamask/keyring-controller
,@metamask/eth-hd-keyring
,@metamask/eth-simple-keyring
,@metamask/keyring-api
,@metamask/keyring-internal-api
,@metamask/controller-utils
,@metamask/json-rpc-engine
,@metamask/providers
.@metamask/snaps-controllers
,@metamask/snaps-rpc-methods
,@metamask/snaps-sdk
,@metamask/snaps-utils
(and deps likeses
,cron-parser
).@metamask/utils
,@metamask/rpc-errors
,@metamask/key-tree
, and related crypto libs (@noble/*
,ethereumjs/*
,buffer
,luxon
).Written by Cursor Bugbot for commit d338914. This will update automatically on new commits. Configure here.