Skip to content

Bump Scriban from 3.7.0 to 3.9.0#59

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Scriban-3.9.0
Closed

Bump Scriban from 3.7.0 to 3.9.0#59
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Scriban-3.9.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 31, 2021

Copy link
Copy Markdown
Contributor

Bumps Scriban from 3.7.0 to 3.9.0.

Changelog

Sourced from Scriban's changelog.

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)

3.8.1 (25 May 2021)

  • Fix regression with ternary operator (#360)

3.8.0 (25 May 2021)

  • Add special assignment operators like x += 1 (#353)
  • Add blank alias to empty (#347)
  • Add support for .NET indexers (#346)
  • Fix parsing of function call AST in case of a no-arg function call with a pipe (#344)
  • Add support for opposite of null-coalescing operator ?!
  • Allow to disable safe runtime checks if TemplateContext.LoopLimit or RecurseLimit are equal to 0
  • Fix issue with %L date formatter to not drop 0 milliseconds (#349)
  • Rename ScriptBinaryOperator.Substract to Subtract
Commits
  • 3d7c4e2 Bump to 3.9.0
  • 2e95889 Add TemplateContext.Reset
  • a2fc52e Merge pull request #361 from NeVeSpl/ASTPipeCallIsAlwaysFollowedByFunctionCal...
  • 3b3f7b9 Update src/Scriban/Parsing/Parser.Expressions.cs
  • 8bb6822 add first AST tests ensuring that function call is emitted after pipe call to...
  • 2246005 apply fix also for member expression
  • 53da5bc Bump to 3.8.2
  • 859c259 Merge pull request #363 from binarycow/362-item-accessor-source-embedding
  • db06d2a Add conditional compilation for source including
  • 9c094fb fix not detecting function call after pipe call when function does not have a...
  • 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.7.0 to 3.9.0.
- [Release notes](https://github.com/scriban/scriban/releases)
- [Changelog](https://github.com/scriban/scriban/blob/master/changelog.md)
- [Commits](scriban/scriban@3.7.0...3.9.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 31, 2021
@dependabot @github

dependabot Bot commented on behalf of github Jun 7, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #60.

@dependabot dependabot Bot closed this Jun 7, 2021
@dependabot dependabot Bot deleted the dependabot/nuget/Scriban-3.9.0 branch June 7, 2021 06:04
@devlooped devlooped locked and limited conversation to collaborators Sep 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants