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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump FakeItEasy from 7.4.0 to 8.0.0 in /src #82

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 12, 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 breaking 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

  • Publish target framework Support Policy (#1935)
  • Escape HTML tags in Formatting Argument Values docs (#1955)
  • Fix broken link in documentation (#1956)
  • Various docs-generating dependency updates, suggested by dependabot for security (#1945, #1954, #1959, #1971)
  • Wrong account making "This change has been released" notes on issues (#1933)
  • Cause "👀 publish-docs-preview" label to publish docs preview for a pull request (#1939, #1941, #1942, #1943)
  • Install .NET Core 3.1 on Windows in CI (#1954)

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

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Nov 12, 2023
@dependabot dependabot bot force-pushed the dependabot/nuget/src/FakeItEasy-8.0.0 branch 3 times, most recently from 43a9c9b to 78d05ff Compare November 13, 2023 12:03
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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/src/FakeItEasy-8.0.0 branch from 78d05ff to 5328bb1 Compare November 13, 2023 12:10
Copy link

codecov bot commented Nov 13, 2023

Codecov Report

Merging #82 (5328bb1) into master (0199551) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master       #82   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           26        20    -6     
  Lines          201       169   -32     
  Branches        17        17           
=========================================
- Hits           201       169   -32     
Flag Coverage Δ
unittests 100.00% <ø> (ø)

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

see 6 files with indirect coverage changes

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@piotrzajac
Copy link
Collaborator

@dependabot close

@dependabot dependabot bot closed this Nov 13, 2023
@dependabot dependabot bot deleted the dependabot/nuget/src/FakeItEasy-8.0.0 branch November 13, 2023 12:17
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.

1 participant