chore(deps): update tunit to 1.61.38 - #6479
Conversation
There was a problem hiding this comment.
Code Review
Scope: Renovate-generated dependency bump — Directory.Packages.props only (6 lines changed).
What changed: All six self-referenced TUnit.* NuGet package pins (TUnit, TUnit.AspNetCore, TUnit.Assertions, TUnit.Assertions.FSharp, TUnit.Core, TUnit.Engine) bumped from 1.61.35 → 1.61.38. These are consumed by the templates (TUnit.Templates/content/**) and tools/tunit-nuget-tester for dogfooding the published package.
Findings:
- Version bump is consistent across all related packages — no partial/mismatched versions.
- Matches the upstream changelog for
1.61.38(unmanaged-constraint fix in source generators + newTestContextdata-source-attribute feature), both patch/minor-safe changes with no breaking API changes noted. - No source, snapshot (
.verified.txt), or template content files are touched, so no dual-mode (source-gen/reflection) or snapshot-testing concerns apply here perCLAUDE.md. - No architectural concerns — this is a mechanical version-pin update with no design surface to evaluate.
Verdict: Looks good. Safe to merge/automerge.
Greptile SummaryUpdates all centrally managed TUnit packages in lockstep from 1.61.35 to 1.61.38. Confidence Score: 5/5The PR appears safe to merge with no actionable defects identified. The patch updates the related TUnit packages together, and no incompatible constraints, lock files, or concrete build or runtime failures were found. Important Files Changed
Reviews (1): Last reviewed commit: "chore(deps): update tunit to 1.61.38" | Re-trigger Greptile |
Updated [TUnit.Core](https://github.com/thomhurst/TUnit) from 1.61.38 to 1.63.0. <details> <summary>Release notes</summary> _Sourced from [TUnit.Core's releases](https://github.com/thomhurst/TUnit/releases)._ ## 1.63.0 <!-- Release notes generated using configuration in .github/release.yml at v1.63.0 --> ## What's Changed ### Other Changes * fix(mocks): dispatch abstract indexers through the engine instead of calling base by @thomhurst in thomhurst/TUnit#6517 * feat(mocks): experimental compile-time internals access (#6514 Tier 2) by @thomhurst in thomhurst/TUnit#6520 * feat(mocks): make the async-factory Returns alias available below net9.0 by @thomhurst in thomhurst/TUnit#6518 * +semver:minor - feat(mocks): runtime auto-stubs for interfaces the source generator cannot see by @thomhurst in thomhurst/TUnit#6519 ### Dependencies * chore(deps): update tunit to 1.62.0 by @thomhurst in thomhurst/TUnit#6508 * chore(deps): update dependency mockolate to 3.4.0 by @thomhurst in thomhurst/TUnit#6512 * chore(deps): update dependency cliwrap to 3.10.4 by @thomhurst in thomhurst/TUnit#6513 * chore(deps): update dependency stackexchange.redis to 3.0.25 by @thomhurst in thomhurst/TUnit#6522 * chore(deps): update dependency brace-expansion to v5.0.9 by @thomhurst in thomhurst/TUnit#6523 * chore(deps): update dependency microsoft.build.utilities.core to v18 by @thomhurst in thomhurst/TUnit#6525 **Full Changelog**: thomhurst/TUnit@v1.62.0...v1.63.0 ## 1.62.0 <!-- Release notes generated using configuration in .github/release.yml at v1.62.0 --> ## What's Changed ### Other Changes * fix(docs): make Mermaid lifecycle diagrams readable by @thomhurst in thomhurst/TUnit#6485 * fix(mocks): strip nullable annotation from constructor dispatch patterns by @thomhurst in thomhurst/TUnit#6498 * fix(mocks): skip interfaces with inaccessible abstract members by @thomhurst in thomhurst/TUnit#6502 * feat(mocks): accept an async factory in Returns() on async members by @thomhurst in thomhurst/TUnit#6503 * fix(mocks): report TM006 instead of CS1729 for unsubclassable classes by @thomhurst in thomhurst/TUnit#6501 * fix(mocks): emit the setup surface into the globally-imported namespace by @thomhurst in thomhurst/TUnit#6504 * fix(mocks): reference TUnit.Mocks once in snapshot test compilations by @thomhurst in thomhurst/TUnit#6506 * fix(mocks): make generated identifier sanitization injective by @thomhurst in thomhurst/TUnit#6507 ### Dependencies * chore(deps): update tunit to 1.61.38 by @thomhurst in thomhurst/TUnit#6479 * chore(deps): update dependency brace-expansion to v5.0.8 by @thomhurst in thomhurst/TUnit#6478 * chore(deps): update dependency cliwrap to 3.10.3 by @thomhurst in thomhurst/TUnit#6482 * chore(deps): bump postcss from 8.5.10 to 8.5.22 in /docs by @dependabot[bot] in thomhurst/TUnit#6480 * chore(deps): update dependency fscheck to 3.3.4 by @thomhurst in thomhurst/TUnit#6486 * chore(deps): update dependency minimatch to v10.2.6 by @thomhurst in thomhurst/TUnit#6490 * chore(deps): update actions/stale action to v11 by @thomhurst in thomhurst/TUnit#6496 * chore(deps): update microsoft.testing to 2.3.3 by @thomhurst in thomhurst/TUnit#6499 * chore(deps): update mstest to 4.3.3 by @thomhurst in thomhurst/TUnit#6500 **Full Changelog**: thomhurst/TUnit@v1.61.38...v1.62.0 Commits viewable in [compare view](thomhurst/TUnit@v1.61.38...v1.63.0). </details> [](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>
This PR contains the following updates:
1.61.35→1.61.381.61.35→1.61.381.61.35→1.61.381.61.35→1.61.381.61.35→1.61.381.61.35→1.61.38Release Notes
thomhurst/TUnit (TUnit)
v1.61.38: 1.61.38What's Changed
Other Changes
Dependencies
Full Changelog: v1.61.35...v1.61.38
Configuration
📅 Schedule: (UTC)
🚦 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 Mend Renovate.