Skip to content

chore(deps): bump the solana-deps group across 1 directory with 2 updates - #26

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/solana-deps-d39689eef9
Open

chore(deps): bump the solana-deps group across 1 directory with 2 updates#26
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/solana-deps-d39689eef9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor

Bumps the solana-deps group with 2 updates in the / directory: @solana-name-service/sns-sdk-kit and @solana/webcrypto-ed25519-polyfill.

Updates @solana-name-service/sns-sdk-kit from 0.10.0 to 1.0.1

Commits

Updates @solana/webcrypto-ed25519-polyfill from 6.9.0 to 8.2.0

Release notes

Sourced from @​solana/webcrypto-ed25519-polyfill's releases.

v8.2.0

@​solana/kit

v8.2.0 (2026-08-29)

Minor Changes

  • [@solana/instruction-plans] #2013 26edd3b Thanks @​mcintyre94! - Align createTransactionPlanExecutorWithConcurrentLeaves with createTransactionPlanExecutor by giving both the same TransactionPlanExecutorConfig. Its executeTransactionMessage callback now receives a mutable per-leaf context object and returns the context of a successful result, instead of building a whole SingleTransactionPlanResult itself. The executor builds the results: on success it merges the returned context over the stored one, and when the callback throws — or the abort signal fires before it settles — it preserves the stored context on the failed result, matching the partial-context behaviour of createTransactionPlanExecutor. The ConcurrentLeafTransactionPlanExecutorConfig type is removed. This is a breaking change to the createTransactionPlanExecutorWithConcurrentLeaves API introduced in 8.1.0.

Patch Changes

  • [@solana/signers] #2006 d385ce3 Thanks @​amilz! - Relaxed the parameter type of the signer type guards (isMessagePartialSigner, isTransactionSigner, isKeyPairSigner, their siblings, and the assertIs* variants) so that class instances implementing a signer interface can be passed without casts. The guards now accept any TValue extends { address: Address } and narrow to TValue & Signer, whereas the previous parameter type required an implicit index signature, which TypeScript never grants to class instances.

v8.1.0

@​solana/kit

v8.1.0 (2026-08-27)

Minor Changes

  • [@solana/errors, @solana/transaction-messages] #1972 7d56e29 Thanks @​skyyycodes! - Validate compute unit limit and heap size when they are set on a transaction message

    setTransactionMessageComputeUnitLimit, setTransactionMessageHeapSize and setTransactionMessageConfig now reject values the runtime will not honor as written, throwing SOLANA_ERROR__TRANSACTION__COMPUTE_UNIT_LIMIT_OUT_OF_RANGE or SOLANA_ERROR__TRANSACTION__INVALID_HEAP_SIZE at the point the value is set. An invalid heap size fails the transaction on-chain; a compute unit limit above the maximum is instead clamped down by the runtime, so the transaction quietly runs with a budget other than the one requested. A compute unit limit must be an integer in the range [0, 1,400,000]; a heap size must be an integer multiple of 1 KiB between 32 KiB and 256 KiB inclusive.

    Decoding is unaffected: decompileTransactionMessage still returns messages carrying out-of-range values so that callers can inspect any transaction that reaches them.

  • [@solana/instruction-plans] #1995 95a2788 Thanks @​mcintyre94! - Add createTransactionPlanExecutorWithConcurrentLeaves to concurrently transform every transaction plan leaf while preserving the plan's result shape.

Patch Changes

  • [@solana/codecs-core] #1970 be30e32 Thanks @​koriyoshi2041! - Fix toArrayBuffer slicing SharedArrayBuffer-backed views from a non-zero byte offset.

  • [@solana/codecs-data-structures] #1971 c51b9f6 Thanks @​shin4141! - Preserve the literal fixedSize type for single-field fixed-size struct codecs.

  • [@solana/codecs-strings] #1979 6852054 Thanks @​amilz! - Fixed getBase64Decoder() throwing RangeError: Maximum call stack size exceeded in browser builds when decoding byte arrays larger than roughly 65KB. The bytes are now converted to a binary string in chunks rather than spread into a single String.fromCharCode call.

  • [@solana/rpc, @solana/transaction-confirmation] #1994 490ac9e Thanks @​matusbalascak! - Fix transaction confirmation and coalesced RPC request cancellation in environments where abort events have a null target.

v8.0.0

@​solana/kit

v8.0.0 (2026-08-21)

Major Changes

  • [@solana/instruction-plans] #1913 80368eb Thanks @​mcintyre94! - Stop writing to the execution context in createTransactionPlanExecutor

    The executeTransactionMessage callback can no longer return a Signature or a Transaction. Those return values were deprecated when the callback gained the ability to return the context that a successful result should carry, and they are now gone: that context, a complete TContext, is the only thing the callback returns. Nothing is written to it on your behalf.

... (truncated)

Commits
  • b0a9749 Version Packages (#2015)
  • d385ce3 fix: accept class-based signers in @solana/signers type guards (#2006)
  • 26edd3b Unify the concurrent leaf executor's callback contract with `createTransactio...
  • ceba283 Bump start-server-and-test from 3.0.11 to 3.0.12 (#2009)
  • d04c874 Also run preview-docs in the merge queue (#2008)
  • fc32b73 Bump @​tanstack/react-query from 5.101.4 to 5.102.3 in /docs (#2011)
  • 584422f Update docs CI so that it can be required (#2003)
  • bb54243 Version Packages (#1980)
  • 7d56e29 validate compute unit limit and heap size in transaction messages (#1972)
  • c51b9f6 Preserve fixedSize for single-field struct codecs (#1971)
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 21, 2026
@vercel

vercel Bot commented Jul 21, 2026

Copy link
Copy Markdown

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

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
good-wallet-v2 Ignored Ignored Preview Aug 4, 2026 10:45am

Request Review

@dependabot dependabot Bot changed the title Bump the solana-deps group with 2 updates Bump the solana-deps group across 1 directory with 2 updates Jul 28, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/solana-deps-d39689eef9 branch 4 times, most recently from 89b32a9 to c8bd524 Compare August 4, 2026 10:45
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/solana-deps-d39689eef9 branch from c8bd524 to 56cfd26 Compare August 5, 2026 15:38
@dependabot dependabot Bot changed the title Bump the solana-deps group across 1 directory with 2 updates chore(deps): bump the solana-deps group across 1 directory with 2 updates Aug 5, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/solana-deps-d39689eef9 branch 13 times, most recently from c78e67b to f102834 Compare August 12, 2026 18:02
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/solana-deps-d39689eef9 branch 2 times, most recently from 6d6c829 to 0b57125 Compare August 17, 2026 18:28
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/solana-deps-d39689eef9 branch from 0b57125 to 7d5f2a0 Compare August 25, 2026 10:48
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/solana-deps-d39689eef9 branch from 7d5f2a0 to 19e240b Compare September 1, 2026 10:51
…ates

Bumps the solana-deps group with 2 updates in the / directory: [@solana-name-service/sns-sdk-kit](https://github.com/SolanaNameService/sns-sdk) and [@solana/webcrypto-ed25519-polyfill](https://github.com/anza-xyz/kit).


Updates `@solana-name-service/sns-sdk-kit` from 0.10.0 to 1.0.1
- [Commits](https://github.com/SolanaNameService/sns-sdk/commits)

Updates `@solana/webcrypto-ed25519-polyfill` from 6.9.0 to 8.2.0
- [Release notes](https://github.com/anza-xyz/kit/releases)
- [Commits](anza-xyz/kit@v6.9.0...v8.2.0)

---
updated-dependencies:
- dependency-name: "@solana-name-service/sns-sdk-kit"
  dependency-version: 0.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: solana-deps
- dependency-name: "@solana/webcrypto-ed25519-polyfill"
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: solana-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/solana-deps-d39689eef9 branch from 19e240b to ba9beb8 Compare September 8, 2026 10:47
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