Skip to content

chore(deps): update dependency cliwrap to 3.10.1#5207

Merged
thomhurst merged 1 commit intomainfrom
renovate/cliwrap-3.x
Mar 21, 2026
Merged

chore(deps): update dependency cliwrap to 3.10.1#5207
thomhurst merged 1 commit intomainfrom
renovate/cliwrap-3.x

Conversation

@thomhurst
Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
CliWrap nuget patch 3.10.03.10.1

Release Notes

Tyrrrz/CliWrap (CliWrap)

v3.10.1

Compare Source

What's Changed

New Contributors

Full Changelog: Tyrrrz/CliWrap@3.10...3.10.1


Configuration

📅 Schedule: 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 Renovate Bot.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file PATCH renovate-bot labels Mar 21, 2026
@thomhurst thomhurst enabled auto-merge (squash) March 21, 2026 18:14
Copy link
Copy Markdown
Contributor

@claude claude bot left a comment

Choose a reason for hiding this comment

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

Code Review: CliWrap patch bump 3.10.0 → 3.10.1

This is a straightforward Renovate-generated dependency update. The change is minimal and correct — a single version bump in Directory.Packages.props.

What's in 3.10.1 (relevant to TUnit)

  • "Throw if failed to kill process during cancellation" — This is directly relevant to TUnit's ExternalCancellationTests, which relies on CliWrap's process cancellation (graceful + forceful CancellationToken pair). Previously a silent failure to kill a process could cause tests to hang or give misleading results; now it surfaces as an exception, which is safer behaviour.

  • LibraryImport instead of DllImport — Aligns with TUnit's Native AOT compatibility requirements. This is a positive upstream improvement.

  • CPM migration (internal to CliWrap) — No impact on consumers.

Assessment

No concerns. The patch contains a bug fix and an AOT improvement, both of which are net positives for this project. The change is contained to the central package manifest and does not require any call-site changes. ✅

Approve.

Copy link
Copy Markdown
Contributor

@claude claude bot left a comment

Choose a reason for hiding this comment

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

Straightforward patch bump. The 3.10.1 fix (throw on failed process kill during cancellation) is directly relevant to ExternalCancellationTests, and the LibraryImport/AOT improvement aligns with project requirements.

@thomhurst thomhurst merged commit 8fefc5b into main Mar 21, 2026
15 of 16 checks passed
@thomhurst thomhurst deleted the renovate/cliwrap-3.x branch March 21, 2026 18:39
This was referenced Mar 22, 2026
This was referenced Apr 3, 2026
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