Conversation
2f27bf9 to
580da06
Compare
Matt561
previously approved these changes
Apr 28, 2026
mcmire
reviewed
Apr 28, 2026
| "dependencies": { | ||
| "@metamask/base-controller": "^9.1.0", | ||
| "@metamask/chomp-api-service": "^1.0.0", | ||
| "@metamask/chomp-api-service": "^2.0.0", |
Contributor
There was a problem hiding this comment.
@Jwhiles FYI, the reason that the changelog check is failing is that this dependency bump is not logged in the changelog. If you run @metamaskbot update-changelog then it should add it for you. You can also run yarn changelog:validate --checkDeps --fix --currentPr 8618 locally.
Contributor
Author
There was a problem hiding this comment.
Thanks @mcmire I've updated and pushed. Will look out for this in future.
Contributor
Author
|
@metamaskbot update-changelog |
Matt561
approved these changes
Apr 28, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Explanation
Publishes new versions of money-account-upgrade-controller and chomp-api-service
I've added the no changelog label to the PR - as the changelog check is failing for money-account-upgrade-controller, but I believe that the changelog correctly reflects the changes made in that package.
References
Checklist
Note
Low Risk
Primarily version/changelog updates and a dependency bump; runtime risk is low, though consumers must handle the
@metamask/chomp-api-servicemajor-version breaking change (timestamp nownumber).Overview
Bumps the monorepo release version to
943.0.0and publishes@metamask/chomp-api-serviceas2.0.0, documenting a breaking type change forAssociateAddressParams.timestampfromstringtonumber.Updates
@metamask/money-account-upgrade-controllerto1.2.0and bumps its dependency on@metamask/chomp-api-servicefrom^1.0.0to^2.0.0, with correspondingyarn.lockupdates.Reviewed by Cursor Bugbot for commit ddbd186. Bugbot is set up for automated code reviews on this repo. Configure here.