build(deps): DEP-4 — platform & SDK maintenance bumps, phase 1 (WALLET-1329)#1380
Merged
Comp0te merged 1 commit intoJul 1, 2026
Conversation
Base automatically changed from
WALLET-1330-dep-3-crypto-vault-modernization
to
release/2.6.0
July 1, 2026 20:06
…-1329) Bump all 4 Ledger transports together (hw-transport/webhid -> ^6.35.4, webusb/web-ble -> ^6.34.4), @zondax/ledger-casper -> ^2.6.4, @bringweb3/chrome-extension-kit -> 1.7.0, @tanstack/react-query -> ^5.101.2. Add an override deduping @ledgerhq/hw-transport to a single 6.35.4 copy: @zondax/ledger-casper@2.6.4 pins hw-transport@6.31.16 and its child @zondax/ledger-js pins 6.31.9; the nested override collapses the whole zondax subtree to one hoisted copy (verified: single node_modules entry). Add @ledgerhq/devices as an explicit direct dep (transport.ts imports ledgerUSBVendorId and deep-imports hw-transport-webusb/lib/webusb), pinned to the transitively-resolved 8.15.1 so there is no lockfile churn beyond the dedupe. casper-js-sdk and casper-wallet-core untouched (held / out of scope for this phase). Rebased onto release/2.6.0 after DEP-1/2/3 landed as squash merges.
2dbbc16 to
21b41ff
Compare
Comp0te
approved these changes
Jul 1, 2026
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.
Summary
Phase 1 of WALLET-1329 — dependency-only maintenance bumps. Phase 2 (casper-wallet-core governance: git+ssh SHA → semver-versioned private package) is descoped from this PR and will be picked up separately as a stacked follow-up.
casper-wallet-corestays on its current git+ssh SHA pin here.@ledgerhq/hw-transport/hw-transport-webhid→^6.35.4,hw-transport-webusb/hw-transport-web-ble→^6.34.4(latest for these two is 6.34, not 6.35)@zondax/ledger-casper→^2.6.4,@bringweb3/chrome-extension-kit→1.7.0,@tanstack/react-query→^5.101.2overridesentry deduping@ledgerhq/hw-transportto a single version —@zondax/ledger-casper@2.6.4newly pins@ledgerhq/hw-transport@6.31.16, which would otherwise create a duplicate copy@ledgerhq/devicesas an explicit direct dependency (deep-imported intransport.tsforledgerUSBVendorId); pinned to the version already resolved transitively, so no lockfile churn beyond the dedupecasper-js-sdkheld (already latest, gates the crypto cluster per WALLET-1330);qrcode.reactheld (WALLET-1330 DEP-11); no source edits totransport.ts/ledger.ts/bring.ts/background/index.tsStacked on
WALLET-1330-dep-3-crypto-vault-modernization(current tip of the dependency-modernization train); will be merged forward without force once parent branches land.