Skip to content

Update Rust crate minijinja to v2.6.0 #10346

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 9, 2025
Merged

Update Rust crate minijinja to v2.6.0 #10346

merged 1 commit into from
Jan 9, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 8, 2025

This PR contains the following updates:

Package Type Update Change
minijinja dependencies minor =2.5.0 -> =2.6.0

Release Notes

mitsuhiko/minijinja (minijinja)

v2.6.0

Compare Source

  • Added sum filter. #​648
  • Added truncate filter to minijinja-contrib. #​647
  • Added wordcount filter to minijinja-contrib. #​649
  • Added wordwrap filter to minijinja-contrib. #​651
  • Some tests and filters now pass borrowed values for performance reasons
    and a bug was fixed that caused undefined values in strict undefined
    mode not to work with tests. #​657
  • Fixed an error reporting issue for some syntax errors. #​655
  • Removed an unsafe code block from the Kwargs type internally
    which was probably unsafe. #​659
  • Fix a regression with latest serde that caused internals to leak
    out when flattening on value handles is used. #​664
  • Added Value::make_object_map to create projections from object
    into maps, similar to how it was already possible to create
    iterators that were projected from objects. #​663
  • The |items filter will no longer allocate a list and instead
    return an iterator. #​665
  • Fixed a bug that caused lstrip_blocks to act too eager. #​674

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.

@Turbo87 Turbo87 merged commit c2e8b11 into main Jan 9, 2025
8 checks passed
@Turbo87 Turbo87 deleted the renovate/minijinja-2.x branch January 9, 2025 09:58
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.

1 participant