Skip to content

Bump axios, @aptos-labs/ts-sdk and aptos in /aptos-move/move-examples/my_first_dapp/client#39

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/aptos-move/move-examples/my_first_dapp/client/multi-8e68b26efb
Open

Bump axios, @aptos-labs/ts-sdk and aptos in /aptos-move/move-examples/my_first_dapp/client#39
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/aptos-move/move-examples/my_first_dapp/client/multi-8e68b26efb

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 9, 2026

Removes axios. It's no longer used after updating ancestor dependencies axios, @aptos-labs/ts-sdk and aptos. These dependencies need to be updated together.

Removes axios

Updates @aptos-labs/ts-sdk from 1.0.0 to 1.39.0

Changelog

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

1.39.0 (2025-05-05)

  • Add a transferFungibleAssetBetweenStores function to transfer Fungible Assets between any (primary or secondary) fungible stores.
  • Include an example file transfer_between_fungible_stores.ts which uses a new example Move module secondary_store.move.
  • Define the return type for toUint8Array() in the SingleKey.ts file to not break tsc build
  • Fix deriveAccountFromPrivateKey to use the "legacy" derivation path for Ed25519 keys first.
  • Deprecate deriveAccountFromPrivateKey as more inspection is needed from the user to determine the correct address.
  • Fix internal and example tests in regards to the change to zero state accounts

1.38.0 (2025-04-02)

  • Adds and default implementation of verifySignatureAsync to PublicKey.
  • Implement derivable abstracted account
  • Fix: Reverts experimental binary view functions, which caused Buffer is undefined errors in browsers.

1.37.1 (2025-03-24)

  • Upgrade min versions of @​noble/curves and @​noble/hashes to 1.6.0 and 1.5.0 respectively as they are required to use keyless signature verification.

1.37.0 (2025-03-24)

  • Upgrade tsup to v8.4.0
  • Export the crypto/abstraction.ts file that includes the AbstractSignature and AbstractPublicKey classes.
  • Adds verifySignatureAsync to support signature verification that requires fetching chain state.
  • Adds support for keyless signature verification.
  • Implements signature verification for MultiKey.
  • Override @​babel/runtime and @​babel/helpers to use an updated version
  • Fix pagination of AccountResources and AccountModules
  • Add API for getResourcesPage and getModulesPage to support manual pagination
  • Added pairedFaMetadataAddress function to calculate the paired fungible asset metadata address for a given coin type, with enhanced support for various address formats (short form, long form, with leading zeros)

1.36.0 (2025-03-14)

  • Upgrade rotateAuthKey API to allow for unverified auth key rotations.
  • Upgrade rotateAuthKey API to support Account types other than Ed25519.
  • Update simulation for MultiKeyAccount to use signatures of the same type as the corresponding public key.
  • Add truncateAddress helper function to truncate an address at the middle with an ellipsis.
  • Fix scriptComposer addBatchedCalls more typeArguments error
  • Add support for skipping struct type tag validation.
  • Add support for known enum structs: DelegationKey and RateLimiter.
  • Deprecated fetchMoveFunctionAbi and convertCallArgument
  • Bump aptos-client to 1.1.0

1.35.0 (2025-02-11)

  • Add MultiEd25519Account to support the legacy MultiEd25519 authentication scheme.

1.34.0 (2025-02-06)

  • Add new scriptComposer api in transactionSubmission api to allow SDK callers to invoke multiple Move functions inside a same transaction and compose the calls dynamically.

... (truncated)

Commits

Updates aptos from 1.20.0 to 1.22.1

Commits

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [axios](https://github.com/axios/axios). It's no longer used after updating ancestor dependencies [axios](https://github.com/axios/axios), [@aptos-labs/ts-sdk](https://github.com/aptos-labs/aptos-ts-sdk) and [aptos](https://github.com/aptos-labs/aptos-core). These dependencies need to be updated together.


Removes `axios`

Updates `@aptos-labs/ts-sdk` from 1.0.0 to 1.39.0
- [Changelog](https://github.com/aptos-labs/aptos-ts-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aptos-labs/aptos-ts-sdk/commits/v1.39.0)

Updates `aptos` from 1.20.0 to 1.22.1
- [Release notes](https://github.com/aptos-labs/aptos-core/releases)
- [Changelog](https://github.com/aptos-labs/aptos-core/blob/main/docker/release-images.mjs)
- [Commits](https://github.com/aptos-labs/aptos-core/commits)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 
  dependency-type: indirect
- dependency-name: "@aptos-labs/ts-sdk"
  dependency-version: 1.39.0
  dependency-type: direct:production
- dependency-name: aptos
  dependency-version: 1.22.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants