Skip to content

Commit

Permalink
Update dependency FluentAssertions to v6.11.0 (#940)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [FluentAssertions](https://www.fluentassertions.com/)
([source](https://togithub.com/fluentassertions/fluentassertions)) |
nuget | minor | `6.10.0` -> `6.11.0` |

---

### Release Notes

<details>
<summary>fluentassertions/fluentassertions</summary>

###
[`v6.11.0`](https://togithub.com/fluentassertions/fluentassertions/releases/tag/6.11.0)

[Compare
Source](https://togithub.com/fluentassertions/fluentassertions/compare/6.10.0...6.11.0)

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

#### What's Changed

##### New features

- Added `ThrowWithinAsync` assertions by
[@&#8203;lg2de](https://togithub.com/lg2de) in
[fluentassertions/fluentassertions#1974
- Add `WithoutStrictOrderingFor` overload with an expression by
[@&#8203;chrischu](https://togithub.com/chrischu) in
[fluentassertions/fluentassertions#2151

##### Improvements

- Add support to convert into to enum by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[fluentassertions/fluentassertions#2147
- Use `ToString` to format exceptions by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[fluentassertions/fluentassertions#2150

##### Fixes

- Increase robustness of assertions when wrapped in an `AssertionScope`
by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[fluentassertions/fluentassertions#2133
- Ensured the maximum depth is properly respecting the "official"
definition of depth by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[fluentassertions/fluentassertions#2145
- Prevent `NullReferenceException` by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[fluentassertions/fluentassertions#2154
- Make `Excluding()` work on nested collections if root is a collection
by [@&#8203;whymatter](https://togithub.com/whymatter) in
[fluentassertions/fluentassertions#2135
- Prevent `InvalidOperationException` when formatting lambda expression
by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[fluentassertions/fluentassertions#2176

##### Documentation

- Add missing xml docs for parameters by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[fluentassertions/fluentassertions#2134
- Fix xml docs for time-related assertions by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[fluentassertions/fluentassertions#2153
- fix link to PR in release notes by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[fluentassertions/fluentassertions#2171
- Do not interpret double braces as liquid template by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[fluentassertions/fluentassertions#2181

##### Others

- Add optional parameter to generate a `binlog` file by
[@&#8203;IT-VBFK](https://togithub.com/IT-VBFK) in
[fluentassertions/fluentassertions#2127
- Dynamic copyright year by
[@&#8203;martincostello](https://togithub.com/martincostello) in
[fluentassertions/fluentassertions#2128
- Minor tweaks to the .editorconfig and reformatted the entire code base
by [@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[fluentassertions/fluentassertions#2117
- Update Nugets by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[fluentassertions/fluentassertions#2129
- Styling to please both VS and Rider by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[fluentassertions/fluentassertions#2130
- Use a fixed seed for random generator by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[fluentassertions/fluentassertions#2131
- Pluralize "key" in failure message by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[fluentassertions/fluentassertions#2138
- Preparing upgrade of analyzers by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[fluentassertions/fluentassertions#2136
- Exception cleanup by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[fluentassertions/fluentassertions#2155
- Cleanup by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[fluentassertions/fluentassertions#2156
- await `Task` when inside using block by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[fluentassertions/fluentassertions#2157
- Use init properties by [@&#8203;jnyrup](https://togithub.com/jnyrup)
in
[fluentassertions/fluentassertions#2158
- Introduce Roslynator with adjusted rules and addressed issues by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[fluentassertions/fluentassertions#2159
- Regex cleanup by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[fluentassertions/fluentassertions#2162
- Introduce the Meziantou.Analyzer to improve our code even more. by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[fluentassertions/fluentassertions#2160
- Some internal naming improvements by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[fluentassertions/fluentassertions#2164
- Extracts the type reflection logic into a dedicated class by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[fluentassertions/fluentassertions#2165
- Update to C# 11 by [@&#8203;jnyrup](https://togithub.com/jnyrup) in
[fluentassertions/fluentassertions#2166
- Improve the `DataRowCollectionEquivalency` code coverage by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[fluentassertions/fluentassertions#2163
- Improve the ExpressionExtensions coverage by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[fluentassertions/fluentassertions#2168
- Improve the DateOnly and TimeOnly code coverage by
[@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) in
[fluentassertions/fluentassertions#2167
- Update to Coveralls v2 by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[fluentassertions/fluentassertions#2173
- Migrate from FxCop to .NET Analyzers by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[fluentassertions/fluentassertions#2174
- Use builtin coveralls flag to ignore missing coverage file by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[fluentassertions/fluentassertions#2178
- Revert "Use builtin coveralls flag to ignore missing coverage file" by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[fluentassertions/fluentassertions#2183
- Ensure running the site works again by
[@&#8203;dennisdoomen](https://togithub.com/dennisdoomen) in
[fluentassertions/fluentassertions#2185
- Prepare for .NET 8 analyzers by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[fluentassertions/fluentassertions#2184
- Update Ruby dependencies by
[@&#8203;jnyrup](https://togithub.com/jnyrup) in
[fluentassertions/fluentassertions#2182

#### New Contributors

- [@&#8203;martincostello](https://togithub.com/martincostello) made
their first contribution in
[fluentassertions/fluentassertions#2128
- [@&#8203;sdelarosbil](https://togithub.com/sdelarosbil) made their
first contribution in
[fluentassertions/fluentassertions#2147
- [@&#8203;chrischu](https://togithub.com/chrischu) made their first
contribution in
[fluentassertions/fluentassertions#2151

**Full Changelog**:
fluentassertions/fluentassertions@6.10.0...6.11.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/cythral/brighid-discord-adapter).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS41NC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTQuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 20, 2023
1 parent 48d722b commit c306cf4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions cicd/Cicd.BuildDriver/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@
},
"FluentAssertions": {
"type": "Transitive",
"resolved": "6.10.0",
"contentHash": "Da3YsiRDnOHKBfxutjnupL1rOX0K/jnG6crn5AgwukeqZ/yi+HNCOFshic01ke0ztZFWzpfQMXH8fO9aAbG0Gw==",
"resolved": "6.11.0",
"contentHash": "aBaagwdNtVKkug1F3imGXUlmoBd8ZUZX8oQ5niThaJhF79SpESe1Gzq7OFuZkQdKD5Pa4Mone+jrbas873AT4g==",
"dependencies": {
"System.Configuration.ConfigurationManager": "4.4.0"
}
Expand Down Expand Up @@ -1503,7 +1503,7 @@
"AutoFixture.NUnit3": "[4.18.0, )",
"Brighid.Discord.Core": "[1.0.0, )",
"CacheExpirer": "[1.0.0, )",
"FluentAssertions": "[6.10.0, )",
"FluentAssertions": "[6.11.0, )",
"Microsoft.NET.Test.Sdk": "[17.5.0, )",
"MockQueryable.NSubstitute": "[7.0.0, )",
"Models": "[1.0.0, )",
Expand Down
2 changes: 1 addition & 1 deletion tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="AWSSDK.Organizations" Version="3.7.102.32" />
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.101.50" />
<PackageReference Include="AWSSDK.SimpleSystemsManagement" Version="3.7.104.18" />
<PackageReference Include="FluentAssertions" Version="6.10.0" />
<PackageReference Include="FluentAssertions" Version="6.11.0" />
<PackageReference Include="MockQueryable.NSubstitute" Version="7.0.0" />
<PackageReference Include="NSubstitute" Version="5.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
Expand Down
6 changes: 3 additions & 3 deletions tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
},
"FluentAssertions": {
"type": "Direct",
"requested": "[6.10.0, )",
"resolved": "6.10.0",
"contentHash": "Da3YsiRDnOHKBfxutjnupL1rOX0K/jnG6crn5AgwukeqZ/yi+HNCOFshic01ke0ztZFWzpfQMXH8fO9aAbG0Gw==",
"requested": "[6.11.0, )",
"resolved": "6.11.0",
"contentHash": "aBaagwdNtVKkug1F3imGXUlmoBd8ZUZX8oQ5niThaJhF79SpESe1Gzq7OFuZkQdKD5Pa4Mone+jrbas873AT4g==",
"dependencies": {
"System.Configuration.ConfigurationManager": "4.4.0"
}
Expand Down

0 comments on commit c306cf4

Please sign in to comment.