update npm dependency stellar-sdk for TS bindings - #2027
Merged
fnando merged 1 commit intoMay 23, 2025
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
fnando
approved these changes
May 15, 2025
chadoh
force-pushed
the
chore/update-ts-bindings-stellar-sdk
branch
from
May 23, 2025 17:21
513f567 to
4002672
Compare
fnando
enabled auto-merge (squash)
May 23, 2025 17:26
fnando
disabled auto-merge
May 23, 2025 17:27
chadoh
force-pushed
the
chore/update-ts-bindings-stellar-sdk
branch
from
May 23, 2025 17:33
4002672 to
7b933b1
Compare
fnando
reviewed
May 23, 2025
fnando
reviewed
May 23, 2025
fnando
reviewed
May 23, 2025
fnando
reviewed
May 23, 2025
chadoh
force-pushed
the
chore/update-ts-bindings-stellar-sdk
branch
2 times, most recently
from
May 23, 2025 19:21
5571e8b to
ba51325
Compare
allow anything in the 13.x major version also fix some typos and indendation issues in the generated libraries
chadoh
force-pushed
the
chore/update-ts-bindings-stellar-sdk
branch
from
May 23, 2025 19:28
ba51325 to
9c85ce4
Compare
fnando
enabled auto-merge (squash)
May 23, 2025 19:31
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.
What
Update
@stellar/stellar-sdknpm dependencies to allow anything in the 13.x major versionWhy
So generated TS libraries have the latest & greatest.
When the bindings were new, they needed specific features in specific patch-level updates of js-stellar-sdk. That's no longer true. Anything in the 13.x range will work fine.