Skip to content

Commit

Permalink
chore(deps): update dependency fluentassertions to 8.1.1 (#3982)
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))
| `8.1.0` -> `8.1.1` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/FluentAssertions/8.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/FluentAssertions/8.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/FluentAssertions/8.1.0/8.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/FluentAssertions/8.1.0/8.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v8.1.1`](https://redirect.github.com/fluentassertions/fluentassertions/releases/tag/8.1.1)

[Compare
Source](https://redirect.github.com/fluentassertions/fluentassertions/compare/8.1.0...8.1.1)

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

##### What's Changed

##### Fixes

- Fix a formatting exception when {} is used as a dictionary key. by
[@&#8203;dennisdoomen](https://redirect.github.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/3029](https://redirect.github.com/fluentassertions/fluentassertions/pull/3029)
- Removed the PS script that opens the FA website because it misbehaves.
by [@&#8203;dennisdoomen](https://redirect.github.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/3030](https://redirect.github.com/fluentassertions/fluentassertions/pull/3030)

**Full Changelog**:
fluentassertions/fluentassertions@8.1.0...8.1.1

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJEZXBlbmRlbmN5IE1hbmFnZW1lbnQiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 6, 2025
1 parent 51801b0 commit 2bb091a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Xunit.StaFact" Version="1.2.69" />
<PackageReference Include="FluentAssertions" Version="8.1.0" />
<PackageReference Include="FluentAssertions" Version="8.1.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ItemGroup>
<PackageVersion Include="coverlet.msbuild" Version="6.0.4" />
<PackageVersion Include="DynamicData" Version="9.1.2" />
<PackageVersion Include="FluentAssertions" Version="8.1.0" />
<PackageVersion Include="FluentAssertions" Version="8.1.1" />
<PackageVersion Include="JetBrains.DotMemoryUnit" Version="3.2.20220510" />
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.12.0" />
Expand Down

0 comments on commit 2bb091a

Please sign in to comment.