GitTools / GitReleaseManager

Tool for creating and exporting releases for software applications hosted on GitHub
https://gittools.github.io/GitReleaseManager/docs/
MIT License
309 stars 39 forks source link

Bump Scriban from 5.0.0 to 5.6.0 in /src #489

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps Scriban from 5.0.0 to 5.6.0.

Release notes

Sourced from Scriban's releases.

5.6.0

Changes

✨ New Features

  • Add ScriptLazy (Fixes #479) (76212e02)

🐛 Bug Fixes

🏭 Tests

  • Add tests for #451 (Fixed by #483) (c2cd3dce)
  • Add tests for #445 (Fixed by #483) (8ed097fe)

🧰 Misc

Full Changelog: 5.5.2...5.6.0

Published with dotnet-releaser

5.5.2

Changes

🧰 Misc

  • Improve the documentation for array.contains (PR #473) by @​Mertsch
  • Make array.contains resilient to null values, like array.sort (PR #474) by @​Mertsch
  • Implemented parsing option to enforce that an end-statement must match a block begin (PR #464) by @​ChrisWiitamaki
  • Update date (a47ecde2)
  • Improve error reporting for #464 (7804a97e)

Full Changelog: 5.5.1...5.5.2

Published with dotnet-releaser

5.5.1

Changes

🐛 Bug Fixes

  • Fix a minor syntax error in the docs for case/when statements (PR #457) by @​bradtglass
  • Fix object.eval to not render if a single statement is passed (#470) (ee1f66d2)

📚 Documentation

... (truncated)

Changelog

Sourced from Scriban's changelog.

Changelog

This changelog is no longer used for newer version. Please visits https://github.com/scriban/scriban/releases

5.4.0 (6 Feb 2022)

  • Fix async when accessing variables (#382)
  • Fix doc for object.kind (#394)
  • Fix comparison between ulong and int (#395)
  • Add a notice for html.strip that it can fail/timeout in case of malformed HTML (#406)
  • Log an error instead of an exception in an invalid syntax with for/if/else (#393)

5.3.0 (6 Feb 2022)

  • Add support for auto-indent (#398)

5.2.0 (6 Feb 2022)

  • Add support for specifying custom format and culture for date.parse

5.1.0 (5 Feb 2022)

  • Fix accessing null?.property when EnableRelaxedMemberAccess == False (#401)
  • Migrate tests to net6.0 (#410)
  • Add support for anykind of expressions in when clauses (#409)
Commits


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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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)
dependabot[bot] commented 1 year ago

Superseded by #491.