Skip to content

chore(deps): update dependency gitversion.tool to v6.7.0#5230

Merged
thomhurst merged 1 commit intomainfrom
renovate/gitversion.tool-6.x
Mar 23, 2026
Merged

chore(deps): update dependency gitversion.tool to v6.7.0#5230
thomhurst merged 1 commit intomainfrom
renovate/gitversion.tool-6.x

Conversation

@thomhurst
Copy link
Owner

@thomhurst thomhurst commented Mar 23, 2026

This PR contains the following updates:

Package Type Update Change
gitversion.tool nuget minor 6.6.26.7.0

Release Notes

GitTools/GitVersion (gitversion.tool)

v6.7.0

Compare Source

As part of this release we had 46 commits which resulted in 3 issues being closed.

Features

Improvements

Contributors

2 contributors made this release possible.

arturcic copilot-swe-agent

SHA256 Hashes of the release artifacts
  • 180fd7cf40fdfacf2c251176a4b613a444db2b40af477fd07a7c6d4d6b355dc6 - gitversion-linux-arm64-6.7.0.tar.gz
  • 254d1de40ac82af4c17771f996cb6656e6f3ba0f9cd2f6e94e07d983ac79595a - gitversion-linux-musl-arm64-6.7.0.tar.gz
  • d59557ebd5fcd036387cf1c7e6fb82df7fe71b5409ec1a69fd4a0ba614ccbcb7 - gitversion-linux-musl-x64-6.7.0.tar.gz
  • e2012abfb3392a6f0ccf5f82738173c291b15bfdb2d5e9197777ec3f41b88f76 - gitversion-linux-x64-6.7.0.tar.gz
  • 429108e0d51f98815b6fbf4ebba84cf53812a4c71eee67180456e8771e9f4320 - gitversion-osx-arm64-6.7.0.tar.gz
  • 02f6b9ac0d70a18d8bc2c0e3eaf183377a2417ecadd5df452ab3150b4404182c - gitversion-osx-x64-6.7.0.tar.gz
  • 873cdc294068cbbda43717e6384b849599d2d0db0db6f7c2592074c8f9386116 - gitversion-win-arm64-6.7.0.zip
  • 55b43a1c1e1d174675ca1500410e64a0ad9904425f2329fe6b35b5368a31f629 - gitversion-win-x64-6.7.0.zip

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 MINOR renovate-bot labels Mar 23, 2026
@thomhurst thomhurst enabled auto-merge (squash) March 23, 2026 08:53
Copy link
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

This is a routine dependency update PR generated by Renovate Bot, bumping gitversion.tool from 6.6.2 to 6.7.0 (minor version bump).

Change Summary

  • File: .config/dotnet-tools.json
  • Change: Single version string update (6.6.26.7.0)

Assessment

The change is correct and minimal — exactly what a tooling version bump should look like. The rollForward: true flag is already set, which is good practice for tool manifests.

No issues found. This is a low-risk minor version update to a versioning tool (gitversion.tool) that only participates in the build/release pipeline, not in the shipped library code. It has no impact on TUnit's public API, source generator output, or runtime behavior.

Safe to merge.

Copy link
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

This is a routine dependency update bumping gitversion.tool from 6.6.26.7.0 (minor version bump) in .config/dotnet-tools.json.

Assessment

No issues found. The change is correct and minimal — a single version string update as expected from a Renovate Bot PR.

  • gitversion.tool is a build/release pipeline tool only; it has no impact on TUnit's public API, source generator output, or runtime behavior
  • The rollForward: true flag is already present, which is good practice
  • v6.7.0 release notes show: modernized YAML config serialization, CI/CD hardening, and nuget.org Trusted Publishing support — all non-breaking improvements

Safe to merge.

Copy link
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

This is a straightforward Renovate Bot dependency update bumping gitversion.tool from 6.6.26.7.0 in .config/dotnet-tools.json.

Change Summary

Single line change: version bump of the gitversion.tool .NET local tool used for semantic versioning via GitVersion.

Assessment

No concerns. This is a minor version bump (6.6.2 → 6.7.0) which per semver should be backwards compatible. The GitVersion 6.7.0 release notes list only:

  • A feature for modernizing YAML configuration serialization strategy
  • CI/CD workflow hardening improvements
  • Support for nuget.org Trusted Publishing

None of these changes affect the tool's version calculation behavior, so this should be a safe, non-breaking update. The rollForward: true setting in the tools config is preserved as expected.

This PR is safe to merge.

intellitect-bot pushed a commit to IntelliTect/EssentialCSharp.Web that referenced this pull request Mar 25, 2026
Updated [TUnit](https://github.com/thomhurst/TUnit) from 1.21.6 to
1.21.20.

<details>
<summary>Release notes</summary>

_Sourced from [TUnit's
releases](https://github.com/thomhurst/TUnit/releases)._

## 1.21.20

<!-- Release notes generated using configuration in .github/release.yml
at v1.21.20 -->

## What's Changed
### Other Changes
* fix: respect TUnitImplicitUsings set in Directory.Build.props by
@​thomhurst in thomhurst/TUnit#5225
* feat: covariant assertions for interfaces and non-sealed classes by
@​thomhurst in thomhurst/TUnit#5226
* feat: support string-to-parseable type conversions in [Arguments] by
@​thomhurst in thomhurst/TUnit#5227
* feat: add string length range assertions by @​thomhurst in
thomhurst/TUnit#4935
* Fix BeforeEvery/AfterEvery hooks for Class and Assembly not being
executed by @​Copilot in thomhurst/TUnit#5239
### Dependencies
* chore(deps): update tunit to 1.21.6 by @​thomhurst in
thomhurst/TUnit#5228
* chore(deps): update dependency gitversion.msbuild to 6.7.0 by
@​thomhurst in thomhurst/TUnit#5229
* chore(deps): update dependency gitversion.tool to v6.7.0 by
@​thomhurst in thomhurst/TUnit#5230
* chore(deps): update aspire to 13.2.0 - autoclosed by @​thomhurst in
thomhurst/TUnit#5232
* chore(deps): update dependency typescript to v6 by @​thomhurst in
thomhurst/TUnit#5233
* chore(deps): update dependency polyfill to 9.23.0 by @​thomhurst in
thomhurst/TUnit#5235
* chore(deps): update dependency polyfill to 9.23.0 by @​thomhurst in
thomhurst/TUnit#5236


**Full Changelog**:
thomhurst/TUnit@v1.21.6...v1.21.20

Commits viewable in [compare
view](thomhurst/TUnit@v1.21.6...v1.21.20).
</details>

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=TUnit&package-manager=nuget&previous-version=1.21.6&new-version=1.21.20)](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>
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 MINOR renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants