chore(deps): bump moonlight-sdk to ^0.11.0#124
Merged
Conversation
Pick up soroban-core 0.4.0 (per-UTXO spend-state refactor) via moonlight-sdk 0.11.0. Pure version bump: the SDK's public type surface is unchanged between 0.10.0 and 0.11.0 (the only delta is the removal of the unreachable contract-error entry 2009 InvalidDrawerSlot, which is not referenced here), so no code change is needed.
moonlight-sdk 0.11.0 is published on JSR; lock the deno.json ^0.11.0 bump to the resolved 0.11.0 (integrity 2c5595ab…). SDK 0.11.0 has the same dependency graph as 0.10.0, so only the moonlight-sdk specifier, package entry, and integrity change.
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 the moonlight-sdk pin to
^0.11.0to pick up the soroban-core 0.4.0 per-UTXO spend-state refactor (artifacts refreshed in moonlight-sdk#38).Pure version bump — no code change. The SDK public type surface is identical between 0.10.0 and 0.11.0; the only SDK delta is the removal of the unreachable contract-error entry
2009 InvalidDrawerSlot(its drawer bitmap no longer exists), which is not referenced in this repo.0.11.0is not yet published to JSR (it lands via moonlight-sdk#38). Until then^0.11.0cannot resolve, so CI here will be red anddeno.lock(still at 0.10.0) cannot be regenerated. Merge order: soroban-core#34 → moonlight-sdk#38 (publishes 0.11.0) → this PR (thendeno installrefreshes the lock). No branch/prerelease ref is left in this PR — the pin is the final published^0.11.0.