Skip to content
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

fix(deps): update rust crate minijinja to 0.33 #186

Merged
merged 1 commit into from
May 28, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 20, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
minijinja dependencies minor 0.31 -> 0.33

Release Notes

mitsuhiko/minijinja

v0.33.0

Compare Source

  • Hide accidentally exposed Syntax::compile method.
  • Added undeclared_variables methods to Template and Expression. (#​250)

v0.32.1

Compare Source

  • Fixed an issue with autoreload not working properly on windows. (#​249)

v0.32.0

Compare Source

  • Added Value::is_number. (#​240)
  • TryFrom for Value now converts integers to f32 and f64.
  • Added the new custom_syntax feature which allows custom delimiters
    to be configured. (#​245)
  • Added Kwargs abstraction to easier handle keyword arguments.
  • Fixed an issue that Option<T> was incorrectly picking up none
    for undefined values.
  • The sort filter now accepts reverse, attribute and case_sensitive
    by keyword argument and sorts case insensitive by default.
  • The dictsort filter now supports reversing, by value sorting,
    and is sorting case insensitive by default.

v0.31.1

Compare Source

  • The in operator now does not fail if the value is undefined and the
    undefined behavior is not strict. (#​235)
  • The Python binding now supports finalizers. (#​238)

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/minijinja-0.x branch from 87ed8e6 to cc15561 Compare May 26, 2023 22:20
@renovate renovate bot changed the title fix(deps): update rust crate minijinja to 0.32 fix(deps): update rust crate minijinja to 0.33 May 26, 2023
@zdz zdz merged commit c39e5b8 into master May 28, 2023
@renovate renovate bot deleted the renovate/minijinja-0.x branch May 28, 2023 02:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant