chore(deps): update dependency scriban.signed to 7.2.6 #762

Merged
timothy merged 2 commits from renovate/scriban.signed-7.x into main 2026-08-14 17:26:38 +02:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
Scriban.Signed (source) 7.2.57.2.6 age confidence

Release Notes

scriban/scriban (Scriban.Signed)

v7.2.6

Compare Source

Changes

New Features

  • Add NuGet Trusted Publishing via dotnet-releaser (ebb0c63)

🐛 Bug Fixes

📦 Dependencies

🧰 Misc

  • Enforce LoopLimit for lazy array multiplication (973edd1)
  • Avoid work when multiplying empty strings (9fe9627)
  • Enforce LoopLimit when expanding indexed arrays (41c27a1)
  • Share LoopLimit across nested iteration (d17bd4b)
  • Allow platform-specific parser depth guard (420513a)

Full Changelog: 7.2.5...7.2.6

Published with dotnet-releaser


Configuration

📅 Schedule: (in timezone Europe/Brussels)

  • 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.


Re-triggering the review-verdict gate (ersatztv#751, fixed in #764). This PR was opened while the gate's classify step was silently dropped, so it carries no review-verdict/h10 and could not merge. Editing the body fires the edited event, which re-runs the workflow from main's now-fixed definition.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [Scriban.Signed](https://scriban.github.io/) ([source](https://github.com/scriban/scriban)) | `7.2.5` → `7.2.6` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Scriban.Signed/7.2.6?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Scriban.Signed/7.2.5/7.2.6?slim=true) | --- ### Release Notes <details> <summary>scriban/scriban (Scriban.Signed)</summary> ### [`v7.2.6`](https://github.com/scriban/scriban/releases/tag/7.2.6) [Compare Source](https://github.com/scriban/scriban/compare/7.2.5...7.2.6) ### Changes #### ✨ New Features - Add NuGet Trusted Publishing via dotnet-releaser ([`ebb0c63`](https://github.com/scriban/scriban/commit/ebb0c638)) #### 🐛 Bug Fixes - Fix missing tests ([`c3f03bf`](https://github.com/scriban/scriban/commit/c3f03bfc)) #### 📦 Dependencies - Bump deps ([`a1caafb`](https://github.com/scriban/scriban/commit/a1caafbe)) #### 🧰 Misc - Enforce LoopLimit for lazy array multiplication ([`973edd1`](https://github.com/scriban/scriban/commit/973edd1f)) - Avoid work when multiplying empty strings ([`9fe9627`](https://github.com/scriban/scriban/commit/9fe9627b)) - Enforce LoopLimit when expanding indexed arrays ([`41c27a1`](https://github.com/scriban/scriban/commit/41c27a18)) - Share LoopLimit across nested iteration ([`d17bd4b`](https://github.com/scriban/scriban/commit/d17bd4bf)) - Allow platform-specific parser depth guard ([`420513a`](https://github.com/scriban/scriban/commit/420513a9)) **Full Changelog**: [7.2.5...7.2.6](https://github.com/scriban/scriban/compare/7.2.5...7.2.6) <sub>Published with [dotnet-releaser](https://github.com/xoofx/dotnet-releaser/)</sub> </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Brussels) - 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. --- - [x] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yODguMCIsInVwZGF0ZWRJblZlciI6IjQzLjI4OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> --- _Re-triggering the review-verdict gate (ersatztv#751, fixed in #764). This PR was opened while the gate's classify step was silently dropped, so it carries no `review-verdict/h10` and could not merge. Editing the body fires the `edited` event, which re-runs the workflow from `main`'s now-fixed definition._
renovate added the dependencies label 2026-08-10 05:03:32 +02:00
renovate added 1 commit 2026-08-10 05:03:33 +02:00
chore(deps): update dependency scriban.signed to 7.2.6
PR Gates / CI image pin matches docker/ci (pull_request) Successful in 15s
PR Gates / Docs update reminder (pull_request) Successful in 17s
PR Gates / decisions lifecycle (pull_request) Successful in 22s
PR Gates / Script tests (pytest) (pull_request) Successful in 1m44s
Build ErsatzTV Image / Build & test (.NET) (pull_request) Successful in 9m9s
Build ErsatzTV Image / EF migration integrity (SQLite + MySql) (pull_request) Successful in 6m46s
Build ErsatzTV Image / Build & push image (amd64) (pull_request) Skipped
Build ErsatzTV Image / Functional E2E (curl + UI contracts) (pull_request) Successful in 6m30s
Build ErsatzTV Image / API docs in sync (OpenAPI + endpoint index) (pull_request) Successful in 10s
Build ErsatzTV Image / Formatting (changed .cs conform to .editorconfig) (pull_request) Successful in 8s
review-verdict/h10 Exempt: authored by the 'renovate' bot account, touches no protected path, and changes only dependency manifests
Review verdict / Set review-verdict status (pull_request_target) Successful in 45s
82cf300f50
timothy added 1 commit 2026-08-14 15:45:57 +02:00
Merge branch 'main' into renovate/scriban.signed-7.x
PR Gates / CI image pin matches docker/ci (pull_request) Successful in 8s
PR Gates / Docs update reminder (pull_request) Successful in 9s
Build ErsatzTV Image / Delimiter ban (release path) (pull_request) Successful in 18s
PR Gates / decisions lifecycle (pull_request) Successful in 16s
review-verdict/h10 Exempt: authored by the 'renovate' bot account, touches no protected path, and changes only dependency manifests
Review verdict / Set review-verdict status (pull_request_target) Successful in 17s
PR Gates / Script tests (pytest) (pull_request) Successful in 2m26s
Build ErsatzTV Image / Build & test (.NET) (pull_request) Successful in 9m26s
Build ErsatzTV Image / EF migration integrity (SQLite + MySql) (pull_request) Successful in 6m41s
Build ErsatzTV Image / Build & push image (amd64) (pull_request) Skipped
Build ErsatzTV Image / Functional E2E (curl + UI contracts) (pull_request) Successful in 6m12s
Build ErsatzTV Image / API docs in sync (OpenAPI + endpoint index) (pull_request) Successful in 8s
Build ErsatzTV Image / Formatting (changed .cs conform to .editorconfig) (pull_request) Successful in 5s
f8f2dca2ce
timothy merged commit b552e569bb into main 2026-08-14 17:26:38 +02:00
timothy deleted branch renovate/scriban.signed-7.x 2026-08-14 17:26:39 +02:00
Sign in to join this conversation.