Skip to content

Bump Scriban from 6.2.1 to 6.6.0#1601

Merged
waldekmastykarz merged 1 commit intomainfrom
dependabot/nuget/DevProxy.Abstractions/Scriban-6.6.0
Mar 20, 2026
Merged

Bump Scriban from 6.2.1 to 6.6.0#1601
waldekmastykarz merged 1 commit intomainfrom
dependabot/nuget/DevProxy.Abstractions/Scriban-6.6.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 19, 2026

Updated Scriban from 6.2.1 to 6.6.0.

Release notes

Sourced from Scriban's releases.

6.6.0

Changes

✨ New Features

  • Add missing async generated code (8d23abb0)
  • Add limits for default safety (b5ac4bf3) by @​skdishansachin

🐛 Bug Fixes

  • Fix JsonElement support for netstandard (88943520)

🧰 Misc

  • Merge commit from fork (a6fe6074) by @​skdishansachin

Full Changelog: 6.5.8...6.6.0

Published with dotnet-releaser

6.5.8

Changes

🚀 Enhancements

  • Evaluate named arg. values in caller context (PR #​652) by @​meld-cp

🧰 Misc

  • Cleanup Include remove magic checks (PR #​651) by @​Benkei

Full Changelog: 6.5.7...6.5.8

Published with dotnet-releaser

6.5.7

Changes

🚀 Enhancements

  • Refactor Include using PushLocal and PopLocal Part 2 (PR #​650) by @​Benkei

Full Changelog: 6.5.6...6.5.7

Published with dotnet-releaser

6.5.6

Changes

🐛 Bug Fixes

  • Refactor Include using PushLocal and PopLocal (PR #​649) by @​Benkei
  • Fixes documentation (#​647) (6513395f)

🧰 Misc

  • Feature/#​645 broken link (PR #​646) by @​mikeclayton

Full Changelog: 6.5.5...6.5.6

Published with dotnet-releaser

6.5.5

Changes

🐛 Bug Fixes

  • Fix Include named arg values being lost for nested includes (PR #​643) by @​meld-cp

Full Changelog: 6.5.4...6.5.5

Published with dotnet-releaser

6.5.4

Changes

✨ New Features

  • Add instructions (6ccb65f3)
  • Add site (f9afab3e)
  • Add Scriban.AppService playground backend (b1072d73)
  • Add social banner (11cbacaf)
  • Add ScriptArray.From() static factory method (4b3f0417)

🐛 Bug Fixes

  • fix date.parse test with 'Z' not working if local timezone > UTC+03:00 (PR #​642) by @​meld-cp

📚 Documentation

  • Add doc for runtime by splitting existing doc (ce0a2b60)

🧰 Misc

  • include template - Named array args don't stay as arrays in the template (PR #​641) by @​meld-cp
  • Redirect Try out links to site playground, support URL parameters (0592e64c)
  • Update readme for the online demo (5b9f5113)
  • Use dark theme (18331e9a)

Full Changelog: 6.5.3...6.5.4

Published with dotnet-releaser

6.5.3

Changes

🐛 Bug Fixes

  • Fix setting variable in a scope while it is also declared in an outer scope (577e2d47)

📦 Dependencies

  • Bump Scriban to net8.0 (fc29ec64)

🧰 Misc

  • Update date.now in tests for 2026 (f00a6bbf)

Full Changelog: 6.5.2...6.5.3

Published with dotnet-releaser

6.5.2

Changes

🐛 Bug Fixes

  • Fix #​634: ObjectToString has side-effect leading to incorrect escaping with lazy evaluation (PR #​635) by @​anya-hichu

Full Changelog: 6.5.1...6.5.2

Published with dotnet-releaser

6.5.1

Changes

🐛 Bug Fixes

  • Fix async code for promoted variables (ac6a80aa)

🧰 Misc

  • Migrate to slnx and central package management (63bc3d61)

Full Changelog: 6.5.0...6.5.1

Published with dotnet-releaser

6.5.0

Changes

🐛 Bug Fixes

  • Fix Liquid date output formatting (PR #​627) by @​meld-cp
  • Update ScriptBinaryExpression.cs (PR #​630) by @​marcelo8690

Full Changelog: 6.4.0...6.5.0

Published with dotnet-releaser

6.4.0

Changes

🚀 Enhancements

  • Promote named args to local vars when using includes (PR #​626) by @​meld-cp

Full Changelog: 6.3.0...6.4.0

Published with dotnet-releaser

6.3.0

Changes

🐛 Bug Fixes

  • Fix loop limits (#​616) (b9a64f79)
  • Fix newline_to_br function on Windows (5c6e39ad)
  • Fix uint (6fda3a5e)

🚀 Enhancements

  • Update BuiltinFunctions.cs: set correct initial capacity (PR #​621) by @​ChrisVanDijk
  • Update TemplateContext.cs: remove unused _availableTags (PR #​623) by @​ChrisVanDijk
  • Add uint calculation (PR #​624) by @​dunds-com

📚 Documentation

  • Update alert messages in readme to be more obvious (PR #​619) by @​JackGilmore
  • Fix doc generation (67d5494b)

📦 Dependencies

  • Update dependencies NuGet (c8eaa485)

Full Changelog: 6.2.1...6.3.0

Published with dotnet-releaser

Commits viewable in compare view.

Dependabot compatibility score

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 commands and options

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

---
updated-dependencies:
- dependency-name: Scriban
  dependency-version: 6.6.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Mar 19, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 19, 2026 21:33
@dependabot dependabot bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Mar 19, 2026
@waldekmastykarz waldekmastykarz merged commit 01dde85 into main Mar 20, 2026
2 of 4 checks passed
@waldekmastykarz waldekmastykarz deleted the dependabot/nuget/DevProxy.Abstractions/Scriban-6.6.0 branch March 20, 2026 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant