Update Rust crate tera to v2.3.0 #41

Open
renovate wants to merge 1 commit from renovate/tera-2.x-lockfile into main
Collaborator

This PR contains the following updates:

Package Type Update Change
tera dependencies minor 2.1.02.3.0

Release Notes

Keats/tera (tera)

v2.3.0

Compare Source

  • Add State::{escape,autoescaping_enabled,escape_if_needed}
  • Add StringInput to use for input/parameters that is safety aware and use it for built-in filters: this
    means you should need less | safe and that string safety is passed around correctly. Safety is dropped by
    filters where the changes depend on the content itself (truncate can cut anywhere) and preserved when they specify exactly what changes (trim, replace).
  • Add escape filter that is safety aware (it will not escape an already safe string) and uses the current instance
    escape function
  • Escaping included templates is now done base on where it's included rather than the included template itself:
    for example a .txt included in a .html will now be autoescaped if Tera autoescapes on .html.
  • Fix double escape of filter/set blocks

v2.2.0

Compare Source

  • Do not reserialize existing Value when serializing to a Value
  • Error on content in children templates that would have been ignored
  • Allows blocks inside if/elif/else again like in v1
  • Allows the indentation character of the indent filter to be configured
  • Add chained filter sections

v2.1.1

Compare Source

  • Fix component default value not allowing negative numbers
  • Fix component default value not checking whether default value matches expected type

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tera](https://github.com/Keats/tera) | dependencies | minor | `2.1.0` → `2.3.0` | --- ### Release Notes <details> <summary>Keats/tera (tera)</summary> ### [`v2.3.0`](https://github.com/Keats/tera/blob/HEAD/CHANGELOG.md#230-2026-08-26) [Compare Source](https://github.com/Keats/tera/compare/v2.2.0...v2.3.0) - Add `State::{escape,autoescaping_enabled,escape_if_needed}` - Add `StringInput` to use for input/parameters that is safety aware and use it for built-in filters: this means you should need less `| safe` and that string safety is passed around correctly. Safety is dropped by filters where the changes depend on the content itself (`truncate` can cut anywhere) and preserved when they specify exactly what changes (`trim`, `replace`). - Add `escape` filter that is safety aware (it will not escape an already safe string) and uses the current instance escape function - Escaping included templates is now done base on *where* it's included rather than the included template itself: for example a `.txt` included in a `.html` will now be autoescaped if Tera autoescapes on `.html`. - Fix double escape of filter/set blocks ### [`v2.2.0`](https://github.com/Keats/tera/blob/HEAD/CHANGELOG.md#220-2026-08-20) [Compare Source](https://github.com/Keats/tera/compare/v2.1.1...v2.2.0) - Do not reserialize existing Value when serializing to a Value - Error on content in children templates that would have been ignored - Allows blocks inside if/elif/else again like in v1 - Allows the indentation character of the `indent` filter to be configured - Add chained filter sections ### [`v2.1.1`](https://github.com/Keats/tera/blob/HEAD/CHANGELOG.md#211-2026-08-11) [Compare Source](https://github.com/Keats/tera/compare/v2.1.0...v2.1.1) - Fix component default value not allowing negative numbers - Fix component default value not checking whether default value matches expected type </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDQuMSIsInVwZGF0ZWRJblZlciI6IjQ0LjMwLjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Update Rust crate tera to v2.1.1
Some checks reported errors
moira/flake/packages.containerImage@x86_64-linux packages.containerImage — queued
moira/flake/packages.default@x86_64-linux packages.default — queued
moira/flake/packages.jsaw@x86_64-linux packages.jsaw — queued
moira/test moira/test — cancelled
437b77cbf3
renovate force-pushed renovate/tera-2.x-lockfile from 437b77cbf3
Some checks reported errors
moira/flake/packages.containerImage@x86_64-linux packages.containerImage — queued
moira/flake/packages.default@x86_64-linux packages.default — queued
moira/flake/packages.jsaw@x86_64-linux packages.jsaw — queued
moira/test moira/test — cancelled
to 9ae3cfa9ee 2026-08-20 16:04:57 +00:00
Compare
renovate changed title from Update Rust crate tera to v2.1.1 to Update Rust crate tera to v2.2.0 2026-08-20 16:04:59 +00:00
renovate force-pushed renovate/tera-2.x-lockfile from 9ae3cfa9ee to f569feefda 2026-08-26 22:05:23 +00:00 Compare
renovate changed title from Update Rust crate tera to v2.2.0 to Update Rust crate tera to v2.3.0 2026-08-26 22:05:24 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/tera-2.x-lockfile:renovate/tera-2.x-lockfile
git switch renovate/tera-2.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/tera-2.x-lockfile
git switch renovate/tera-2.x-lockfile
git rebase main
git switch main
git merge --ff-only renovate/tera-2.x-lockfile
git switch renovate/tera-2.x-lockfile
git rebase main
git switch main
git merge --no-ff renovate/tera-2.x-lockfile
git switch main
git merge --squash renovate/tera-2.x-lockfile
git switch main
git merge --ff-only renovate/tera-2.x-lockfile
git switch main
git merge renovate/tera-2.x-lockfile
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
jmarya/jsaw!41
No description provided.