chore(deps): update dependency cliwrap to 3.10.2 by thomhurst · Pull Request #6166 · thomhurst/TUnit (original) (raw)
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dependency Update Review: CliWrap 3.10.1 → 3.10.2
Risk Level: Very Low — patch version bump
Change Summary
Single-line change in Directory.Packages.props bumping CliWrap from 3.10.1 to 3.10.2.
What's in 3.10.2
According to the release notes:
- Code cleanup: Removes ReSharper suppression comments (no functional change)
- Internal refactor: Integrates PowerKit source package, removing redundant internal utilities
- Optimization: Improves default file parameters in
PipeTarget.ToFile(...) - Bug fix: Fixes working directory test failing on macOS due to
/varsymlink resolution
None of these changes affect the public API, so no call-site updates should be needed.
Assessment
This is a safe, routine patch update with no breaking changes and a useful macOS bug fix included. The single-line diff in Directory.Packages.props is exactly the right scope. Auto-merge is appropriate here.
✅ LGTM — no issues found.