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.6.0 to 5.0.0 in /src #405

Merged
merged 1 commit into from
Jan 24, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2021

Bumps Scriban from 3.6.0 to 5.0.0.

Changelog

Sourced from Scriban's changelog.

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)

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

3.7.0 (1 May 2021)

  • Add TemplateContext.ObjectRecursionLimit to protect against recursion limits (#340)
  • Add string.remove_last function (#339)
  • Fix evaluation of string (#342)
Commits
  • 64d1759 Bump to 5.0.0
  • 402039e Fix the scope for loop variable (#385)
  • 4bb867b Merge pull request #383 from JvanderStad/feature/queryable-support
  • ad3a0d0 Queryable support. Bump to 4.1.0
  • a4d6c36 Queryable support. Bump to 4.1.0
  • 6c3d0e1 Queryable support. Bump to 4.1.0
  • ca1aca1 IQuerable support
  • 7f6993e Merge pull request #381 from JvanderStad/release/4.0.2
  • acd6525 Bump to 4.0.2
  • c3eea2e Merge pull request #380 from JvanderStad/bugfix/nullable-conversion
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 20, 2021
@dependabot dependabot bot force-pushed the dependabot/nuget/src/Scriban-5.0.0 branch 2 times, most recently from 08b1437 to ce6f3cf Compare January 24, 2022 21:38
Bumps [Scriban](https://github.com/scriban/scriban) from 3.6.0 to 5.0.0.
- [Release notes](https://github.com/scriban/scriban/releases)
- [Changelog](https://github.com/scriban/scriban/blob/master/changelog.md)
- [Commits](scriban/scriban@3.6.0...5.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@gep13 gep13 force-pushed the dependabot/nuget/src/Scriban-5.0.0 branch from ce6f3cf to 66f7e1d Compare January 24, 2022 21:49
@gep13 gep13 merged commit 187f278 into develop Jan 24, 2022
@gep13 gep13 deleted the dependabot/nuget/src/Scriban-5.0.0 branch January 24, 2022 21:55
@gep13 gep13 added Improvement and removed dependencies Pull requests that update a dependency file labels Jan 25, 2022
@gep13 gep13 added this to the 0.13.0 milestone Jan 25, 2022
@gittools-bot
Copy link
Contributor

🎉 This issue has been resolved in version 0.13.0 🎉

The release is available on:

Your GitReleaseManager bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants