Skip to content

chore(deps): Bump minijinja from 2.14.0 to 2.16.0#2195

Merged
blackmwk merged 1 commit intomainfrom
dependabot/cargo/minijinja-2.16.0
Mar 3, 2026
Merged

chore(deps): Bump minijinja from 2.14.0 to 2.16.0#2195
blackmwk merged 1 commit intomainfrom
dependabot/cargo/minijinja-2.16.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps minijinja from 2.14.0 to 2.16.0.

Release notes

Sourced from minijinja's releases.

2.16.0

Release Notes

  • Added musllinux wheel builds for Python release artifacts.
  • Fixed |escape to honor custom formatters. #861
  • Aligned undefined behavior handling in the Go port with Rust.
  • Removed non-Rust keys and values filters from the Go port for parity. #863

Install minijinja-cli 2.16.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download minijinja-cli 2.16.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-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-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
Changelog

Sourced from minijinja's changelog.

2.16.0

  • Added musllinux wheel builds for Python release artifacts.
  • Fixed |escape to honor custom formatters. #861
  • Aligned undefined behavior handling in the Go port with Rust.
  • Removed non-Rust keys and values filters from the Go port for parity. #863

2.15.1

  • Re-release of 2.15.0 because of a bad release.

2.15.0

  • Added py.typed marker for PEP 561 typing support in Python bindings. #853
  • Added optional default argument to map.get() method in pycompat. #852
  • Added a go language port. #854
  • Fixed stability guarantees for the |sort filter when using reverse=true. #856
  • Fixed missing SemiStrict undefined mapping in Python bindings. #859
