Skip to content

deps(frontend)(deps): bump @mysten/sui from 2.11.0 to 2.13.0 in /src/frontend#109

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/src/frontend/mysten/sui-2.13.0
Open

deps(frontend)(deps): bump @mysten/sui from 2.11.0 to 2.13.0 in /src/frontend#109
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/src/frontend/mysten/sui-2.13.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps @mysten/sui from 2.11.0 to 2.13.0.

Release notes

Sourced from @​mysten/sui's releases.

@​mysten/sui@​2.13.0

Minor Changes

  • 329350a: Add tx.coin() and tx.balance() methods and rewrite CoinWithBalance intent resolution.

    • tx.coin({ type, balance }) — produces a Coin<T> of the requested balance, sourced from owned coins and gas
    • tx.balance({ type, balance }) — produces a Balance<T> of the requested balance, sourced from address balance or owned coins
    • When balance intents are used, the merged pool remainder is converted to Balance and returned to the sender's address balance via send_funds
    • Multiple intents of the same coin type are now resolved with a single combined SplitCoins instead of per-intent splits
  • 3c83909: Optimize transaction resolver to parallelize independent network requests (system state, balance, coins, protocol config) and add coin reservation compat mode for address balance gas payment when coin_reservation feature flag is enabled.

@​mysten/sui@​2.12.1

Patch Changes

  • f9067d5: Fix JSON-RPC simulateTransaction failing when passed a Transaction instance with unresolved object inputs

@​mysten/sui@​2.12.0

Minor Changes

  • bfeff69: Add checksEnabled option to simulateTransaction to allow disabling transaction validation checks during simulation, enabling inspection of non-public/non-entry Move functions.
Commits
  • 2075cc2 Version Packages (#977)
  • 329350a Add tx.coin/tx.balance methods, rewrite CoinWithBalance intent resolution (#963)
  • 3c83909 Optimize resolver and add coin reservation compat mode (#962)
  • d6bafc4 Version Packages (#976)
  • f9067d5 fix(sui): resolve objects in JSON-RPC simulateTransaction for Transaction ins...
  • be3f995 [pas] fix ci inclusion (#973)
  • 74ac65a Version Packages (#972)
  • bfeff69 feat(sui): add checksEnabled option to simulateTransaction (#971)
  • a085d92 [dapp-kit-core] gracefully skip non-compliant wallet extensions (#970)
  • 684dc5a [docs] add a clarification example for no-field structs for deriveObjectID (#...
  • See full diff in compare view

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 [@mysten/sui](https://github.com/MystenLabs/ts-sdks) from 2.11.0 to 2.13.0.
- [Release notes](https://github.com/MystenLabs/ts-sdks/releases)
- [Commits](https://github.com/MystenLabs/ts-sdks/compare/@mysten/sui@2.11.0...@mysten/sui@2.13.0)

---
updated-dependencies:
- dependency-name: "@mysten/sui"
  dependency-version: 2.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Mar 30, 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