Skip to content

deps(back): bump @aptos-labs/ts-sdk from 6.2.0 to 6.3.1 in /agent-wallet-service#72

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/agent-wallet-service/aptos-labs/ts-sdk-6.3.1
Open

deps(back): bump @aptos-labs/ts-sdk from 6.2.0 to 6.3.1 in /agent-wallet-service#72
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/agent-wallet-service/aptos-labs/ts-sdk-6.3.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2026

Bumps @aptos-labs/ts-sdk from 6.2.0 to 6.3.1.

Changelog

Sourced from @​aptos-labs/ts-sdk's changelog.

Aptos TypeScript SDK Changelog

All notable changes to the Aptos TypeScript SDK will be captured in this file. This changelog is written by hand for now. It adheres to the format set out by Keep a Changelog.

Unreleased

6.3.0 (2026-03-22)

Fixed

  • Fix serializeAsBytes is not a function error when wallet extensions (e.g. Petra) bundle an older SDK and serialize v6 transaction objects. Added serializeEntryFunctionBytesCompat() helper with runtime fallback to the pre-v6 bcsToBytes() + serializeBytes() pattern (DVR-143)
  • Fix simple function arguments for Vector<Option<T>> types: BCS-encoded values (e.g. AccountAddress.ONE) passed as elements of vector<Option<address>> are now automatically wrapped in MoveOption instead of throwing a type mismatch error
  • Resolve moderate security advisories in confidential-assets dev tooling by pinning transitive file-type and yauzl (via @swc/cli@xhmikosr/downloader) to patched releases
  • Remove hardcoded maxGasAmount: 2000 from e2e tests (Account Derivation APIs, WebAuthn submission) that caused MAX_GAS_UNITS_BELOW_MIN_TRANSACTION_GAS_UNITS failures after the on-chain minimum gas increase
  • Add troubleshooting section to CONTRIBUTING.md for ERR_WORKER_OUT_OF_MEMORY build failures on low-RAM systems
  • Fix quickstart and example code that used deprecated getAccountResource with CoinStore to check balances; replaced with getAccountAPTAmount which works after the FungibleAsset migration
  • Update simple_transfer examples (TypeScript, TypeScript ESM, JavaScript) and multi_agent_transfer to use getAccountAPTAmount instead of 0x1::coin::balance view function
  • Update simple_transfer and JavaScript examples to use 0x1::aptos_account::transfer instead of 0x1::coin::transfer

Added

  • Add e2e tests for external signer flow (build → getSigningMessage → sign externally → submit) to verify the flow works correctly with the latest SDK version
  • Add MultiKey (K-of-N mixed key types) transfer example (examples/typescript/multikey_transfer.ts)
  • Add MultiEd25519 (K-of-N Ed25519) transfer example (examples/typescript/multi_ed25519_transfer.ts)
Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@aptos-labs/ts-sdk](https://github.com/aptos-labs/aptos-ts-sdk) from 6.2.0 to 6.3.1.
- [Changelog](https://github.com/aptos-labs/aptos-ts-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aptos-labs/aptos-ts-sdk/commits)

---
updated-dependencies:
- dependency-name: "@aptos-labs/ts-sdk"
  dependency-version: 6.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 27, 2026

Labels

The following labels could not be found: backend, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants