Skip to content

chore(deps): update microsoft.testing to 18.8.0#6191

Merged
thomhurst merged 1 commit into
mainfrom
renovate/microsoft.testing
Jun 8, 2026
Merged

chore(deps): update microsoft.testing to 18.8.0#6191
thomhurst merged 1 commit into
mainfrom
renovate/microsoft.testing

Conversation

@thomhurst

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
Microsoft.Testing.Extensions.CodeCoverage nuget minor 18.7.018.8.0

Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file MINOR renovate-bot labels Jun 8, 2026
@thomhurst thomhurst enabled auto-merge (squash) June 8, 2026 09:44

@claude claude Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

Routine dependency bump — looks good.

This is a single-line minor version update to (18.7.0 → 18.8.0) generated by Renovate.

Observations

  • Change is confined to — the centralized package version file. No project files reference the version directly, so the scope of impact is correctly minimal.
  • Minor version bumps in this package family (Microsoft.Testing.*) are typically additive — no breaking changes expected.
  • One thing worth keeping an eye on: is currently at while this package is now at . These are separate packages but part of the same Microsoft Testing Platform family; the version skew isn't introduced by this PR, but if integration issues arise in CI, aligning them in a follow-up would be the first thing to check.

Auto-merge is appropriately enabled for this kind of routine bot update.

@claude claude Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

Routine dependency bump — looks good.

This is a single-line minor version update to Microsoft.Testing.Extensions.CodeCoverage (18.7.0 → 18.8.0) generated by Renovate.

Observations

  • Change is confined to Directory.Packages.props — the centralized package version file. No project files reference the version directly, so the scope of impact is correctly minimal.
  • Minor version bumps in this package family (Microsoft.Testing.*) are typically additive — no breaking changes expected.
  • One thing worth keeping an eye on: Microsoft.NET.Test.Sdk is currently at 18.6.0 while this package is now at 18.8.0. These are separate packages but part of the same Microsoft Testing Platform family; the version skew isn't introduced by this PR, but if integration issues arise in CI, aligning them in a follow-up would be the first thing to check.

Auto-merge is appropriately enabled for this kind of routine bot update.

@codacy-production

codacy-production Bot commented Jun 8, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity

Metric Results
Complexity 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@thomhurst thomhurst force-pushed the renovate/microsoft.testing branch from e0251c7 to 69deada Compare June 8, 2026 19:20

@claude claude Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review: chore(deps): update microsoft.testing to 18.8.0

This is a routine Renovate-generated minor dependency bump: Microsoft.Testing.Extensions.CodeCoverage 18.7.018.8.0.

Assessment

No issues found. The change is:

  • Isolated — a single version string in Directory.Packages.props, which is the correct centralized location for package version management (CPM pattern).
  • Low risk — minor semver increment, backward-compatible by convention.
  • Correctly scopedMicrosoft.Testing.Extensions.CodeCoverage follows a different versioning scheme from other Microsoft.Testing.* packages (e.g., CrashDump/HangDump at 2.2.3, Microsoft.NET.Test.Sdk at 18.6.0). This is expected and not a compatibility concern.

Auto-merge is appropriately enabled for low-risk automated dependency updates like this.

Approved — safe to merge.

@thomhurst thomhurst force-pushed the renovate/microsoft.testing branch from 69deada to fb46201 Compare June 8, 2026 20:20

@claude claude Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This is a Renovate-generated minor version bump: Microsoft.Testing.Extensions.CodeCoverage 18.7.0 → 18.8.0.

No issues found. The single-line change in Directory.Packages.props is correct — that's the right file for centralized package version management (CPM). Minor semver bumps in the Microsoft.Testing family are additive by convention. Previous reviews from this run also approved; no new concerns on re-examination.

Safe to merge.

intellitect-bot pushed a commit to IntelliTect/EssentialCSharp.Web that referenced this pull request Jun 9, 2026
Updated [TUnit](https://github.com/thomhurst/TUnit) from 1.51.0 to
1.53.0.

<details>
<summary>Release notes</summary>

_Sourced from [TUnit's
releases](https://github.com/thomhurst/TUnit/releases)._

## 1.53.0

<!-- Release notes generated using configuration in .github/release.yml
at v1.53.0 -->

## What's Changed
### Other Changes
* feat(assertions): return typed value from IsAssignableTo<T> (#​6184)
by @​thomhurst in thomhurst/TUnit#6187
* fix: stop doubling backslashes in source-gen emitted FilePath (breaks
HTML report source links) by @​thomhurst in
thomhurst/TUnit#6193
* feat(assertions): add ContainsKey().And.Value drill-in for
dictionaries (#​6185) by @​thomhurst in
thomhurst/TUnit#6188
* fix(tests): snapshot ExecutionLog under lock to fix parallel race by
@​thomhurst in thomhurst/TUnit#6194
* fix(engine): run lifecycle hooks before test class construction
(#​6192) by @​thomhurst in thomhurst/TUnit#6195
* feat(assertions): inference-friendly pinned overload for covariant
[AssertionExtension] with own generic (#​5922) by @​thomhurst in
thomhurst/TUnit#6196
* feat: add DeferEnumeration to defer data-source expansion to runtime
(#​5833) by @​thomhurst in thomhurst/TUnit#6197
### Dependencies
* chore(deps): update tunit to 1.51.0 by @​thomhurst in
thomhurst/TUnit#6186
* chore(deps): update microsoft.testing to 18.8.0 by @​thomhurst in
thomhurst/TUnit#6191
* chore(deps): update aspire to 13.4.3 by @​thomhurst in
thomhurst/TUnit#6198


**Full Changelog**:
thomhurst/TUnit@v1.51.0...v1.53.0

Commits viewable in [compare
view](thomhurst/TUnit@v1.51.0...v1.53.0).
</details>

Updated [TUnit.AspNetCore](https://github.com/thomhurst/TUnit) from
1.51.0 to 1.53.0.

<details>
<summary>Release notes</summary>

_Sourced from [TUnit.AspNetCore's
releases](https://github.com/thomhurst/TUnit/releases)._

## 1.53.0

<!-- Release notes generated using configuration in .github/release.yml
at v1.53.0 -->

## What's Changed
### Other Changes
* feat(assertions): return typed value from IsAssignableTo<T> (#​6184)
by @​thomhurst in thomhurst/TUnit#6187
* fix: stop doubling backslashes in source-gen emitted FilePath (breaks
HTML report source links) by @​thomhurst in
thomhurst/TUnit#6193
* feat(assertions): add ContainsKey().And.Value drill-in for
dictionaries (#​6185) by @​thomhurst in
thomhurst/TUnit#6188
* fix(tests): snapshot ExecutionLog under lock to fix parallel race by
@​thomhurst in thomhurst/TUnit#6194
* fix(engine): run lifecycle hooks before test class construction
(#​6192) by @​thomhurst in thomhurst/TUnit#6195
* feat(assertions): inference-friendly pinned overload for covariant
[AssertionExtension] with own generic (#​5922) by @​thomhurst in
thomhurst/TUnit#6196
* feat: add DeferEnumeration to defer data-source expansion to runtime
(#​5833) by @​thomhurst in thomhurst/TUnit#6197
### Dependencies
* chore(deps): update tunit to 1.51.0 by @​thomhurst in
thomhurst/TUnit#6186
* chore(deps): update microsoft.testing to 18.8.0 by @​thomhurst in
thomhurst/TUnit#6191
* chore(deps): update aspire to 13.4.3 by @​thomhurst in
thomhurst/TUnit#6198


**Full Changelog**:
thomhurst/TUnit@v1.51.0...v1.53.0

Commits viewable in [compare
view](thomhurst/TUnit@v1.51.0...v1.53.0).
</details>

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 MINOR renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants