Skip to content

Commit c53b855

Browse files
deps(test): update dependency fluentassertions to 8.7.1 (#961)
> [!NOTE] > Mend has cancelled [the proposed renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842) of the Renovate GitHub app being renamed to `mend[bot]`. > > This notice will be removed on 2025-10-07. <hr> 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.7.0` -> `8.7.1` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/FluentAssertions/8.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/FluentAssertions/8.7.0/8.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>fluentassertions/fluentassertions (FluentAssertions)</summary> ### [`v8.7.1`](https://redirect.github.com/fluentassertions/fluentassertions/releases/tag/8.7.1) [Compare Source](https://redirect.github.com/fluentassertions/fluentassertions/compare/8.7.0...8.7.1) <!-- Release notes generated using configuration in .github/release.yml at hotfix/8.7.1 --> #### What's Changed ##### Others - JSON assertions did not properly handle floats, doubles and unsigned … by [@&#8203;dennisdoomen](https://redirect.github.com/dennisdoomen) in [#&#8203;3105](https://redirect.github.com/fluentassertions/fluentassertions/pull/3105) - Fixed ambiguity when using Should on a JsonNode derived class ... by [@&#8203;JSkimming](https://redirect.github.com/JSkimming) in [#&#8203;3102](https://redirect.github.com/fluentassertions/fluentassertions/pull/3102) **Full Changelog**: <fluentassertions/fluentassertions@8.7.0...8.7.1> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone Europe/Zurich, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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/dotnet/dotnet-operator-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b48fc93 commit c53b855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="FluentAssertions" Version="8.7.0" />
12+
<PackageReference Include="FluentAssertions" Version="8.7.1" />
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
1414
<PackageReference Include="xunit" Version="2.9.3" />
1515
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">

0 commit comments

Comments
 (0)