dependabot[bot] opened a new pull request, #7845: URL: https://github.com/apache/opendal/pull/7845
Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 2.5.0 to 2.21.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.17.0</h2> <h2>Release Notes</h2> <ul> <li>Added <code>'c'</code> (character) format type support for format filters and <code>str.format</code>-style formatting. <a href="https://redirect.github.com/mitsuhiko/minijinja/issues/868">#868</a></li> <li>Added prebuilt <code>minijinja-cli</code> release targets for <code>aarch64-pc-windows-msvc</code> (Windows ARM64) and <code>armv7-unknown-linux-gnueabihf</code>.</li> <li>Fixed strict and semi-strict undefined handling so string-coercing filter/function arguments also fail for nested <code>Rest<String></code> and <code>Vec<String></code> conversions. <a href="https://redirect.github.com/mitsuhiko/minijinja/issues/877">#877</a></li> <li>Fixed Python CI/build compatibility with newer <code>maturin</code> by moving stripping from global config to release wheel build arguments.</li> </ul> <h2>Install minijinja-cli 2.17.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.17.0/minijinja-cli-installer.sh | sh </code></pre> <h3>Install prebuilt binaries via powershell script</h3> <pre lang="sh"><code>powershell -ExecutionPolicy Bypass -c "irm https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-installer.ps1 | iex" </code></pre> <h2>Download minijinja-cli 2.17.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.17.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.17.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.17.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.17.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.17.0/minijinja-cli-aarch64-pc-windows-msvc.zip">minijinja-cli-aarch64-pc-windows-msvc.zip</a></td> <td>ARM64 Windows</td> <td><a href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-aarch64-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.0/minijinja-cli-armv7-unknown-linux-gnueabihf.tar.xz">minijinja-cli-armv7-unknown-linux-gnueabihf.tar.xz</a></td> <td>ARMv7 Linux</td> <td><a href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-armv7-unknown-linux-gnueabihf.tar.xz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.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.17.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.17.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.17.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.17.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.17.0/minijinja-cli-x86_64-unknown-linux-musl.tar.xz.sha256">checksum</a></td> </tr> </tbody> </table> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.21.0</h2> <ul> <li>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 <code>f64</code> (for example <code>1.0 < 9007199254740993</code>). <a href="https://redirect.github.com/mitsuhiko/minijinja/issues/904">#904</a></li> <li>Fixed a stack overflow caused by repeated sequence concatenation. <a href="https://redirect.github.com/mitsuhiko/minijinja/issues/907">#907</a></li> <li>Improved performance of iteration over map items. <a href="https://redirect.github.com/mitsuhiko/minijinja/issues/906">#906</a></li> </ul> <h2>2.20.0</h2> <ul> <li>Added support for Jinja-style <code>required</code> blocks in Rust and Go, including <code>scoped required</code> parsing compatibility and validation that required blocks only contain whitespace or comments.</li> <li>Added support for chained comparisons (for example <code>a < b < c</code>) in Rust and Go to match Jinja/Python semantics.</li> <li>Fixed dotted integer lookup in the middle of attribute chains (for example <code>foo.0.bar</code>) for Jinja compatibility. <a href="https://redirect.github.com/mitsuhiko/minijinja/issues/900">#900</a></li> <li>Fixed compilation with <code>multi_template</code> disabled by gating block-only APIs behind the feature.</li> </ul> <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> <h2>2.18.0</h2> <ul> <li>Added keyword argument support (<code>width</code>, <code>first</code>, <code>blank</code>) to the <code>indent</code> filter for Jinja2 compatibility in Rust and Go. <a href="https://redirect.github.com/mitsuhiko/minijinja/issues/864">#864</a></li> <li>Added support for dotted integer lookup (for example <code>foo.0</code>) in Rust and Go for Jinja compatibility. <a href="https://redirect.github.com/mitsuhiko/minijinja/issues/881">#881</a></li> <li>Added support for dotted filter and test names (including <code>foo . bar . baz</code>) for Jinja compatibility. <a href="https://redirect.github.com/mitsuhiko/minijinja/issues/879">#879</a></li> <li>Fixed string escape handling to preserve unknown escapes (such as <code>\s</code>) for Jinja compatibility in Rust and Go. <a href="https://redirect.github.com/mitsuhiko/minijinja/issues/880">#880</a></li> <li>Improved generic performance across template parsing, compilation, and rendering.</li> <li>Fixed <code>minijinja-cabi</code> ownership and pointer-safety issues that could leak <code>mj_value</code> values on error paths.</li> <li>Added high-priority <code>minijinja-cabi</code> APIs for callback-based functions/filters/tests, globals, loaders, path joining, auto-escape configuration, and fuel limits.</li> <li>Switched <code>minijinja-cabi</code> header maintenance to manual source-based syncing and removed cbindgen-based generation tooling.</li> <li>Added lightweight C smoke tests for <code>minijinja-cabi</code> (via <code>make -C minijinja-cabi test</code>) with coverage across all exported C ABI functions, and wired them into top-level testing and CI.</li> <li>Added <code>render_captured</code> and <code>render_captured_to</code> methods on <code>Template</code> which return a <code>Captured</code> type holding the rendered output and the template state.</li> <li>Added <code>into_output</code> method on <code>Captured</code> to consume and return the output string.</li> <li>Deprecated <code>render_and_return_state</code>, <code>eval_to_state</code>, and <code>render_to_write</code> in favor of the new <code>render_captured</code> / <code>render_captured_to</code> / <code>Captured</code> API.</li> </ul> <h2>2.17.1</h2> <ul> <li>Re-release of 2.17.0 to fix release automation.</li> <li>Switched npm publishing to trusted publishing (OIDC/provenance) and removed token-based auth from CI.</li> <li>Prevented duplicate crates.io publish attempts by skipping slash-prefixed tags in crates publishing.</li> </ul> <h2>2.17.0</h2> <ul> <li>Added <code>'c'</code> (character) format type support for format filters and <code>str.format</code>-style formatting. <a href="https://redirect.github.com/mitsuhiko/minijinja/issues/868">#868</a></li> <li>Added prebuilt <code>minijinja-cli</code> release targets for <code>aarch64-pc-windows-msvc</code> (Windows ARM64) and <code>armv7-unknown-linux-gnueabihf</code>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mitsuhiko/minijinja/commit/1d3e73d39a7fd4a31c369209dbcb036fcf1a322c"><code>1d3e73d</code></a> chore: bump version to 2.21.0</li> <li><a href="https://github.com/mitsuhiko/minijinja/commit/002351e66910291da837b8b893c19f5a71f1530a"><code>002351e</code></a> docs(changelog): note stack overflow fix and map iteration perf</li> <li><a href="https://github.com/mitsuhiko/minijinja/commit/1183321f92732796d4f5f5fed800eb30949e68c2"><code>1183321</code></a> Improve performance of iteration over map items (<a href="https://redirect.github.com/mitsuhiko/minijinja/issues/906">#906</a>)</li> <li><a href="https://github.com/mitsuhiko/minijinja/commit/3dd59369682742937ee9cbedbca8bff3dbc301d9"><code>3dd5936</code></a> fix(value): avoid panic comparing numbers without a common lossless represent...</li> <li><a href="https://github.com/mitsuhiko/minijinja/commit/f8d9cc792ce53c41ece13affd8f1ca779bb97518"><code>f8d9cc7</code></a> fix: avoid stack overflow on repeated sequence concatenation (<a href="https://redirect.github.com/mitsuhiko/minijinja/issues/907">#907</a>)</li> <li><a href="https://github.com/mitsuhiko/minijinja/commit/3018c2e122ace9070a1048496c97a7e46018bd31"><code>3018c2e</code></a> chore(ci): use Node 24 for npm publishing</li> <li><a href="https://github.com/mitsuhiko/minijinja/commit/571e28a2c17d79bf34399a9e21c39e96224043dc"><code>571e28a</code></a> chore(release): 2.20.0</li> <li><a href="https://github.com/mitsuhiko/minijinja/commit/32a70a24884f5824f7709e11d6c89ca228425a8d"><code>32a70a2</code></a> docs(changelog): update unreleased changes</li> <li><a href="https://github.com/mitsuhiko/minijinja/commit/8d5d30447cf74fb02d858473122690a1f34b58f6"><code>8d5d304</code></a> fix(parser): support chained comparisons</li> <li><a href="https://github.com/mitsuhiko/minijinja/commit/685660bc773150d526f70729863b3a923a2ea331"><code>685660b</code></a> doc: Fix mention of <code>add_test</code> in docs (<a href="https://redirect.github.com/mitsuhiko/minijinja/issues/898">#898</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mitsuhiko/minijinja/compare/2.5.0...minijinja-go/v2.21.0">compare view</a></li> </ul> </details> <br /> [](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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
