Skip to content

build(deps-dev): bump @codama/renderers-rust from 1.2.9 to 3.1.3 - #86

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

build(deps-dev): bump @codama/renderers-rust from 1.2.9 to 3.1.3#86
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/codama/renderers-rust-3.1.3

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @codama/renderers-rust from 1.2.9 to 3.1.3.

Release notes

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

v3.1.3

Patch Changes

v3.1.2

Patch Changes

  • #117 9b7ff9c 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 value kind now throws an explicit unsupported-node error rather than being silently mishandled.

v3.1.1

Patch Changes

v3.1.0

Minor Changes

v3.0.0

Major Changes

  • #92 4af6c06 Thanks @​grod220! - Removed default serde support and replaced kaigan with spl-collections

    BREAKING CHANGES:

    • Generated variable-sized string/vector wrappers now come from spl-collections instead of kaigan. If you have handwritten code that references these generated wrapper types, update those imports and usages after regenerating your client:

      • kaigan::types::RemainderStr -> spl_collections::TrailingStr
      • kaigan::types::RemainderVec<T> -> spl_collections::TrailingVec<T>
      • kaigan::types::U8PrefixString, U16PrefixString, U64PrefixString -> spl_collections::U8PrefixedStr, U16PrefixedStr, U64PrefixedStr
      • kaigan::types::U8PrefixVec<T>, U16PrefixVec<T>, U64PrefixVec<T> -> spl_collections::U8PrefixedVec<T>, U16PrefixedVec<T>, U64PrefixedVec<T>
    • serde is no longer part of the default or recommended generated client surface. The previous default derives on wrapper types were misleading because their serde representation does not match the Borsh/Wincode wire format.

    • If you still want serde derives for a separate JSON representation, you can opt in explicitly via traitOptions as shown below. This does not make the generated types serde-compatible with their Borsh/Wincode wire format, but you can define a handwritten implementation with your own serde mapping as needed.

        traitOptions: {
          baseDefaults: [
            'borsh::BorshSerialize',
            'borsh::BorshDeserialize',
    •   'serde::Serialize',
      
    •   'serde::Deserialize',
        'Clone',
        'Debug',
        'Eq',
        'PartialEq',
      

... (truncated)

Changelog

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

3.1.3

Patch Changes

3.1.2

Patch Changes

  • #117 9b7ff9c 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 value kind now throws an explicit unsupported-node error rather than being silently mishandled.

3.1.1

Patch Changes

3.1.0

Minor Changes

3.0.0

Major Changes

  • #92 4af6c06 Thanks @​grod220! - Removed default serde support and replaced kaigan with spl-collections

    BREAKING CHANGES:

    • Generated variable-sized string/vector wrappers now come from spl-collections instead of kaigan. If you have handwritten code that references these generated wrapper types, update those imports and usages after regenerating your client:
      • kaigan::types::RemainderStr -> spl_collections::TrailingStr
      • kaigan::types::RemainderVec<T> -> spl_collections::TrailingVec<T>
      • kaigan::types::U8PrefixString, U16PrefixString, U64PrefixString -> spl_collections::U8PrefixedStr, U16PrefixedStr, U64PrefixedStr
      • kaigan::types::U8PrefixVec<T>, U16PrefixVec<T>, U64PrefixVec<T> -> spl_collections::U8PrefixedVec<T>, U16PrefixedVec<T>, U64PrefixedVec<T>
    • serde is no longer part of the default or recommended generated client surface. The previous default derives on wrapper types were misleading because their serde representation does not match the Borsh/Wincode wire format.
    • If you still want serde derives for a separate JSON representation, you can opt in explicitly via traitOptions as shown below. This does not make the generated types serde-compatible with their Borsh/Wincode wire format, but you can define a handwritten implementation with your own serde mapping as needed.
      traitOptions: {
        baseDefaults: [
          'borsh::BorshSerialize',
          'borsh::BorshDeserialize',
    +     'serde::Serialize',
    +     'serde::Deserialize',
          'Clone',
          'Debug',

... (truncated)

Commits
  • 26f0136 [3.x] Publish package (#125)
  • c82d7e6 Encode numeric PDA seeds as little-endian bytes (#102)
  • 2c1ef44 build(deps-dev): bump @​types/node from 26.1.1 to 26.1.2 (#122)
  • 3de89a2 Add versioned release PR titles and trigger maintenance branches (#121)
  • cf84668 build(deps): bump semver from 7.7.3 to 7.8.5 (#116)
  • b83841e Publish package (#118)
  • c3aa066 build(deps): bump @​solana/codecs-strings from 6.0.1 to 7.0.0 (#111)
  • 9b7ff9c Support @codama/nodes@1.10 optional array attributes (#117)
  • 3c22c95 build(deps-dev): bump vitest from 4.0.14 to 4.1.10 (#110)
  • b64cc1c build(deps-dev): bump happy-dom from 20.0.11 to 20.11.1 (#114)
  • 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-rust](https://github.com/codama-idl/renderers-rust) from 1.2.9 to 3.1.3.
- [Release notes](https://github.com/codama-idl/renderers-rust/releases)
- [Changelog](https://github.com/codama-idl/renderers-rust/blob/main/CHANGELOG.md)
- [Commits](codama-idl/renderers-rust@v1.2.9...v3.1.3)

---
updated-dependencies:
- dependency-name: "@codama/renderers-rust"
  dependency-version: 3.1.3
  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