Skip to content

V10.0.7/service update#27

Merged
gimlichael merged 3 commits into
mainfrom
v10.0.7/service-update
May 23, 2026
Merged

V10.0.7/service update#27
gimlichael merged 3 commits into
mainfrom
v10.0.7/service-update

Conversation

@codebelt-aicia
Copy link
Copy Markdown
Contributor

This is a service update that focuses on package dependencies.

Automated changes:

  • Codebelt/Cuemon package versions bumped to latest compatible
  • PackageReleaseNotes.txt updated for v10.0.7
  • CHANGELOG.md entry added for v10.0.7

Note: Third-party packages (Microsoft.Extensions.*, BenchmarkDotNet, etc.) are not auto-updated.
Use Dependabot or manual updates for those.

Generated by codebelt-aicia
Triggered by: xunit @ 11.0.10

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 22, 2026

Greptile Summary

Routine v10.0.7 service update that bumps Codebelt/Cuemon package versions, associated test tooling, and the NGINX image used for documentation, with matching changelog and release notes entries.

  • Directory.Packages.props: Five packages updated — Codebelt.Extensions.Xunit.App (11.0.9→11.0.10), Cuemon.Core (10.5.1→10.5.2), Microsoft.NET.Test.Sdk (18.4.0→18.5.1), coverlet.collector and coverlet.msbuild (10.0.0→10.0.1).
  • .docfx/Dockerfile.docfx: NGINX Alpine image bumped from 1.30.0 to 1.31.0 for the documentation build container.
  • CHANGELOG.md / PackageReleaseNotes.txt: v10.0.7 entries prepended with the 2026-05-22 release date.

Confidence Score: 5/5

Safe to merge — all changes are automated dependency version bumps and matching documentation updates with no logic modifications.

The PR touches only package version pins, a Dockerfile base-image tag, and changelog/release-note text. No application logic, APIs, or data paths are modified, so the risk of regression is minimal.

No files require special attention.

Important Files Changed

Filename Overview
.docfx/Dockerfile.docfx NGINX base image bumped from 1.30.0-alpine to 1.31.0-alpine for the docfx documentation server.
.nuget/Codebelt.Unitify/PackageReleaseNotes.txt New v10.0.7 release notes block prepended, noting dependency upgrades across all supported TFMs.
CHANGELOG.md New [10.0.7] entry dated 2026-05-22 added at the top of the changelog describing a dependency-focused service update.
Directory.Packages.props Five package versions bumped: Codebelt.Extensions.Xunit.App (11.0.9→11.0.10), Cuemon.Core (10.5.1→10.5.2), Microsoft.NET.Test.Sdk (18.4.0→18.5.1), coverlet.collector and coverlet.msbuild (10.0.0→10.0.1).

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[v10.0.7 Service Update] --> B[Directory.Packages.props]
    A --> C[.docfx/Dockerfile.docfx]
    A --> D[CHANGELOG.md]
    A --> E[PackageReleaseNotes.txt]

    B --> B1[Codebelt.Extensions.Xunit.App\n11.0.9 → 11.0.10]
    B --> B2[Cuemon.Core\n10.5.1 → 10.5.2]
    B --> B3[Microsoft.NET.Test.Sdk\n18.4.0 → 18.5.1]
    B --> B4[coverlet.collector\n10.0.0 → 10.0.1]
    B --> B5[coverlet.msbuild\n10.0.0 → 10.0.1]

    C --> C1[NGINX Alpine\n1.30.0 → 1.31.0]

    D --> D1[Entry: 10.0.7 - 2026-05-22]
    E --> E1[Entry: Version 10.0.7]
Loading

Reviews (2): Last reviewed commit: "⬆️ upgrade test and coverage dependencie..." | Re-trigger Greptile

Comment thread Directory.Packages.props Outdated
Comment thread Directory.Packages.props
@codecov
Copy link
Copy Markdown

codecov Bot commented May 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.69%. Comparing base (9d9c3fe) to head (f179b08).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #27   +/-   ##
=======================================
  Coverage   82.69%   82.69%           
=======================================
  Files          19       19           
  Lines         676      676           
  Branches       51       51           
=======================================
  Hits          559      559           
  Misses        116      116           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Nginx base image updated from 1.30.0 to 1.31.0 to incorporate the latest security patches and improvements.
Updated test SDK, coverlet collection, and build tooling:
- Microsoft.NET.Test.Sdk: 18.4.0 → 18.5.1
- coverlet.collector: 10.0.0 → 10.0.1
- coverlet.msbuild: 10.0.0 → 10.0.1
@sonarqubecloud
Copy link
Copy Markdown

@gimlichael gimlichael merged commit 700ace9 into main May 23, 2026
33 of 35 checks passed
@gimlichael gimlichael deleted the v10.0.7/service-update branch May 23, 2026 12:34
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