Skip to content

build(deps): bump minijinja-contrib from 2.19.0 to 2.21.0#185

Merged
codito merged 1 commit into
masterfrom
dependabot/cargo/minijinja-contrib-2.20.0
Jun 20, 2026
Merged

build(deps): bump minijinja-contrib from 2.19.0 to 2.21.0#185
codito merged 1 commit into
masterfrom
dependabot/cargo/minijinja-contrib-2.20.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Copy link
Copy Markdown
Contributor

Bumps minijinja-contrib from 2.19.0 to 2.21.0.

Release notes

Sourced from minijinja-contrib's releases.

2.21.0

Release Notes

  • Fixed a panic when comparing two numbers that have no common lossless representation, such as a float against an integer that cannot be represented exactly as f64 (for example 1.0 < 9007199254740993). #904
  • Fixed a stack overflow caused by repeated sequence concatenation. #907
  • Improved performance of iteration over map items. #906

Install minijinja-cli 2.21.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/minijinja/releases/download/2.21.0/minijinja-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/mitsuhiko/minijinja/releases/download/2.21.0/minijinja-cli-installer.ps1 | iex"

Download minijinja-cli 2.21.0

File Platform Checksum
minijinja-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
minijinja-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
minijinja-cli-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
minijinja-cli-i686-pc-windows-msvc.zip x86 Windows checksum
minijinja-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
minijinja-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
minijinja-cli-i686-unknown-linux-gnu.tar.xz x86 Linux checksum
minijinja-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
minijinja-cli-armv7-unknown-linux-gnueabihf.tar.xz ARMv7 Linux checksum
minijinja-cli-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
minijinja-cli-i686-unknown-linux-musl.tar.xz x86 MUSL Linux checksum
minijinja-cli-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

2.20.0

Release Notes

  • Added support for Jinja-style required blocks in Rust and Go, including scoped required parsing compatibility and validation that required blocks only contain whitespace or comments.
  • Added support for chained comparisons (for example a < b < c) in Rust and Go to match Jinja/Python semantics.
  • Fixed dotted integer lookup in the middle of attribute chains (for example foo.0.bar) for Jinja compatibility. #900
  • Fixed compilation with multi_template disabled by gating block-only APIs behind the feature.

Install minijinja-cli 2.20.0

Install prebuilt binaries via shell script

... (truncated)

Changelog

Sourced from minijinja-contrib's changelog.

2.21.0

  • Fixed a panic when comparing two numbers that have no common lossless representation, such as a float against an integer that cannot be represented exactly as f64 (for example 1.0 < 9007199254740993). #904
  • Fixed a stack overflow caused by repeated sequence concatenation. #907
  • Improved performance of iteration over map items. #906

2.20.0

  • Added support for Jinja-style required blocks in Rust and Go, including scoped required parsing compatibility and validation that required blocks only contain whitespace or comments.
  • Added support for chained comparisons (for example a < b < c) in Rust and Go to match Jinja/Python semantics.
  • Fixed dotted integer lookup in the middle of attribute chains (for example foo.0.bar) for Jinja compatibility. #900
  • Fixed compilation with multi_template disabled by gating block-only APIs behind the feature.
Commits
  • 1d3e73d chore: bump version to 2.21.0
  • 002351e docs(changelog): note stack overflow fix and map iteration perf
  • 1183321 Improve performance of iteration over map items (#906)
  • 3dd5936 fix(value): avoid panic comparing numbers without a common lossless represent...
  • f8d9cc7 fix: avoid stack overflow on repeated sequence concatenation (#907)
  • 3018c2e chore(ci): use Node 24 for npm publishing
  • 571e28a chore(release): 2.20.0
  • 32a70a2 docs(changelog): update unreleased changes
  • 8d5d304 fix(parser): support chained comparisons
  • 685660b doc: Fix mention of add_test in docs (#898)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 25, 2026
Bumps [minijinja-contrib](https://github.com/mitsuhiko/minijinja) from 2.19.0 to 2.21.0.
- [Release notes](https://github.com/mitsuhiko/minijinja/releases)
- [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md)
- [Commits](mitsuhiko/minijinja@2.19.0...2.21.0)

---
updated-dependencies:
- dependency-name: minijinja-contrib
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump minijinja-contrib from 2.19.0 to 2.20.0 build(deps): bump minijinja-contrib from 2.19.0 to 2.21.0 Jun 20, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/minijinja-contrib-2.20.0 branch from 3c5f207 to 9e69621 Compare June 20, 2026 13:08
@codito codito enabled auto-merge (squash) June 20, 2026 13:19
@codito codito merged commit 8873b66 into master Jun 20, 2026
7 of 8 checks passed
@codito codito deleted the dependabot/cargo/minijinja-contrib-2.20.0 branch June 20, 2026 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant