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 5.2.0 to 5.3.0 #39

Merged
merged 1 commit into from
Oct 16, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Oct 16, 2019

Bumps FakeItEasy from 5.2.0 to 5.3.0.

Release notes

Sourced from FakeItEasy's releases.

5.3.0

New

  • Make Dummy ValueTuples' members Dummies, to match Tuple (#1637)
  • Detect and reject an "argument constraint factory method" that produces multiple constraints (#1628)

Fixed

  • Stack overflow exception when concurrently creating two Dummies of a type that takes a parameter of its own type (#1639)
  • Fakes that wrap another object are not considered to be equal to themselves (#1630)
  • Exception thrown from argument constraint factory prevents detection of misused A<T>._, A<T>.Ignored, or A<T>.That (#1644)
  • Exception thrown by argument constraint factory is wrapped in TargetInvocationException, not UserCallbackException (#1646)
  • Exceptions thrown by "action" callbacks are wrapped in UserCallbackException (#1640)

Additional Items

  • Build requires Visual Studio 2019 or Visual Studio Build Tools 2019, and tests now run against netcoreapp3.0 (#1632)
  • Add parentheses to test method in quickstart (#1621)
  • Pre-reduce nullable warnings (#1620)
  • Check for nullity using is null or is object (#1624)
  • Protect out and ref parameters value producer (#1625)
  • Simplify type checking in AnyCallRule (#1626)
  • Embed FakeItEasy icon in package (#1627)
  • GitHub API calls fail during deployment (#1618)
  • Fix capitalization of .NET in docs (#1653)
  • Updated build tools (#1631, #1655)
  • Automatically add "this change has been released" note to issues (#1652)
  • Make wording consistent in DummyCreationSpecs and don't use A.Dummy directly (#1659)

With special thanks for contributions to this release from:

5.3.0-beta.1

New

  • Make Dummy ValueTuples' members Dummies, to match Tuple (#1637)
  • Detect and reject an "argument constraint factory method" that produces multiple constraints (#1628)

Fixed

  • Fakes that wrap another object are not considered to be equal to themselves (#1630)
  • Exception thrown from argument constraint factory prevents detection of misused A<T>._, A<T>.Ignored, or A<T>.That (#1644)
  • Exception thrown by argument constraint factory is wrapped in TargetInvocationException, not UserCallbackException (#1646)
  • Exceptions thrown by "action" callbacks are wrapped in UserCallbackException (#1640)

Additional Items

  • Build requires Visual Studio 2019 or Visual Studio Build Tools 2019, and tests now run against netcoreapp3.0 (#1632)
  • Add parentheses to test method in quickstart (#1621)
... (truncated)
Commits
  • 06bb07d Merge pull request #1659 from thomaslevesque/fix-dummy-specs
  • 9532287 Make wording consistent in DummyCreationSpecs
  • b5b6ba5 Merge pull request #1654 from blairconrad/auto-issue
  • 41e2f8c Find integral issue numbers for issues in releases
  • 62376d8 Extract GetIssuesReferencedFromReleases
  • cd2fde5 Add 'released as part of' notes to issues when deploying
  • 1d52f74 Merge pull request #1655 from adamralph/update-build-tools
  • bc3d342 update Bullseye, SimpleExec, and MinVer to RTM
  • 5feb0b4 Merge pull request #1653 from vanillajonathan/patch-1
  • 7a19f1a Fix capitalization of .NET
  • 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 will merge this PR once it's up-to-date and CI passes on it, as requested by @david-driscoll.


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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the 📦 dependencies Pull requests that update a dependency file label Oct 16, 2019
@codecov
Copy link

codecov bot commented Oct 16, 2019

Codecov Report

Merging #39 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #39   +/-   ##
=======================================
  Coverage   51.72%   51.72%           
=======================================
  Files          60       60           
  Lines        6618     6618           
  Branches      702      702           
=======================================
  Hits         3423     3423           
  Misses       3028     3028           
  Partials      167      167

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2801235...3f9d782. Read the comment docs.

@david-driscoll
Copy link
Member

@dependabot merge

@dependabot-preview dependabot-preview bot force-pushed the dependabot/nuget/master/FakeItEasy-5.3.0 branch from 4c10aac to 3f9d782 Compare October 16, 2019 22:27
@dependabot-preview dependabot-preview bot merged commit 68e6807 into master Oct 16, 2019
@rsg-bot rsg-bot added this to the v2.0.1 milestone Oct 16, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/master/FakeItEasy-5.3.0 branch October 16, 2019 22:49
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.

2 participants