fix(BAFB-166): bump @coinbase/cdp-sdk to ^1.48.3#292
Merged
stephancill merged 1 commit intoMay 8, 2026
Merged
Conversation
Collaborator
✅ Heimdall Review Status
|
Contributor
|
Review: No issues found. This is a clean dependency version bump ( The new transitive Solana dependencies are only relevant for Node consumers of the PR title conforms to Conventional Commits format — no changes needed. |
montycheese
approved these changes
May 8, 2026
fan-zhang-sv
approved these changes
May 8, 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.
Summary
Bumps
@coinbase/cdp-sdkfrom^1.0.0to^1.48.3to fix a missingbs58dependency error.Problem:
cdp-sdk@1.48.2importsbs58but never declared it as a production dependency. It previously resolved via the transitive dep tree of@solana/web3.js, but that package was dropped incdp-sdk@1.46.0. This causesModule not found: Can't resolve 'bs58'when installing@base-org/accountin a fresh project.Fix: Pin
@coinbase/cdp-sdkto^1.48.3, which addedbs58to its published dependencies.Ticket: BAFB-166
How did you test your changes?
@base-org/account@2.5.5withcdp-sdk@1.48.2pinned — confirmedCannot find package 'bs58'error onrequire('@base-org/account')require('@base-org/account')loads successfully with 14 exports,next buildpasses