Skip to content

build(deps-dev): bump @solana/kit from 6.4.0 to 6.5.0#267

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/solana/kit-6.5.0
Mar 20, 2026
Merged

build(deps-dev): bump @solana/kit from 6.4.0 to 6.5.0#267
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/solana/kit-6.5.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2026

Bumps @solana/kit from 6.4.0 to 6.5.0.

Release notes

Sourced from @​solana/kit's releases.

v6.5.0

@​solana/kit

v6.5.0 (2026-03-19)

Minor Changes

  • [@solana/plugin-interfaces] #1486 10cb920 Thanks @​lorisleiva! - Add ClientWithGetMinimumBalance plugin interface for computing the minimum balance required for an account. Implementations can use any strategy (e.g., RPC call, cached value) to provide this value through a uniform API.

  • [@solana/signers] #1487 9e05736 Thanks @​lorisleiva! - Add partiallySignTransactionWithSigners, signTransactionWithSigners, and signAndSendTransactionWithSigners functions that accept a set of signers and a compiled Transaction directly, without requiring signers to be embedded in a transaction message. Also add assertContainsResolvableTransactionSendingSigner to validate that a set of signers contains an unambiguously resolvable sending signer. The existing transaction message helpers now delegate to these new functions internally.

Patch Changes

  • [@solana/kit] #1485 4a4c217 Thanks @​lorisleiva! - Deprecated getMinimumBalanceForRentExemption. The minimum balance for an account is being actively reduced (see SIMD-0437) and is expected to become dynamic in future Solana upgrades (see SIMD-0194 and SIMD-0389). Use the getMinimumBalanceForRentExemption RPC method or a ClientWithGetMinimumBalance plugin instead. This function will be removed in v7.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 20, 2026
@github-actions github-actions bot enabled auto-merge (squash) March 20, 2026 09:08
github-actions[bot]
github-actions bot previously approved these changes Mar 20, 2026
Bumps [@solana/kit](https://github.com/anza-xyz/kit) from 6.4.0 to 6.5.0.
- [Release notes](https://github.com/anza-xyz/kit/releases)
- [Commits](anza-xyz/kit@v6.4.0...v6.5.0)

---
updated-dependencies:
- dependency-name: "@solana/kit"
  dependency-version: 6.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/solana/kit-6.5.0 branch from 1edacca to f8dcfcf Compare March 20, 2026 09:14
@github-actions github-actions bot merged commit 1063e59 into main Mar 20, 2026
18 of 20 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/solana/kit-6.5.0 branch March 20, 2026 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants