Skip to content

Update Rust crate minijinja to v0.20.0 #5192

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 6, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 5, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
minijinja dependencies minor =0.19.1 -> =0.20.0

Release Notes

mitsuhiko/minijinja

v0.20.0

Compare Source

  • Remove internal refcounts from environment.
  • Changed Object and FunctionArgs interface to take
    arguments by reference. (#​101)
  • sync mode is now always enabled. (#​104)
  • Removed meta API. (#​105)
  • Error no longer implements PartialEq.
  • Simplified the function interface. Filters, tests and global
    functions can now directly return values instead of results. (#​107)
  • MiniJinja no longer silently iterates over non iterable values.

Breaking Changes

  • The meta API is gone without replacement.
  • Object::call_method and Object::call now take the arguments
    as &[Value] instead of Vec<Value>.
  • Object::call_method, Object::call and FunctionArgs::from_values
    now take the arguments as &[Value] instead of Vec<Value>.
  • The error object used to implement PartialEq but this was implemented
    by comparing the error kind instead. Explicitly use the .kind()
    method of the error if you want the same behavior.
  • DebugInfo is no longer exposed. This might come back if a better
    API can be found.

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.

@renovate renovate bot force-pushed the renovate/minijinja-0.x branch from fe80cf0 to 711548f Compare September 6, 2022 05:59
@Turbo87 Turbo87 merged commit d78cd2e into master Sep 6, 2022
@Turbo87 Turbo87 deleted the renovate/minijinja-0.x branch September 6, 2022 06:20
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