rust-lang / crates.io

The Rust package registry
https://crates.io
Apache License 2.0
2.86k stars 585 forks source link

Update Rust crate minijinja to v2.0.3 #8979

Closed renovate[bot] closed 3 days ago

renovate[bot] commented 3 days ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
minijinja dependencies patch =2.0.2 -> =2.0.3

Release Notes

mitsuhiko/minijinja (minijinja) ### [`v2.0.3`](https://togithub.com/mitsuhiko/minijinja/blob/HEAD/CHANGELOG.md#203) [Compare Source](https://togithub.com/mitsuhiko/minijinja/compare/2.0.2...2.0.3) - Added new methods to pycompat: `str.endswith`, `str.rfind`, `str.isalnum`, `str.isalpha`, `str.isascii`, `str.isdigit`, `str.isnumeric`, `str.join`, `str.startswith`. [#​522](https://togithub.com/mitsuhiko/minijinja/issues/522) - Added the missing tests `boolean`, `divisibleby`, `lower` and `upper`. [#​592](https://togithub.com/mitsuhiko/minijinja/issues/592) - minijinja-cli now supports YAML aliases and merge keys. [#​531](https://togithub.com/mitsuhiko/minijinja/issues/531)

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.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 3 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.01%. Comparing base (ec6466e) to head (2ea7a82). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #8979 +/- ## ======================================= Coverage 89.00% 89.01% ======================================= Files 277 277 Lines 27841 27841 ======================================= + Hits 24781 24782 +1 + Misses 3060 3059 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.