Skip to content

Commit d30de57

Browse files
chore(deps): bump minijinja from 2.19.0 to 2.20.0 in /bots/rhodibot (#180)
Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 2.19.0 to 2.20.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.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 &lt; b &lt; 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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/mitsuhiko/minijinja/commit/558a2547081405e4a3770c0e12a089bfc31212cf"><code>558a254</code></a> fix(lexer): support mid-chain dotted-integer attribute access (<a href="https://redirect.github.com/mitsuhiko/minijinja/issues/900">#900</a>)</li> <li><a href="https://github.com/mitsuhiko/minijinja/commit/a4860a0ccc2dbdc24286cf8f5f60a010dac8b1f7"><code>a4860a0</code></a> fix(multi_template): gate block-only APIs behind feature</li> <li><a href="https://github.com/mitsuhiko/minijinja/commit/29ac0b2936eacf83ebf781c52f4f4ffc3add4c52"><code>29ac0b2</code></a> feat(templates): add required block support</li> <li>See full diff in <a href="https://github.com/mitsuhiko/minijinja/compare/minijinja-go/v2.19.0...minijinja-go/v2.20.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.19.0&new-version=2.20.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> Co-authored-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
1 parent 589daf0 commit d30de57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bots/rhodibot/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)