Bump FluentAssertions from 6.12.0 to 7.0.0#2114
Conversation
|
@neuecc I'm not sure how we validate this given the unity check fails for PRs. I'm hesitant to update things that impact tests since I think the test dependencies in particular may impact unity. Thoughts? |
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.12.0 to 7.0.0. - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1) - [Commits](fluentassertions/fluentassertions@6.12.0...7.0.0) --- updated-dependencies: - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
7ac1e29 to
8a06f9b
Compare
|
It's not about Unity tests, but the dotnet build is failing. |
|
Could this be the cause? |
Oh! I totally missed that. 🤦🏻
No, because that PR passed these validations and the CI after that is still passing: |
|
Oh, I see this PR also changes the CodeAnalysis version. (Why does Dependabot do that??) Yes, that could be causing the problem. And it's usually undesirable to bump that version for the analyzer projects so we don't drop support for older VS versions unless we mean to. BTW, in my own repos I recently switched from Dependabot to Renovate. It's more flexible and can do most of what Dependabot can do, and several things Dependabot can't. |
|
I see, the CodeAnalysis version has also been changed...! |
Bumps FluentAssertions from 6.12.0 to 7.0.0.
Release notes
Sourced from FluentAssertions's releases.
... (truncated)
Commits
e0f4504Added release note about raising dependencies5cdaa07DowngradeConfigurationManagerfrom 6.0.1 to 6.0.0ba3884eUpdate FluentAssertions package dependencies (#2673)4647b6fMissed two more references to master (#2849)483484dChanged references to the master branch to main (#2848)4ddd79fFix minor syntax error in objectgraphs.md359d851Fix building benchmarks projectb489c53Fix support for write-only properties in BeEquivalentTo (#2836)5fa83e2Drop support for .NET Core 2.1, 3.0 and NSpec (#2835)93efe19Bump all relevant dependencies (#2834)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)