Bump valibot and @mysten/sui - #6101
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/multi-20d0073da7
branch
4 times, most recently
from
August 2, 2026 17:57
d8c927c to
0955e46
Compare
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/multi-20d0073da7
branch
from
August 3, 2026 22:10
0955e46 to
4ac8bbc
Compare
Bumps [valibot](https://github.com/open-circle/valibot) and [@mysten/sui](https://github.com/MystenLabs/ts-sdks). These dependencies needed to be updated together. Updates `valibot` from 0.36.0 to 1.4.2 - [Release notes](https://github.com/open-circle/valibot/releases) - [Commits](open-circle/valibot@v0.36.0...v1.4.2) Updates `@mysten/sui` from 1.19.0 to 1.45.2 - [Release notes](https://github.com/MystenLabs/ts-sdks/releases) - [Commits](https://github.com/MystenLabs/ts-sdks/commits) --- updated-dependencies: - dependency-name: "@mysten/sui" dependency-version: 1.45.2 dependency-type: indirect - dependency-name: valibot dependency-version: 1.4.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/multi-20d0073da7
branch
from
August 3, 2026 22:22
4ac8bbc to
57bac47
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps valibot and @mysten/sui. These dependencies needed to be updated together.
Updates
valibotfrom 0.36.0 to 1.4.2Release notes
Sourced from valibot's releases.
... (truncated)
Commits
0dc26eaBump library version to 1.4.21bd01c3fix: handle keys that collide with Object.prototype in flatten and merge (#1522)752c636docs: clarify string length semantics (#1505)a3beff9fix: cache word-count segmenter for non-primitive locales (#1521)1f9b183Update FUNDING.yml in fabvor of Open Collective2c63b2aUpdate logos of partners in README09616b2Add CodeRabbit as partner and remove Stainless92bcf55Add Cloudflare to privacy policy page9bb6617Add Cloudflare as a deploy target to our website (#1508)c05bf95Bump to-json-schema version to 1.7.1Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for valibot since your current version.
Updates
@mysten/suifrom 1.19.0 to 1.45.2Commits
Note
Medium Risk
Large jump in
@mysten/suiaffects Sui signing/RPC/crypto behavior; Valibot 1.x is a major transitive bump. Lockfile-only change lowers direct code risk but Sui wallet flows deserve regression testing.Overview
Lockfile-only dependency refresh:
valibot**0.36.0 → 1.4.2 (major) and@mysten/sui**1.19.0 → 1.45.2, pulled in together because the newer Sui SDK expects Valibot v1.The Mysten upgrade also reshapes its dependency tree—
@mysten/bcsand@mysten/utilsmove up,gql.tada/ GraphQL tooling versions align with the new SDK, and gRPC-web/protobuf transport packages appear while older Sui-related deps (jose,@simplewebauthn/typescript-types,@suchipi/femver) drop out of that subtree.There are no application source changes in this diff; impact is limited to whatever code paths use the Sui wallet stack (transitive
@mysten/suifrom the Edge wallet dependency chain).Reviewed by Cursor Bugbot for commit 57bac47. Bugbot is set up for automated code reviews on this repo. Configure here.