fix(deps): update rust crate minijinja to v2.7.0 #37

Merged
kjuulh merged 1 commits from renovate/all into main 2025-01-29 02:31:18 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
minijinja dependencies minor 2.6.0 -> 2.7.0

Release Notes

mitsuhiko/minijinja (minijinja)

v2.7.0

Compare Source

  • Removed string interning. #​675
  • loop.nextitem is now a lazy operation. This prevents issues when
    iterating over one-shot iterators combined with {% break %} and
    it now ensures that the iterator is not running "one item ahead". #​677
  • Fixed an issue that caused loop aliasing not to be supported for
    recursive loops. #​678
  • CLI moved from serde_yml to serde_yaml. #​684
  • Improved undefined error reporting. Undefined values will now in most
    cases point to exactly where the error happened. #​686
  • Allow newer notify dependency versions (up to 8.x) for the autoreload
    crate. #​688

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [minijinja](https://github.com/mitsuhiko/minijinja) | dependencies | minor | `2.6.0` -> `2.7.0` | --- ### Release Notes <details> <summary>mitsuhiko/minijinja (minijinja)</summary> ### [`v2.7.0`](https://github.com/mitsuhiko/minijinja/blob/HEAD/CHANGELOG.md#270) [Compare Source](https://github.com/mitsuhiko/minijinja/compare/2.6.0...2.7.0) - Removed string interning. [#&#8203;675](https://github.com/mitsuhiko/minijinja/issues/675) - `loop.nextitem` is now a lazy operation. This prevents issues when iterating over one-shot iterators combined with `{% break %}` and it now ensures that the iterator is not running "one item ahead". [#&#8203;677](https://github.com/mitsuhiko/minijinja/issues/677) - Fixed an issue that caused loop aliasing not to be supported for recursive loops. [#&#8203;678](https://github.com/mitsuhiko/minijinja/issues/678) - CLI moved from `serde_yml` to `serde_yaml`. [#&#8203;684](https://github.com/mitsuhiko/minijinja/issues/684) - Improved undefined error reporting. Undefined values will now in most cases point to exactly where the error happened. [#&#8203;686](https://github.com/mitsuhiko/minijinja/issues/686) - Allow newer notify dependency versions (up to 8.x) for the autoreload crate. [#&#8203;688](https://github.com/mitsuhiko/minijinja/issues/688) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2025-01-29 02:31:12 +01:00
fix(deps): update rust crate minijinja to v2.7.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
c454354a94
kjuulh scheduled this pull request to auto merge when all checks succeed 2025-01-29 02:31:12 +01:00
kjuulh merged commit c454354a94 into main 2025-01-29 02:31:18 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kjuulh/cuddle-clusters#37
No description provided.