Skip to content

chore(deps): bump @mysten/deepbook-v3 from 1.6.7 to 2.0.1 in the mysten group - #38

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mysten-53e8ad6b2f
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mysten-53e8ad6b2f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the mysten group with 1 update: @mysten/deepbook-v3.

Updates @mysten/deepbook-v3 from 1.6.7 to 2.0.1

Release notes

Sourced from @​mysten/deepbook-v3'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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the mysten group with 1 update: [@mysten/deepbook-v3](https://github.com/MystenLabs/ts-sdks).


Updates `@mysten/deepbook-v3` from 1.6.7 to 2.0.1
- [Release notes](https://github.com/MystenLabs/ts-sdks/releases)
- [Commits](https://github.com/MystenLabs/ts-sdks/commits/@mysten/bcs@2.0.1)

---
updated-dependencies:
- dependency-name: "@mysten/deepbook-v3"
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mysten
...

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 Aug 24, 2026

This branch has not been deployed

No deployments
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