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 5.0.0 to 5.4.3 in /src #166

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 4, 2022

Bumps Scriban from 5.0.0 to 5.4.3.

Release notes

Sourced from Scriban's releases.

5.4.3

Changes

🐛 Bug Fixes

Full Changelog: 5.4.2...5.4.3

5.4.2

Changes

🚀 Enhancements

🧰 Maintenance

  • Fix ci changelog for next release, remove xoofx from mention in changelog (3fb57bc2)

Full Changelog: 5.4.1...5.4.2

5.4.1

Changes

✨ New Features

🚀 Enhancements

🧰 Maintenance

  • Update ci to use dotnet-releaser (e28ff70c)
  • Update ci, use MinVer and prepare for release (1ae8ac23)

🏭 Tests

  • Add test functions for string.index_of (11df5500) by @​binarycow

📚 Documentation

🧰 Misc

  • Update readme badges (90ee8562)

... (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)
Commits
  • 3ba3cc3 Merge pull request #426 from cspital/fix-enum-array-contains
  • 2e6618c remove log file, migrate to built in Enum equality
  • 9146eea fix typo
  • 835642b add enum edge case to contains, add tests to confirm
  • 51e734f Merge pull request #424 from ChrisWiitamaki/master
  • ec1af7d Refined object.values method to also cover existing test cases.
  • 5c0c423 Modified builtin function object.values to work similarly to object.keys, whi...
  • 3fb57bc Fix ci changelog for next release, remove xoofx from mention in changelog
  • 1ae8ac2 Update ci, use MinVer and prepare for release
  • b21a409 Merge pull request #422 from lofcz/feat-object-pars
  • 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 5.0.0 to 5.4.3.
- [Release notes](https://github.com/scriban/scriban/releases)
- [Changelog](https://github.com/scriban/scriban/blob/master/changelog.md)
- [Commits](scriban/scriban@5.0.0...5.4.3)

---
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 Apr 4, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 11, 2022

Superseded by #167.

@dependabot dependabot bot closed this Apr 11, 2022
@dependabot dependabot bot deleted the dependabot/nuget/src/Scriban-5.4.3 branch April 11, 2022 13:11
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.

0 participants