Skip to content

Commit 3067a79

Browse files
Bump TUnit.Core from 1.55.2 to 1.56.25 (#466)
Updated [TUnit.Core](https://github.com/thomhurst/TUnit) from 1.55.2 to 1.56.25. <details> <summary>Release notes</summary> _Sourced from [TUnit.Core's releases](https://github.com/thomhurst/TUnit/releases)._ ## 1.56.25 <!-- Release notes generated using configuration in .github/release.yml at v1.56.25 --> ## What's Changed ### Other Changes * feat(aspire): actionable diagnostics when resources fail to start by @​thomhurst in thomhurst/TUnit#6293 ### Dependencies * chore(deps): update tunit to 1.56.18 by @​thomhurst in thomhurst/TUnit#6285 * chore(deps): update aspire to 13.4.6 by @​thomhurst in thomhurst/TUnit#6287 * chore(deps): update dependency mockolate to 3.3.0 by @​thomhurst in thomhurst/TUnit#6291 **Full Changelog**: thomhurst/TUnit@v1.56.18...v1.56.25 ## 1.56.18 <!-- Release notes generated using configuration in .github/release.yml at v1.56.18 --> ## What's Changed ### Other Changes * fix(mocks): mock deep interface hierarchies (#​6264) by @​thomhurst in thomhurst/TUnit#6283 * feat: artifact retention for auto-uploaded HTML report (#​6266) by @​thomhurst in thomhurst/TUnit#6270 * fix(mocks): forward asymmetric `new`-hidden property slots per-accessor (#​6263) by @​thomhurst in thomhurst/TUnit#6281 * fix: honor OverloadResolutionPriority on net8 consumers (#​6276, #​6280) by @​thomhurst in thomhurst/TUnit#6282 ### Dependencies * chore(deps): update tunit to 1.56.0 by @​thomhurst in thomhurst/TUnit#6259 * chore(deps): update dependency streamjsonrpc to 2.25.29 by @​thomhurst in thomhurst/TUnit#6258 * chore(deps): update aspire to 13.4.5 by @​thomhurst in thomhurst/TUnit#6267 * chore(deps): bump launch-editor from 2.12.0 to 2.14.1 in /docs by @​dependabot[bot] in thomhurst/TUnit#6268 * chore(deps): bump @​babel/core from 7.28.5 to 7.29.7 in /docs by @​dependabot[bot] in thomhurst/TUnit#6269 * chore(deps): update dependency dompurify to v3.4.11 by @​thomhurst in thomhurst/TUnit#6271 * chore(deps): update dependency serialize-javascript to v7.0.6 by @​thomhurst in thomhurst/TUnit#6272 * chore(deps): update actions/checkout action to v7 by @​thomhurst in thomhurst/TUnit#6277 * chore(deps): update verify to 31.20.0 by @​thomhurst in thomhurst/TUnit#6278 * chore(deps): bump webpack-dev-server from 5.2.4 to 5.2.5 in /docs by @​dependabot[bot] in thomhurst/TUnit#6273 **Full Changelog**: thomhurst/TUnit@v1.56.0...v1.56.18 ## 1.56.0 <!-- Release notes generated using configuration in .github/release.yml at v1.56.0 --> ## What's Changed ### Other Changes * fix(aspnetcore): serialize WithWebHostBuilder to stop _derivedFactories race (flaky disposal NRE) by @​thomhurst in thomhurst/TUnit#6251 * fix(mocks): wrap a real object whose class has no parameterless ctor (#​6253) by @​thomhurst in thomhurst/TUnit#6255 * fix(mocks): implement `new`-hidden base interface members in wrapper (#​6252) by @​thomhurst in thomhurst/TUnit#6256 * fix(mocks): mocking a method with more params than Func/Action arity (#​6254) by @​thomhurst in thomhurst/TUnit#6257 ### Dependencies * chore(deps): update tunit to 1.55.2 by @​thomhurst in thomhurst/TUnit#6248 * chore(deps): update aspire to 13.4.4 by @​thomhurst in thomhurst/TUnit#6249 * chore(deps): update dependency stackexchange.redis to v3 by @​thomhurst in thomhurst/TUnit#6250 **Full Changelog**: thomhurst/TUnit@v1.55.2...v1.56.0 Commits viewable in [compare view](thomhurst/TUnit@v1.55.2...v1.56.25). </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=TUnit.Core&package-manager=nuget&previous-version=1.55.2&new-version=1.56.25)](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>
1 parent ac1d62b commit 3067a79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
<!-- Reference-only packages for test framework namespace resolution in analyzer tests -->
2121
<PackageVersion Include="xunit.v3.core" Version="3.2.2" />
2222
<PackageVersion Include="NUnit" Version="4.6.1" />
23-
<PackageVersion Include="TUnit.Core" Version="1.55.2" />
23+
<PackageVersion Include="TUnit.Core" Version="1.56.25" />
2424
</ItemGroup>
2525
</Project>

0 commit comments

Comments
 (0)