Skip to content

Commit

Permalink
Update dependency FluentAssertions to 7.2.0 (#1110)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[FluentAssertions](https://xceed.com/products/unit-testing/fluent-assertions/)
([source](https://redirect.github.com/fluentassertions/fluentassertions))
| `7.1.0` -> `7.2.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/FluentAssertions/7.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/FluentAssertions/7.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/FluentAssertions/7.1.0/7.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/FluentAssertions/7.1.0/7.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>fluentassertions/fluentassertions (FluentAssertions)</summary>

###
[`v7.2.0`](https://redirect.github.com/fluentassertions/fluentassertions/releases/tag/7.2.0)

[Compare
Source](https://redirect.github.com/fluentassertions/fluentassertions/compare/7.1.0...7.2.0)

<!-- Release notes generated using configuration in .github/release.yml
at support-7.0 -->

##### What's Changed

##### Improvements

- Improve failure message for string assertions when checking for
equality by [@&#8203;vbreuss](https://redirect.github.com/vbreuss) in
[https://github.com/fluentassertions/fluentassertions/pull/2972](https://redirect.github.com/fluentassertions/fluentassertions/pull/2972)
- Add \[NotNull] attribute on the Should() method for object assertions
by [@&#8203;0xced](https://redirect.github.com/0xced) in
[https://github.com/fluentassertions/fluentassertions/pull/2987](https://redirect.github.com/fluentassertions/fluentassertions/pull/2987)

##### Fixes

- Fixed a regression in which CompleteWithinAsync treated a canceled
task as an exception by
[@&#8203;dennisdoomen](https://redirect.github.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2853](https://redirect.github.com/fluentassertions/fluentassertions/pull/2853)

##### Others

- Backport updates to pipelines by
[@&#8203;jnyrup](https://redirect.github.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/3001](https://redirect.github.com/fluentassertions/fluentassertions/pull/3001)

**Full Changelog**:
fluentassertions/fluentassertions@7.1.0...7.2.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/gritcsenko/HomeInventory).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
gritcsenko authored Feb 21, 2025
2 parents 3690638 + fb28d94 commit 82398f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HomeInventory/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<PackageVersion Include="AutoBogus.Conventions" Version="2.13.1" />
<PackageVersion Include="AutoBogus.NSubstitute" Version="2.13.1" />
<PackageVersion Include="AutoFixture" Version="4.18.1" />
<PackageVersion Include="FluentAssertions" Version="7.1.0" />
<PackageVersion Include="FluentAssertions" Version="7.2.0" />
<PackageVersion Include="FluentAssertions.LanguageExt" Version="0.5.0" />
<PackageVersion Include="LanguageExt.AutoFixture" Version="2.0.1" />
<PackageVersion Include="LanguageExt.UnitTesting" Version="4.4.9.1" />
Expand Down

0 comments on commit 82398f3

Please sign in to comment.