Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 10, 2024

This PR contains the following updates:

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

Release Notes

mitsuhiko/minijinja (minijinja)

v2.5.0

Compare Source

  • minijinja-cli now supports preservation of order in maps. #​611
  • Fixed an issue where CBOR was not correctly deserialized in
    minijinja-cli. #​611
  • Added a lines filter to split a string into lines.
  • Bytes are now better supported in MiniJinja. They can be created from
    Value::from_bytes without having to go via serde, and they are now
    producing a nicer looking debug output. #​616
  • Added the missing string filter from Jinja2. #​617
  • Reversing bytes and convergint them implicitly to strings will now work
    more consistently. #​619
  • Added type hints for the Python binding and relaxed maturin constraint. #​590
  • minijinja-cli now allows the template name to be set to an empty
    string when --template is used, to allow suppliying a data file. #​624
  • Added the missing sameas filter from Jinja2. #​625
  • Tests can now support one argument without parentheses like in Jinja2
    (1 is sameas 1). #​626
  • Added error context for strict undefined errors during template
    rendering. #​627
  • Syntax errors caused by the lexer now include the correct position of
    the error. #​630
  • minijinja-cli now has all features enabled by default as documented
    (that means also shell completion and ini). #​633
  • minijinja-cli now does not convert INI files to lowercase anymore. This was
    an unintended behavior. #​633
  • Moved up MSRV to 1.63.0 due to indexmap. #​635
  • Added argument splatting support (*args for variable args and **kwargs
    for keyword arguments) and fixed a bug where sometimes maps and keyword
    arguments were created in inverse order. #​642

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 Nov 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.99%. Comparing base (6222bbc) to head (3dd0574).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #9891   +/-   ##
=======================================
  Coverage   88.99%   88.99%           
=======================================
  Files         290      290           
  Lines       30096    30096           
=======================================
  Hits        26785    26785           
  Misses       3311     3311           

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

@Turbo87 Turbo87 merged commit 23fa915 into main Nov 10, 2024
10 checks passed
@Turbo87 Turbo87 deleted the renovate/minijinja-2.x branch November 10, 2024 15:40
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