JoshKeegan / xRetry

Retry running tests via Xunit and Specflow
MIT License
53 stars 14 forks source link

Bump FluentAssertions from 6.7.0 to 6.8.0 #159

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps FluentAssertions from 6.7.0 to 6.8.0.

Release notes

Sourced from FluentAssertions's releases.

6.8.0

What's Changed

New features

Improvements

Fixes

Documentation

Others

New Contributors

... (truncated)

Commits
  • 5772c29 Merge pull request #2020 from jnyrup/680_release
  • dd7a124 update catch phrase
  • d742db3 bump release notes to 6.8.0
  • 240d716 Reorder release notes for 6.8.0
  • 15e7b11 Merge pull request #2014 from IT-VBFK/fix-release-md
  • 41abfe0 Fix the PR link in releases.md
  • 246d688 Merge pull request #2013 from IT-VBFK/issue-2012
  • c1bced4 Update release.md
  • 2bb40b6 Calculate the difference between the subject and the expected nearby time
  • f60b49f Exposes the IMonitor object to extensions methods. (#2010)
  • 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)
JoshKeegan commented 1 year ago

@dependabot mergeOn 24 Oct 2022, at 18:55, dependabot[bot] @.***> wrote:Bumps FluentAssertions from 6.7.0 to 6.8.0.

Release notes Sourced from FluentAssertions's releases.

6.8.0

What's Changed New features

Extend collection assertions with ContainInConsecutiveOrder and NotContainInConsecutiveOrder by @​StacyCash in fluentassertions/fluentassertions#1963 Added NotCompleteWithinAsync for Task assertions by @​lg2de in fluentassertions/fluentassertions#1967 Added assertions for non-generic TaskCompletionSource by @​lg2de in fluentassertions/fluentassertions#1961 Exposes the IMonitor object to extensions methods. by @​A-Kjeldgaard in fluentassertions/fluentassertions#2010

Improvements

Optimize BeEquivalentTo by @​jnyrup in fluentassertions/fluentassertions#1939 Print commas at the end of the line by @​ronaldkroon in fluentassertions/fluentassertions#1945 Avoid allocating sub-arrays in ContainInOrder by @​jnyrup in fluentassertions/fluentassertions#1960 Extend IObjectInfo with info about DeclaringType by @​dennisdoomen in fluentassertions/fluentassertions#1950 Prepare constructors of AsyncFunctionAssertions to make them protected in V7 by @​lg2de in fluentassertions/fluentassertions#1972 Calculate the difference between the subject and the expected nearby time by @​IT-VBFK in fluentassertions/fluentassertions#2013

Fixes

Filter dynamic methods from stack trace by @​jnyrup in fluentassertions/fluentassertions#1943 Make For/Excluding work with nested paths by @​whymatter in fluentassertions/fluentassertions#1953 Use InvariantCulture when doing case-insensitive matches by @​jnyrup in fluentassertions/fluentassertions#1985 Global record equivalency settings were not taken into account by @​dennisdoomen in fluentassertions/fluentassertions#1984 Escape brackets in execution time failures by @​Briaoeuidhtns in fluentassertions/fluentassertions#1994

Documentation

More specifically clarify the intentions of WithArgs by @​jnyrup in fluentassertions/fluentassertions#1929 Remove building link from the website by @​IT-VBFK in fluentassertions/fluentassertions#1934 Add Enum.BeOneOf to the docs by @​jnyrup in fluentassertions/fluentassertions#1958 Document how to use ModuleInitializer by @​jnyrup in fluentassertions/fluentassertions#1966 Fix a typo on the Assembly References documentation page by @​asydikov in fluentassertions/fluentassertions#1970 Update summary of EquivalencyValidator by @​Wolgo in fluentassertions/fluentassertions#1991 Improve error messages for accidental Equals usage by @​nycdotnet in fluentassertions/fluentassertions#2006

Others

Upgrade to C# 10 by @​jnyrup in fluentassertions/fluentassertions#1935 Use file scoped namespaces by @​jnyrup in fluentassertions/fluentassertions#1936 More use of pattern matching and lifted operators by @​jnyrup in fluentassertions/fluentassertions#1937 Update nuget packages by @​jnyrup in fluentassertions/fluentassertions#1962 Make it possible for third-party libraries to access the underlying collection of instances of ReadOnlyNonGenericCollectionWrapper by @​logiclrd in fluentassertions/fluentassertions#1968 Code cleanups by @​jnyrup in fluentassertions/fluentassertions#1973 Improve coverage for CollectionMemberObjectInfo by @​dennisdoomen in fluentassertions/fluentassertions#1983 Deduplicate target frameworks by @​0xced in fluentassertions/fluentassertions#1980 Removed netcoreapp2.0 framework check in formatting precision tests by @​iliashkolyar in fluentassertions/fluentassertions#1976 Rename ShouldCompareMembersThisDeep to ShouldCompareNodesThisDeep by @​Wolgo in fluentassertions/fluentassertions#1992 Update nuget packages by @​jnyrup in fluentassertions/fluentassertions#1996 Cleanups by @​jnyrup in fluentassertions/fluentassertions#1998 Update GitHub actions by @​jnyrup in fluentassertions/fluentassertions#2007 Fix the PR link in releases.md by @​IT-VBFK in fluentassertions/fluentassertions#2014 Prepare 6.8.0 by @​jnyrup in fluentassertions/fluentassertions#2020

New Contributors

@​StacyCash made their first contribution in fluentassertions/fluentassertions#1963 @​asydikov made their first contribution in fluentassertions/fluentassertions#1970

... (truncated)

Commits

5772c29 Merge pull request #2020 from jnyrup/680_release dd7a124 update catch phrase d742db3 bump release notes to 6.8.0 240d716 Reorder release notes for 6.8.0 15e7b11 Merge pull request #2014 from IT-VBFK/fix-release-md 41abfe0 Fix the PR link in releases.md 246d688 Merge pull request #2013 from IT-VBFK/issue-2012 c1bced4 Update release.md 2bb40b6 Calculate the difference between the subject and the expected nearby time f60b49f Exposes the IMonitor object to extensions methods. (#2010) Additional commits viewable in compare view

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)

You can view, comment on, or merge this pull request online at:   https://github.com/JoshKeegan/xRetry/pull/159

Commit Summary

5d3fca7 Bump FluentAssertions from 6.7.0 to 6.8.0

File Changes (1 file)

M
test/UnitTests/UnitTests.csproj
(2)

Patch Links:

https://github.com/JoshKeegan/xRetry/pull/159.patch https://github.com/JoshKeegan/xRetry/pull/159.diff

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

dependabot[bot] commented 1 year ago

OK, I won't notify you about version 6.x.x again, unless you re-open this PR. 😢

dependabot[bot] commented 1 year ago

This PR has already been merged! 🎉

dependabot[bot] commented 1 year ago

Looks like this PR has already been merged!

dependabot[bot] commented 1 year ago

Looks like this PR has already been merged. If you've moved back to an older version of FluentAssertions a new PR will be created next time Dependabot checks your dependencies.