Skip to content

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

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/minijinja-2.x-lockfile
Open

chore(deps): update rust crate minijinja to v2.18.0#31
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/minijinja-2.x-lockfile

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 4, 2026

This PR contains the following updates:

Package Type Update Change
minijinja dependencies minor 2.16.02.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.

v2.17.1

Compare Source

  • Re-release of 2.17.0 to fix release automation.
  • Switched npm publishing to trusted publishing (OIDC/provenance) and removed token-based auth from CI.
  • Prevented duplicate crates.io publish attempts by skipping slash-prefixed tags in crates publishing.

v2.17.0

Compare Source

  • Added 'c' (character) format type support for format filters and str.format-style formatting. #​868
  • Added prebuilt minijinja-cli release targets for aarch64-pc-windows-msvc (Windows ARM64) and armv7-unknown-linux-gnueabihf.
  • Fixed strict and semi-strict undefined handling so string-coercing filter/function arguments also fail for nested Rest<String> and Vec<String> conversions. #​877
  • Fixed Python CI/build compatibility with newer maturin by moving stripping from global config to release wheel build arguments.

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.

@renovate renovate bot added the dependencies label Mar 4, 2026
@renovate renovate bot force-pushed the renovate/minijinja-2.x-lockfile branch from 9fa4673 to 1fdf40a Compare March 4, 2026 09:14
@renovate renovate bot changed the title chore(deps): update rust crate minijinja to v2.17.0 chore(deps): update rust crate minijinja to v2.17.1 Mar 4, 2026
@renovate renovate bot changed the title chore(deps): update rust crate minijinja to v2.17.1 chore(deps): update rust crate minijinja to v2.18.0 Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants