Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Bump FakeItEasy from 5.2.0 to 5.3.0 #65

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 #65 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #65   +/-   ##
=======================================
  Coverage   87.02%   87.02%           
=======================================
  Files           4        4           
  Lines         131      131           
  Branches       11       11           
=======================================
  Hits          114      114           
  Misses          8        8           
  Partials        9        9

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 b31c062...5a41bf9. Read the comment docs.

@david-driscoll
Copy link
Member

@dependabot merge

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/nuget/master/FakeItEasy-5.3.0 branch from fd3bc39 to 5a41bf9 Compare October 16, 2019 22:28
@dependabot-preview dependabot-preview bot merged commit 1935925 into master Oct 16, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/master/FakeItEasy-5.3.0 branch October 16, 2019 22:57
@rsg-bot rsg-bot added this to the v0.3.2 milestone Oct 16, 2019
@rsg-bot rsg-bot modified the milestones: v0.3.2, v0.4.0 Nov 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
📦 dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants