Skip to content

Commit 7d9ec5a

Browse files
chore(deps): update dependency fluentassertions to 8.5.0 (#4075)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [FluentAssertions](https://xceed.com/products/unit-testing/fluent-assertions/) ([source](https://redirect.github.com/fluentassertions/fluentassertions)) | `8.4.0` -> `8.5.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/FluentAssertions/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/FluentAssertions/8.4.0/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>fluentassertions/fluentassertions (FluentAssertions)</summary> ### [`v8.5.0`](https://redirect.github.com/fluentassertions/fluentassertions/releases/tag/8.5.0) [Compare Source](https://redirect.github.com/fluentassertions/fluentassertions/compare/8.4.0...8.5.0) <!-- Release notes generated using configuration in .github/release.yml at main --> ##### What's Changed ##### New features - Extended BeEquivalentTo with support for checking the type of the properties by [@&#8203;dennisdoomen](https://redirect.github.com/dennisdoomen) in [https://github.com/fluentassertions/fluentassertions/pull/3066](https://redirect.github.com/fluentassertions/fluentassertions/pull/3066) ##### Fixes - Ensured WithTracing is safe when used with BeEquivalentTo globally by [@&#8203;dennisdoomen](https://redirect.github.com/dennisdoomen) in [https://github.com/fluentassertions/fluentassertions/pull/3067](https://redirect.github.com/fluentassertions/fluentassertions/pull/3067) ##### Others - Revisit the .editorconfig rules by [@&#8203;dennisdoomen](https://redirect.github.com/dennisdoomen) in [https://github.com/fluentassertions/fluentassertions/pull/3063](https://redirect.github.com/fluentassertions/fluentassertions/pull/3063) - Bump cspell from 9.1.1 to 9.1.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/fluentassertions/fluentassertions/pull/3068](https://redirect.github.com/fluentassertions/fluentassertions/pull/3068)8 - Use .NET 9 SDK by [@&#8203;jnyrup](https://redirect.github.com/jnyrup) in [https://github.com/fluentassertions/fluentassertions/pull/3069](https://redirect.github.com/fluentassertions/fluentassertions/pull/3069) - Bump cspell from 9.1.2 to 9.1.3 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/fluentassertions/fluentassertions/pull/3071](https://redirect.github.com/fluentassertions/fluentassertions/pull/3071)1 **Full Changelog**: fluentassertions/fluentassertions@8.4.0...8.5.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/reactiveui/ReactiveUI). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiRGVwZW5kZW5jeSBNYW5hZ2VtZW50Il19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8956f06 commit 7d9ec5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integrationtests/IntegrationTests.Shared.Tests/IntegrationTests.Shared.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2020
</PackageReference>
2121
<PackageReference Include="Xunit.StaFact" Version="1.2.69" />
22-
<PackageReference Include="FluentAssertions" Version="8.4.0" />
22+
<PackageReference Include="FluentAssertions" Version="8.5.0" />
2323
</ItemGroup>
2424

2525
<ItemGroup>

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<ItemGroup>
1212
<PackageVersion Include="coverlet.msbuild" Version="6.0.4" />
1313
<PackageVersion Include="DynamicData" Version="9.4.1" />
14-
<PackageVersion Include="FluentAssertions" Version="8.4.0" />
14+
<PackageVersion Include="FluentAssertions" Version="8.5.0" />
1515
<PackageVersion Include="JetBrains.DotMemoryUnit" Version="3.2.20220510" />
1616
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" />
1717
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.14.0" />

0 commit comments

Comments
 (0)