Skip to content

chore(deps): bump the tunit group with 2 updates#675

Merged
dependabot[bot] merged 1 commit intomainfrom
dependabot/nuget/tunit-a378756ea0
Apr 2, 2025
Merged

chore(deps): bump the tunit group with 2 updates#675
dependabot[bot] merged 1 commit intomainfrom
dependabot/nuget/tunit-a378756ea0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 12, 2025

Bumps the tunit group with 2 updates: TUnit.Core and TUnit.

Updates TUnit.Core from 0.17.14 to 0.18.9

Release notes

Sourced from TUnit.Core's releases.

0.18.9

What's Changed

🏕 Changes

  • Fix ITestStartEventReceiver and ITestEndEventReceiver not firing for custom classes when injected in via [ClassDataSource<>] by @​thomhurst in thomhurst/TUnit#2069

👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.18.0...v0.18.9

0.18.0

What's Changed

Breaking Changes 🛠

👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.17.14...v0.18.0

Commits
  • 3e0ea6c Fix ITestStartEventReceiver and ITestEndEventReceiver not firing for cust...
  • 250ffa1 chore(deps): update tunit to 0.18.0 (#2066)
  • a258fec chore(deps): update dependency microsoft.extensions.http.resilience to 9.3.0 ...
  • a637db8 chore(deps): update dependency system.collections.immutable to 9.0.3 (#2062)
  • 9e965d3 chore(deps): update dependency microsoft.templateengine.authoring.templatever...
  • ecaca55 chore(deps): update dependency system.text.json to 9.0.3 (#2063)
  • 7743b04 chore(deps): update microsoft.aspnetcore to 9.0.3 (#2064)
  • 81be009 chore(deps): update dependency microsoft.extensions.dependencyinjection to 9....
  • 0b1a2b9 chore(deps): update dependency microsoft.bcl.asyncinterfaces to 9.0.3 (#2059)
  • b59b6bf +semver:minor - Add types to help converting from one type to another during ...
  • Additional commits viewable in compare view

Updates TUnit from 0.17.14 to 0.18.9

Release notes

Sourced from TUnit's releases.

0.18.9

What's Changed

🏕 Changes

  • Fix ITestStartEventReceiver and ITestEndEventReceiver not firing for custom classes when injected in via [ClassDataSource<>] by @​thomhurst in thomhurst/TUnit#2069

👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.18.0...v0.18.9

0.18.0

What's Changed

Breaking Changes 🛠

👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.17.14...v0.18.0

Commits
  • 3e0ea6c Fix ITestStartEventReceiver and ITestEndEventReceiver not firing for cust...
  • 250ffa1 chore(deps): update tunit to 0.18.0 (#2066)
  • a258fec chore(deps): update dependency microsoft.extensions.http.resilience to 9.3.0 ...
  • a637db8 chore(deps): update dependency system.collections.immutable to 9.0.3 (#2062)
  • 9e965d3 chore(deps): update dependency microsoft.templateengine.authoring.templatever...
  • ecaca55 chore(deps): update dependency system.text.json to 9.0.3 (#2063)
  • 7743b04 chore(deps): update microsoft.aspnetcore to 9.0.3 (#2064)
  • 81be009 chore(deps): update dependency microsoft.extensions.dependencyinjection to 9....
  • 0b1a2b9 chore(deps): update dependency microsoft.bcl.asyncinterfaces to 9.0.3 (#2059)
  • b59b6bf +semver:minor - Add types to help converting from one type to another during ...
  • Additional commits viewable in compare view

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 will merge this PR once CI passes on it, as requested by @samtrion.


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 dependabot Bot requested review from samtrion and removed request for samtrion March 12, 2025 12:16
@dependabot dependabot Bot requested a review from a team as a code owner March 12, 2025 12:16
@dependabot dependabot Bot requested review from benwirren and removed request for a team March 12, 2025 12:16
@dependabot dependabot Bot added the dependency:nuget Indicates a pull request related to updating or managing NuGet package dependencies. label Mar 12, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.07%. Comparing base (dcf4cf3) to head (080efb5).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #675   +/-   ##
=======================================
  Coverage   94.07%   94.07%           
=======================================
  Files          42       42           
  Lines         152      152           
  Branches       13       13           
=======================================
  Hits          143      143           
  Misses          9        9           

☔ 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.

@dependabot dependabot Bot force-pushed the dependabot/nuget/tunit-a378756ea0 branch from 2b5b01e to 9b7dc32 Compare March 19, 2025 12:40
Bumps the tunit group with 2 updates: [TUnit.Core](https://github.com/thomhurst/TUnit) and [TUnit](https://github.com/thomhurst/TUnit).


Updates `TUnit.Core` from 0.17.14 to 0.18.9
- [Release notes](https://github.com/thomhurst/TUnit/releases)
- [Commits](thomhurst/TUnit@v0.17.14...v0.18.9)

Updates `TUnit` from 0.17.14 to 0.18.9
- [Release notes](https://github.com/thomhurst/TUnit/releases)
- [Commits](thomhurst/TUnit@v0.17.14...v0.18.9)

---
updated-dependencies:
- dependency-name: TUnit.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tunit
- dependency-name: TUnit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tunit
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/nuget/tunit-a378756ea0 branch from 9b7dc32 to 080efb5 Compare April 2, 2025 12:42
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Apr 2, 2025

Copy link
Copy Markdown
Contributor

@samtrion samtrion left a comment

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 dependabot Bot merged commit b8cf835 into main Apr 2, 2025
15 checks passed
@dependabot dependabot Bot deleted the dependabot/nuget/tunit-a378756ea0 branch April 2, 2025 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency:nuget Indicates 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