Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 18, 2026

Bumps the solana-ecosystem group with 2 updates: @solana/kit and @solana/react.

Updates @solana/kit from 5.3.0 to 5.4.0

Release notes

Sourced from @​solana/kit's releases.

v5.4.0

@​solana/kit

v5.4.0 (2026-01-13)

Minor Changes

  • [@solana/accounts] #1152 fb1c576 Thanks @​rajgoesout! - Include program + type when available in fetchJsonParsedAccount

  • [@solana/react] #1154 fec04ae Thanks @​ningthoujamSwamikumar! - Add a context provider <SelectedWalletAccountContext> and useSelectedWalletAccount to persist a selected wallet account

  • [@solana/react] #1105 a301da8 Thanks @​rajgoesout! - Add useSignTransactions and useSignAndSendTransactions hooks that you can use to send multiple transactions to a connected wallet.

Patch Changes

  • [@solana/accounts, @solana/addresses, @solana/assertions, @solana/codecs, @solana/codecs-core, @solana/codecs-data-structures, @solana/codecs-numbers, @solana/codecs-strings, @solana/compat, @solana/errors, @solana/fast-stable-stringify, @solana/functional, @solana/instruction-plans, @solana/instructions, @solana/keys, @solana/kit, @solana/nominal-types, @solana/offchain-messages, @solana/options, @solana/plugin-core, @solana/programs, @solana/promises, @solana/rpc, @solana/rpc-api, @solana/rpc-graphql, @solana/rpc-parsed-types, @solana/rpc-spec, @solana/rpc-spec-types, @solana/rpc-subscriptions, @solana/rpc-subscriptions-api, @solana/rpc-subscriptions-channel-websocket, @solana/rpc-subscriptions-spec, @solana/rpc-transformers, @solana/rpc-transport-http, @solana/rpc-types, @solana/signers, @solana/subscribable, @solana/sysvars, @solana/transaction-confirmation, @solana/transaction-messages, @solana/transactions, @solana/webcrypto-ed25519-polyfill] #1187 f5f89eb Thanks @​mcintyre94! - Make Typescript peer dependency optional + reduce required version to ^5

  • [@solana/errors, @solana/rpc-transformers] #1186 189de37 Thanks @​mcintyre94! - Fix type of error in sendTransaction preflight error

    Some fields in RpcSimulateTransactionResult were incorrectly typed as number when they should have been bigint. At runtime these were bigint because of a bug.

    At runtime all numeric fields in RpcSimulateTransactionResult were a bigint, but those typed as number are now correct.

  • [@solana/react] #1199 9bde4d7 Thanks @​rajgoesout! - Correct featureName in signTransaction error

Commits
  • 1fa4b78 Version Packages (#1185)
  • 9bde4d7 fix(react): correct featureName in signTransaction error and assert context...
  • fb1c576 Include program + type when available in fetchJsonParsedAccount (#1152)
  • ae39174 Bump @​types/react from 19.2.7 to 19.2.8 (#1190)
  • 23f9500 Bump @​types/node from 25.0.6 to 25.0.7 (#1197)
  • aee16b9 Bump typedoc from 0.28.15 to 0.28.16 (#1198)
  • f0cfb9f Bump the eslint group with 2 updates (#1196)
  • 749927e Bump @​inquirer/core from 11.1.0 to 11.1.1 (#1193)
  • 9f3c9db Bump pino from 10.1.0 to 10.1.1 (#1189)
  • b2d424a docs(kit): add getMinimumBalanceForRentExemption to README (#1194)
  • Additional commits viewable in compare view

Updates @solana/react from 5.3.0 to 5.4.0

Release notes

Sourced from @​solana/react's releases.

v5.4.0

@​solana/kit

v5.4.0 (2026-01-13)

Minor Changes

  • [@solana/accounts] #1152 fb1c576 Thanks @​rajgoesout! - Include program + type when available in fetchJsonParsedAccount

  • [@solana/react] #1154 fec04ae Thanks @​ningthoujamSwamikumar! - Add a context provider <SelectedWalletAccountContext> and useSelectedWalletAccount to persist a selected wallet account

  • [@solana/react] #1105 a301da8 Thanks @​rajgoesout! - Add useSignTransactions and useSignAndSendTransactions hooks that you can use to send multiple transactions to a connected wallet.

Patch Changes

  • [@solana/accounts, @solana/addresses, @solana/assertions, @solana/codecs, @solana/codecs-core, @solana/codecs-data-structures, @solana/codecs-numbers, @solana/codecs-strings, @solana/compat, @solana/errors, @solana/fast-stable-stringify, @solana/functional, @solana/instruction-plans, @solana/instructions, @solana/keys, @solana/kit, @solana/nominal-types, @solana/offchain-messages, @solana/options, @solana/plugin-core, @solana/programs, @solana/promises, @solana/rpc, @solana/rpc-api, @solana/rpc-graphql, @solana/rpc-parsed-types, @solana/rpc-spec, @solana/rpc-spec-types, @solana/rpc-subscriptions, @solana/rpc-subscriptions-api, @solana/rpc-subscriptions-channel-websocket, @solana/rpc-subscriptions-spec, @solana/rpc-transformers, @solana/rpc-transport-http, @solana/rpc-types, @solana/signers, @solana/subscribable, @solana/sysvars, @solana/transaction-confirmation, @solana/transaction-messages, @solana/transactions, @solana/webcrypto-ed25519-polyfill] #1187 f5f89eb Thanks @​mcintyre94! - Make Typescript peer dependency optional + reduce required version to ^5

  • [@solana/errors, @solana/rpc-transformers] #1186 189de37 Thanks @​mcintyre94! - Fix type of error in sendTransaction preflight error

    Some fields in RpcSimulateTransactionResult were incorrectly typed as number when they should have been bigint. At runtime these were bigint because of a bug.

    At runtime all numeric fields in RpcSimulateTransactionResult were a bigint, but those typed as number are now correct.

  • [@solana/react] #1199 9bde4d7 Thanks @​rajgoesout! - Correct featureName in signTransaction error

Commits
  • 1fa4b78 Version Packages (#1185)
  • 9bde4d7 fix(react): correct featureName in signTransaction error and assert context...
  • fb1c576 Include program + type when available in fetchJsonParsedAccount (#1152)
  • ae39174 Bump @​types/react from 19.2.7 to 19.2.8 (#1190)
  • 23f9500 Bump @​types/node from 25.0.6 to 25.0.7 (#1197)
  • aee16b9 Bump typedoc from 0.28.15 to 0.28.16 (#1198)
  • f0cfb9f Bump the eslint group with 2 updates (#1196)
  • 749927e Bump @​inquirer/core from 11.1.0 to 11.1.1 (#1193)
  • 9f3c9db Bump pino from 10.1.0 to 10.1.1 (#1189)
  • b2d424a docs(kit): add getMinimumBalanceForRentExemption to README (#1194)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner January 18, 2026 22:10
@vercel
Copy link

vercel bot commented Jan 18, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
documentation Ready Ready Preview Jan 19, 2026 3:27pm

Request Review

Bumps the solana-ecosystem group with 2 updates: [@solana/kit](https://github.com/anza-xyz/kit) and [@solana/react](https://github.com/anza-xyz/kit).


Updates `@solana/kit` from 5.3.0 to 5.4.0
- [Release notes](https://github.com/anza-xyz/kit/releases)
- [Commits](anza-xyz/kit@v5.3.0...v5.4.0)

Updates `@solana/react` from 5.3.0 to 5.4.0
- [Release notes](https://github.com/anza-xyz/kit/releases)
- [Commits](anza-xyz/kit@v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: "@solana/kit"
  dependency-version: 5.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: solana-ecosystem
- dependency-name: "@solana/react"
  dependency-version: 5.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: solana-ecosystem
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/solana-ecosystem-61a0297586 branch from 9c2c853 to 9f602a2 Compare January 19, 2026 14:35
@khadni khadni merged commit 5539a34 into main Jan 19, 2026
22 checks passed
@khadni khadni deleted the dependabot/npm_and_yarn/solana-ecosystem-61a0297586 branch January 19, 2026 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant