Skip to content

Bump Scriban from 7.0.6 to 7.1.0#205

Merged
GeWuYou merged 1 commit into
mainfrom
dependabot/nuget/GFramework.Core.Tests/Scriban-7.1.0
Apr 10, 2026
Merged

Bump Scriban from 7.0.6 to 7.1.0#205
GeWuYou merged 1 commit into
mainfrom
dependabot/nuget/GFramework.Core.Tests/Scriban-7.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 9, 2026

Copy link
Copy Markdown
Contributor

Updated Scriban from 7.0.6 to 7.1.0.

Release notes

Sourced from Scriban's releases.

7.1.0

Changes

🐛 Bug Fixes

  • Fix System.Text.Json to use 9.0.14 instead (Fixes #​668) (41e94911)

🧰 Misc

  • Added DateTime.UtcNow Support (PR #​667) by @​boslandj

Full Changelog: 7.0.6...7.1.0

Published with dotnet-releaser

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 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)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Apr 9, 2026
@greptile-apps

greptile-apps Bot commented Apr 9, 2026

Copy link
Copy Markdown

Greptile Summary

This PR is a routine Dependabot-generated dependency bump of the Scriban templating library from 7.0.6 to 7.1.0, scoped exclusively to the GFramework.Core.Tests test project. No production library code is affected.

The 7.1.0 release includes two changes:

  • Bug fix: Pins System.Text.Json to 9.0.14 (resolves a transitive dependency version issue)
  • New feature: Adds DateTime.UtcNow support to Scriban templates

Both changes are backwards-compatible and low-risk. Since Scriban is only referenced in the test project, the blast radius is minimal.

Confidence Score: 5/5

Safe to merge — minor version bump of a test-only dependency with no production code impact.

Scriban is only referenced in the test project, the bump is a minor (non-breaking) version, the upstream changelog contains only a transitive dependency fix and an additive feature, and Dependabot reports a high compatibility score. There are no risks to production behavior.

No files require special attention.

Vulnerabilities

No security concerns identified. The bump is a minor version update of a test-only dependency (Scriban). The upstream changelog notes a System.Text.Json sub-dependency fix — no CVEs or vulnerability disclosures are associated with this release.

Important Files Changed

Filename Overview
GFramework.Core.Tests/GFramework.Core.Tests.csproj Single-line version bump of Scriban from 7.0.6 to 7.1.0; test-only dependency, no production code impact.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[GFramework.Core.Tests] -->|PackageReference| B[Scriban 7.1.0]
    B -->|Transitive dep fixed| C[System.Text.Json 9.0.14]
    B -->|New feature| D[DateTime.UtcNow support]
    A -.->|No change| E[GFramework.Core]
    A -.->|No change| F[GFramework.SourceGenerators]
Loading

Reviews (1): Last reviewed commit: "Bump Scriban from 7.0.6 to 7.1.0" | Re-trigger Greptile

@GeWuYou GeWuYou merged commit 733fd4c into main Apr 10, 2026
6 of 7 checks passed
@GeWuYou GeWuYou deleted the dependabot/nuget/GFramework.Core.Tests/Scriban-7.1.0 branch April 10, 2026 09:06
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.

1 participant