Skip to content

build(deps-dev): bump @codama/renderers-js from 1.7.0 to 2.3.1 - #91

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/codama/renderers-js-2.3.1
Open

build(deps-dev): bump @codama/renderers-js from 1.7.0 to 2.3.1#91
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/codama/renderers-js-2.3.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @codama/renderers-js from 1.7.0 to 2.3.1.

Release notes

Sourced from @​codama/renderers-js's releases.

v2.3.1

Patch Changes

  • #166 28793b5 Thanks @​lorisleiva! - Support @codama/nodes@1.10, whose node array attributes are now optional (Array<T> | undefined). Array reads are guarded with ?? [] throughout the renderer, and the new injectedValueNode and accountFieldValueNode instruction-input default kinds now throw an explicit unsupported-node error rather than being silently mishandled.

v2.3.0

Minor Changes

  • #146 b75dce1 Thanks @​lorisleiva! - Support @solana/kit 6.10.0 in generated program plugins. The generated xxxProgram() factory previously annotated its return type as Omit<T, 'xxx'> & { xxx: XxxPlugin }, which is no longer assignable to the value returned by extendClient now that the latter returns the homomorphic ExtendedClient<T, TAdditions> type. The factory now annotates its return type with ExtendedClient directly, and the default @solana/* dependency versions written into a generated client's package.json (via syncPackageJson) are bumped to ^6.10.0 so that ExtendedClient is available.

  • #143 f513041 Thanks @​amilz! - Expose identifyAccount, identifyInstruction, and parseInstruction on generated program plugins. When a program has accounts or instructions with discriminators, the plugin object now surfaces the corresponding identifier and parser helpers as client.myProgram.identifyAccount(...), client.myProgram.identifyInstruction(...), and client.myProgram.parseInstruction(...), making it easier to build indexers without re-importing the per-function helpers.

v2.2.0

Minor Changes

  • #140 467e6cf Thanks @​lorisleiva! - Use extendClient from @solana/plugin-core in generated program plugins instead of manually spreading the client object. This improves type narrowing when composing plugins with overlapping keys. Bump minimum @solana/kit dependency to ^6.4.0.

Patch Changes

  • #136 85962b6 Thanks @​ioxde! - Use bracket notation for index signature property access

  • #133 f043320 Thanks @​ioxde! - Enable isolatedDeclarations support in renderer and generated output

  • #131 48903ed Thanks @​amilz! - Include source and dist files in generated package.json for IDE navigation

v2.1.0

Minor Changes

v2.0.3

Patch Changes

v2.0.2

Patch Changes

v2.0.1

Patch Changes

  • #121 1944b95 Thanks @​lorisleiva! - Fix the generated plugin instruction type to use ReturnType<typeof instructionFunction> instead of manually constructing the return type, and make payer default values optional in the plugin's instruction input type.

v2.0.0

Major Changes

  • #114 9ac7e22 Thanks @​lorisleiva! - Remove the generated shared.ts file from the output. Helper types and functions such as ResolvedAccount, InstructionWithByteDelta, and getAccountMetaFactory are now imported from @solana/kit/program-client-core.

... (truncated)

Changelog

Sourced from @​codama/renderers-js's changelog.

2.3.1

Patch Changes

  • #166 28793b5 Thanks @​lorisleiva! - Support @codama/nodes@1.10, whose node array attributes are now optional (Array<T> | undefined). Array reads are guarded with ?? [] throughout the renderer, and the new injectedValueNode and accountFieldValueNode instruction-input default kinds now throw an explicit unsupported-node error rather than being silently mishandled.

2.3.0

Minor Changes

  • #146 b75dce1 Thanks @​lorisleiva! - Support @solana/kit 6.10.0 in generated program plugins. The generated xxxProgram() factory previously annotated its return type as Omit<T, 'xxx'> & { xxx: XxxPlugin }, which is no longer assignable to the value returned by extendClient now that the latter returns the homomorphic ExtendedClient<T, TAdditions> type. The factory now annotates its return type with ExtendedClient directly, and the default @solana/* dependency versions written into a generated client's package.json (via syncPackageJson) are bumped to ^6.10.0 so that ExtendedClient is available.

  • #143 f513041 Thanks @​amilz! - Expose identifyAccount, identifyInstruction, and parseInstruction on generated program plugins. When a program has accounts or instructions with discriminators, the plugin object now surfaces the corresponding identifier and parser helpers as client.myProgram.identifyAccount(...), client.myProgram.identifyInstruction(...), and client.myProgram.parseInstruction(...), making it easier to build indexers without re-importing the per-function helpers.

2.2.0

Minor Changes

  • #140 467e6cf Thanks @​lorisleiva! - Use extendClient from @solana/plugin-core in generated program plugins instead of manually spreading the client object. This improves type narrowing when composing plugins with overlapping keys. Bump minimum @solana/kit dependency to ^6.4.0.

Patch Changes

  • #136 85962b6 Thanks @​ioxde! - Use bracket notation for index signature property access

  • #133 f043320 Thanks @​ioxde! - Enable isolatedDeclarations support in renderer and generated output

  • #131 48903ed Thanks @​amilz! - Include source and dist files in generated package.json for IDE navigation

2.1.0

Minor Changes

2.0.3

Patch Changes

2.0.2

Patch Changes

2.0.1

Patch Changes

... (truncated)

Commits
  • a948d8a Publish package (#167)
  • 28793b5 Support @codama/nodes@1.10 optional array attributes (#166)
  • e275e89 Bump happy-dom from 20.10.6 to 20.11.0 (#163)
  • 8b33fea Bump @​changesets/cli from 2.31.0 to 2.31.1 (#162)
  • a42f68b Bump @​types/node from 26.1.0 to 26.1.1 (#159)
  • 370ac26 Bump @​solana/prettier-config-solana from 0.0.5 to 0.0.7 (#158)
  • ead799e Bump @​solana/codecs-strings from 6.0.0 to 7.0.0 (#154)
  • f282881 Bump typescript from 5.9.2 to 5.9.3 (#148)
  • 74b85ee Bump @​types/node from 25.0.10 to 26.1.0 (#149)
  • b42da78 Bump happy-dom from 20.3.4 to 20.10.6 (#155)
  • 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 [@codama/renderers-js](https://github.com/codama-idl/renderers-js) from 1.7.0 to 2.3.1.
- [Release notes](https://github.com/codama-idl/renderers-js/releases)
- [Changelog](https://github.com/codama-idl/renderers-js/blob/main/CHANGELOG.md)
- [Commits](codama-idl/renderers-js@v1.7.0...v2.3.1)

---
updated-dependencies:
- dependency-name: "@codama/renderers-js"
  dependency-version: 2.3.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 19, 2026
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