Commit ebe854d
chore(deps): bump minijinja from 2.20.0 to 2.21.0 in /bots/rhodibot (#305)
Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 2.20.0 to
2.21.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.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>
</blockquote>
</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>See full diff in <a
href="https://github.com/mitsuhiko/minijinja/compare/minijinja-go/v2.20.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>
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 954a9f3 commit ebe854d
1 file changed
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