Skip to content

chore(deps): update dependency scriban to 7.4.0 - #160

Merged
chgl merged 1 commit into
masterfrom
renovate/all-minor-patch
Sep 6, 2026
Merged

chore(deps): update dependency scriban to 7.4.0#160
chgl merged 1 commit into
masterfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
Scriban (source) 7.2.67.4.0 age confidence

Release Notes

scriban/scriban (Scriban)

v7.4.0

Compare Source

Changes

🐛 Bug Fixes

  • Fix custom variable scope and avoid interface helper allocations (d3ed088)

🧰 Misc

  • Document nullable context guidance for 7.4.0 (4704527)

Full Changelog: 7.3.0...7.4.0

Published with dotnet-releaser

v7.3.0

Compare Source

Changes

🧰 Misc

  • Restore rendering hot-path performance (2912180)

Full Changelog: 7.2.7...7.3.0

Published with dotnet-releaser

v7.2.7

Compare Source

Changes

🧰 Misc

Full Changelog: 7.2.6...7.2.7

Published with dotnet-releaser


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 2 0 0 0.06s
✅ ACTION zizmor 2 0 0 4.25s
⚠️ CSHARP csharpier 34 1 0 17.12s
✅ EDITORCONFIG editorconfig-checker 68 0 0 0.31s
✅ JSON jsonlint 18 0 0 0.14s
⚠️ JSON prettier 18 1 0 0.76s
✅ JSON v8r 18 0 0 5.65s
⚠️ MARKDOWN markdownlint 2 2 0 0.65s
✅ MARKDOWN markdown-table-formatter 2 0 0 0.2s
✅ REPOSITORY betterleaks yes no no 2.01s
✅ REPOSITORY checkov yes no no 29.6s
✅ REPOSITORY dustilock yes no no 0.05s
✅ REPOSITORY gitleaks yes no no 0.57s
✅ REPOSITORY git_diff yes no no 0.02s
✅ REPOSITORY kingfisher yes no no 12.56s
✅ REPOSITORY osv-scanner yes no no 0.74s
✅ REPOSITORY secretlint yes no no 1.43s
✅ REPOSITORY syft yes no no 3.51s
✅ REPOSITORY trivy yes no no 12.73s
✅ REPOSITORY trivy-sbom yes no no 0.56s
✅ REPOSITORY trufflehog yes no no 7.61s
✅ YAML prettier 5 0 0 0.41s
✅ YAML v8r 5 0 0 4.47s
✅ YAML yamllint 5 0 0 1.76s

Detailed Issues

⚠️ CSHARP / csharpier - 1 error
Error ./Directory.Build.props - Was not formatted.
  ----------------------------- Expected: Around Line 46 -----------------------------
    <ItemGroup>
      <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="all" />
    </ItemGroup>
  ----------------------------- Actual: Around Line 46 -----------------------------
    <ItemGroup>
      <PackageReference
        Include="Microsoft.SourceLink.GitHub"
  
Error ./src/FhirOperationDefinitionGen.Tests/FhirOperationDefinitionGen.Tests.csproj - Was not formatted.
  ----------------------------- Expected: Around Line 24 -----------------------------
      <PackageReference Include="Microsoft.CodeAnalysis.CSharp" PrivateAssets="all" />
      <PackageReference Include="Microsoft.CodeAnalysis.Analyzers" PrivateAssets="all" />
    </ItemGroup>
  ----------------------------- Actual: Around Line 24 -----------------------------
      <PackageReference Include="Microsoft.CodeAnalysis.CSharp" PrivateAssets="all" />
      <PackageReference
        Include="Microsoft.CodeAnalysis.Analyzers"
  
Error ./src/FhirOperationDefinitionGen/FhirOperationDefinitionGen.csproj - Was not formatted.
  ----------------------------- Expected: Around Line 12 -----------------------------
      <PackageReference Include="Microsoft.CodeAnalysis.CSharp" PrivateAssets="all" />
      <PackageReference Include="Microsoft.CodeAnalysis.Analyzers" PrivateAssets="all" />
      <PackageReference Include="Hl7.Fhir.R4" PrivateAssets="all" GeneratePathProperty="true" />
  ----------------------------- Actual: Around Line 12 -----------------------------
      <PackageReference Include="Microsoft.CodeAnalysis.CSharp" PrivateAssets="all" />
      <PackageReference
        Include="Microsoft.CodeAnalysis.Analyzers"
  
Error ./src/FhirParametersGenerator.Benchmark/FhirParametersGenerator.Benchmark.csproj - Was not formatted.
  ----------------------------- Expected: Around Line 12 -----------------------------
      <PackageReference Include="Microsoft.CodeAnalysis.CSharp" PrivateAssets="all" />
      <PackageReference Include="Microsoft.CodeAnalysis.Analyzers" PrivateAssets="all" />
    </ItemGroup>
  ----------------------------- Actual: Around Line 12 -----------------------------
      <PackageReference Include="Microsoft.CodeAnalysis.CSharp" PrivateAssets="all" />
      <PackageReference
        Include="Microsoft.CodeAnalysis.Analyzers"
  
Error ./src/FhirParametersGenerator.Tests/FhirParametersGenerator.Tests.csproj - Was not formatted.
  ----------------------------- Expected: Around Line 23 -----------------------------
      <PackageReference Include="Microsoft.CodeAnalysis.CSharp" PrivateAssets="all" />
      <PackageReference Include="Microsoft.CodeAnalysis.Analyzers" PrivateAssets="all" />
    </ItemGroup>
  ----------------------------- Actual: Around Line 23 -----------------------------
      <PackageReference Include="Microsoft.CodeAnalysis.CSharp" PrivateAssets="all" />
      <PackageReference
        Include="Microsoft.CodeAnalysis.Analyzers"
  
Error ./src/FhirParametersGenerator/FhirParametersGenerator.csproj - Was not formatted.
  ----------------------------- Expected: Around Line 11 -----------------------------
      <PackageReference Include="Microsoft.CodeAnalysis.CSharp" PrivateAssets="all" />
      <PackageReference Include="Microsoft.CodeAnalysis.Analyzers" PrivateAssets="all" />
    </ItemGroup>
  ----------------------------- Actual: Around Line 11 -----------------------------
      <PackageReference Include="Microsoft.CodeAnalysis.CSharp" PrivateAssets="all" />
      <PackageReference
        Include="Microsoft.CodeAnalysis.Analyzers"
  
Checked 24 files in 16811ms.
⚠️ MARKDOWN / markdownlint - 2 errors
CHANGELOG.md:32 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:37 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Miscellaneous Chores"]
⚠️ JSON / prettier - 1 error
Checking formatting...
[warn] src/FhirOperationDefinitionGen.Tests/packages.lock.json
[warn] src/FhirOperationDefinitionGen/packages.lock.json
[warn] src/FhirParametersGenerator.Attributes/packages.lock.json
[warn] src/FhirParametersGenerator.Benchmark/packages.lock.json
[warn] src/FhirParametersGenerator.Demo/packages.lock.json
[warn] src/FhirParametersGenerator.Tests/packages.lock.json
[warn] src/FhirParametersGenerator/packages.lock.json
[warn] Code style issues found in 7 files. Run Prettier with --write to fix.

Notices

📣 MegaLinter 9.5.0 is out! Discover the new features and security recommendations in the release announcement. (Skip this info by defining SECURITY_SUGGESTIONS: false)

See detailed reports in MegaLinter artifacts

Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)

  • Documentation: Custom Flavors
  • Command: npx mega-linter-runner@9.6.0 --custom-flavor-setup --custom-flavor-linters ACTION_ACTIONLINT,ACTION_ZIZMOR,CSHARP_CSHARPIER,EDITORCONFIG_EDITORCONFIG_CHECKER,JSON_JSONLINT,JSON_V8R,JSON_PRETTIER,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_CHECKOV,REPOSITORY_DUSTILOCK,REPOSITORY_GIT_DIFF,REPOSITORY_GITLEAKS,REPOSITORY_BETTERLEAKS,REPOSITORY_OSV_SCANNER,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,REPOSITORY_KINGFISHER,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

MegaLinter is graciously provided by OX Security
Show us your support by starring ⭐ the repository

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from e8c7641 to 1e55811 Compare September 4, 2026 19:31
@renovate renovate Bot changed the title chore(deps): update dependency scriban to 7.2.7 chore(deps): update dependency scriban to 7.3.0 Sep 4, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 1e55811 to 04de929 Compare September 5, 2026 09:25
@renovate renovate Bot changed the title chore(deps): update dependency scriban to 7.3.0 chore(deps): update dependency scriban to 7.4.0 Sep 5, 2026
@chgl
chgl merged commit 6b9b76d into master Sep 6, 2026
9 checks passed
@chgl
chgl deleted the renovate/all-minor-patch branch September 6, 2026 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant