Skip to content

Version Packages#1

Closed
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Closed

Version Packages#1
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions Bot commented Sep 3, 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/kit@5.2.0

Minor Changes

  • #1113 b1937c7 Thanks @lorisleiva! - Add new @solana/plugin-core package enabling us to create modular Kit clients that can be extended with plugins.

Patch Changes

  • Updated dependencies [b80b092, b1937c7, 109c78e]:
    • @solana/instruction-plans@5.2.0
    • @solana/errors@5.2.0
    • @solana/plugin-core@5.2.0
    • @solana/keys@5.2.0
    • @solana/accounts@5.2.0
    • @solana/addresses@5.2.0
    • @solana/instructions@5.2.0
    • @solana/offchain-messages@5.2.0
    • @solana/programs@5.2.0
    • @solana/rpc@5.2.0
    • @solana/rpc-subscriptions@5.2.0
    • @solana/rpc-types@5.2.0
    • @solana/signers@5.2.0
    • @solana/sysvars@5.2.0
    • @solana/transaction-confirmation@5.2.0
    • @solana/transaction-messages@5.2.0
    • @solana/transactions@5.2.0
    • @solana/codecs@5.2.0
    • @solana/rpc-parsed-types@5.2.0
    • @solana/functional@5.2.0
    • @solana/rpc-spec-types@5.2.0

@solana/plugin-core@5.2.0

Minor Changes

  • #1113 b1937c7 Thanks @lorisleiva! - Add new @solana/plugin-core package enabling us to create modular Kit clients that can be extended with plugins.

@solana/accounts@5.2.0

Patch Changes

  • Updated dependencies [b80b092, c391a44, 109c78e]:
    • @solana/errors@5.2.0
    • @solana/codecs-core@5.2.0
    • @solana/codecs-strings@5.2.0
    • @solana/addresses@5.2.0
    • @solana/rpc-spec@5.2.0
    • @solana/rpc-types@5.2.0

@solana/addresses@5.2.0

Patch Changes

  • Updated dependencies [b80b092, c391a44, 109c78e]:
    • @solana/errors@5.2.0
    • @solana/codecs-core@5.2.0
    • @solana/codecs-strings@5.2.0
    • @solana/assertions@5.2.0
    • @solana/nominal-types@5.2.0

@solana/assertions@5.2.0

Patch Changes

  • Updated dependencies [b80b092]:
    • @solana/errors@5.2.0

@solana/codecs@5.2.0

Patch Changes

  • Updated dependencies [c391a44, 109c78e]:
    • @solana/codecs-core@5.2.0
    • @solana/codecs-numbers@5.2.0
    • @solana/codecs-strings@5.2.0
    • @solana/codecs-data-structures@5.2.0
    • @solana/options@5.2.0

@solana/codecs-core@5.2.0

Patch Changes

  • #1115 c391a44 Thanks @steveluscher! - Created a function that gives you a non-shared ArrayBuffer given any kind of Uint8Array

  • #1116 109c78e Thanks @steveluscher! - Any SharedArrayBuffer that gets passed to a crypto operation like signBytes or verifySignature will now be copied as non-shared. Crypto operations like sign and verify reject SharedArrayBuffers otherwise

  • Updated dependencies [b80b092]:

    • @solana/errors@5.2.0

@solana/codecs-data-structures@5.2.0

Patch Changes

  • Updated dependencies [b80b092, c391a44, 109c78e]:
    • @solana/errors@5.2.0
    • @solana/codecs-core@5.2.0
    • @solana/codecs-numbers@5.2.0

@solana/codecs-numbers@5.2.0

Patch Changes

  • #1116 109c78e Thanks @steveluscher! - Any SharedArrayBuffer that gets passed to a crypto operation like signBytes or verifySignature will now be copied as non-shared. Crypto operations like sign and verify reject SharedArrayBuffers otherwise

  • Updated dependencies [b80b092, c391a44, 109c78e]:

    • @solana/errors@5.2.0
    • @solana/codecs-core@5.2.0

@solana/codecs-strings@5.2.0

Patch Changes

  • #1116 109c78e Thanks @steveluscher! - Any SharedArrayBuffer that gets passed to a crypto operation like signBytes or verifySignature will now be copied as non-shared. Crypto operations like sign and verify reject SharedArrayBuffers otherwise

  • Updated dependencies [b80b092, c391a44, 109c78e]:

    • @solana/errors@5.2.0
    • @solana/codecs-core@5.2.0
    • @solana/codecs-numbers@5.2.0

@solana/compat@5.2.0

Patch Changes

  • #1116 109c78e Thanks @steveluscher! - Any SharedArrayBuffer that gets passed to a crypto operation like signBytes or verifySignature will now be copied as non-shared. Crypto operations like sign and verify reject SharedArrayBuffers otherwise

  • Updated dependencies [b80b092, c391a44, 109c78e]:

    • @solana/errors@5.2.0
    • @solana/codecs-core@5.2.0
    • @solana/keys@5.2.0
    • @solana/addresses@5.2.0
    • @solana/instructions@5.2.0
    • @solana/transactions@5.2.0

@solana/errors@5.2.0

Patch Changes

  • #1155 b80b092 Thanks @lorisleiva! - Throw early when the default transaction plan executor encounters a non-divisible transaction plan.

@solana/instruction-plans@5.2.0

Patch Changes

  • #1155 b80b092 Thanks @lorisleiva! - Throw early when the default transaction plan executor encounters a non-divisible transaction plan.

  • Updated dependencies [b80b092, 109c78e]:

    • @solana/errors@5.2.0
    • @solana/keys@5.2.0
    • @solana/instructions@5.2.0
    • @solana/transaction-messages@5.2.0
    • @solana/transactions@5.2.0
    • @solana/promises@5.2.0

@solana/instructions@5.2.0

Patch Changes

@solana/keys@5.2.0

Patch Changes

  • #1116 109c78e Thanks @steveluscher! - Any SharedArrayBuffer that gets passed to a crypto operation like signBytes or verifySignature will now be copied as non-shared. Crypto operations like sign and verify reject SharedArrayBuffers otherwise

  • Updated dependencies [b80b092, c391a44, 109c78e]:

    • @solana/errors@5.2.0
    • @solana/codecs-core@5.2.0
    • @solana/codecs-strings@5.2.0
    • @solana/assertions@5.2.0
    • @solana/nominal-types@5.2.0

@solana/offchain-messages@5.2.0

Patch Changes

  • Updated dependencies [b80b092, c391a44, 109c78e]:
    • @solana/errors@5.2.0
    • @solana/codecs-core@5.2.0
    • @solana/codecs-numbers@5.2.0
    • @solana/codecs-strings@5.2.0
    • @solana/keys@5.2.0
    • @solana/addresses@5.2.0
    • @solana/codecs-data-structures@5.2.0
    • @solana/nominal-types@5.2.0

@solana/options@5.2.0

Patch Changes

  • Updated dependencies [b80b092, c391a44, 109c78e]:
    • @solana/errors@5.2.0
    • @solana/codecs-core@5.2.0
    • @solana/codecs-numbers@5.2.0
    • @solana/codecs-strings@5.2.0
    • @solana/codecs-data-structures@5.2.0

@solana/programs@5.2.0

Patch Changes

  • Updated dependencies [b80b092]:
    • @solana/errors@5.2.0
    • @solana/addresses@5.2.0

@solana/react@5.2.0

Patch Changes

  • Updated dependencies [b80b092, 109c78e]:
    • @solana/errors@5.2.0
    • @solana/keys@5.2.0
    • @solana/addresses@5.2.0
    • @solana/signers@5.2.0
    • @solana/transaction-messages@5.2.0
    • @solana/transactions@5.2.0
    • @solana/promises@5.2.0

@solana/rpc@5.2.0

Patch Changes

  • Updated dependencies [b80b092]:
    • @solana/errors@5.2.0
    • @solana/rpc-api@5.2.0
    • @solana/rpc-spec@5.2.0
    • @solana/rpc-transformers@5.2.0
    • @solana/rpc-transport-http@5.2.0
    • @solana/rpc-types@5.2.0
    • @solana/fast-stable-stringify@5.2.0
    • @solana/functional@5.2.0
    • @solana/rpc-spec-types@5.2.0

@solana/rpc-api@5.2.0

Patch Changes

  • Updated dependencies [b80b092, c391a44, 109c78e]:
    • @solana/errors@5.2.0
    • @solana/codecs-core@5.2.0
    • @solana/codecs-strings@5.2.0
    • @solana/keys@5.2.0
    • @solana/addresses@5.2.0
    • @solana/rpc-spec@5.2.0
    • @solana/rpc-transformers@5.2.0
    • @solana/rpc-types@5.2.0
    • @solana/transaction-messages@5.2.0
    • @solana/transactions@5.2.0
    • @solana/rpc-parsed-types@5.2.0

@solana/rpc-graphql@5.2.0

Patch Changes

  • Updated dependencies [109c78e]:
    • @solana/codecs-strings@5.2.0
    • @solana/fast-stable-stringify@5.2.0

@solana/rpc-spec@5.2.0

Patch Changes

  • Updated dependencies [b80b092]:
    • @solana/errors@5.2.0
    • @solana/rpc-spec-types@5.2.0

@solana/rpc-subscriptions@5.2.0

Patch Changes

  • Updated dependencies [b80b092]:
    • @solana/errors@5.2.0
    • @solana/rpc-subscriptions-channel-websocket@5.2.0
    • @solana/rpc-subscriptions-spec@5.2.0
    • @solana/rpc-transformers@5.2.0
    • @solana/rpc-types@5.2.0
    • @solana/subscribable@5.2.0
    • @solana/rpc-subscriptions-api@5.2.0
    • @solana/fast-stable-stringify@5.2.0
    • @solana/functional@5.2.0
    • @solana/promises@5.2.0
    • @solana/rpc-spec-types@5.2.0

@solana/rpc-subscriptions-api@5.2.0

Patch Changes

  • Updated dependencies [109c78e]:
    • @solana/keys@5.2.0
    • @solana/addresses@5.2.0
    • @solana/rpc-subscriptions-spec@5.2.0
    • @solana/rpc-transformers@5.2.0
    • @solana/rpc-types@5.2.0
    • @solana/transaction-messages@5.2.0
    • @solana/transactions@5.2.0

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

Patch Changes

  • Updated dependencies [b80b092]:
    • @solana/errors@5.2.0
    • @solana/rpc-subscriptions-spec@5.2.0
    • @solana/subscribable@5.2.0
    • @solana/functional@5.2.0

@solana/rpc-subscriptions-spec@5.2.0

Patch Changes

  • Updated dependencies [b80b092]:
    • @solana/errors@5.2.0
    • @solana/subscribable@5.2.0
    • @solana/promises@5.2.0
    • @solana/rpc-spec-types@5.2.0

@solana/rpc-transformers@5.2.0

Patch Changes

  • Updated dependencies [b80b092]:
    • @solana/errors@5.2.0
    • @solana/rpc-types@5.2.0
    • @solana/functional@5.2.0
    • @solana/nominal-types@5.2.0
    • @solana/rpc-spec-types@5.2.0

@solana/rpc-transport-http@5.2.0

Patch Changes

  • Updated dependencies [b80b092]:
    • @solana/errors@5.2.0
    • @solana/rpc-spec@5.2.0
    • @solana/rpc-spec-types@5.2.0

@solana/rpc-types@5.2.0

Patch Changes

  • Updated dependencies [b80b092, c391a44, 109c78e]:
    • @solana/errors@5.2.0
    • @solana/codecs-core@5.2.0
    • @solana/codecs-numbers@5.2.0
    • @solana/codecs-strings@5.2.0
    • @solana/addresses@5.2.0
    • @solana/nominal-types@5.2.0

@solana/signers@5.2.0

Patch Changes

  • Updated dependencies [b80b092, c391a44, 109c78e]:
    • @solana/errors@5.2.0
    • @solana/codecs-core@5.2.0
    • @solana/keys@5.2.0
    • @solana/addresses@5.2.0
    • @solana/instructions@5.2.0
    • @solana/offchain-messages@5.2.0
    • @solana/transaction-messages@5.2.0
    • @solana/transactions@5.2.0
    • @solana/nominal-types@5.2.0

@solana/subscribable@5.2.0

Patch Changes

  • Updated dependencies [b80b092]:
    • @solana/errors@5.2.0

@solana/sysvars@5.2.0

Patch Changes

  • Updated dependencies [b80b092]:
    • @solana/errors@5.2.0
    • @solana/accounts@5.2.0
    • @solana/rpc-types@5.2.0
    • @solana/codecs@5.2.0

@solana/transaction-confirmation@5.2.0

Patch Changes

  • Updated dependencies [b80b092, 109c78e]:
    • @solana/errors@5.2.0
    • @solana/codecs-strings@5.2.0
    • @solana/keys@5.2.0
    • @solana/addresses@5.2.0
    • @solana/rpc@5.2.0
    • @solana/rpc-subscriptions@5.2.0
    • @solana/rpc-types@5.2.0
    • @solana/transaction-messages@5.2.0
    • @solana/transactions@5.2.0
    • @solana/promises@5.2.0

@solana/transaction-messages@5.2.0

Patch Changes

  • Updated dependencies [b80b092, c391a44, 109c78e]:
    • @solana/errors@5.2.0
    • @solana/codecs-core@5.2.0
    • @solana/codecs-numbers@5.2.0
    • @solana/addresses@5.2.0
    • @solana/codecs-data-structures@5.2.0
    • @solana/instructions@5.2.0
    • @solana/rpc-types@5.2.0
    • @solana/functional@5.2.0
    • @solana/nominal-types@5.2.0

@solana/transactions@5.2.0

Patch Changes

  • Updated dependencies [b80b092, c391a44, 109c78e]:
    • @solana/errors@5.2.0
    • @solana/codecs-core@5.2.0
    • @solana/codecs-numbers@5.2.0
    • @solana/codecs-strings@5.2.0
    • @solana/keys@5.2.0
    • @solana/addresses@5.2.0
    • @solana/codecs-data-structures@5.2.0
    • @solana/instructions@5.2.0
    • @solana/rpc-types@5.2.0
    • @solana/transaction-messages@5.2.0
    • @solana/functional@5.2.0
    • @solana/nominal-types@5.2.0

@solana/fast-stable-stringify@5.2.0

@solana/functional@5.2.0

@solana/nominal-types@5.2.0

@solana/promises@5.2.0

@solana/rpc-parsed-types@5.2.0

@solana/rpc-spec-types@5.2.0

@solana/webcrypto-ed25519-polyfill@5.2.0

@github-actions github-actions Bot force-pushed the changeset-release/main branch 10 times, most recently from a3a1f6a to 4abebcb Compare September 11, 2025 09:36
@github-actions github-actions Bot force-pushed the changeset-release/main branch 5 times, most recently from 80bc26e to d31f826 Compare September 16, 2025 02:45
@github-actions github-actions Bot force-pushed the changeset-release/main branch 4 times, most recently from 4b4dbff to 628c401 Compare September 26, 2025 19:00
@github-actions github-actions Bot force-pushed the changeset-release/main branch 4 times, most recently from cd42565 to dcdd577 Compare October 3, 2025 13:53
@socket-security
Copy link
Copy Markdown

socket-security Bot commented Oct 3, 2025

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@github-actions github-actions Bot force-pushed the changeset-release/main branch 6 times, most recently from cf640b3 to 7fa9adf Compare October 8, 2025 21:32
@github-actions github-actions Bot force-pushed the changeset-release/main branch 3 times, most recently from 64f9416 to d0bb8da Compare November 11, 2025 02:47
@github-actions github-actions Bot force-pushed the changeset-release/main branch 5 times, most recently from a2dd232 to 0fc0766 Compare November 20, 2025 02:47
@github-actions github-actions Bot force-pushed the changeset-release/main branch 4 times, most recently from ee399eb to 1c08a3d Compare November 26, 2025 17:32
@github-actions github-actions Bot force-pushed the changeset-release/main branch 8 times, most recently from ea03ef2 to c68ff5c Compare December 5, 2025 17:52
@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from 7575e8f to 7175e1a Compare December 17, 2025 10:03
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 7175e1a to fe87870 Compare December 17, 2025 21:43
@github-actions github-actions Bot force-pushed the changeset-release/main branch from fe87870 to b325c5e Compare December 28, 2025 21:24
@github-actions github-actions Bot added the stale label Jan 12, 2026
@github-actions github-actions Bot closed this Jan 19, 2026
@github-actions
Copy link
Copy Markdown
Author

github-actions Bot commented Feb 3, 2026

Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Feb 3, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants