chore: bump SwapKit dependencies#112
Merged
Merged
Conversation
SDK release train: core 4.6.0, helpers 4.19.0, plugins 4.7.0, server 4.4.1, toolboxes 4.26.0, wallet-core 4.3.18, wallet-keystore 4.5.1. Manual bump: the auto-update-core workflow fails on root devDependencies sync (sherif). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The root package.json pins @swapkit/* in devDependencies, which the workflow never updated — sherif (postinstall lint:ws) then failed the run with multiple-dependency-versions. Also align all writes to ^VER: a bare-vs-caret prefix mismatch trips sherif the same way. 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.
Bumps external
@swapkit/*dependencies to the latest SDK release train, kept in sync across the root workspace devDependencies and all packages, and fixes theauto-update-coreworkflow so future bumps don't need this manual PR.@swapkit/utxo-signeris already at the latest (2.2.3).Auto-release workflow fix
The
auto-update-coreworkflow bumpedpackages/*/package.jsonplus rootdependencies/overrides, but the root pins@swapkit/*in devDependencies — which it never touched. Sherif (run as postinstalllint:ws) then failed the run withmultiple-dependency-versions. The workflow now also syncs rootdevDependencies, and all dep-field writes use^VERconsistently (a bare-vs-caret prefix mismatch trips sherif the same way;overridesstay exact). Verified by simulating the loop against the repo manifests with a fake dispatch payload — all manifests converge on identical ranges.Includes the changeset from
generate:dep-changeset(patch bump for all 5 workspace packages) so merging triggers the Version Packages release PR.Verification:
bun install+ sherif ✓,bun run build+build:dts✓,bun run type-check✓ (all 5 packages),bun test43/43 ✓.🤖 Generated with Claude Code