Bump Scriban from 7.0.6 to 7.1.0#205
Conversation
--- 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>
Greptile SummaryThis PR is a routine Dependabot-generated dependency bump of the Scriban templating library from The
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/5Safe 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.
|
| 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]
Reviews (1): Last reviewed commit: "Bump Scriban from 7.0.6 to 7.1.0" | Re-trigger Greptile
Updated Scriban from 7.0.6 to 7.1.0.
Release notes
Sourced from Scriban's releases.
7.1.0
Changes
🐛 Bug Fixes
🧰 Misc
Full Changelog: 7.0.6...7.1.0
Published with dotnet-releaser
Commits viewable in compare view.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)