Skip to content

chore(deps): update microsoft.extensions to 10.0.11 - #6595

Merged
thomhurst merged 1 commit into
mainfrom
renovate/microsoft.extensions
Aug 11, 2026
Merged

chore(deps): update microsoft.extensions to 10.0.11#6595
thomhurst merged 1 commit into
mainfrom
renovate/microsoft.extensions

Conversation

@thomhurst

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
Microsoft.Extensions.DependencyInjection (source) nuget patch 10.0.1010.0.11
Microsoft.Extensions.Http (source) nuget patch 10.0.1010.0.11
Microsoft.Extensions.Logging (source) nuget patch 10.0.1010.0.11
Microsoft.Extensions.Logging.Abstractions (source) nuget patch 10.0.1010.0.11

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 these updates again.


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

This PR has been generated by Mend Renovate CLI.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file PATCH renovate-bot labels Aug 11, 2026
@thomhurst
thomhurst enabled auto-merge (squash) August 11, 2026 21:20
@coderabbitai

coderabbitai Bot commented Aug 11, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@thomhurst, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 29 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: f927f654-fe66-4417-90db-a09db0152d0d

📥 Commits

Reviewing files that changed from the base of the PR and between 194d537 and 7ddf1b4.

📒 Files selected for processing (4)
  • Directory.Packages.props
  • src/TUnit.Logging.Microsoft/TUnit.Logging.Microsoft.csproj
  • src/TUnit.Mocks.Logging/TUnit.Mocks.Logging.csproj
  • src/TUnit.Templates/content/TUnit.FSharp/TestProject.fsproj

Comment @coderabbitai help to get the list of available commands.

@greptile-apps

greptile-apps Bot commented Aug 11, 2026

Copy link
Copy Markdown

Greptile Summary

This PR updates four centrally managed Microsoft.Extensions dependencies from 10.0.10 to 10.0.11 and aligns explicit package-version markers in multi-target logging projects and the F# template.

  • Updates DependencyInjection, Http, Logging, and Logging.Abstractions centrally.
  • Retains framework-aligned 8.0.0 and 9.0.0 overrides for the logging packages.
  • Updates the net10.0 F# template’s DependencyInjection reference.

Confidence Score: 5/5

The PR appears safe to merge, with no concrete changed-code failure identified.

The changes consistently apply an aligned patch update, preserve the established framework-specific package overrides, and do not invalidate template snapshots.

Important Files Changed

Filename Overview
Directory.Packages.props Advances four centrally managed Microsoft.Extensions packages to the aligned 10.0.11 patch release.
src/TUnit.Logging.Microsoft/TUnit.Logging.Microsoft.csproj Aligns the CPM-required version markers while preserving effective net8.0 and net9.0 overrides.
src/TUnit.Mocks.Logging/TUnit.Mocks.Logging.csproj Aligns Logging.Abstractions version markers while preserving framework-specific overrides.
src/TUnit.Templates/content/TUnit.FSharp/TestProject.fsproj Updates the net10.0 F# template’s DependencyInjection package to 10.0.11; version-only snapshot content is scrubbed by template verification.

Reviews (1): Last reviewed commit: "chore(deps): update microsoft.extensions..." | Re-trigger Greptile

@claude

claude Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Code review

No issues found. This is a Renovate-generated patch-version bump of Microsoft.Extensions.DependencyInjection, Microsoft.Extensions.Http, Microsoft.Extensions.Logging, and Microsoft.Extensions.Logging.Abstractions from 10.0.1010.0.11, applied consistently across Directory.Packages.props, TUnit.Logging.Microsoft.csproj, TUnit.Mocks.Logging.csproj, and the F# template's TestProject.fsproj. A repo-wide search confirms no remaining references to the old 10.0.10 version were missed.

No architectural or design concerns — this is a purely mechanical dependency update with no source/logic changes, so there's nothing to suggest in terms of patterns or abstractions.

🤖 Generated with Claude Code

