Skip to content

build(deps-dev): bump @solana/kit from 7.0.0 to 7.1.1 - #641

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/solana/kit-7.1.1
Closed

build(deps-dev): bump @solana/kit from 7.0.0 to 7.1.1#641
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/solana/kit-7.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps @solana/kit from 7.0.0 to 7.1.1.

Release notes

Sourced from @​solana/kit's releases.

v7.1.1

@​solana/kit

v7.1.1 (2026-08-18)

Patch Changes

  • [@solana/codecs-strings] #1926 1d074ed Thanks @​latent-9! - Fix getBaseXDecoder returning an offset of 0 instead of the buffer length when there are no bytes left to decode, which corrupted the offset of any decoder composed after it.

  • [@solana/instruction-plans] #1924 769da66 Thanks @​mcintyre94! - Deprecate transaction plan result APIs being removed in v8

    Both of the following are deprecated and will be removed in the next major version.

    successfulSingleTransactionPlanResultFromTransaction derives the transaction signature on your behalf by calling getSignatureFromTransaction, which throws when the transaction's fee payer has not signed it. Construct results with successfulSingleTransactionPlanResult instead, passing the context explicitly:

    - successfulSingleTransactionPlanResultFromTransaction(message, transaction, context);
    + successfulSingleTransactionPlanResult(message, {
    +   ...context,
    +   signature: getSignatureFromTransaction(transaction),
    +   transaction,
    + });

    BaseTransactionPlanResultContext goes away together with the intersections that graft it onto every SingleTransactionPlanResult. The context of a result is becoming entirely caller-defined — it will be exactly the TContext you supply — so there will be no separate base shape to merge in. If you refer to this type, declare whichever of its fields you need on your own context type instead:

    type MyContext = {
        message?: TransactionMessage & TransactionMessageWithFeePayer;
        signature?: Signature;
        transaction?: Transaction;
    };
  • [@solana/rpc-spec, @solana/rpc-spec-types, @solana/rpc-subscriptions-spec] #1748 9f8e4d0 Thanks @​ChargingFoxSec! - Avoid treating JavaScript protocol hooks and Object prototype properties as RPC method names in proxy-backed RPC objects.

  • [@solana/rpc-subscriptions-api, @solana/rpc-subscriptions-spec, @solana/rpc-transformers] #1925 90e371b Thanks @​o-mid! - Consult the subscriptions numeric allow-list for each notification

    The allow-list is keyed by API names like blockNotifications, but the plan executor invoked the transformer with the rewritten subscribe request (blockSubscribe). The lookup missed and every notification numeric was upcast to bigint while still typechecking as number.

    The transformer now maps *Subscribe / *Notification names back to *Notifications, and the plan executor derives the method name from each notification payload so subscriptions that share a channel are not transformed under whichever request created the publisher.

    blockNotifications is also derived from the same innerInstructionsConfigs / messageConfig / tokenBalancesConfigs as getBlock, so transaction version, token balance uiAmount, and stackHeight stay numbers.

  • [@solana/signers] #1851 0a989a4 Thanks @​rajanpanth! - Fix TransactionMessageWithSigners so its signer type parameter rejects fee payer and instruction signers of other transaction signer kinds.

v7.1.0

@​solana/kit

v7.1.0 (2026-08-14)

... (truncated)

Commits
  • 01643ad Version Packages (#1923)
  • 056bd07 Bump eslint-plugin-simple-import-sort from 13.0.0 to 14.0.0 (#1938)
  • 0fddcff Bump eslint-plugin-react-refresh from 0.5.3 to 0.5.4 (#1941)
  • 234b80f Bump @​wallet-standard/ui from 1.0.2 to 1.0.3 in /docs (#1940)
  • a3723d8 Bump @​tailwindcss/postcss from 4.2.2 to 4.3.3 in /docs (#1937)
  • c4394ea Bump @​radix-ui/react-popover from 1.1.15 to 1.1.23 in /docs (#1939)
  • 3035b8a Revert changesets/action to v1 to unfreeze the release pipeline (#1936)
  • a0f005c Bump twoslash from 0.3.6 to 0.3.9 in /docs (#1933)
  • b7c91c8 Bump the wallet-standard group with 5 updates (#1935)
  • afab808 Bump @​types/react-dom from 19.2.3 to 19.2.4 in /docs (#1934)
  • 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 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/kit](https://github.com/anza-xyz/kit) from 7.0.0 to 7.1.1.
- [Release notes](https://github.com/anza-xyz/kit/releases)
- [Commits](anza-xyz/kit@v7.0.0...v7.1.1)

---
updated-dependencies:
- dependency-name: "@solana/kit"
  dependency-version: 7.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 24, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) August 24, 2026 09:09
@dependabot @github

dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown
Contributor Author

Looks like @solana/kit is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 25, 2026
auto-merge was automatically disabled August 25, 2026 08:20

Pull request was closed

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/solana/kit-7.1.1 branch August 25, 2026 08:20
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.

0 participants