Skip to content

Bump FakeItEasy from 8.3.0 to 9.0.1#286

Closed
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot/nuget/src/Objectivity.AutoFixture.XUnit2.AutoFakeItEasy.Tests/FakeItEasy-9.0.1
Closed

Bump FakeItEasy from 8.3.0 to 9.0.1#286
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot/nuget/src/Objectivity.AutoFixture.XUnit2.AutoFakeItEasy.Tests/FakeItEasy-9.0.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 15, 2026

Updated FakeItEasy from 8.3.0 to 9.0.1.

Release notes

Sourced from FakeItEasy's releases.

9.0.1

Fixed

  • Unintended breaking change with IsSameSequenceAs (#​2084)

Additional Items

  • Fix mistake in 'how to build' document (#​2086)

9.0.0

Changed

  • ⚠️ Breaking change : the signature of IsSameSequenceAs has changed. It now has 2 generic type parameters, and accepts an optional equality comparer. This is a binary-level breaking change, and possibly a source-level breaking change, but we don't expect most users to be affected, since the generic type arguments are typically inferred by the compiler (#​1913)

Removed

  • net6.0 target framework assembly (#​2058)
  • netstandard 2.1 target framework assembly (#​2050, #​2058)
  • netstandard 2.0 target framework assembly (#​2050, #​2058)
  • Fake.ClearConfiguration (#​1768)
    Use Fake.Reset instead.

New

  • net10.0 target framework assembly (#​2076)
  • Support calling default interface methods (#​1633, #​2077)
  • HasSameElementsAs argument matcher that compares IEnumerable elements without regard to their order (#​1913)
  • IsSameSequenceAs now accepts an optional equality comparer (#​1913)

Additional Items

  • Test builds on macOS 15 instead of 12 (#​2047)
  • Remove SourceLink package reference and source-stepping documentation (#​2072)
  • Fix formatting of bullet lists in docs (#​2057)
  • Migrate Specs from Xbehave to LambdaTale (#​2055)
  • Fix .NET Framework specs (so we test 4.6.2 again) (#​2060)
  • Reformat code to use file scoped namespaces (#​2080)
  • Build and deployment system changes
    • Build with .NET SDK 10.0 (#​2059, #​2076)
    • Build for net462 on Linux and Mac (#​2051)
    • Fix failing deploy due to System.OverflowException when updating comments (#​2037)
    • Use NuGet Trusted Publishing (#​2064, #​2083)
  • Documentation-building changes:
    • Manage mkdocs and friends via uv (#​2042, #​2044, #​2065, #​2066)
    • Various security updates to libraries used to build the documentation (#​2039)
    • Don't generate docs for pre-release versions (#​2046, #​2081)
    • Remove broken links from docs (#​2070)
    • Check for broken links in README.md (#​2045)
    • Check links in a nightly scheduled workflow (#​2067, #​2068, #​2069)
    • Ignore HTTP 429 rate limit errors when checking links to StackOverflow (#​2043)

With special thanks for contributions to this release from:

  • Raphael Schweizer - @​CaringDev

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 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.

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Feb 15, 2026
@codecov-commenter
Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (648e42e) to head (4e088b5).
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #286   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           39        36    -3     
  Lines          424       408   -16     
  Branches        55        55           
=========================================
- Hits           424       408   -16     
Flag Coverage Δ
unittests 99.75% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dependabot dependabot bot force-pushed the dependabot/nuget/src/Objectivity.AutoFixture.XUnit2.AutoFakeItEasy.Tests/FakeItEasy-9.0.1 branch from 4e088b5 to d06e12c Compare March 3, 2026 07:05
---
updated-dependencies:
- dependency-name: FakeItEasy
  dependency-version: 9.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/src/Objectivity.AutoFixture.XUnit2.AutoFakeItEasy.Tests/FakeItEasy-9.0.1 branch from d06e12c to 281cb10 Compare March 3, 2026 09:03
…re.XUnit2.AutoFakeItEasy.Tests/FakeItEasy-9.0.1
@piotrzajac
Copy link
Copy Markdown
Collaborator

@dependabot ignore this minor version

@dependabot dependabot bot closed this Mar 22, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 22, 2026

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

@dependabot dependabot bot deleted the dependabot/nuget/src/Objectivity.AutoFixture.XUnit2.AutoFakeItEasy.Tests/FakeItEasy-9.0.1 branch March 22, 2026 20:02
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 .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants