Conversation
There was a problem hiding this comment.
Dependency Update Review: TUnit packages 1.24.13 → 1.24.18
This is a straightforward automated patch bump from Renovate Bot, updating all TUnit-family packages across the monorepo from 1.24.13 to 1.24.18.
What changed:
Directory.Packages.props— central version pins forTUnit,TUnit.Assertions,TUnit.AspNetCore,TUnit.Core,TUnit.Engine, andTUnit.Assertions.FSharp- Template project files (
TUnit.Templates/content/*) — each template's hardcodedPackageReferenceversions bumped in lockstep
Observations:
-
Consistency is correct. All seven package references have been updated together to the same patch version, which is the right approach since these packages are tightly coupled within the monorepo.
-
Template project files are hardcoded versions. The template
.csproj/.fsprojfiles inTUnit.Templates/content/use explicit version strings rather than inheriting fromDirectory.Packages.props. This is intentional for templates (they serve as standalone starting points for users), but it means every release requires touching both the central props file and each template individually. This is working as expected and Renovate handles it automatically, so no action needed — just worth noting as the expected maintenance cost of the template approach. -
Release notes for
v1.24.18include:- Shorter, more readable generated mock type names (#5334)
- Fix for
DisposeAsync()ordering for nested property injection (#5337)
Both are reasonable inclusions in a patch release. The disposal ordering fix in particular is a correctness improvement that warrants picking up promptly.
-
Auto-merge is enabled, which is appropriate for a Renovate-managed patch update with no API or behavior changes.
No issues found. The change is mechanical, correct, and safe to merge.
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
TIP This summary will be updated as you push new changes. Give us feedback
This PR contains the following updates:
1.24.13→1.24.181.24.13→1.24.181.24.13→1.24.181.24.13→1.24.181.24.13→1.24.181.24.13→1.24.181.24.13→1.24.18Release Notes
thomhurst/TUnit (TUnit)
v1.24.18: 1.24.18What's Changed
Other Changes
Dependencies
Full Changelog: v1.24.13...v1.24.18
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 these updates again.
This PR has been generated by Renovate Bot.