Skip to content

Update Rust crate handlebars to v6.4.3#1475

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/handlebars-6.x-lockfile
Open

Update Rust crate handlebars to v6.4.3#1475
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/handlebars-6.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
handlebars dependencies patch 6.4.16.4.3

Release Notes

sunng87/handlebars-rust (handlebars)

v6.4.3

Compare Source

  • [Fixed] Panic when using whitespace omission (~) on an else if
    chain tag, e.g. {{~else if cond}}. The leading tilde is now handled
    consistently with {{~else}} [#​766]
  • [Added] preserve_json_order feature flag that gates serde_json's
    preserve_order feature. Enabled by default to keep insertion-order key
    iteration; disable with default-features = false to restore alphabetical
    JSON object key ordering. [#​767]
  • [Changed] Drop the pprof dev-dependency (and its inferno /
    quick-xml transitive deps) from benchmarks. This removes the vulnerable
    quick-xml 0.26 transitive dependency ([#​764], [#​765]); the upgrade was
    blocked upstream because pprof pins inferno 0.11. Benchmarks now use
    plain criterion without in-repo flamegraph generation.

v6.4.2

Compare Source

  • [Fixed] Access to local variables like @key, @index, etc. in #with and
    partial block [#​758]
  • [Fixed] Preserve ordering when iterating an array context inside a partial
    that receives hash parameters [#​760]
  • [Changed] Enable serde_json preserve_order feature. JSON objects are now
    iterated in insertion order (matching Handlebars.js semantics) instead of
    alphabetical key order. This fixes index-key ordering for array contexts
    converted into objects by partial hash parameters (e.g. "10" no longer
    sorts before "2").

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added automerge Use with kodiak dependencies Update one or more dependencies version patch Increment the patch version when merged labels Jun 24, 2026
kodiakhq[bot]
kodiakhq Bot previously approved these changes Jun 24, 2026
@renovate renovate Bot changed the title Update Rust crate handlebars to v6.4.2 Update Rust crate handlebars to v6.4.3 Jul 12, 2026
@renovate
renovate Bot force-pushed the renovate/handlebars-6.x-lockfile branch from c634c4e to 4e7025d Compare July 12, 2026 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Use with kodiak dependencies Update one or more dependencies version patch Increment the patch version when merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants