build(deps): bump @stellar/stellar-sdk from 12.1.0 to 16.2.0 - #910
Open
dependabot[bot] wants to merge 2 commits into
Open
build(deps): bump @stellar/stellar-sdk from 12.1.0 to 16.2.0#910dependabot[bot] wants to merge 2 commits into
dependabot[bot] wants to merge 2 commits into
Conversation
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/main/stellar/stellar-sdk-16.1.0
branch
from
July 25, 2026 19:16
26a505a to
bd558c9
Compare
…Node18 break, unbounded contract fuzz tests, and tar self-reference bug - overrides.brace-expansion was pinned to 1.1.11, itself vulnerable to several later-disclosed DoS advisories; bump to 2.1.4 so `npm audit --omit=dev --audit-level=high` passes again. - @paralleldrive/cuid2 ^3.3.0 is ESM-only, which Node 18 can't require() (unlike 20.19+/22's newer require(esm) support), crashing any ts-node-spawned process — e.g. the backup-restore smoke test — under the test(18) CI matrix leg. Downgrade to ^2.3.1, the last CJS-compatible release with the same createId() API. - ci.yml's Soroban Contracts job never set PROPTEST_CASES, so the connection contract's invariant suite alone ran 10,000 cases and took 27+ minutes, blowing the job's 30-minute timeout. contract-ci.yml already had this fixed; bring ci.yml's step in sync (split into unit tests + capped invariant fuzz tests, mirroring contract-ci.yml). - deploy-staging.yml/deploy-mainnet.yml's tar step still failed with "file changed as we read it" despite the prior --exclude=release.tar.gz fix: writing the archive inside the directory being archived changes that directory's mtime mid-walk regardless of the exclude. Write to $RUNNER_TEMP instead and move the result into place. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Bumps [@stellar/stellar-sdk](https://github.com/stellar/js-stellar-sdk) from 12.1.0 to 16.2.0. - [Release notes](https://github.com/stellar/js-stellar-sdk/releases) - [Changelog](https://github.com/stellar/js-stellar-sdk/blob/main/CHANGELOG.md) - [Commits](stellar/js-stellar-sdk@v12.1.0...v16.2.0) --- updated-dependencies: - dependency-name: "@stellar/stellar-sdk" dependency-version: 16.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/main/stellar/stellar-sdk-16.1.0
branch
from
August 6, 2026 11:31
bd558c9 to
f22d6af
Compare
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.
Bumps @stellar/stellar-sdk from 12.1.0 to 16.2.0.
Release notes
Sourced from @stellar/stellar-sdk's releases.
... (truncated)
Changelog
Sourced from @stellar/stellar-sdk's changelog.
... (truncated)
Commits
0336c41feat(contract): add occurrence param to Spec.findEvent (#1574)22b013aSupport duplicate event names in generated bindings (#1572)513da91release V16.2.0 (#1569)b1a4814Review fixes for event bindings and contract signers (#1570)c93797cAdd useUpgradedAuth simulation flag for CAP-71 v2 address credentials (#1568)52717e4Accept a Signer or Keypair wherever signTransaction is accepted (#1567)5aaba3cEvent bindings review fixes (#1565)1e1ba81Bump astro from 6.4.8 to 7.1.0 (#1557)aa00dd1feat(bindings): generate typed event interfaces and filter helpers (#1556)9526bd3Extend authorizeEntry signing callbacks: payload argument and custom signatur...Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@stellar/stellar-sdksince your current version.Install script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.