Skip to content

Bump JS client to @solana/kit v8 - #366

Merged
mcintyre94 merged 2 commits into
mainfrom
bump-kit-v8
Aug 21, 2026
Merged

Bump JS client to @solana/kit v8#366
mcintyre94 merged 2 commits into
mainfrom
bump-kit-v8

Conversation

@mcintyre94

Copy link
Copy Markdown
Member

This PR updates the JS client to @solana/kit v8, bumps its Kit plugin and @solana/sysvars dev dependencies to their kit-v8-compatible versions, and moves @solana-program/system into dependencies since the client imports it at runtime. The client was verified locally against a packed tarball of the system client's kit-v8 branch; CI stays red until @solana-program/system@0.14.0 is published.

Comment thread clients/js/package.json
"prepublishOnly": "pnpm build"
},
"dependencies": {
"@solana-program/system": "^0.14.0"

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is intentionally added as a new dependency, imported by

import { getCreateAccountInstruction, getCreateAccountWithSeedInstruction } from '@solana-program/system';

@mcintyre94
mcintyre94 enabled auto-merge (squash) August 21, 2026 15:19
@mcintyre94
mcintyre94 disabled auto-merge August 21, 2026 15:19
@mcintyre94
mcintyre94 enabled auto-merge (squash) August 21, 2026 15:19
@mcintyre94
mcintyre94 requested a review from lorisleiva August 21, 2026 15:19
@mcintyre94
mcintyre94 merged commit b999a69 into main Aug 21, 2026
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants