chore: bump minijinja from 2.23.0 to 2.24.0 - #6204
Conversation
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>
prql-bot
left a comment
There was a problem hiding this comment.
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.
Bumps minijinja from 2.23.0 to 2.24.0.
Changelog
Sourced from minijinja's changelog.
Commits
0ca749fchore(release): 2.24.00f2989afeat(python): expose wordwrap filter3eac8fadocs(changelog): document context key ordering fixc867352fix(macros): preserve context key ordera9e1813fix(parser): allow conditionals in keyword argumentsc6fa683fix(value): limit repeated strings to 100 MBMost Recent Ignore Conditions Applied to This Pull Request
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)