8000 Version Packages by github-actions[bot] · Pull Request #489 · anza-xyz/kit · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Version Packages #489

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your acco 10000 unt

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Version Packages #489

wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link
Contributor
@github-actions github-actions bot commented May 12, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@solana/compat@2.2.0

Minor Changes

  • #488 810d6ab Thanks @lorisleiva! - Remove the I prefix on the following types: IInstruction, IInstructionWithAccounts, IInstructionWithData, IInstructionWithSigners, IAccountMeta, IAccountLookupMeta and IAccountSignerMeta. The old names are kept as aliases but marked as deprecated.

Patch Changes

  • Updated dependencies [6ccbf01, bbcb913, 93609aa, b7dfe03, 810d6ab]:
    • @solana/transactions@2.2.0
    • @solana/errors@2.2.0
    • @solana/instructions@2.2.0
    • @solana/addresses@2.2.0
    • @solana/codecs-core@2.2.0
    • @solana/keys@2.2.0

@solana/errors@2.2.0

Minor Changes

  • #426 b7dfe03 Thanks @lorisleiva! - Deprecate the I prefix of four transaction message types to stay consistent with the rest of them. Namely, the following types are renamed and their old names are marked as deprecated:
    • ITransactionMessageWithFeePayer -> TransactionMessageWithFeePayer
    • ITransactionMessageWithFeePayerSigner -> TransactionMessageWithFeePayerSigner
    • ITransactionMessageWithSigners -> TransactionMessageWithSigners
    • ITransactionMessageWithSingleSendingSigner -> TransactionMessageWithSingleSendingSigner

Patch Changes

  • #425 93609aa Thanks @lorisleiva! - Add a variety of types, constants and functions to help with transaction sizes and their limits

@solana/instructions@2.2.0

Minor Changes

  • #488 810d6ab Thanks @lorisleiva! - Remove the I prefix on the following types: IInstruction, IInstructionWithAccounts, IInstructionWithData, IInstructionWithSigners, IAccountMeta, IAccountLookupMeta and IAccountSignerMeta. The old names are kept as aliases but marked as deprecated.

Patch Changes

  • Updated dependencies [93609aa, b7dfe03]:
    • @solana/errors@2.2.0
    • @solana/codecs-core@2.2.0

@solana/kit@2.2.0

Minor Changes

  • #426 b7dfe03 Thanks @lorisleiva! - Deprecate the I prefix of four transaction message types to stay consistent with the rest of them. Namely, the following types are renamed and their old names are marked as deprecated:

    • ITransactionMessageWithFeePayer -> TransactionMessageWithFeePayer
    • ITransactionMessageWithFeePayerSigner -> TransactionMessageWithFeePayerSigner
    • ITransactionMessageWithSigners -> TransactionMessageWithSigners
    • ITransactionMessageWithSingleSendingSigner -> TransactionMessageWithSingleSendingSigner
  • #488 810d6ab Thanks @lorisleiva! - Remove the I prefix on the following types: IInstruction, IInstructionWithAccounts, IInstructionWithData, IInstructionWithSigners, IAccountMeta, IAccountLookupMeta and IAccountSignerMeta. The old names are kept as aliases but marked as deprecated.

Patch Changes

  • #520 043d8c1 Thanks @lorisleiva! - Deprecate the getComputeUnitEstimateForTransactionMessageFactory function in favor of the estimateComputeUnitLimitFactory function from the @solana-program/compute-budget client.

  • Updated dependencies [6ccbf01, 53e1336, eb61d94, bbcb913, 93609aa, b7dfe03, e6c0568, 810d6ab]:

    • @solana/transaction-messages@2.2.0
    • @solana/transactions@2.2.0
    • @solana/signers@2.2.0
    • @solana/errors@2.2.0
    • @solana/instructions@2.2.0
    • @solana/programs@2.2.0
    • @solana/transaction-confirmation@2.2.0
    • @solana/rpc-subscriptions@2.2.0
    • @solana/accounts@2.2.0
    • @solana/addresses@2.2.0
    • @solana/keys@2.2.0
    • @solana/rpc@2.2.0
    • @solana/rpc-types@2.2.0
    • @solana/sysvars@2.2.0
    • @solana/rpc-parsed-types@2.2.0
    • @solana/codecs@2.2.0
    • @solana/functional@2.2.0
    • @solana/rpc-spec-types@2.2.0

@solana/signers@2.2.0

Minor Changes

  • #468 6ccbf01 Thanks @lorisleiva! - Add, remove and forward the TransactionMessageWithinSizeLimit and TransactionWithinSizeLimit types in all helpers that may affect the size of a transaction or transaction message.

  • #426 b7dfe03 Thanks @lorisleiva! - Deprecate the I prefix of four transaction message types to stay consistent with the rest of them. Namely, the following types are renamed and their old names are marked as deprecated:

    • ITransactionMessageWithFeePayer -> TransactionMessageWithFeePayer
    • ITransactionMessageWithFeePayerSigner -> TransactionMessageWithFeePayerSigner
    • ITransactionMessageWithSigners -> TransactionMessageWithSigners
    • ITransactionMessageWithSingleSendingSigner -> TransactionMessageWithSingleSendingSigner
  • #488 810d6ab Thanks @lorisleiva! - Remove the I prefix on the following types: IInstruction, IInstructionWithAccounts, IInstructionWithData, IInstructionWithSigners, IAccountMeta, IAccountLookupMeta and IAccountSignerMeta. The old names are kept as aliases but marked as deprecated.

Patch Changes

  • Updated dependencies [6ccbf01, 53e1336, eb61d94, bbcb913, 93609aa, b7dfe03, e6c0568, 810d6ab]:
    • @solana/transaction-messages@2.2.0
    • @solana/transactions@2.2.0
    • @solana/errors@2.2.0
    • @solana/instructions@2.2.0
    • @solana/addresses@2.2.0
    • @solana/codecs-core@2.2.0
    • @solana/keys@2.2.0
    • @solana/nominal-types@2.2.0

@solana/transaction-messages@2.2.0

Minor Changes

  • #468 6ccbf01 Thanks @lorisleiva! - Add, remove and forward the TransactionMessageWithinSizeLimit and TransactionWithinSizeLimit types in all helpers that may affect the size of a transaction or transaction message.

  • #427 eb61d94 Thanks @lorisleiva! - Rename isDurableNonceTransaction to isTransactionMessageWithDurableNonceLifetime and assertIsDurableNonceTransactionMessage to assertIsTransactionMessageWithDurableNonceLifetime for consistency with the blockhash lifetime. The old names are kept as aliases but marked as deprecated.

  • #426 b7dfe03 Thanks @lorisleiva! - Deprecate the I prefix of four transaction message types to stay consistent with the rest of them. Namely, the following types are renamed and their old names are marked as deprecated:

    • ITransactionMessageWithFeePayer -> TransactionMessageWithFeePayer
    • ITransactionMessageWithFeePayerSigner -> TransactionMessageWithFeePayerSigner
    • ITransactionMessageWithSigners -> TransactionMessageWithSigners
    • ITransactionMessageWithSingleSendingSigner -> TransactionMessageWithSingleSendingSigner
  • #488 810d6ab Thanks @lorisleiva! - Remove the I prefix on the following types: IInstruction, IInstructionWithAccounts, IInstructionWithData, IInstructionWithSigners, IAccountMeta, IAccountLookupMeta and IAccountSignerMeta. The old names are kept as aliases but marked as deprecated.

Patch Changes

  • #432 53e1336 Thanks @lorisleiva! - Keep type safety when appending or prepending instructions to transaction messages

  • #430 e6c0568 Thanks @lorisleiva! - Introduce a new TransactionMessageWithLifetime type and special Exclude type helpers to remove information from transaction messages

  • Updated dependencies [93609aa, b7dfe03, 810d6ab]:

    • @solana/errors@2.2.0
    • @solana/instructions@2.2.0
    • @solana/addresses@2.2.0
    • @solana/codecs-core@2.2.0
    • @solana/codecs-data-structures@2.2.0
    • @solana/codecs-numbers@2.2.0
    • @solana/rpc-types@2.2.0
    • @solana/functional@2.2.0
    • @solana/nominal-types@2.2.0

@solana/transactions@2.2.0

Minor Changes

  • #468 6ccbf01 Thanks @lorisleiva! - Add, remove and forward the TransactionMessageWithinSizeLimit and TransactionWithinSizeLimit types in all helpers that may affect the size of a transaction or transaction message.

  • #479 bbcb913 Thanks @lorisleiva! - Adds isFullySignedTransaction helper and renames assertTransactionIsFullySigned to assertIsFullySignedTransaction. The old name was kept as an alias but marked as deprecated.

  • #426 b7dfe03 Thanks @lorisleiva! - Deprecate the I prefix of four transaction message types to stay consistent with the rest of them. Namely, the following types are renamed and their old names are marked as deprecated:

    • ITransactionMessageWithFeePayer -> TransactionMessageWithFeePayer
    • ITransactionMessageWithFeePayerSigner -> TransactionMessageWithFeePayerSigner
    • ITransactionMessageWithSigners -> TransactionMessageWithSigners
    • ITransactionMessageWithSingleSendingSigner -> TransactionMessageWithSingleSendingSigner

Patch Changes

  • #425 93609aa Thanks @lorisleiva! - Add a variety of types, constants and functions to help with transaction sizes and their limits

  • Updated dependencies [6ccbf01, 53e1336, eb61d94, 93609aa, b7dfe03, e6c0568, 810d6ab]:

    • @solana/transaction-messages@2.2.0
    • @solana/errors@2.2.0
    • @solana/instructions@2.2.0
    • @solana/addresses@2.2.0
    • @solana/codecs-core@2.2.0
    • @solana/codecs-data-structures@2.2.0
    • @solana/codecs-numbers@2.2.0
    • @solana/codecs-strings@2.2.0
    • @solana/keys@2.2.0
    • @solana/rpc-types@2.2.0
    • @solana/functional@2.2.0
    • @solana/nominal-types@2.2.0

@solana/accounts@2.2.0

Patch Changes

  • Updated dependencies [93609aa, 304a44f, b7dfe03]:
    • @solana/errors@2.2.0
    • @solana/rpc-spec@2.2.0
    • @solana/addresses@2.2.0
    • @solana/codecs-core@2.2.0
    • @solana/codecs-strings@2.2.0
    • @solana/rpc-types@2.2.0

@solana/addresses@2.2.0

Patch Changes

  • Updated dependencies [93609aa, b7dfe03]:
    • @solana/errors@2.2.0
    • @solana/assertions@2.2.0
    • @solana/codecs-core@2.2.0
    • @solana/codecs-strings@2.2.0
    • @solana/nominal-types@2.2.0

@solana/assertions@2.2.0

Patch Changes

@solana/codecs@2.2.0

Patch Changes

  • Updated dependencies []:
    • @solana/codecs-core@2.2.0
    • @solana/codecs-data-structures@2.2.0
    • @solana/codecs-numbers@2.2.0
    • @solana/codecs-strings@2.2.0
    • @solana/options@2.2.0

@solana/codecs-core@2.2.0

Patch Changes

@solana/codecs-data-structures@2.2.0

Patch Changes

  • Updated dependencies [93609aa, b7dfe03]:
    • @solana/errors@2.2.0
    • @solana/codecs-core@2.2.0
    • @solana/codecs-numbers@2.2.0

@solana/codecs-numbers@2.2.0

Patch Changes

  • Updated dependencies [93609aa, b7dfe03]:
    • @solana/errors@2.2.0
    • @solana/codecs-core@2.2.0

@solana/codecs-strings@2.2.0

Patch Changes

  • Updated dependencies [93609aa, b7dfe03]:
    • @solana/errors@2.2.0
    • @solana/codecs-core@2.2.0
    • @solana/codecs-numbers@2.2.0

@solana/keys@2.2.0

Patch Changes

  • Updated dependencies [93609aa, b7dfe03]:
    • @solana/errors@2.2.0
    • @solana/assertions@2.2.0
    • @solana/codecs-core@2.2.0
    • @solana/codecs-strings@2.2.0
    • @solana/nominal-types@2.2.0

@solana/options@2.2.0

Patch Changes

  • Updated dependencies [93609aa, b7dfe03]:
    • @solana/errors@2.2.0
    • @solana/codecs-core@2.2.0
    • @solana/codecs-data-structures@2.2.0
    • @solana/codecs-numbers@2.2.0
    • @solana/codecs-strings@2.2.0

@solana/programs@2.2.0

Patch Changes

  • Updated dependencies [93609aa, b7dfe03]:
    • @solana/errors@2.2.0
    • @solana/addresses@2.2.0

@solana/react@2.2.0

Patch Changes

  • Updated dependencies [6ccbf01, bbcb913, 93609aa, b7dfe03, 810d6ab]:
    • @solana/transactions@2.2.0
    • @solana/signers@2.2.0
    • @solana/errors@2.2.0
    • @solana/addresses@2.2.0
    • @solana/keys@2.2.0
    • @solana/promises@2.2.0

@solana/rpc@2.2.0

Patch Changes

  • Updated dependencies [93609aa, 304a44f, b7dfe03]:
    • @solana/errors@2.2.0
    • @solana/rpc-spec@2.2.0
    • @solana/rpc-api@2.2.0
    • @solana/rpc-transformers@2.2.0
    • @solana/rpc-transport-http@2.2.0
    • @solana/rpc-types@2.2.0
    • @solana/fast-stable-stringify@2.2.0
    • @solana/functional@2.2.0
    • @solana/rpc-spec-types@2.2.0

@solana/rpc-api@2.2.0

Patch Changes

  • Updated dependencies [6ccbf01, 53e1336, eb61d94, bbcb913, 93609aa, 304a44f, b7dfe03, e6c0568, 810d6ab]:
    • @solana/transaction-messages@2.2.0
    • @solana/transactions@2.2.0
    • @solana/errors@2.2.0
    • @solana/rpc-spec@2.2.0
    • @solana/addresses@2.2.0
    • @solana/codecs-core@2.2.0
    • @solana/codecs-strings@2.2.0
    • @solana/keys@2.2.0
    • @solana/rpc-transformers@2.2.0
    • @solana/rpc-types@2.2.0
    • @solana/rpc-parsed-types@2.2.0

@solana/rpc-graphql@2.2.0

Patch Changes

  • Updated dependencies []:
    • @solana/codecs-strings@2.2.0
    • @solana/fast-stable-stringify@2.2.0

@solana/rpc-spec@2.2.0

Patch Changes

  • #508 304a44f Thanks @calintje! - Fix RPC objects incorrectly appearing as thenable Promises which caused silent program termination when awaited.

  • Updated dependencies [93609aa, b7dfe03]:

    • @solana/errors@2.2.0
    • @solana/rpc-spec-types@2.2.0

@solana/rpc-subscriptions@2.2.0

Patch Changes

  • Updated dependencies [304a44f, 93609aa, b7dfe03]:
    • @solana/rpc-subscriptions-spec@2.2.0
    • @solana/errors@2.2.0
    • @solana/rpc-subscriptions-api@2.2.0
    • @solana/rpc-subscriptions-channel-websocket@2.2.0
    • @solana/rpc-transformers@2.2.0
    • @solana/rpc-types@2.2.0
    • @solana/subscribable@2.2.0
    • @solana/fast-stable-stringify@2.2.0
    • @solana/functional@2.2.0
    • @solana/promises@2.2.0
    • @solana/rpc-spec-types@2.2.0

@solana/rpc-subscriptions-api@2.2.0

Patch Changes

@solana/rpc-subscriptions-channel-websocket@2.2.0

