chore(deps): Bump minijinja from 2.18.0 to 2.19.0#2322
Merged
Conversation
Contributor
|
@dependabot rebase |
Contributor
Author
|
Sorry, only users with push access can use that command. |
Contributor
|
@dependabot rebase |
Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 2.18.0 to 2.19.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.18.0...minijinja-go/v2.19.0) --- updated-dependencies: - dependency-name: minijinja dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
6056f23 to
fc7d590
Compare
blackmwk
approved these changes
Apr 15, 2026
toutane
pushed a commit
to DataDog/iceberg-rust
that referenced
this pull request
Apr 30, 2026
Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 2.18.0 to 2.19.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md">minijinja's changelog</a>.</em></p> <blockquote> <h2>2.19.0</h2> <ul> <li>Fixed strict undefined behavior for comparison operators (such as <code>==</code>), string concatenation (<code>~</code>), and undefined needles in the <code>in</code> operator to better match Jinja2. <a href="https://redirect.github.com/mitsuhiko/minijinja/issues/886">#886</a> <a href="https://redirect.github.com/mitsuhiko/minijinja/issues/888">#888</a></li> <li>Fixed the <code>default</code> filter in strict undefined mode so an explicitly passed undefined fallback argument errors instead of being treated like a missing argument. <a href="https://redirect.github.com/mitsuhiko/minijinja/issues/887">#887</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mitsuhiko/minijinja/commit/f15dc1e703ec58bc9cb50353322afb7890e3e016"><code>f15dc1e</code></a> chore(release): 2.19.0</li> <li><a href="https://github.com/mitsuhiko/minijinja/commit/e04d2764b27824aaa1befe8b3d666c810661418a"><code>e04d276</code></a> fix(undefined): align strict undefined behavior with Jinja2</li> <li>See full diff in <a href="https://github.com/mitsuhiko/minijinja/compare/minijinja-go/v2.18.0...minijinja-go/v2.19.0">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 8e884ef)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps minijinja from 2.18.0 to 2.19.0.
Changelog
Sourced from minijinja's changelog.
Commits
f15dc1echore(release): 2.19.0e04d276fix(undefined): align strict undefined behavior with Jinja2