Skip to content

Update Rust crate minijinja to v0.23.0 #5257

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
Sep 26, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 26, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
minijinja dependencies minor =0.22.1 -> =0.23.0

Release Notes

mitsuhiko/minijinja

v0.23.0

  • Added Value::from_function. (#​121)
  • Fixed incorrect location information with blocks.
  • Fixed broken nested super() calls.
  • Improve error reporting for failures in blocks and trying to
    super() when there is no parent block.
  • Performance improvements.
  • Added support for {% import %} / {% from .. import .. %}
    and {% macro %}. (#​123)
  • Added Value::is_kwargs which disambiugates if an object passed
    to a function or filter is a normal object or if it represents
    keyword arguments.
  • Added the ability to call functions stored on objects.
  • Added macros and multi-template features to disable some of
    the heavier pieces of MiniJinja.
  • Fixed an issue that caused trailing commas not to work in lists.

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, click this checkbox.

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

@Turbo87 Turbo87 merged commit fde9796 into master Sep 26, 2022
@Turbo87 Turbo87 deleted the renovate/minijinja-0.x branch September 26, 2022 08:15
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