Skip to content

chore(deps): update xunit to 4.0.1 - #6796

Merged
thomhurst merged 1 commit into
mainfrom
renovate/xunit
Sep 12, 2026
Merged

thomhurst merged 1 commit into
mainfrom
renovate/xunit

Conversation

@thomhurst

@thomhurst thomhurst commented Sep 12, 2026

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
xunit.v3 nuget patch 4.0.04.0.1
xunit.v3.aot nuget patch 4.0.04.0.1
xunit.v3.assert nuget patch 4.0.04.0.1
xunit.v3.extensibility.core nuget patch 4.0.04.0.1

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.

Summary by CodeRabbit

  • Chores
    • Updated the centrally managed xUnit v3 package versions to 4.0.1.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file PATCH renovate-bot labels Sep 12, 2026
@thomhurst
thomhurst enabled auto-merge (squash) September 12, 2026 19:36
@thomhurst
thomhurst deployed to Pull Requests September 12, 2026 19:36 — with GitHub Actions Active
@thomhurst
thomhurst deployed to Pull Requests September 12, 2026 19:36 — with GitHub Actions Active
@thomhurst
thomhurst deployed to Pull Requests September 12, 2026 19:36 — with GitHub Actions Active
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 12, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-12T19:38:26.708490Z aa5a6ed PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@coderabbitai

coderabbitai Bot commented Sep 12, 2026

Copy link
Copy Markdown

Review Change StackReview Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: 81b37317-639a-4975-b481-849576b50f44

📥 Commits

Reviewing files that changed from the base of the PR and between af6acb1 and aa5a6ed.

📒 Files selected for processing (1)
  • Directory.Packages.props

Included review availability: Your plan provides up to 8 included reviews per hour; 7 remain after this review.


📝 Walkthrough

Walkthrough

The central package management file updates four xunit.v3 package versions from 4.0.0 to 4.0.1.

Changes

xUnit package update

Layer / File(s) Summary
Central package version update
Directory.Packages.props
Updates xunit.v3, xunit.v3.aot, xunit.v3.assert, and xunit.v3.extensibility.core from 4.0.0 to 4.0.1.

Priority: ⬇️ Low

Estimated code review effort: 1 (Trivial) | ~2 minutes

Change: Other

Suggested reviewers: mvanhorn

Merge Risk: ⚪ Minimal · up to aa5a6

The dependency update has no unresolved actionable merge risk.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the xUnit dependency update from version 4.0.0 to 4.0.1.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/xunit

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

A rabbit checks the package row
Four xUnit versions gently grow
From four-oh-oh to four-oh-one
A tidy update, neatly done
The test burrow hops along

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

@greptile-apps

greptile-apps Bot commented Sep 12, 2026

Copy link
Copy Markdown

Greptile Summary

This PR centrally updates four related xUnit v3 packages from 4.0.0 to 4.0.1.

  • Updates the core, AOT, assertion, and extensibility packages together.
  • Introduces no application logic, schema, or security-boundary changes.

Confidence Score: 5/5

The PR appears safe to merge with no actionable issues identified.

The patch updates related xUnit packages together, and repository usage provides no evidence that the unchanged Visual Studio runner version violates a compatibility requirement or causes restore, build, discovery, or execution failures.

Important Files Changed

Filename Overview
Directory.Packages.props Consistently bumps four centrally managed xUnit v3 package versions to 4.0.1 with no confirmed compatibility issue.

Reviews (1): Last reviewed commit: "chore(deps): update xunit to 4.0.1" | Re-trigger Greptile

