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.12.1 to 6.0.0 #376

Open
wants to merge 1 commit into
base: mainstream
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

Bumps Scriban from 5.12.1 to 6.0.0.

Release notes

Sourced from Scriban's releases.

6.0.0

Changes

🐛 Bug Fixes

  • Fix DateTime and Object tests (PR #593) by @​user-named-void
  • Fix ScriptRange Add when IList has a fixed size (PR #596) by @​user-named-void
  • Fix CI badge (bb80a3e8)
  • Fix string interpolation (#564, #586) (06aed9fb)
  • Fix named arguments followed by pipe (#589) (034330e6)
  • Fix function pointer with path and params argument (Fixes #516) (5184825b)

📚 Documentation

  • Fix documentation for JSON (only available in net7.0+, fixed #597) (0f15b2f0)

🧰 Misc

Full Changelog: 5.12.1...6.0.0

Published with dotnet-releaser

Commits
  • 5184825 Fix function pointer with path and params argument (Fixes #516)
  • 0f15b2f Fix documentation for JSON (only available in net7.0+, fixed #597)
  • 034330e Fix named arguments followed by pipe (#589)
  • 06aed9f Fix string interpolation (#564, #586)
  • bb80a3e Fix CI badge
  • 253eaaa Merge pull request #595 from kcalderon37/patch-2
  • a404d9d Merge pull request #596 from user-named-void/fix_scriptrange.add
  • fde676d Update JsonElementExtensions.cs add #nullable enable
  • 535c541 When Adding a new item to a SciptRange, the List will be replaced by a new Sc...
  • 9140c2a Merge pull request #593 from user-named-void/fix_doc_date_test
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.12.1 to 6.0.0.
- [Release notes](https://github.com/scriban/scriban/releases)
- [Changelog](https://github.com/scriban/scriban/blob/master/changelog.md)
- [Commits](scriban/scriban@5.12.1...6.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Mar 10, 2025
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants