chore: auto-update core dependencies (manual replay)#120
Merged
Conversation
Manual replay of the auto-update-core workflow for the sdk-release dispatch that failed: helpers 4.20.0 / toolboxes 4.27.1 / core 4.6.3 published at 09:13:57 UTC and the workflow's bun update ran before the registry CDN had the new manifests, so resolution failed. Versions resolve fine now; lockfile converged across the @swapkit/* family. 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.
Manual replay of the failed
sdk-releaseauto-updateThe auto-update-core workflow failed on today's
sdk-releasedispatch withNo version matchingerrors for the bumped packages.Root cause: a registry-propagation race, not a bad payload.
@swapkit/helpers@4.20.0,@swapkit/toolboxes@4.27.1, and@swapkit/core@4.6.3were published at 09:13:57 UTC and the workflow'sbun updateran moments later, before the npm CDN served the new manifests. All three resolve normally now.Updated packages (manifest bumps):
@swapkit/helpers^4.19.1 → ^4.20.0@swapkit/toolboxes^4.27.0 → ^4.27.1@swapkit/core^4.6.2 → ^4.6.3Lockfile converge also picked up (within existing ranges): plugins 4.7.3, server 4.4.4, wallet-core 4.3.20, wallet-keystore 4.5.4.
Replayed the workflow's exact steps locally: manifest bump →
bun update(with manifest save/restore) →bun install→bun build:ci✅ →bun lint✅ →bun type-check:ci✅ → changeset generated. Some package.json files were collapsed to biome's canonicalexpand: neverformat by the lint step — same output CI's lint would produce.🤖 Generated with Claude Code