Skip to content

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

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/codama/renderers-js-2.2.0
Open

build(deps-dev): bump @codama/renderers-js from 1.7.0 to 2.2.0#367
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/codama/renderers-js-2.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Release notes

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

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.

    BREAKING CHANGES

    • The shared folder is no longer generated. Any imports from generated/shared should be updated to import from @solana/kit/program-client-core.
    • The getAccountMetaFactory function now requires the account name as the first argument.
    • The ResolvedAccount type has been replaced with ResolvedInstructionAccount.
    • The expectSome function has been replaced with getNonNullResolvedInstructionInput.
    • The expectAddress function has been replaced with getAddressFromResolvedInstructionAccount.
    • The expectTransactionSigner function has been replaced with getResolvedInstructionAccountAsTransactionSigner.
    • The expectProgramDerivedAddress function has been replaced with getResolvedInstructionAccountAsProgramDerivedAddress.
  • #117 b9d76cd Thanks @​lorisleiva! - Replace the useGranularImports boolean option with a new kitImportStrategy option that accepts 'granular', 'preferRoot' (default), or 'rootOnly'. This provides finer control over how generated code imports from @solana/kit versus granular packages like @solana/addresses or @solana/codecs-strings. The new 'preferRoot' default imports from @solana/kit when possible but falls back to granular packages for symbols not exported from the root entrypoint. The 'rootOnly' strategy exclusively uses @solana/kit (including subpath exports like @solana/kit/program-client-core).

... (truncated)

Changelog

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

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

  • #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.

2.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.

    BREAKING CHANGES

    • The shared folder is no longer generated. Any imports from generated/shared should be updated to import from @solana/kit/program-client-core.
    • The getAccountMetaFactory function now requires the account name as the first argument.
    • The ResolvedAccount type has been replaced with ResolvedInstructionAccount.
    • The expectSome function has been replaced with getNonNullResolvedInstructionInput.
    • The expectAddress function has been replaced with getAddressFromResolvedInstructionAccount.

... (truncated)

Commits
  • 4aedacf Publish package (#132)
  • 8a8fa0d Add agent files and skills (#142)
  • 467e6cf Use extendClient in program plugins and bump @​solana/kit to ^6.4.0 (#140)
  • f043320 Enable isolatedDeclarations in renderer and generated output (#133)
  • 85962b6 Use bracket notation for index signature property access (#136)
  • 48903ed fix: include source and dist files in generated package.json for IDE navigati...
  • 67b1b7c Publish package (#130)
  • ce46ed2 Add PDA derivation to generated program plugin (#129)
  • c564a1c Publish package (#128)
  • f139af5 Add export for options from utils (#126)
  • 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.2.0.
- [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.2.0)

---
updated-dependencies:
- dependency-name: "@codama/renderers-js"
  dependency-version: 2.2.0
  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 Apr 21, 2026
@github-actions github-actions Bot enabled auto-merge (squash) April 21, 2026 09:08
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