Skip to content

chore: bump minijinja from 2.23.0 to 2.24.0 - #6204

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/minijinja-2.24.0
Open

chore: bump minijinja from 2.23.0 to 2.24.0#6204
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/minijinja-2.24.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps minijinja from 2.23.0 to 2.24.0.

Changelog

Sourced from minijinja's changelog.

2.24.0

  • Added the wordwrap filter to the Python bindings. #885
  • Fixed conditional expressions in keyword argument values for Jinja2 compatibility in Rust and Go. #921
  • Fixed context! sorting keys when the preserve_order feature is enabled. #920
  • Limited string repetition to 100 MB in Rust and Go to prevent excessive memory allocations.
Commits
  • 0ca749f chore(release): 2.24.0
  • 0f2989a feat(python): expose wordwrap filter
  • 3eac8fa docs(changelog): document context key ordering fix
  • c867352 fix(macros): preserve context key order
  • a9e1813 fix(parser): allow conditionals in keyword arguments
  • c6fa683 fix(value): limit repeated strings to 100 MB
  • See full diff in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
minijinja [< 1, > 0.31.0]
minijinja [>= 1.a, < 2]

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 2.23.0 to 2.24.0.
- [Release notes](https://github.com/mitsuhiko/minijinja/releases)
- [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md)
- [Commits](mitsuhiko/minijinja@minijinja-go/v2.23.0...minijinja-go/v2.24.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies rust Pull requests that update Rust code labels Aug 17, 2026

@prql-bot prql-bot left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lockfile-only bump; no findings.

Worth noting for this dep specifically: prqlc pulls in minijinja with the unstable_machinery feature, which sits outside minijinja's semver guarantee (prqlc/prqlc/Cargo.toml), so a minor bump can break the Jinja lexer in a way the version range wouldn't catch. It doesn't here — the machinery::{tokenize, Token, Span, WhitespaceConfig} surface used by pre_process is unchanged, and all five cli::jinja tests pass on 2.24.0. Every Rust check on this commit is green too: test-rust (all targets), test-rust-main, test-msrv, test-deps-min-versions, rules, MegaLinter.

The red check-ok-to-merge resolves to run 32056826558, whose own conclusion is cancelled — the concurrency-cascade artifact, not a real failure. The replacement run re-registers it once the matrix finishes.

Still unverified at the time of this review (the poll cap expired while they were queued): build-prqlc/build-prqlc-c on macOS + musl, build-web, measure-code-cov, check-links-book/check-links-markdown, test-python and test-js on macOS, and the advisory nightly matrix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant