Update Rust crate tera to v2.3.0 #41
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/tera-2.x-lockfile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
2.1.0→2.3.0Release Notes
Keats/tera (tera)
v2.3.0Compare Source
State::{escape,autoescaping_enabled,escape_if_needed}StringInputto use for input/parameters that is safety aware and use it for built-in filters: thismeans you should need less
| safeand that string safety is passed around correctly. Safety is dropped byfilters where the changes depend on the content itself (
truncatecan cut anywhere) and preserved when they specify exactly what changes (trim,replace).escapefilter that is safety aware (it will not escape an already safe string) and uses the current instanceescape function
for example a
.txtincluded in a.htmlwill now be autoescaped if Tera autoescapes on.html.v2.2.0Compare Source
indentfilter to be configuredv2.1.1Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Mend Renovate CLI.
437b77cbf39ae3cfa9eeUpdate Rust crate tera to v2.1.1to Update Rust crate tera to v2.2.09ae3cfa9eetof569feefdaUpdate Rust crate tera to v2.2.0to Update Rust crate tera to v2.3.0View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.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.