Skip to content

Bump @mysten/sui from 2.11.0 to 2.14.1#143

Merged
0xh3rman merged 1 commit intomainfrom
dependabot/npm_and_yarn/mysten/sui-2.14.1
Apr 21, 2026
Merged

Bump @mysten/sui from 2.11.0 to 2.14.1#143
0xh3rman merged 1 commit intomainfrom
dependabot/npm_and_yarn/mysten/sui-2.14.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps @mysten/sui from 2.11.0 to 2.14.1.

Release notes

Sourced from @​mysten/sui's releases.

@​mysten/sui@​2.14.1

Patch Changes

  • 2d57e9c: Fix normalizeStructTag to reject top-level vector type strings with a clear error. Previously, calling normalizeStructTag('vector<0x2::sui::SUI>') would produce a corrupted result because the vector string was passed directly to parseStructTag, which misinterpreted it. The function now throws an error directing callers to use normalizeTypeTag instead.
  • a3f2b49: Remove coin reservation feature flag check from core resolver

@​mysten/sui@​2.14.0

Minor Changes

  • d0a401e: Update Display.output type from Record<string, string> to Record<string, unknown> to match actual API behavior. Display v2 templates can produce structured JSON values (objects, arrays) for fields that reference non-string Move types or use the :json transform. This affects the core client type, the JSON-RPC DisplayFieldsResponse type, and all three transport implementations (gRPC, GraphQL, JSON-RPC).

@​mysten/sui@​2.13.4

Patch Changes

  • 2f76ba2: Revert removal of coin reservation feature flag check in core resolver

@​mysten/sui@​2.13.3

Patch Changes

  • 3324a93: Remove enable_coin_reservation_obj_refs feature flag check from core resolver. Coin reservation refs are now created whenever address balance is non-zero, removing the need for the getProtocolConfig call during transaction building.

@​mysten/sui@​2.13.2

Patch Changes

  • 0819c73: Fix JSON-RPC defaultNameServiceName returning undefined instead of null when no name is found.
  • 8491b8e: Fix parseStructTag to reject malformed inputs: empty address/module/name components (e.g. ::foo::Bar) and trailing content after type parameters (e.g. Coin<u8>GARBAGE).

@​mysten/sui@​2.13.1

Patch Changes

  • 82c2386: Fix JSON-RPC simulateTransaction includes when dryRun fails for non-public functions with checksEnabled: false. balanceChanges and objectTypes no longer return incorrect data from failed dryRun, and the transaction include no longer crashes for unbuilt Transaction objects.

@​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

... (truncated)

Commits
  • 7d2281f Version Packages (#996)
  • a3f2b49 Remove coin reservation feature flag from core resolver (#995)
  • 2d57e9c Fix normalizeStructTag to handle top-level vector types (#983)
  • d47c8e2 Version Packages (#994)
  • d0a401e fix: update Display.output type to Record<string, unknown> (#993)
  • 161f580 Version Packages (#991)
  • 2f76ba2 Revert "Remove coin reservation feature flag from core resolver" (#990)
  • 1c5fe0c Version Packages (#986)
  • 3324a93 Remove coin reservation feature flag from core resolver (#987)
  • 220c140 [dapp-kit-core] persist selected account to storage on switch (#989)
  • Additional commits viewable 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.14.1.
- [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.14.1)

---
updated-dependencies:
- dependency-name: "@mysten/sui"
  dependency-version: 2.14.1
  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 Apr 6, 2026
@0xh3rman 0xh3rman merged commit 317e9e0 into main Apr 21, 2026
4 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/mysten/sui-2.14.1 branch April 21, 2026 13:14
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.

1 participant