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

build(deps): Update Rust crate minijinja to v2.3.1 #567

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2024

This PR contains the following updates:

Package Type Update Change
minijinja dependencies minor 2.2.0 -> 2.3.1

Release Notes

mitsuhiko/minijinja (minijinja)

v2.3.1

Compare Source

  • Fixes a regresion in PartialEq / Eq in Value caused by changes
    in 2.3.0. #​584

v2.3.0

Compare Source

  • Fixes some compiler warnings in Rust 1.81. #​575
  • Fixes incorrect ordering of maps when the keys of those maps
    were not in consistent order. #​569
  • Implemented the missing groupby filter. #​570
  • The unique filter now is case insensitive by default like in
    Jinja2 and supports an optional flag to make it case sensitive.
    It also now lets one check individual attributes instead of
    values. #​571
  • Changed sort order of Ord to avoid accidentally non total order
    that could cause panics on Rust 1.81. #​579
  • Added a Value::is_integer method to allow a user to tell floats
    and true integers apart. #​580

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 was generated by Mend Renovate. View the repository job log.

@pando85
Copy link
Member

pando85 commented Sep 17, 2024

Link: mitsuhiko/minijinja#582

Copy link
Contributor Author

renovate bot commented Sep 17, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@pando85
Copy link
Member

pando85 commented Sep 17, 2024

Fixed in mitsuhiko/minijinja#584

@pando85 pando85 force-pushed the renovate/minijinja-2.x-lockfile branch from 80f3e59 to 56e34af Compare September 17, 2024 17:45
@renovate renovate bot force-pushed the renovate/minijinja-2.x-lockfile branch from 56e34af to 65c40fd Compare September 17, 2024 23:17
@renovate renovate bot changed the title build(deps): Update Rust crate minijinja to v2.3.0 build(deps): Update Rust crate minijinja to v2.3.1 Sep 17, 2024
@pando85 pando85 force-pushed the renovate/minijinja-2.x-lockfile branch from 65c40fd to fad517c Compare September 18, 2024 05:15
@pando85 pando85 enabled auto-merge (rebase) September 18, 2024 05:16
@pando85 pando85 merged commit 0c1d2f6 into master Sep 18, 2024
11 checks passed
@pando85 pando85 deleted the renovate/minijinja-2.x-lockfile branch September 18, 2024 05:17
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