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 #27

Merged
merged 1 commit into from Oct 17, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

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

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #27   +/-   ##
======================================
  Coverage    1.69%   1.69%           
======================================
  Files          24      24           
  Lines         589     589           
  Branches       40      40           
======================================
  Hits           10      10           
  Misses        579     579

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 6b571e2...6fa6157. Read the comment docs.

@david-driscoll
Copy link
Member

@dependabot merge

@dependabot-preview dependabot-preview bot merged commit 8a0dc4e into master Oct 17, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/master/FakeItEasy-5.3.0 branch October 17, 2019 15:04
@rsg-bot rsg-bot added this to the v0.5.2 milestone Oct 17, 2019
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.

None yet

2 participants