Commits
  • b9afca4 Release 2.16.0
  • c610e03 fix(minijinja-go): remove keys and values filters
  • b2a70a0 chore(ci): add wheel workflow dry-run mode
  • 1bb42c3 feat(py): build musllinux wheels on release
  • 84741ce fix(filters): honor custom formatter in escape (#861)
  • 42845cb chore(ci): remove typos workflow
  • b98dd05 Claude -> Pi
  • 3b5b753 fix(minijinja-go): align undefined behavior with rust
  • 8d587da fix(minijinja-go): use MakeObjectMap in self_referential_context example
  • 30a4c77 ci(release): trigger pkg.go.dev indexing after Go module proxy warm
  • Additional commits viewable in compare view

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.14.0 to 2.16.0.
- [Release notes](https://github.com/mitsuhiko/minijinja/releases)
- [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md)
- [Commits](mitsuhiko/minijinja@2.14.0...minijinja-go/v2.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 1, 2026
Copy link
Collaborator

@mbutrovich mbutrovich left a comment

Choose a reason for hiding this comment

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

Changelog looks reasonable.

@blackmwk blackmwk merged commit e844d82 into main Mar 3, 2026
21 checks passed
@blackmwk blackmwk deleted the dependabot/cargo/minijinja-2.16.0 branch March 3, 2026 02:31
gbrgr pushed a commit to RelationalAI/iceberg-rust that referenced this pull request Mar 10, 2026
Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 2.14.0 to
2.16.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mitsuhiko/minijinja/releases">minijinja's
releases</a>.</em></p>
<blockquote>
<h2>2.16.0</h2>
<h2>Release Notes</h2>
<ul>
<li>Added musllinux wheel builds for Python release artifacts.</li>
<li>Fixed <code>|escape</code> to honor custom formatters. <a
href="https://redirect.github.com/mitsuhiko/minijinja/issues/861">#861</a></li>
<li>Aligned undefined behavior handling in the Go port with Rust.</li>
<li>Removed non-Rust <code>keys</code> and <code>values</code> filters
from the Go port for parity. <a
href="https://redirect.github.com/mitsuhiko/minijinja/issues/863">#863</a></li>
</ul>
<h2>Install minijinja-cli 2.16.0</h2>
<h3>Install prebuilt binaries via shell script</h3>
<pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf
https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.16.0/minijinja-cli-installer.sh
| sh
</code></pre>
<h3>Install prebuilt binaries via powershell script</h3>
<pre lang="sh"><code>powershell -ExecutionPolicy Bypass -c &quot;irm
https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.16.0/minijinja-cli-installer.ps1
| iex&quot;
</code></pre>
<h2>Download minijinja-cli 2.16.0</h2>
<table>
<thead>
<tr>
<th>File</th>
<th>Platform</th>
<th>Checksum</th>
</tr>
</thead>
<tbody>
<tr>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.16.0/minijinja-cli-aarch64-apple-darwin.tar.xz">minijinja-cli-aarch64-apple-darwin.tar.xz</a></td>
<td>Apple Silicon macOS</td>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.16.0/minijinja-cli-aarch64-apple-darwin.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.16.0/minijinja-cli-x86_64-apple-darwin.tar.xz">minijinja-cli-x86_64-apple-darwin.tar.xz</a></td>
<td>Intel macOS</td>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.16.0/minijinja-cli-x86_64-apple-darwin.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.16.0/minijinja-cli-i686-pc-windows-msvc.zip">minijinja-cli-i686-pc-windows-msvc.zip</a></td>
<td>x86 Windows</td>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.16.0/minijinja-cli-i686-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.16.0/minijinja-cli-x86_64-pc-windows-msvc.zip">minijinja-cli-x86_64-pc-windows-msvc.zip</a></td>
<td>x64 Windows</td>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.16.0/minijinja-cli-x86_64-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.16.0/minijinja-cli-aarch64-unknown-linux-gnu.tar.xz">minijinja-cli-aarch64-unknown-linux-gnu.tar.xz</a></td>
<td>ARM64 Linux</td>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.16.0/minijinja-cli-aarch64-unknown-linux-gnu.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.16.0/minijinja-cli-i686-unknown-linux-gnu.tar.xz">minijinja-cli-i686-unknown-linux-gnu.tar.xz</a></td>
<td>x86 Linux</td>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.16.0/minijinja-cli-i686-unknown-linux-gnu.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.16.0/minijinja-cli-x86_64-unknown-linux-gnu.tar.xz">minijinja-cli-x86_64-unknown-linux-gnu.tar.xz</a></td>
<td>x64 Linux</td>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.16.0/minijinja-cli-x86_64-unknown-linux-gnu.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.16.0/minijinja-cli-aarch64-unknown-linux-musl.tar.xz">minijinja-cli-aarch64-unknown-linux-musl.tar.xz</a></td>
<td>ARM64 MUSL Linux</td>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.16.0/minijinja-cli-aarch64-unknown-linux-musl.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.16.0/minijinja-cli-i686-unknown-linux-musl.tar.xz">minijinja-cli-i686-unknown-linux-musl.tar.xz</a></td>
<td>x86 MUSL Linux</td>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.16.0/minijinja-cli-i686-unknown-linux-musl.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.16.0/minijinja-cli-x86_64-unknown-linux-musl.tar.xz">minijinja-cli-x86_64-unknown-linux-musl.tar.xz</a></td>
<td>x64 MUSL Linux</td>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.16.0/minijinja-cli-x86_64-unknown-linux-musl.tar.xz.sha256">checksum</a></td>
</tr>
</tbody>
</table>
</blockquote>
</details>
<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.16.0</h2>
<ul>
<li>Added musllinux wheel builds for Python release artifacts.</li>
<li>Fixed <code>|escape</code> to honor custom formatters. <a
href="https://redirect.github.com/mitsuhiko/minijinja/issues/861">#861</a></li>
<li>Aligned undefined behavior handling in the Go port with Rust.</li>
<li>Removed non-Rust <code>keys</code> and <code>values</code> filters
from the Go port for parity. <a
href="https://redirect.github.com/mitsuhiko/minijinja/issues/863">#863</a></li>
</ul>
<h2>2.15.1</h2>
<ul>
<li>Re-release of 2.15.0 because of a bad release.</li>
</ul>
<h2>2.15.0</h2>
<ul>
<li>Added <code>py.typed</code> marker for PEP 561 typing support in
Python bindings. <a
href="https://redirect.github.com/mitsuhiko/minijinja/issues/853">#853</a></li>
<li>Added optional default argument to <code>map.get()</code> method in
pycompat. <a
href="https://redirect.github.com/mitsuhiko/minijinja/issues/852">#852</a></li>
<li>Added a go language port. <a
href="https://redirect.github.com/mitsuhiko/minijinja/issues/854">#854</a></li>
<li>Fixed stability guarantees for the <code>|sort</code> filter when
using <code>reverse=true</code>. <a
href="https://redirect.github.com/mitsuhiko/minijinja/issues/856">#856</a></li>
<li>Fixed missing <code>SemiStrict</code> undefined mapping in Python
bindings. <a
href="https://redirect.github.com/mitsuhiko/minijinja/issues/859">#859</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/b9afca428b1c8149b1b3a5aab26a32d09744cd83"><code>b9afca4</code></a>
Release 2.16.0</li>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/c610e03621823219de46ee7a0229bd95287949e6"><code>c610e03</code></a>
fix(minijinja-go): remove keys and values filters</li>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/b2a70a033e5019e130dd63f66b272c62565ef470"><code>b2a70a0</code></a>
chore(ci): add wheel workflow dry-run mode</li>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/1bb42c3399b9d49d0969f98cd368c143bc9cab8d"><code>1bb42c3</code></a>
feat(py): build musllinux wheels on release</li>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/84741ce9a2d39d7028dcb18d5fd846319229cb82"><code>84741ce</code></a>
fix(filters): honor custom formatter in escape (<a
href="https://redirect.github.com/mitsuhiko/minijinja/issues/861">#861</a>)</li>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/42845cb9955617b35eab05855578ed5cbad04854"><code>42845cb</code></a>
chore(ci): remove typos workflow</li>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/b98dd0517e8ec77d324d11cf782c0205d7f761cd"><code>b98dd05</code></a>
Claude -&gt; Pi</li>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/3b5b753b55499591fd776480f32ea88ba00ff888"><code>3b5b753</code></a>
fix(minijinja-go): align undefined behavior with rust</li>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/8d587da1c6effccb4b64350b3d2f9b8d5daa3f45"><code>8d587da</code></a>
fix(minijinja-go): use MakeObjectMap in self_referential_context
example</li>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/30a4c77b81cc4d888949754938cd0174b7d9ae8a"><code>30a4c77</code></a>
ci(release): trigger pkg.go.dev indexing after Go module proxy warm</li>
<li>Additional commits viewable in <a
href="https://github.com/mitsuhiko/minijinja/compare/2.14.0...minijinja-go/v2.16.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=minijinja&package-manager=cargo&previous-version=2.14.0&new-version=2.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

2 participants