Skip to content

Update dependency FakeItEasy to v8#890

Merged
renovate[bot] merged 1 commit intomasterfrom
renovate/major-fakeiteasy
Nov 7, 2023
Merged

Update dependency FakeItEasy to v8#890
renovate[bot] merged 1 commit intomasterfrom
renovate/major-fakeiteasy

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 7, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
FakeItEasy (source) 7.4.0 -> 8.0.0 age adoption passing confidence

Release Notes

FakeItEasy/FakeItEasy (FakeItEasy)

v8.0.0

Compare Source

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:

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate Bot added the 🚚 private-dependencies Private dependency label Nov 7, 2023
@renovate renovate Bot enabled auto-merge (rebase) November 7, 2023 13:27
@github-actions github-actions Bot added this to the v12.0.1 milestone Nov 7, 2023
@renovate renovate Bot merged commit 12702ec into master Nov 7, 2023
@renovate renovate Bot deleted the renovate/major-fakeiteasy branch November 7, 2023 13:44
@rsg-bot rsg-bot modified the milestones: v12.0.1, v12.1.0 Feb 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🚚 private-dependencies Private dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant