Skip to content

build(deps): bump @solana/assertions from 2.0.0 to 6.1.0#555

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/solana/assertions-6.1.0
Open

build(deps): bump @solana/assertions from 2.0.0 to 6.1.0#555
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/solana/assertions-6.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2026

Bumps @solana/assertions from 2.0.0 to 6.1.0.

Release notes

Sourced from @​solana/assertions's releases.

v6.1.0

@​solana/kit

v6.1.0 (2026-02-16)

Minor Changes

  • [@solana/codecs-data-structures] #1363 70b1ed8 Thanks @​mcintyre94! - Adds new functions getPredicateEncoder, getPredicateDecoder and getPredicateCodec.

    These can be used to write an encoder that switches between two encoders based on the value being encoded, or a decoder that switches between two decoders based on the byte array being decoded.

  • [@solana/codecs-data-structures] #1369 7ce7545 Thanks @​mcintyre94! - Allow passing a description to array and tuple encoders and codecs

    • The ArrayCodecConfig is extended with an optional description
    • The tuple encoder and codec now have an optional second argument, which is a new config object TupleCodecConfig with an optional description
    • If either throws a SOLANA_ERROR__CODECS__INVALID_NUMBER_OF_ITEMS when encoding, the codecDescription field will be the description passed in the config. If no description is included then they will continue to default to array and tuple respectively.
  • [@solana/instruction-plans] #1334 1f6cd4b Thanks @​lorisleiva! - Add parseInstructionOrTransactionPlanInput helper that converts flexible inputs (instruction plan input or transaction plan input) into an InstructionPlan or TransactionPlan

  • [@solana/instruction-plans] #1332 50010b5 Thanks @​lorisleiva! - Add parseInstructionPlanInput helper that converts flexible inputs (single instruction, instruction plan, or array) into an InstructionPlan

  • [@solana/instruction-plans] #1333 33234f5 Thanks @​lorisleiva! - Add parseTransactionPlanInput helper that converts flexible inputs (single transaction message, transaction plan, or array) into an TransactionPlan

  • [@solana/kit] #1356 da61429 Thanks @​lorisleiva! - Add @solana/kit/program-client-core as a subpath export for @solana/program-client-core without changing root @solana/kit exports.

  • [@solana/plugin-interfaces] #1339 ee558a1 Thanks @​lorisleiva! - Add @solana/plugin-interfaces package with TypeScript interfaces for building pluggable Solana clients. Includes ClientWithPayer, ClientWithAirdrop, ClientWithRpc, ClientWithRpcSubscriptions, ClientWithTransactionPlanning, and ClientWithTransactionSending interfaces.

  • [@solana/program-client-core] #1345 d3314a6 Thanks @​lorisleiva! - Add new @solana/program-client-core package containing types and utilities for building Solana program clients. This is mainly used by the JavaScript Codama renderer to generate Kit-compatible program clients.

Patch Changes

  • [@solana/errors] #1344 3f711e1 Thanks @​lorisleiva! - Add new error codes for program clients: SOLANA_ERROR__PROGRAM_CLIENTS__INSUFFICIENT_ACCOUNT_METAS, SOLANA_ERROR__PROGRAM_CLIENTS__UNRECOGNIZED_INSTRUCTION_TYPE, SOLANA_ERROR__PROGRAM_CLIENTS__FAILED_TO_IDENTIFY_INSTRUCTION, SOLANA_ERROR__PROGRAM_CLIENTS__UNEXPECTED_RESOLVED_INSTRUCTION_INPUT_TYPE, and SOLANA_ERROR__PROGRAM_CLIENTS__RESOLVED_INSTRUCTION_INPUT_MUST_BE_NON_NULL.

  • [@solana/errors] #1366 215027c Thanks @​lorisleiva! - Add two new SolanaError codes for program clients: SOLANA_ERROR__PROGRAM_CLIENTS__UNRECOGNIZED_ACCOUNT_TYPE and SOLANA_ERROR__PROGRAM_CLIENTS__FAILED_TO_IDENTIFY_ACCOUNT.

v6.0.1

@​solana/kit

v6.0.1 (2026-02-05)

Patch Changes

  • [@solana/kit, @solana/signers, @solana/transaction-messages] #1321 2d3296f Thanks @​mcintyre94! - Fix a bug in the type of TransactionMessageWithSigners

  • [@solana/transaction-messages] #1318 a8a57ce Thanks @​mcintyre94! - Fix bugs in types of setTransactionMessageLifetimeUsingBlockhash and setTransactionMessageLifetimeUsingDurableNonce

v6.0.0

@​solana/kit

v6.0.0 (2026-02-04)

... (truncated)

Commits
  • 1d2eed3 Version Packages (#1338)
  • bb43612 Update the transaction encoder to encode v1 transactions (#1371)
  • 7c3a47a Add an overload to predicate, return Variable if both inputs are (#1372)
  • 7549f96 Add a function to encode signatures without the size prefix (#1370)
  • 7ce7545 Add description to array + tuple codec config, use in assertion error message...
  • 24f81ac Use @​solana/react SelectedWalletAccountContextProvider in example react app (...
  • 215027c Add more SolanaErrors for program clients (#1366)
  • 4d839cf Fix connect wallet menu in react example app (#1364)
  • 70b1ed8 Add getPredicateCodec to select an encoder/decoder using a predicate (#1363)
  • 6ffe5ee Add AI page actions (#1358)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​solana/assertions since your current version.


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)

Bumps [@solana/assertions](https://github.com/anza-xyz/kit) from 2.0.0 to 6.1.0.
- [Release notes](https://github.com/anza-xyz/kit/releases)
- [Commits](anza-xyz/kit@v2.0.0...v6.1.0)

---
updated-dependencies:
- dependency-name: "@solana/assertions"
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 19, 2026

Labels

The following labels could not be found: automerge. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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.

0 participants

Comments