Skip to content

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

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

chore(deps-dev): bump @codama/renderers-js from 1.7.0 to 2.2.0#60
dependabot[bot] wants to merge 1 commit into
mainfrom
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 May 18, 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 dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 18, 2026
@dependabot dependabot Bot requested a review from dev-jodee as a code owner May 18, 2026 17:47
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 18, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/codama/renderers-js-2.2.0 branch 2 times, most recently from 7462a63 to e62c561 Compare May 18, 2026 18:25
dev-jodee added a commit that referenced this pull request May 18, 2026
…r group)

Replaces dependabot PRs:
- #45 cargo-non-major group (borsh, solana-security-txt, solana-pubkey,
  solana-address, solana-account-info, solana-program-error,
  solana-system-interface)
- #49 litesvm 0.9.0 -> 0.11.0
- #53 codama 0.7.4 -> 0.9.2 (IDL regen adds "events": [])

Also bumps spl-token-2022 10.0.0 -> 11.0.0 to match updated
solana-nullable types pulled by transitive solana-* deps.

Pinocchio bumps (#46, #50, #52, #54, #55) and solana-account 4.0
(#48) excluded: pinocchio 0.10 -> 0.11 needs AccountView API
migration across program/* and tests, solana-account 4.0 conflicts
with solana-client 3.x (only available at 4.0.0-rc).

codama renderer JS/Rust majors (#60, #61) and npm-non-major (#56)
excluded: require kit-plugin client migration + codegen script
updates beyond a dep bump.
dev-jodee added a commit that referenced this pull request May 18, 2026
…r group)

Replaces dependabot PRs:
- #45 cargo-non-major group (borsh, solana-security-txt, solana-pubkey,
  solana-address, solana-account-info, solana-program-error,
  solana-system-interface)
- #49 litesvm 0.9.0 -> 0.11.0
- #53 codama 0.7.4 -> 0.9.2 (IDL regen adds "events": [])

Also bumps spl-token-2022 10.0.0 -> 11.0.0 to match updated
solana-nullable types pulled by transitive solana-* deps.

Pinocchio bumps (#46, #50, #52, #54, #55) and solana-account 4.0
(#48) excluded: pinocchio 0.10 -> 0.11 needs AccountView API
migration across program/* and tests, solana-account 4.0 conflicts
with solana-client 3.x (only available at 4.0.0-rc).

codama renderer JS/Rust majors (#60, #61) and npm-non-major (#56)
excluded: require kit-plugin client migration + codegen script
updates beyond a dep bump.
dev-jodee added a commit that referenced this pull request May 18, 2026
…r group) (#62)

Replaces dependabot PRs:
- #45 cargo-non-major group (borsh, solana-security-txt, solana-pubkey,
  solana-address, solana-account-info, solana-program-error,
  solana-system-interface)
- #49 litesvm 0.9.0 -> 0.11.0
- #53 codama 0.7.4 -> 0.9.2 (IDL regen adds "events": [])

Also bumps spl-token-2022 10.0.0 -> 11.0.0 to match updated
solana-nullable types pulled by transitive solana-* deps.

Pinocchio bumps (#46, #50, #52, #54, #55) and solana-account 4.0
(#48) excluded: pinocchio 0.10 -> 0.11 needs AccountView API
migration across program/* and tests, solana-account 4.0 conflicts
with solana-client 3.x (only available at 4.0.0-rc).

codama renderer JS/Rust majors (#60, #61) and npm-non-major (#56)
excluded: require kit-plugin client migration + codegen script
updates beyond a dep bump.

Co-authored-by: Jo D <dev-jodee@users.noreply.github.com>
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 force-pushed the dependabot/npm_and_yarn/codama/renderers-js-2.2.0 branch from e62c561 to ef7b366 Compare May 18, 2026 20:09
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