Skip to content

Bump Scriban from 3.2.1 to 3.4.2 in /src/Dash/test/Dash.Tests#198

Merged
hhoangnl merged 2 commits intomasterfrom
dependabot/nuget/src/Dash/test/Dash.Tests/Scriban-3.4.2
Feb 11, 2021
Merged

Bump Scriban from 3.2.1 to 3.4.2 in /src/Dash/test/Dash.Tests#198
hhoangnl merged 2 commits intomasterfrom
dependabot/nuget/src/Dash/test/Dash.Tests/Scriban-3.4.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 2, 2021

Bumps Scriban from 3.2.1 to 3.4.2.

Changelog

Sourced from Scriban's changelog.

3.4.2 (1 Feb 2021)

  • Fix evaluation when an enumeration is returned (#324)
  • Improve returned AST when an valid part of member expression (#318)
  • Implement missing Collection interface methods for ScriptArray (#326)

3.4.1 (23 Jan 2021)

  • Fix to ensure that attempting to render object with indexed property does not cause crash (#312)
  • Fix to ensure badly formed function declarations do not break parser
  • Fix array.each/join stopping evaluation of following statements after using a function
  • Add array.filter function (#316)

3.4.0 (21 Jan 2021)

  • Add string.whitespace and string.empty (#307)
  • Template.Parse is not returning a partial AST even in case of a parser error (#308)
  • Add string.literal function
  • Add array.each function
  • Change array.join to take an optional formatting function

3.3.3 (14 Jan 2021)

  • Fix NullReferenceException with malformed input (#293)
  • Fix include operation failing when strictVariables set (#300)
  • Fix internals of Scriban.DelegateCodeGen

3.3.2 (30 Dec 2020)

  • Fix implicit function calls which take ScriptExpression as an argument.

3.3.1 (30 Dec 2020)

  • Fix operator precedence issue with implicit function calls in scientific language mode.

3.3.0 (29 Dec 2020)

  • Fix regression with include that was not propagating caller variables
  • Make TemplateContext.SetLoopVariable virtual.

3.2.2 (24 Dec 2020)

  • Add #nullable disable to allow embedding Scriban as sources in a project that has enabled nullable
Commits
  • 82c8874 Bump to 3.4.2
  • 8c3e6bd Merge branch 'pr/n324_item-322-capture-local'
  • 2985cd5 Regenerate async
  • d77a237 Improve handling of top-level evaluation with enumeration
  • 668d103 Force ScriptRanges to be evaluated when returning from a function
  • f6a992e Merge pull request #326 from teo-tsirpanis/missing-interfaces
  • 573e18b Implement some missing interface methods.
  • 4c8b64b Merge pull request #318 from NeVeSpl/InvalidASTReturnValidPartOfMemberExpression
  • 191e2a8 Invalid AST : Return valid part of member expression
  • a362d36 Bump to 3.4.1
  • 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)

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 2, 2021
@dependabot dependabot Bot force-pushed the dependabot/nuget/src/Dash/test/Dash.Tests/Scriban-3.4.2 branch from 61bf1c0 to 24e098b Compare February 4, 2021 20:40
@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@hhoangnl hhoangnl merged commit 0d0e791 into master Feb 11, 2021
@hhoangnl hhoangnl deleted the dependabot/nuget/src/Dash/test/Dash.Tests/Scriban-3.4.2 branch February 11, 2021 10:59
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant