Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump FakeItEasy from 7.4.0 to 8.0.0 #391

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2023

Bumps FakeItEasy from 7.4.0 to 8.0.0.

Release notes

Sourced from FakeItEasy's releases.

8.0.0

Changed

  • Upgrade Castle.Core to 5.1.1 (#1925)

  • Match enumerable arguments by comparing contents rather than via Equals (#1960)

    This is technically a change, but it's pretty unlikely that anyone was relying on the old behavior. Only if someone were passing an enumerable to a call specification and either

    • relying on the reference equality to fail, or
    • the argument's type has overridden Equals with an implementation that does not compare the sequence item-by-item as we propose to do

    would it be an unwelcome surprise.

Removed

  • net5.0 target framework assembly (#1936)

New

  • net6.0 target framework assembly (#1936)
  • Registry of argument comparers (#1952, #1961) Discoverable argument comparers can be implemented by deriving from ArgumentEqualityComparer<T> or implementing IArgumentEqualityComparer. Learn more at Custom Argument Equality.
  • Match enumerable arguments by comparing contents rather than via Equals (#1960)

Fixed

  • Failure to create fake via constructor with in parameter (#1948)
  • Nesting or compounding An-built constraints throws wrong exception (#1966)

Additional Items

With special thanks for contributions to this release from:

8.0.0-alpha.1

Changed

Upgrade Castle.Core to 5.1.1 (#1925)

With special thanks for contributions to this release from:

Commits
  • eba236e Merge pull request #1971 from blairconrad/update-docs-deps
  • a08ffc2 Update docs-building dependencies
  • 9827127 Merge pull request #1966 from blairconrad/no-detect-nesting
  • 058fbd5 Make sure we can't nest An constraints
  • a5e84c1 Merge pull request #1962 from blairconrad/equal-sequence
  • 54204f5 Compare enumerable elements as if they were top-level arguments
  • fbe8f7c Move CreateEqualityConstraint to EqualityArgumentConstraint class
  • 2655b10 Add special-purpose string argument equality comparer
  • 57dab16 Compare enumerable arguments' elements instead of using Equals
  • 65c4d01 Merge pull request #1961 from blairconrad/choose-equal-based-on-example-type
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [FakeItEasy](https://github.com/FakeItEasy/FakeItEasy) from 7.4.0 to 8.0.0.
- [Release notes](https://github.com/FakeItEasy/FakeItEasy/releases)
- [Commits](FakeItEasy/FakeItEasy@7.4.0...8.0.0)

---
updated-dependencies:
- dependency-name: FakeItEasy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants