Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2024

This PR contains the following updates:

Package Type Update Change
minijinja dependencies minor =2.2.0 -> =2.3.0

Release Notes

mitsuhiko/minijinja (minijinja)

v2.3.0

Compare Source

  • Fixes some compiler warnings in Rust 1.81. #​575
  • Fixes incorrect ordering of maps when the keys of those maps
    were not in consistent order. #​569
  • Implemented the missing groupby filter. #​570
  • The unique filter now is case insensitive by default like in
    Jinja2 and supports an optional flag to make it case sensitive.
    It also now lets one check individual attributes instead of
    values. #​571
  • Changed sort order of Ord to avoid accidentally non total order
    that could cause panics on Rust 1.81. #​579
  • Added a Value::is_integer method to allow a user to tell floats
    and true integers apart. #​580

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.

@codecov
Copy link

codecov bot commented Sep 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.06%. Comparing base (9c4debf) to head (8cbdbcb).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9458      +/-   ##
==========================================
- Coverage   89.06%   89.06%   -0.01%     
==========================================
  Files         285      285              
  Lines       28941    28941              
==========================================
- Hits        25777    25776       -1     
- Misses       3164     3165       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Turbo87 Turbo87 merged commit ca44d24 into main Sep 16, 2024
@Turbo87 Turbo87 deleted the renovate/minijinja-2.x branch September 16, 2024 20:51
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.

2 participants