Skip to content

deps(back): bump @mysten/sui from 2.7.0 to 2.15.0 in /agent-wallet-service#79

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/agent-wallet-service/mysten/sui-2.15.0
Open

deps(back): bump @mysten/sui from 2.7.0 to 2.15.0 in /agent-wallet-service#79
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/agent-wallet-service/mysten/sui-2.15.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2026

Bumps @mysten/sui from 2.7.0 to 2.15.0.

Release notes

Sourced from @​mysten/sui's releases.

@​mysten/sui@​2.15.0

Minor Changes

  • 43b2670: Re-export GrpcWebFetchTransport, GrpcWebOptions, and RpcTransport from @mysten/sui/grpc so users can configure custom transports without adding @protobuf-ts/* as direct dependencies.

Patch Changes

  • ef0b8a7: Error when mixing SUI CoinWithBalance intents that use the gas coin with ones that set useGasCoin: false in the same transaction, preventing potential double-counting of address balance.

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

... (truncated)

Commits
  • 7b8f094 Version Packages (#1002)
  • 43b2670 docs: add native gRPC transport setup instructions and client tests (#1005)
  • ef0b8a7 Prefer address balances over coins in intent resolution (#1001)
  • 875b1b7 [dapp-kit-core] add customizable cursor tokens for interactive elements (#1000)
  • 5056490 Version Packages (#998)
  • 1b2f786 Move @​mysten/sui to peerDependencies in payment-kit (#997)
  • d483e2e docs: revise Walrus SDK doc for style guide (#992)
  • 7d2281f Version Packages (#996)
  • a3f2b49 Remove coin reservation feature flag from core resolver (#995)
  • 2d57e9c Fix normalizeStructTag to handle top-level vector types (#983)
  • 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.7.0 to 2.15.0.
- [Release notes](https://github.com/MystenLabs/ts-sdks/releases)
- [Commits](https://github.com/MystenLabs/ts-sdks/compare/@mysten/sui@2.7.0...@mysten/sui@2.15.0)

---
updated-dependencies:
- dependency-name: "@mysten/sui"
  dependency-version: 2.15.0
  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 Apr 10, 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