Skip to content

chore(deps): update rust crate minijinja to v2.18.0#37

Merged
glennib merged 1 commit intomainfrom
renovate/minijinja-2.x-lockfile
Mar 23, 2026
Merged

chore(deps): update rust crate minijinja to v2.18.0#37
glennib merged 1 commit intomainfrom
renovate/minijinja-2.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 16, 2026

This PR contains the following updates:

Package Type Update Change
minijinja dependencies minor 2.17.12.18.0

Release Notes

mitsuhiko/minijinja (minijinja)

v2.18.0

Compare Source

  • Added keyword argument support (width, first, blank) to the indent filter for Jinja2 compatibility in Rust and Go. #​864
  • Added support for dotted integer lookup (for example foo.0) in Rust and Go for Jinja compatibility. #​881
  • Added support for dotted filter and test names (including foo . bar . baz) for Jinja compatibility. #​879
  • Fixed string escape handling to preserve unknown escapes (such as \s) for Jinja compatibility in Rust and Go. #​880
  • Improved generic performance across template parsing, compilation, and rendering.
  • Fixed minijinja-cabi ownership and pointer-safety issues that could leak mj_value
    values on error paths.
  • Added high-priority minijinja-cabi APIs for callback-based functions/filters/tests,
    globals, loaders, path joining, auto-escape configuration, and fuel limits.
  • Switched minijinja-cabi header maintenance to manual source-based syncing and
    removed cbindgen-based generation tooling.
  • Added lightweight C smoke tests for minijinja-cabi (via make -C minijinja-cabi test)
    with coverage across all exported C ABI functions, and wired them into top-level
    testing and CI.
  • Added render_captured and render_captured_to methods on Template which
    return a Captured type holding the rendered output and the template state.
  • Added into_output method on Captured to consume and return the output string.
  • Deprecated render_and_return_state, eval_to_state, and render_to_write
    in favor of the new render_captured / render_captured_to / Captured API.

Configuration

📅 Schedule: 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 becomes conflicted, 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.

@glennib glennib merged commit ea3b839 into main Mar 23, 2026
6 checks passed
@renovate renovate bot deleted the renovate/minijinja-2.x-lockfile branch March 23, 2026 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant