cake-contrib / Cake.Incubator

This project contains various experimental but useful extension methods and aliases for Cake
http://cakebuild.net/api/Cake.Incubator/
Other
19 stars 23 forks source link

(maint): Bump FluentAssertions from 5.6.0 to 6.1.0 #160

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps FluentAssertions from 5.6.0 to 6.1.0.

Release notes

Sourced from FluentAssertions's releases.

6.1.0

Release Notes

6.0.0

Release Notes

6.0.0-beta.3

Release Notes

6.0.0-beta.2

Release Notes

6.0.0-beta.1

Release Notes

6.0.0-alpha.2

See release notes.

6.0.0-alpha.1

See https://github.com/fluentassertions/fluentassertions/blob/develop/docs/_pages/releases.md#600

5.10.3

Release Notes

5.10.2

No release notes provided.

5.10.0

fluentassertions/fluentassertions#5100

5.9.0

fluentassertions/fluentassertions#590

5.8.0

Release Notes

5.7.0

Release Notes

Commits
  • ce07e5c Bump the release number for 6.1
  • 577d555 Resolved a significant performance degradation in BeEquivalentTo (#1660)
  • a38a54a Fix small grammatical error (#1659)
  • 8ad5e52 Merge pull request #1658 from LennartKoot/async-ex-asserts
  • 559e10b Update release page
  • f69c87c Update approved api
  • 1d6b2a3 Add extensions method 'WithInnerExceptionExactly()' for async ExceptionAssert...
  • a977427 Merge pull request #1656 from eNeRGy164/markdown-linting
  • d6ea6c1 Update header style and add additional installation path
  • 75bfd96 Correct white-space in documentation
  • Additional commits viewable in compare view


Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
nils-a commented 3 years ago

@dependabot rebase

nils-a commented 3 years ago

FluentAssertions 6 introduced some breaking changes. Those were worked around in https://github.com/cake-contrib/Cake.Incubator/pull/160/commits/fbd0d65302415369e82756ab6162a99693ea462e

Since these are my own changes, I'd love a second pair of eyes on this PR.

nils-a commented 3 years ago

I'm going to merge this in, despite the build-error. The build succeeded on ubuntu but failed on windows, due to the fact that the prerelease package already existed in azure DevOps.

log of the failure:

Pushing Cake.Incubator.5.1.0-dependabot-nuge-0001.nupkg to 'https://pkgs.dev.azure.com/***/b0c78987-6a6a-43a7-840a-20702ebe73ac/_packaging/28a780f3-52df-48a7-8220-17568c45552d/nuget/v2/'...
  PUT https://pkgs.dev.azure.com/***/b0c78987-6a6a-43a7-840a-20702ebe73ac/_packaging/28a780f3-52df-48a7-8220-17568c45552d/nuget/v2/
  Conflict https://pkgs.dev.azure.com/***/b0c78987-6a6a-43a7-840a-20702ebe73ac/_packaging/28a780f3-52df-48a7-8220-17568c45552d/nuget/v2/ 1788ms
To skip already published packages, use the option -SkipDuplicate
Response status code does not indicate success: 409 (Conflict - The feed already contains 'Cake.Incubator 5.1.0-dependabot-nuge-0001'. (DevOps Activity ID: A4587FB2-C2FC-4058-BFB5-E87F5C2253B4)).
An error occurred when executing task 'Publish-PreRelease-Packages'.