This was referenced Sep 20, 2026
github-actions Bot pushed a commit to BenjaminMichaelis/TrxLib that referenced this pull request Sep 21, 2026
Updated [TUnit](https://github.com/thomhurst/TUnit) from 1.67.0 to
1.68.17.

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

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

## 1.68.17

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

## What's Changed
### Other Changes
* fix(mocks): emit init accessors for init-only properties and indexers
by @​thomhurst in thomhurst/TUnit#6833
* fix(mocks): let one type be mocked regularly and wrapped in one
compilation by @​thomhurst in
thomhurst/TUnit#6835
* fix(mocks): keep editors in sync with publicized project references
(#​6836) by @​thomhurst in thomhurst/TUnit#6837
### Dependencies
* chore(deps): update tunit to 1.68.4 by @​thomhurst in
thomhurst/TUnit#6824
* chore(deps): update mstest to 4.4.1 by @​thomhurst in
thomhurst/TUnit#6825
* chore(deps): update microsoft.testing by @​thomhurst in
thomhurst/TUnit#6717
* chore(deps): update verify to v33 by @​thomhurst in
thomhurst/TUnit#6794
* chore(deps): update dependency stackexchange.redis to 3.2.15 by
@​thomhurst in thomhurst/TUnit#6827
* chore(deps): update dependency messagepack to 3.1.9 by @​thomhurst in
thomhurst/TUnit#6828
* chore(deps): update dependency stackexchange.redis to 3.3.0 by
@​thomhurst in thomhurst/TUnit#6831
* chore(deps): update opentelemetry to 1.19.0 by @​thomhurst in
thomhurst/TUnit#6832


**Full Changelog**:
thomhurst/TUnit@v1.68.4...v1.68.17

## 1.68.4

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

## What's Changed
### Other Changes
* Add installable TUnit documentation routing skill by @​thomhurst in
thomhurst/TUnit#6823
### Dependencies
* chore(deps): update tunit to 1.68.0 by @​thomhurst in
thomhurst/TUnit#6819
* chore(deps): update dependency mockolate to 3.5.1 by @​thomhurst in
thomhurst/TUnit#6822


**Full Changelog**:
thomhurst/TUnit@v1.68.0...v1.68.4

## 1.68.0

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

## What's Changed
### Other Changes
* chore: switch to fillable checkboxes for issue templates by
@​radmorecameron in thomhurst/TUnit#6795
* Add functionality to TUnit.Playwright to easily record videos for
tests by @​dahlsailrunner in
thomhurst/TUnit#6799
* docs: clarify thread pool usage in parallel tests by @​thomhurst in
thomhurst/TUnit#6817
* Fix mocking events with ref struct arguments by @​thomhurst in
thomhurst/TUnit#6814
* Fix TUnit0023 false positives for disposal through casts by
@​thomhurst in thomhurst/TUnit#6818
### Dependencies
* chore(deps): update tunit to 1.67.0 by @​thomhurst in
thomhurst/TUnit#6793
* chore(deps): update xunit to 4.0.1 by @​thomhurst in
thomhurst/TUnit#6796
* chore(deps): update dependency bunit to 2.11.3 by @​thomhurst in
thomhurst/TUnit#6800
* chore(deps): update dependency stackexchange.redis to 3.2.1 by
@​thomhurst in thomhurst/TUnit#6801
* chore(deps): update dependency polly to 8.8.0 by @​thomhurst in
thomhurst/TUnit#6805
* chore(deps): update dependency dotnet-sdk to v10 by @​thomhurst in
thomhurst/TUnit#6803
* chore(deps): update dependency masstransit to 9.2.2 by @​thomhurst in
thomhurst/TUnit#6806
* chore(deps): update dependency awssdk.sqs to 4.0.100.14 by @​thomhurst
in thomhurst/TUnit#6807
* chore(deps): update dependency brace-expansion to v5.0.12 by
@​thomhurst in thomhurst/TUnit#6809
* chore(deps): update dependency microsoft.net.test.sdk to 18.10.1 by
@​thomhurst in thomhurst/TUnit#6811
* chore(deps): update aspire to 13.5.4 by @​thomhurst in
thomhurst/TUnit#6813

## New Contributors
* @​radmorecameron made their first contribution in
thomhurst/TUnit#6795
* @​dahlsailrunner made their first contribution in
thomhurst/TUnit#6799

**Full Changelog**:
thomhurst/TUnit@v1.67.0...v1.68.0

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

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=TUnit&package-manager=nuget&previous-version=1.67.0&new-version=1.68.17)](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