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.0.1 to 6.1.0 #111

Merged
merged 1 commit into from
Jun 18, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps FakeItEasy from 6.0.1 to 6.1.0.

Release notes

Sourced from FakeItEasy's releases.

6.1.0

New

  • Add creation option that would allow calling object class methods on a strict Fake (#1765)
  • Throw informative exception when IBootstrapper.GetAssemblyFileNamesToScanForExtensions returns null (#1689)
  • Add ArgumentConstraintManagerExtensions.StartsWith and .EndsWith overloads that take a StringComparison (#1771)

Additional Items

  • Document that Dummies are made from public constructors (#1763)
  • Update MinVer to 2.3.0 (#1773)
  • Fix compiler warnings before release (#1776)

With thanks for contributions to thiis release from

Commits
  • f564a49 Merge pull request #1776 from thomaslevesque/fix-warnings
  • 33f8741 Fix warnings
  • d671730 Merge pull request #1772 from blairconrad/pick-yer-stringcomparison
  • 528303b Augment string affix constraint tests
  • f355758 Support StringComparison in EndsWith and StartsWith constraints
  • f9d5d15 Merge pull request #1773 from blairconrad/minver-2.3.0
  • d362032 Update MinVer to 2.3.0
  • 7078bc6 Merge pull request #1770 from thomaslevesque/bootstrapper-returns-null-exception
  • f0367bf Throw exception when bootstrapper returns null
  • 051e311 Merge pull request #1769 from thomaslevesque/strict-fake-options
  • 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)

@dependabot-preview dependabot-preview bot added the 📦 dependencies Pull requests that update a dependency file label Jun 8, 2020
@dependabot-preview
Copy link
Contributor Author

This pull request will no longer be automatically closed when a new version is found as this pull request was created by Dependabot Preview and this repo is using a version: 2 config file. You can close this pull request and let Dependabot re-create it the next time it checks for updates.

@mergify mergify bot added the :shipit: merge Shipit! label Jun 18, 2020
@mergify mergify bot merged commit ec808ed into master Jun 18, 2020
@mergify mergify bot removed the :shipit: merge Shipit! label Jun 18, 2020
@mergify mergify bot deleted the dependabot/nuget/master/FakeItEasy-6.1.0 branch June 18, 2020 05:31
@github-actions github-actions bot added this to the v0.3.2 milestone Jun 18, 2020
@rsg-bot rsg-bot modified the milestones: v0.3.2, v1.0.0 Jun 25, 2020
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