Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2025

Bumps @solana/transaction-messages from 2.2.1 to 3.0.3.

Release notes

Sourced from @​solana/transaction-messages's releases.

v3.0.3

@​solana/kit

v3.0.3 (2025-09-11)

Patch Changes

  • [@solana/errors] #874 a085209 Thanks @​github-actions! - When you use the @solana/errors CLI you will now always get version 5.6.2 of chalk and version 14.0.0 of commander, which themselves are zero-dependency.

v3.0.2

@​solana/kit

v3.0.2 (2025-09-03)

Patch Changes

v3.0.1

@​solana/kit

v3.0.1 (2025-08-29)

Patch Changes

  • [@solana/transaction-confirmation] #803 eb0a122 Thanks @​github-actions! - Fixed a bug where transaction errors discovered during recent transaction confirmation might not be thrown

v3.0.0

@​solana/kit

v3.0.0 (2025-08-27)

Major Changes

  • [@solana/codecs-data-structures] #691 771f8ae Thanks @​lorisleiva! - BREAKING CHANGE: Removes the following deprecated functions: getDataEnumEncoder, getDataEnumDecoder, getDataEnumCodec, getScalarEnumEncoder, getScalarEnumDecoder and getScalarEnumCodec.

  • [@solana/instructions] #691 771f8ae Thanks @​lorisleiva! - BREAKING CHANGE: Removes the following deprecated types: IAccountMeta, IAccountLookupMeta, IInstruction, IInstructionWithAccounts and IInstructionWithData.

  • [@solana/kit, @solana/transactions] #482 00d66fb Thanks @​lorisleiva! - BREAKING CHANGE: Transactions must now satisfy the SendableTransaction type before being provided to helper functions that send transactions to the network. On top of ensuring the transaction is fully signed, this type also ensures the transaction is within size limit.

  • [@solana/kit, @solana/transaction-messages] #594 733605d Thanks @​lorisleiva! - Extract lifetime token from CompiledTransactionMessage. CompiledTransactionMessage & CompiledTransactionMessageWithLifetime may now be used to refer to a compiled transaction message with a lifetime token. This enables CompiledTransactionMessages to be encoded without the need to specify a mock lifetime token.

  • [@solana/kit, @solana/signers, @solana/transactions] #462 a74ea02 Thanks @​lorisleiva! - BREAKING CHANGE: The FullySignedTransaction no longer extends the Transaction type so it can be composed with other flags that also narrow transaction types. This means, whenever FullySignedTransaction is used on its own, it will need to be replaced with FullySignedTransaction & Transaction.

  • [@solana/kit] #691 771f8ae Thanks @​lorisleiva! - BREAKING CHANGE: Removes the getComputeUnitEstimateForTransactionMessageFactory deprecated function.

  • [@solana/rpc-spec-types] #732 81c83b1 Thanks @​nonergodic! - BREAKING CHANGE: Rename stringifyJsonWithBigints to stringifyJsonWithBigInts for consistency with the rest of the API.

  • [@solana/signers, @solana/transactions] #574 0bd053b Thanks @​lorisleiva! - Add the TransactionWithLifetime requirement when signing transactions. This is because, whilst a lifetime may not always be required before compile a transaction message, it is always required when signing a transaction. Otherwise, the transaction signatures will be invalid when one is added later.

... (truncated)

Commits
  • 27da24a Version Packages (#875)
  • a085209 Pin the @solana/errors CLI dependencies to fixed versions (#873) (#874)
  • ccdc2b0 Remove unused import from create-github-release.ts (#834)
  • 8ae307c Make sure the GitHub token makes it to the publish scripts (#833)
  • f118d30 Repair the publish script and use the GitHub API to determine whether to tag ...
  • de15d38 Fix npm publish tag for main publish of 3.x backport (#826)
  • 7d0af99 Fix the publish tag for 3.x npm canary releases (#824)
  • ed21791 Version Packages (#823)
  • b2e24e3 Run CI with Agave 2.3 (#790) (#822)
  • 6e095fb add loadedAccountsDataSize to simulate transaction response (#521) (#821)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 Sep 11, 2025
@github-actions github-actions bot enabled auto-merge (squash) September 11, 2025 09:17
github-actions[bot]
github-actions bot previously approved these changes Sep 11, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/solana/transaction-messages-3.0.3 branch from b9f0619 to d1e55f7 Compare October 1, 2025 09:39
github-actions[bot]
github-actions bot previously approved these changes Oct 1, 2025
Bumps [@solana/transaction-messages](https://github.com/anza-xyz/kit) from 2.2.1 to 3.0.3.
- [Release notes](https://github.com/anza-xyz/kit/releases)
- [Commits](anza-xyz/kit@v2.2.1...v3.0.3)

---
updated-dependencies:
- dependency-name: "@solana/transaction-messages"
  dependency-version: 3.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/solana/transaction-messages-3.0.3 branch from d1e55f7 to 8cddadc Compare October 1, 2025 10:10
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 9, 2025

Superseded by #381.

@dependabot dependabot bot closed this Oct 9, 2025
auto-merge was automatically disabled October 9, 2025 09:28

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/solana/transaction-messages-3.0.3 branch October 9, 2025 09:28
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.

1 participant