-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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/[email protected]...@metamask/[email protected]) --- 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] <[email protected]>
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
e040555Release/589.0.0 (#6748)7be5e39Release/588.0.0 (#6747)947355cfeat(user-storage-controller): use deferred promises cache for KDF operations...c8633d9Release/587.0.0 (#6746)c154788fix: improve balance fetch and not reset to 0 (#6743)5757b7bfix: getCryptoApproveTransactionParams pricing from state (#6735)573939eRelease/586.0.0 (#6733)034f8e9chore: update old identity code ownership (#6744)47f1a46chore: Adds Tron network to network enablement controller (#6734)584b6c6feat:{Btc/Trx}AccountProvideraccount 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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-controllerto 25.1.0 and updates the lockfile with widespread MetaMask/snaps ecosystem and crypto dependency changes.@metamask/profile-sync-controllerfrom^16.0.0to^25.1.0inpackage.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.