Patch Changes

  • Updated dependencies [304a44f, 93609aa, b7dfe03]:
    • @solana/rpc-subscriptions-spec@2.2.0
    • @solana/errors@2.2.0
    • @solana/subscribable@2.2.0
    • @solana/functional@2.2.0

@solana/rpc-subscriptions-spec@2.2.0

Patch Changes

  • #508 304a44f Thanks @calintje! - Fix RPC objects incorrectly appearing as thenable Promises which caused silent program termination when awaited.

  • Updated dependencies [93609aa, b7dfe03]:

    • @solana/errors@2.2.0
    • @solana/subscribable@2.2.0
    • @solana/promises@2.2.0
    • @solana/rpc-spec-types@2.2.0

@solana/rpc-transformers@2.2.0

Patch Changes

  • Updated dependencies [93609aa, b7dfe03]:
    • @solana/errors@2.2.0
    • @solana/rpc-types@2.2.0
    • @solana/functional@2.2.0
    • @solana/nominal-types@2.2.0
    • @solana/rpc-spec-types@2.2.0

@solana/rpc-transport-http@2.2.0

Patch Changes

  • Updated dependencies [93609aa, 304a44f, b7dfe03]:
    • @solana/errors@2.2.0
    • @solana/rpc-spec@2.2.0
    • @solana/rpc-spec-types@2.2.0

@solana/rpc-types@2.2.0

Patch Changes

  • Updated dependencies [93609aa, b7dfe03]:
    • @solana/errors@2.2.0
    • @solana/addresses@2.2.0
    • @solana/codecs-core@2.2.0
    • @solana/codecs-numbers@2.2.0
    • @solana/codecs-strings@2.2.0
    • @solana/nominal-types@2.2.0

@solana/subscribable@2.2.0

Patch Changes

@solana/sysvars@2.2.0

Patch Changes

  • Updated dependencies [93609aa, b7dfe03]:
    • @solana/errors@2.2.0
    • @solana/accounts@2.2.0
    • @solana/rpc-types@2.2.0
    • @solana/codecs@2.2.0

@solana/transaction-confirmation@2.2.0

Patch Changes

  • Updated dependencies [6ccbf01, 53e1336, eb61d94, bbcb913, 93609aa, b7dfe03, e6c0568, 810d6ab]:
    • @solana/transaction-messages@2.2.0
    • @solana/transactions@2.2.0
    • @solana/errors@2.2.0
    • @solana/rpc-subscriptions@2.2.0
    • @solana/addresses@2.2.0
    • @solana/codecs-strings@2.2.0
    • @solana/keys@2.2.0
    • @solana/rpc@2.2.0
    • @solana/rpc-types@2.2.0
    • @solana/promises@2.2.0

@solana/fast-stable-stringify@2.2.0

@solana/functional@2.2.0

@solana/nominal-types@2.2.0

@solana/promises@2.2.0

@solana/rpc-parsed-types@2.2.0

@solana/rpc-spec-types@2.2.0

@solana/webcrypto-ed25519-polyfill@2.2.0

@github-actions github-actions bot force-pushed the changeset-release/main branch 16 times, most recently from 9643e88 to dc3ef25 Compare May 14, 2025 22:15
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from da8e454 to 664378a Compare May 20, 2025 17:02
@github-actions github-actions bot force-pushed the changeset-release/main branch 12 times, most recently from 0eb2368 to 8037ef3 Compare June 5, 2025 19:15
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 0804b39 to 1cff485 Compare June 9, 2025 19:53
Copy link
socket-security bot commented Jun 9, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License

View full report

@github-actions github-actions bot force-pushed the changeset-release/main branch 6 times, most recently from bb0bc46 to fd9798e Compare June 20, 2025 23:21
@github-actions github-actions bot force-pushed the changeset-release/main branch 7 times, most recently from 9e94760 to 482a137 Compare June 24, 2025 17:49
@github-actions github-actions bot force-pushed the changeset-release/main branch from 482a137 to 0adf907 Compare June 24, 2025 17:50
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
0