Skip to content

Bump Scriban from 4.0.1 to 4.1.0#75

Merged
kzu merged 1 commit into
mainfrom
dependabot/nuget/Scriban-4.1.0
Oct 13, 2021
Merged

Bump Scriban from 4.0.1 to 4.1.0#75
kzu merged 1 commit into
mainfrom
dependabot/nuget/Scriban-4.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 11, 2021

Copy link
Copy Markdown
Contributor

Bumps Scriban from 4.0.1 to 4.1.0.

Changelog

Sourced from Scriban's changelog.

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
Commits
  • 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
  • 503ba1b Removed ChangeType with context.ToObject
  • 818e5ef Conversion between a non-nullable and nullable type can throw an exception
  • 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 4.0.1 to 4.1.0.
- [Release notes](https://github.com/scriban/scriban/releases)
- [Changelog](https://github.com/scriban/scriban/blob/master/changelog.md)
- [Commits](scriban/scriban@4.0.1...4.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Oct 11, 2021
@kzu kzu merged commit b83a3df into main Oct 13, 2021
@kzu kzu deleted the dependabot/nuget/Scriban-4.1.0 branch October 13, 2021 04:41
@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.

1 participant