chore: bump @swapkit/* deps — plugins 5.0.5 (HyperCore USDC HIP-1 fix) - #146
Merged
Conversation
…SDC HIP-1 fix) Bumps the SDK line to pick up the HyperCore USDC HIP-1 identifier fix (swapkit/sdk#376) plus the current helpers/toolboxes patches: - @swapkit/core 5.0.3 -> 5.0.5 - @swapkit/helpers 5.1.0 -> 5.2.1 - @swapkit/plugins 5.0.3 -> 5.0.5 - @swapkit/server 5.1.1 -> 5.1.3 - @swapkit/toolboxes 5.1.2 -> 5.2.1 - @swapkit/wallet-core 5.0.3 -> 5.0.5 - @swapkit/wallet-keystore 5.0.3 -> 5.1.1 helpers 5.2.1 mixes 4- and 5-element readonly tuples in DerivationPathArray, so three .slice() casts needed as-unknown bridges (keepkey utxo, trezor, keystore). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…**/package.json package.json files are written by npm/changesets in their multi-line style; biome's --fix was collapsing arrays and creating diff noise on every dep bump (packages/ui/package.json was already excluded for this reason). Generalize the exclusion and restore the develop formatting, keeping only the version bumps. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Why
Picks up swapkit/sdk#376 —
@swapkit/plugins5.0.5 accepts the canonical HyperCore USDC HIP-1 identifier (HYPE.USDC-USDC:0x6d1e…) that the API emits since 2026-08-27, which currently breaks every HyperCore USDC payin in the widget withplugin_swapkit_invalid_transaction. Part of the release chain: sdk (released) → wallets (this PR) → ui bump.Changes
Changeset included (patch across sdk/wallet-extensions/wallet-hardware/wallet-mobile/wallets).
Type adaptation: helpers 5.2.1's
DerivationPathArraynow mixes 4- and 5-element readonly tuples, so.slice()no longer casts directly — three sites (keepkey utxo, trezor, keystore) get the compiler-sanctionedas unknown asbridge. No behavior change.Verification
bun test: 114 pass / 0 failbun lint: cleanbun run type-check: identical error census to clean develop in a fresh checkout (pre-existing TS7016/TS2339 that CI resolves viabuild:ci's dts step) — the 3 new TS2352 from the helpers bump are fixedbun run build: green🤖 Generated with Claude Code