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 6.1.0 to 6.2.0 #14

Merged
merged 1 commit into from
Jul 30, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 30, 2020

Bumps FakeItEasy from 6.1.0 to 6.2.0.

Release notes

Sourced from FakeItEasy's releases.

6.2.0

New

  • Apply Object member rules even when the methods are overridden (#1777)
  • DoesNothing configuration for methods that return Task (#1784)

Additional Items

  • Explain that DoesNothing only applies to void- or Task-returning members (#1782, #1784)
  • Document how to have a get/set property invoke a side-effect on a call to set and still persist the supplied value (#1783)
  • Fix the case of the GetAssemblyFileNamesToScanForExtensions method in the documentation (#1786)

With special thanks for contributions to this release from:

Commits
  • d02f364 Merge pull request #1787 from blairconrad/document-override-getter-setter
  • 013b41f Provide case study of customizing read/write property's setter
  • 1b3ee52 Merge pull request #1786 from alex-valchuk/patch-1
  • bd28727 Update bootstrapper.md
  • 8551d6d Merge pull request #1785 from thomaslevesque/task-doesnothing
  • 137aa7b Update documentation
  • 8a88814 Approve API changes
  • 9be4bc4 Add DoesNothing for task-returning methods
  • 74d728f Add TaskHelper.CompletedTask
  • a7f8cc6 Merge pull request #1782 from blairconrad/does-nothing-documentation
  • 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 CI passes on it, as requested by @rsg-bot.


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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET 📦 dependencies Pull requests that update a dependency file labels Jul 30, 2020
@github-actions github-actions bot added this to the v0.1.0 milestone Jul 30, 2020
@mergify mergify bot added the :shipit: merge Shipit! label Jul 30, 2020
@rsg-bot
Copy link
Contributor

rsg-bot commented Jul 30, 2020

@dependabot squash and merge

@codecov
Copy link

codecov bot commented Jul 30, 2020

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #14   +/-   ##
=======================================
  Coverage   65.05%   65.05%           
=======================================
  Files         144      144           
  Lines        2759     2759           
  Branches      233      233           
=======================================
  Hits         1795     1795           
  Misses        964      964           

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 f1a80a8...2bf75a9. Read the comment docs.

@dependabot dependabot bot merged commit 6a7768d into master Jul 30, 2020
@dependabot dependabot bot deleted the dependabot/nuget/FakeItEasy-6.2.0 branch July 30, 2020 05:43
@mergify mergify bot removed the :shipit: merge Shipit! label Jul 30, 2020
@github-actions github-actions bot modified the milestones: v0.1.0, v0.1.1 Dec 17, 2022
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