Skip to content

chore(deps): Bump the tunit group with 1 update - #770

Merged
dependabot[bot] merged 4 commits into
mainfrom
dependabot/nuget/tunit-9a93583c06
Oct 15, 2025
Merged

chore(deps): Bump the tunit group with 1 update#770
dependabot[bot] merged 4 commits into
mainfrom
dependabot/nuget/tunit-9a93583c06

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubOct 14, 2025

Copy link
Copy Markdown
Contributor

Updated TUnit.Core from 0.63.3 to 0.70.4.

Release notes

Sourced from TUnit.Core's releases.

0.70.4

What's Changed

🏕 Changes

👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.70.2...v0.70.4

0.70.2

What's Changed

🏕 Changes

👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.70.0...v0.70.2

0.70.0

This change focuses on major changes around the assertions API. Those who have defined custom assertions will need to adjust their code to inherit from Assertion<T> now.

There is also source generators to easily define custom assertions - See more here: https://tunit.dev/docs/assertions/extensibility/source-generator-assertions

What's Changed

Breaking Changes 🛠

🏕 Changes

👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.67.19...v0.70.0

0.67.19

What's Changed

🏕 Changes

👒 Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v0.67.10...v0.67.19

0.67.10

What's Changed

🏕 Changes

Full Changelog: thomhurst/TUnit@v0.67.9...v0.67.10

0.67.9

What's Changed

🏕 Changes

👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.67.4...v0.67.9

0.67.4

What's Changed

🏕 Changes

👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.67.0...v0.67.4

0.67.0

What's Changed

🏕 Changes

👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.66.13...v0.67.0

0.66.13

What's Changed

🏕 Changes

👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.66.6...v0.66.13

0.66.6

What's Changed

🏕 Changes

👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.66.0...v0.66.6

0.66.0

What's Changed

🏕 Changes

👒 Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v0.64.0...v0.66.0

0.64.0

What's Changed

🏕 Changes

👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.63.3...v0.64.0

Commits viewable in compare view.

Dependabot compatibility score

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 commands and options

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot
dependabotBot requested a review from a team as a code ownerOctober 14, 2025 12:13
@dependabotdependabotBot added the dependency:nuget Indicates a pull request related to updating or managing NuGet package dependencies. label Oct 14, 2025
@dependabot
dependabotBot requested review from Hnogared and removed request for a teamOctober 14, 2025 12:13
@dependabotdependabotBot added the dependency:nuget Indicates a pull request related to updating or managing NuGet package dependencies. label Oct 14, 2025
@codecov

codecovBot commented Oct 14, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.22%. Comparing base (c0f8c08) to head (aeb5a57).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@## main #770 +/- ##
=======================================
Coverage 83.22% 83.22% =======================================
Files 104 104 Lines 322 322 Branches 29 29 =======================================
Hits 268 268 Misses 51 51 Partials 3 3 

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

dependabotBotand others added 2 commits October 15, 2025 09:08
Bumps TUnit.Core from 0.63.3 to 0.70.4
---
updated-dependencies:
- dependency-name: TUnit.Core
dependency-version: 0.70.4
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: tunit
...
Signed-off-by: dependabot[bot] <support@github.com>
@samtrion
samtrionforce-pushed the dependabot/nuget/tunit-9a93583c06 branch from 035bb4b to e3311a4CompareOctober 15, 2025 07:08

@samtrionsamtrion left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot@github

dependabotBot commented on behalf of githubOct 15, 2025

Copy link
Copy Markdown
ContributorAuthor

Beginning January 27, 2026, Dependabot will no longer support the @dependabot squash and merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details.

@dependabot
dependabotBot merged commit f84093c into mainOct 15, 2025
11 checks passed
@dependabot
dependabotBot deleted the dependabot/nuget/tunit-9a93583c06 branch October 15, 2025 07:34
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency:nugetIndicates a pull request related to updating or managing NuGet package dependencies.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@samtrion