-
-
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 26.0.0 #2430
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
base: main
Are you sure you want to change the base?
chore(deps): bump @metamask/profile-sync-controller from 16.0.0 to 26.0.0 #2430
Conversation
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.
|
0ae9edd to
9807866
Compare
9807866 to
c45c7f6
Compare
c45c7f6 to
227d404
Compare
| "@metamask/design-tokens": "^7.1.0", | ||
| "@metamask/eth-sig-util": "^7.0.3", | ||
| "@metamask/profile-sync-controller": "^16.0.0", | ||
| "@metamask/profile-sync-controller": "^27.0.0", |
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: Missing required peer dependencies for profile-sync-controller
The upgrade to @metamask/profile-sync-controller version 27.0.0 introduces required peer dependencies that are not installed: @metamask/address-book-controller (^7.0.1), @metamask/keyring-controller (^25.0.0), @metamask/providers (^22.0.0), @metamask/snaps-controllers (^14.0.0), and webextension-polyfill. These peer dependencies are not marked as optional and will cause runtime failures when the controller attempts to use them. The previous version (16.0.0) had different peer dependencies that may have been satisfied or were optional.
227d404 to
8a67961
Compare
Bumps [@metamask/profile-sync-controller](https://github.com/MetaMask/core) from 16.0.0 to 26.0.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: 26.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
8a67961 to
f4ea638
Compare
Bumps @metamask/profile-sync-controller from 16.0.0 to 26.0.0.
Commits
f55cc4aRelease/642.0.0 (#6962)b5aa379feat: Newbase-controllerAPI (#6926)93ab3b4chore: Migrate test fixture to messenger (#6961)d48cde0refactor: migrateEIP5792Messengerto@metamask/messenger(#6958)ca7494fchore: Use consistent variable name for messenger (#6957)59d4b78chore: Fix incorrect property name referenced in comment (#6956)ffafb7dchore: Update obsolete property name in error message (#6955)a607066feat: Migrate controller guidelines and examples to new Messenger (#6335)08302berefactor: migrate assets controllers messenger (#6745)b4c76edrefactor: migrateMultichainAccountServiceto@metamask/messenger(#6544)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
Upgrades
@metamask/profile-sync-controllerto v27 and refreshes the MetaMask controller/provider/snaps ecosystem and lockfile accordingly (adds messenger/address-book, updates keyring/provider/utils, removes legacy entries).@metamask/profile-sync-controllerfrom^16to^27inpackage.json.@metamask/base-controller,approval-controller,permission-controller,phishing-controller,keyring-controller,keyring-utils,eth-hd-keyring,eth-simple-keyring,providers,json-rpc-*,utils,keyring-api/internal-api,snaps-*,snaps-sdk/utils/registry,controller-utils.@metamask/messengerand@metamask/address-book-controller(required by newer controllers); updatesesand add Endo libs (@endo/cache-map,@endo/env-options,@endo/immutable-arraybuffer).Written by Cursor Bugbot for commit f4ea638. This will update automatically on new commits. Configure here.