Skip to content

Commit

Permalink
Bump FluentAssertions from 8.0.0-alpha.1 to 8.0.0-rc.2 in /ImperatorT…
Browse files Browse the repository at this point in the history
…oCK3.UnitTests (#2402)

Bumps
[FluentAssertions](https://github.com/fluentassertions/fluentassertions)
from 8.0.0-alpha.1 to 8.0.0-rc.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fluentassertions/fluentassertions/releases">FluentAssertions's
releases</a>.</em></p>
<blockquote>
<h2>8.0.0-rc.2</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Fixes</h3>
<ul>
<li>GlobalEquivalencyOptions.CloneDefaults needs to be public by <a
href="https://github.com/dennisdoomen"><code>@​dennisdoomen</code></a>
in <a
href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2926">fluentassertions/fluentassertions#2926</a></li>
</ul>
<h3>Others</h3>
<ul>
<li>Include the release branches in the CodeQL runs by <a
href="https://github.com/dennisdoomen"><code>@​dennisdoomen</code></a>
in <a
href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2925">fluentassertions/fluentassertions#2925</a></li>
<li>Bump TUnit from 0.6.15 to 0.6.33 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2924">fluentassertions/fluentassertions#2924</a></li>
<li>Bump Verify.Xunit from 28.7.0 to 28.7.1 in the xunit group by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2923">fluentassertions/fluentassertions#2923</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/fluentassertions/fluentassertions/compare/8.0.0-rc.1...8.0.0-rc.2">https://github.com/fluentassertions/fluentassertions/compare/8.0.0-rc.1...8.0.0-rc.2</a></p>
<h2>8.0.0-rc.1</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Breaking Changes</h3>
<ul>
<li>Renamed <code>RespectingRuntimeTypes</code> and
<code>RespectingDeclaredTypes</code> to better clarify their purpose by
<a
href="https://github.com/dennisdoomen"><code>@​dennisdoomen</code></a>
in <a
href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2866">fluentassertions/fluentassertions#2866</a></li>
<li>Renamed ExcludingNestedObjects to WithoutRecursing to better
describe its purpose by <a
href="https://github.com/dennisdoomen"><code>@​dennisdoomen</code></a>
in <a
href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2876">fluentassertions/fluentassertions#2876</a></li>
<li>Remove support for <code>HttpResponseMessage</code> assertions by <a
href="https://github.com/ITaluone"><code>@​ITaluone</code></a> in <a
href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2909">fluentassertions/fluentassertions#2909</a></li>
<li>Redesign Configuration, Services and AssertionOptions by <a
href="https://github.com/dennisdoomen"><code>@​dennisdoomen</code></a>
in <a
href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2901">fluentassertions/fluentassertions#2901</a></li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Properly report the path even if custom mapping is used by <a
href="https://github.com/dennisdoomen"><code>@​dennisdoomen</code></a>
in <a
href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2860">fluentassertions/fluentassertions#2860</a></li>
<li>GlobalConfiguration.TestFramework did not reconfigure the run-time
test framework being used. by <a
href="https://github.com/dennisdoomen"><code>@​dennisdoomen</code></a>
in <a
href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2918">fluentassertions/fluentassertions#2918</a></li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Remove release notes from 8.0.0 that were backported to 6.12.x or
7.0.0 by <a href="https://github.com/jnyrup"><code>@​jnyrup</code></a>
in <a
href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2908">fluentassertions/fluentassertions#2908</a></li>
</ul>
<h3>Others</h3>
<ul>
<li>Bumped Nuke to v9 by <a
href="https://github.com/dennisdoomen"><code>@​dennisdoomen</code></a>
in <a
href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2865">fluentassertions/fluentassertions#2865</a></li>
<li>Bump the nuke group with 2 updates by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2871">fluentassertions/fluentassertions#2871</a></li>
<li>Bump Microsoft.Testing.Extensions.CodeCoverage from 17.12.6 to
17.13.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2873">fluentassertions/fluentassertions#2873</a></li>
<li>Bump System.Collections.Immutable and System.Reflection.Metadata by
<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
<a
href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2872">fluentassertions/fluentassertions#2872</a></li>
<li>Bump the mstest group with 2 updates by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2870">fluentassertions/fluentassertions#2870</a></li>
<li>Bump cspell from 8.16.0 to 8.16.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2868">fluentassertions/fluentassertions#2868</a></li>
<li>Bump Verify.Xunit from 28.3.2 to 28.4.0 in the xunit group by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2869">fluentassertions/fluentassertions#2869</a></li>
<li>The CodeQL build needed the .NET 8.0 SDK by <a
href="https://github.com/dennisdoomen"><code>@​dennisdoomen</code></a>
in <a
href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2877">fluentassertions/fluentassertions#2877</a></li>
<li>Bump JetBrains/qodana-action from 2024.2 to 2024.3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2885">fluentassertions/fluentassertions#2885</a></li>
<li>Bump Meziantou.Analyzer from 2.0.180 to 2.0.182 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2883">fluentassertions/fluentassertions#2883</a></li>
<li>Bump cspell from 8.16.1 to 8.17.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2882">fluentassertions/fluentassertions#2882</a></li>
<li>Bump PublicApiGenerator from 11.1.0 to 11.2.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2881">fluentassertions/fluentassertions#2881</a></li>
<li>Bump Verify.Xunit from 28.4.0 to 28.5.0 in the xunit group by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2879">fluentassertions/fluentassertions#2879</a></li>
<li>Bump NUnit from 4.2.2 to 4.3.0 in the nunit group by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2880">fluentassertions/fluentassertions#2880</a></li>
<li>Suppress Qodana warnings about awaiting a void method. by <a
href="https://github.com/dennisdoomen"><code>@​dennisdoomen</code></a>
in <a
href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2886">fluentassertions/fluentassertions#2886</a></li>
<li>Rollback Qodana version to solve a conflict with PolySharp by <a
href="https://github.com/dennisdoomen"><code>@​dennisdoomen</code></a>
in <a
href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2889">fluentassertions/fluentassertions#2889</a></li>
<li>Upgrade MSTest for UWP.Specs by <a
href="https://github.com/jnyrup"><code>@​jnyrup</code></a> in <a
href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2888">fluentassertions/fluentassertions#2888</a></li>
<li>Bump PolySharp from 1.14.1 to 1.15.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2884">fluentassertions/fluentassertions#2884</a></li>
<li>Downgrade System.Collections.Immutable to 1.5.0 by <a
href="https://github.com/jnyrup"><code>@​jnyrup</code></a> in <a
href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2890">fluentassertions/fluentassertions#2890</a></li>
<li>Ignore updates to System.Collections.Immutable by <a
href="https://github.com/jnyrup"><code>@​jnyrup</code></a> in <a
href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2891">fluentassertions/fluentassertions#2891</a></li>
<li>Bump cspell from 8.17.0 to 8.17.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fluentassertions/fluentassertions/pull/2893">fluentassertions/fluentassertions#2893</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fluentassertions/fluentassertions/commit/9600078b4c3dbe5a37ec04460c572af25406a027"><code>9600078</code></a>
GlobalEquivalencyOptions.CloneDefaults needs to be public</li>
<li><a
href="https://github.com/fluentassertions/fluentassertions/commit/66aa565d65a6b6cde4b9dc74b2d21df019e66099"><code>66aa565</code></a>
Bump Verify.Xunit from 28.7.0 to 28.7.1 in the xunit group (<a
href="https://redirect.github.com/fluentassertions/fluentassertions/issues/2923">#2923</a>)</li>
<li><a
href="https://github.com/fluentassertions/fluentassertions/commit/db91ba54a8e0cd23f7b025750b3223112a9fa87f"><code>db91ba5</code></a>
Bump TUnit from 0.6.15 to 0.6.33 (<a
href="https://redirect.github.com/fluentassertions/fluentassertions/issues/2924">#2924</a>)</li>
<li><a
href="https://github.com/fluentassertions/fluentassertions/commit/9f0e349a5949bcb10853b701a06a9abcc820a10d"><code>9f0e349</code></a>
Include the release branches in the CodeQL runs</li>
<li><a
href="https://github.com/fluentassertions/fluentassertions/commit/6b76731b62f225a983e10ac2e8093ec001bd0793"><code>6b76731</code></a>
Adopt the GitVersion config to properly handle pre-release tags</li>
<li><a
href="https://github.com/fluentassertions/fluentassertions/commit/da17a6ae212edd33c12b0ca8cb35713ccae45d7d"><code>da17a6a</code></a>
GlobalConfiguration.TestFramework did not reconfigure the run-time test
frame...</li>
<li><a
href="https://github.com/fluentassertions/fluentassertions/commit/cb0950d9d0abb6fb9819fe87d206cf8f4e53344b"><code>cb0950d</code></a>
Addressed some Qodana warnings</li>
<li><a
href="https://github.com/fluentassertions/fluentassertions/commit/77ce5770a8eda8087496551b2572b923bab4d55d"><code>77ce577</code></a>
Remove the dependency on Chill</li>
<li><a
href="https://github.com/fluentassertions/fluentassertions/commit/9f658d045b6c2b45dec5a342b1c7f43789436b78"><code>9f658d0</code></a>
Bump coverlet.collector from 6.0.2 to 6.0.3</li>
<li><a
href="https://github.com/fluentassertions/fluentassertions/commit/192abeea3b12cf8fa4ac01aa032f743c66388922"><code>192abee</code></a>
Consolidated the existing global configuration options. (<a
href="https://redirect.github.com/fluentassertions/fluentassertions/issues/2901">#2901</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/fluentassertions/fluentassertions/compare/8.0.0-alpha.1...8.0.0-rc.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=FluentAssertions&package-manager=nuget&previous-version=8.0.0-alpha.1&new-version=8.0.0-rc.2)](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 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 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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 61b1b8d commit 8a031ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImperatorToCK3.UnitTests/ImperatorToCK3.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="FluentAssertions" Version="8.0.0-alpha.1" />
<PackageReference Include="FluentAssertions" Version="8.0.0-rc.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">
Expand Down

0 comments on commit 8a031ac

Please sign in to comment.