Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Scriban from 3.0.0 to 5.5.2 #194

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 4, 2023

Bumps Scriban from 3.0.0 to 5.5.2.

Release notes

Sourced from Scriban's releases.

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

📦 Dependencies

  • Update dependencies (c6ca2f90)

Full Changelog: 5.5.0...5.5.1

Published with dotnet-releaser

5.5.0

Changes

✨ New Features

Full Changelog: 5.4.6...5.5.0

5.4.6

Changes

🐛 Bug Fixes

  • Fix auto-indent (#435) (b849c549)

... (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)

5.0.0 (20 Oct 2021)

  • Fix scope for variable (global vs local) (#385)

4.1.0 (7 October 2021)

  • Add IQueryable<T> support in for-loops.
    • Parameter offset:count will be translated to IQueryable<T>.Skip(count)
    • Parameter reversed will be translated to IQueryable<T>.Reverse()
    • Parameter limit:count will be translated to IQueryable<T>.Take(count)
    • Special for loop variables are supported with the exception of rindex and last
    • Optional LoopLimitQueryable-property on TemplateContext object to control looplimit in case of IQueryable<T> (defaults to LoopLimit)

4.0.2 (22 September 2021)

  • Fix issue with object instance conversion between different object types

4.0.1 (3 June 2021)

  • Fix ternary operator with binary expression (#355)

4.0.0 (2 June 2021)

  • Remove IItemAccessor and merge features into IObjectAccessor.
  • Add support for non-string indexers for regular dictionaries (#364)

3.9.0 (31 May 2021)

  • Improve AST to generate a function call when a pipecall is used with a parameterless function
  • Add TemplateContext.Reset method to allow to cleanup the state of the TemplateContext

3.8.2 (27 May 2021)

  • Fix regession with new interface IItemAccessor not compatible with source distribution (#363)

... (truncated)

Commits
  • 7804a97 Improve error reporting for #464
  • 18bc7b0 Merge remote-tracking branch 'scriban-EnforceEndStatementMustMatchBlockBegin/...
  • a47ecde Update date
  • d1a3944 Merge pull request #474 from Mertsch/improve-array-contains
  • ca44dc0 Merge pull request #473 from Mertsch/improve-docs
  • c0877fd Make array.contains resilient to null values, like array.sort
  • a05f9a8 Improve the documentation for array.contains
  • c6ca2f9 Update dependencies
  • ee1f66d Fix object.eval to not render if a single statement is passed (#470)
  • 402fcd9 Merge pull request #468 from Mertsch/FixCompactDocumentation
  • Additional 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 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)

Bumps [Scriban](https://github.com/scriban/scriban) from 3.0.0 to 5.5.2.
- [Release notes](https://github.com/scriban/scriban/releases)
- [Changelog](https://github.com/scriban/scriban/blob/master/changelog.md)
- [Commits](scriban/scriban@3.0.0...5.5.2)

---
updated-dependencies:
- dependency-name: Scriban
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jan 4, 2023
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.

0 participants