This was referenced Aug 16, 2026
github-actions Bot pushed a commit to BenjaminMichaelis/TrxLib that referenced this pull request Aug 17, 2026
Updated [TUnit](https://github.com/thomhurst/TUnit) from 1.64.6 to
1.65.0.

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

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

## 1.65.0

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

## What's Changed
### Other Changes
* Report unexpected mock generation failures by @​thomhurst in
thomhurst/TUnit#6605
* Process every GenerateMock attribute by @​thomhurst in
thomhurst/TUnit#6606
* Support T.Mock() for static abstract interfaces by @​thomhurst in
thomhurst/TUnit#6607
### Dependencies
* chore(deps): update dependency microsoft.templateengine.authoring.cli
to v10.0.303 by @​thomhurst in
thomhurst/TUnit#6586
* chore(deps): update dependency
microsoft.templateengine.authoring.templateverifier to 10.0.303 by
@​thomhurst in thomhurst/TUnit#6587
* chore(deps): update microsoft.build to 18.9.6 by @​thomhurst in
thomhurst/TUnit#6585
* chore(deps): update dependency fsharp.core to 10.1.400 by @​thomhurst
in thomhurst/TUnit#6588
* chore(deps): update dependency microsoft.entityframeworkcore to
10.0.11 by @​thomhurst in thomhurst/TUnit#6589
* chore(deps): update dependency microsoft.templateengine.authoring.cli
to v10.0.400 by @​thomhurst in
thomhurst/TUnit#6591
* chore(deps): update dependency dotnet-sdk to v10.0.400 by @​thomhurst
in thomhurst/TUnit#6590
* chore(deps): update dependency
microsoft.templateengine.authoring.templateverifier to 10.0.400 by
@​thomhurst in thomhurst/TUnit#6592
* chore(deps): update dependency system.commandline to 2.0.11 by
@​thomhurst in thomhurst/TUnit#6593
* chore(deps): update microsoft.extensions to 10.0.11 by @​thomhurst in
thomhurst/TUnit#6595
* chore(deps): update microsoft.aspnetcore to 10.0.11 by @​thomhurst in
thomhurst/TUnit#6594
* chore(deps): update tunit to 1.64.13 by @​thomhurst in
thomhurst/TUnit#6596
* chore(deps): update dependency nuget.protocol to 7.9.0 by @​thomhurst
in thomhurst/TUnit#6597
* chore(deps): update microsoft.extensions to 10.9.0 by @​thomhurst in
thomhurst/TUnit#6598
* chore(deps): update dependency polyfill to 11.2.0 by @​thomhurst in
thomhurst/TUnit#6601
* chore(deps): update dependency polyfill to 11.2.0 by @​thomhurst in
thomhurst/TUnit#6600
* chore(deps): update dependency
microsoft.testing.extensions.codecoverage to 18.10.0 by @​thomhurst in
thomhurst/TUnit#6602


**Full Changelog**:
thomhurst/TUnit@v1.64.13...v1.65.0

## 1.64.13

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

## What's Changed
### Other Changes
* Stabilize immediate WaitsFor assertion test by @​thomhurst in
thomhurst/TUnit#6576
* fix: Allow Item.Member after HasSingleItem by @​SnakyBeaky in
thomhurst/TUnit#6583
### Dependencies
* chore(deps): update tunit to 1.64.6 by @​thomhurst in
thomhurst/TUnit#6577
* chore(deps): update dependency nsubstitute to 6.2.0 by @​thomhurst in
thomhurst/TUnit#6580
* chore(deps): update dependency microsoft.playwright to 1.62.0 by
@​thomhurst in thomhurst/TUnit#6582
* chore(deps): update dependency microsoft.net.stringtools to 18.9.6 by
@​thomhurst in thomhurst/TUnit#6584

## New Contributors
* @​SnakyBeaky made their first contribution in
thomhurst/TUnit#6583

**Full Changelog**:
thomhurst/TUnit@v1.64.6...v1.64.13

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

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=TUnit&package-manager=nuget&previous-version=1.64.6&new-version=1.65.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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 PATCH renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants