chore(deps): combined cargo bumps (codama, litesvm, spl-token-2022, non-major group)#62
Merged
Merged
Conversation
28f848c to
e83c8f2
Compare
…r group) Replaces dependabot PRs: - #45 cargo-non-major group (borsh, solana-security-txt, solana-pubkey, solana-address, solana-account-info, solana-program-error, solana-system-interface) - #49 litesvm 0.9.0 -> 0.11.0 - #53 codama 0.7.4 -> 0.9.2 (IDL regen adds "events": []) Also bumps spl-token-2022 10.0.0 -> 11.0.0 to match updated solana-nullable types pulled by transitive solana-* deps. Pinocchio bumps (#46, #50, #52, #54, #55) and solana-account 4.0 (#48) excluded: pinocchio 0.10 -> 0.11 needs AccountView API migration across program/* and tests, solana-account 4.0 conflicts with solana-client 3.x (only available at 4.0.0-rc). codama renderer JS/Rust majors (#60, #61) and npm-non-major (#56) excluded: require kit-plugin client migration + codegen script updates beyond a dep bump.
e83c8f2 to
da57b99
Compare
This was referenced May 18, 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
Combined cargo dependency bump consolidating multiple dependabot PRs into a single coordinated update.
Included (replaces these dependabot PRs):
"events": [])solana-nullabletypes pulled by transitive deps; not a separate dependabot PR but needed for the bundle to compile)Excluded — left for follow-up:
AccountViewAPI (&mut [AccountView]entrypoint,try_borrow_mutrequires&mut,resizeremoved, generic arg changes). Needs migration acrossprogram/src/instructions/*andprogram/src/state/*.solana-client3.x (4.0 only at 4.0.0-rc).@solana/kit6.3→6.9 with type tightening that cascades into lint errors.Test plan
cargo build --release(host)cargo check --workspace --tests(compiles modulo.soartifacts only built by CI'scargo-build-sbf)pnpm typecheckpnpm generate-idl+pnpm generate-clients