Skip to content

Bump @mysten/wallet-standard from 0.20.3 to 0.21.1 in /frontend#34

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/mysten/wallet-standard-0.21.1
Open

Bump @mysten/wallet-standard from 0.20.3 to 0.21.1 in /frontend#34
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/mysten/wallet-standard-0.21.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 18, 2026

Copy link
Copy Markdown

Bumps @mysten/wallet-standard from 0.20.3 to 0.21.1.

Release notes

Sourced from @​mysten/wallet-standard's releases.

@​mysten/deepbook-v3@​1.3.3

Patch Changes

  • bb8d26a: Fix three latent type errors in the generated utils/index.ts that surfaced for consumers with noUncheckedIndexedAccess: true:

    • getPureBcsSchema(structTag.typeParams[0]) passed TypeTag | undefined to a parameter typed string | TypeTag. Now null-checks the inner tag before passing it.
    • argTypes[i] was redundantly re-indexed inside a for…of entries() loop, returning string | null | undefined and being passed back to getPureBcsSchema. Switched to the loop variable, which is string | null.
    • MoveStruct.get() returned the destructured [res] from getMany([objectId]) without asserting it was defined. Now throws if no object was returned.

    The codegen test suite gained a tsc-based check that compiles the generated utils/index.ts under strict + noUncheckedIndexedAccess, so embedded-template type bugs are caught before release rather than by downstream consumers.

    All consumer packages (payment-kit, pas, walrus, suins, deepbook-v3, kiosk) have been regenerated with the fix.

@​mysten/deepbook-v3@​1.3.2

Patch Changes

  • c96956e: Regenerate generated Move types against the latest contract sources. The generated utils/index.ts GetOptions / GetManyOptions are now exported as type aliases (intersection) instead of interfaces. SuiNS gains SubnamePrunedEvent, pruneExpiredSubname, and pruneExpiredSubnames.

@​mysten/deepbook-v3@​1.3.1

Patch Changes

  • e149b58: Set the transaction sender on all read-only query methods so they work under SuiJsonRpcClient. Previously these queries built a Transaction without calling tx.setSender(...), which was tolerated by the gRPC core client (it substitutes 0x0 for a missing sender during resolution) but failed under JSON-RPC with Missing transaction sender. JSON-RPC is scheduled to be sunset on July 31, 2026 — migrate to SuiGrpcClient when possible.
  • e9570a1: Regenerated Move call bindings. Parameters that can't accept a plain value (non-key struct or enum, vector<KeyStruct>, etc.) are now typed as TransactionArgument, forcing callers to pass a prior move-call result or tx.makeMoveVec(...). Passing a bare string or array for these parameters was always broken at runtime.
  • Updated dependencies [6adc085]
  • Updated dependencies [b1bf49a]
    • @​mysten/sui@​2.16.0

@​mysten/deepbook-v3@​1.3.0

Minor Changes

  • 993aa1f: Add cancelLiveOrder and cancelLiveOrders transaction builders that skip order ids not currently in the balance manager's open orders (already filled, cancelled, expired-and-swept, or

... (truncated)

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 [@mysten/wallet-standard](https://github.com/MystenLabs/ts-sdks) from 0.20.3 to 0.21.1.
- [Release notes](https://github.com/MystenLabs/ts-sdks/releases)
- [Commits](https://github.com/MystenLabs/ts-sdks/commits)

---
updated-dependencies:
- dependency-name: "@mysten/wallet-standard"
  dependency-version: 0.21.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 Jun 18, 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