chore(deps): update dependency verify.tool to v0.8.0 - #6470
Merged
Conversation
thomhurst
enabled auto-merge (squash)
July 22, 2026 11:18
Contributor
There was a problem hiding this comment.
Review
This is a minimal Renovate-generated dependency bump: verify.tool (the dotnet-verify local CLI tool, dev-only) 0.7.0 → 0.8.0 in .config/dotnet-tools.json. Single line changed, no source code or .verified.txt snapshots touched.
No design, architecture, or maintainability concerns apply here — there's no code surface to review. Looks good to merge once CI passes.
Greptile SummaryThis PR updates the repository's local verification tool.
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (1): Last reviewed commit: "chore(deps): update dependency verify.to..." | Re-trigger Greptile |
This was referenced Jul 23, 2026
Merged
This was referenced Jul 27, 2026
github-actions Bot
pushed a commit
to BenjaminMichaelis/TrxLib
that referenced
this pull request
Jul 27, 2026
Updated [TUnit](https://github.com/thomhurst/TUnit) from 1.61.15 to 1.61.38. <details> <summary>Release notes</summary> _Sourced from [TUnit's releases](https://github.com/thomhurst/TUnit/releases)._ ## 1.61.38 <!-- Release notes generated using configuration in .github/release.yml at v1.61.38 --> ## What's Changed ### Other Changes * fix: apply 'unmanaged' constraint handling to remaining source generators by @thomhurst in thomhurst/TUnit#6474 * feat: expose data source attributes on TestContext by @thomhurst in thomhurst/TUnit#6477 ### Dependencies * chore(deps): update tunit to 1.61.35 by @thomhurst in thomhurst/TUnit#6475 **Full Changelog**: thomhurst/TUnit@v1.61.35...v1.61.38 ## 1.61.35 <!-- Release notes generated using configuration in .github/release.yml at v1.61.35 --> ## What's Changed ### Other Changes * fix(mocks): omit 'struct' constraint when type parameter has 'unmanaged' constraint by @thomhurst in thomhurst/TUnit#6473 ### Dependencies * chore(deps): bump fast-uri from 3.1.2 to 3.1.4 in /docs by @dependabot[bot] in thomhurst/TUnit#6466 * chore(deps): update tunit to 1.61.29 by @thomhurst in thomhurst/TUnit#6467 * chore(deps): update dependency verify.tool to v0.8.0 by @thomhurst in thomhurst/TUnit#6470 * chore(deps): update dependency docusaurus-plugin-llms to ^0.5.1 by @thomhurst in thomhurst/TUnit#6472 **Full Changelog**: thomhurst/TUnit@v1.61.29...v1.61.35 ## 1.61.29 <!-- Release notes generated using configuration in .github/release.yml at v1.61.29 --> ## What's Changed ### Other Changes * perf: remove EnumerableAsyncProcessor dependency by @thomhurst in thomhurst/TUnit#6465 ### Dependencies * chore(deps): bump shell-quote from 1.8.4 to 1.10.0 in /docs by @dependabot[bot] in thomhurst/TUnit#6462 * chore(deps): bump body-parser from 1.20.5 to 1.20.6 in /docs by @dependabot[bot] in thomhurst/TUnit#6461 * chore(deps): bump webpack-dev-server from 5.2.5 to 5.2.6 in /docs by @dependabot[bot] in thomhurst/TUnit#6460 * chore(deps): update dependency microsoft.kiota.abstractions to v2 by @thomhurst in thomhurst/TUnit#6464 * chore(deps): update tunit to 1.61.23 by @thomhurst in thomhurst/TUnit#6463 **Full Changelog**: thomhurst/TUnit@v1.61.23...v1.61.29 ## 1.61.23 <!-- Release notes generated using configuration in .github/release.yml at v1.61.23 --> ## What's Changed ### Other Changes * fix(mocks): emit 'where T : default' for interface-constrained generic methods by @thomhurst in thomhurst/TUnit#6458 ### Dependencies * chore(deps): update tunit to 1.61.15 by @thomhurst in thomhurst/TUnit#6450 * chore(deps): update actions/checkout action to v7.0.1 by @thomhurst in thomhurst/TUnit#6453 * chore(deps): update verify to 31.26.0 by @thomhurst in thomhurst/TUnit#6454 * chore(deps): update verify to 31.27.0 by @thomhurst in thomhurst/TUnit#6457 * chore(deps): update react to ^19.2.8 by @thomhurst in thomhurst/TUnit#6459 **Full Changelog**: thomhurst/TUnit@v1.61.15...v1.61.23 Commits viewable in [compare view](thomhurst/TUnit@v1.61.15...v1.61.38). </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 was referenced Jul 27, 2026
Merged
github-actions Bot
pushed a commit
to IntelliTect/CodingGuidelines
that referenced
this pull request
Jul 27, 2026
Updated [TUnit.Core](https://github.com/thomhurst/TUnit) from 1.61.15 to 1.61.38. <details> <summary>Release notes</summary> _Sourced from [TUnit.Core's releases](https://github.com/thomhurst/TUnit/releases)._ ## 1.61.38 <!-- Release notes generated using configuration in .github/release.yml at v1.61.38 --> ## What's Changed ### Other Changes * fix: apply 'unmanaged' constraint handling to remaining source generators by @thomhurst in thomhurst/TUnit#6474 * feat: expose data source attributes on TestContext by @thomhurst in thomhurst/TUnit#6477 ### Dependencies * chore(deps): update tunit to 1.61.35 by @thomhurst in thomhurst/TUnit#6475 **Full Changelog**: thomhurst/TUnit@v1.61.35...v1.61.38 ## 1.61.35 <!-- Release notes generated using configuration in .github/release.yml at v1.61.35 --> ## What's Changed ### Other Changes * fix(mocks): omit 'struct' constraint when type parameter has 'unmanaged' constraint by @thomhurst in thomhurst/TUnit#6473 ### Dependencies * chore(deps): bump fast-uri from 3.1.2 to 3.1.4 in /docs by @dependabot[bot] in thomhurst/TUnit#6466 * chore(deps): update tunit to 1.61.29 by @thomhurst in thomhurst/TUnit#6467 * chore(deps): update dependency verify.tool to v0.8.0 by @thomhurst in thomhurst/TUnit#6470 * chore(deps): update dependency docusaurus-plugin-llms to ^0.5.1 by @thomhurst in thomhurst/TUnit#6472 **Full Changelog**: thomhurst/TUnit@v1.61.29...v1.61.35 ## 1.61.29 <!-- Release notes generated using configuration in .github/release.yml at v1.61.29 --> ## What's Changed ### Other Changes * perf: remove EnumerableAsyncProcessor dependency by @thomhurst in thomhurst/TUnit#6465 ### Dependencies * chore(deps): bump shell-quote from 1.8.4 to 1.10.0 in /docs by @dependabot[bot] in thomhurst/TUnit#6462 * chore(deps): bump body-parser from 1.20.5 to 1.20.6 in /docs by @dependabot[bot] in thomhurst/TUnit#6461 * chore(deps): bump webpack-dev-server from 5.2.5 to 5.2.6 in /docs by @dependabot[bot] in thomhurst/TUnit#6460 * chore(deps): update dependency microsoft.kiota.abstractions to v2 by @thomhurst in thomhurst/TUnit#6464 * chore(deps): update tunit to 1.61.23 by @thomhurst in thomhurst/TUnit#6463 **Full Changelog**: thomhurst/TUnit@v1.61.23...v1.61.29 ## 1.61.23 <!-- Release notes generated using configuration in .github/release.yml at v1.61.23 --> ## What's Changed ### Other Changes * fix(mocks): emit 'where T : default' for interface-constrained generic methods by @thomhurst in thomhurst/TUnit#6458 ### Dependencies * chore(deps): update tunit to 1.61.15 by @thomhurst in thomhurst/TUnit#6450 * chore(deps): update actions/checkout action to v7.0.1 by @thomhurst in thomhurst/TUnit#6453 * chore(deps): update verify to 31.26.0 by @thomhurst in thomhurst/TUnit#6454 * chore(deps): update verify to 31.27.0 by @thomhurst in thomhurst/TUnit#6457 * chore(deps): update react to ^19.2.8 by @thomhurst in thomhurst/TUnit#6459 **Full Changelog**: thomhurst/TUnit@v1.61.15...v1.61.23 Commits viewable in [compare view](thomhurst/TUnit@v1.61.15...v1.61.38). </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 was referenced Jul 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.7.0→0.8.0Release Notes
patriksvensson/verify.terminal (verify.tool)
v0.8.0Compare Source
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 this update again.
This PR has been generated by Mend Renovate.