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

chore(deps): update dependency fakeiteasy to v8.1.0 #1056

Merged
merged 1 commit into from
Jan 5, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 5, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
FakeItEasy (source) 8.0.1 -> 8.1.0 age adoption passing confidence

Release Notes

FakeItEasy/FakeItEasy (FakeItEasy)

v8.1.0

Compare Source

Changed
New
  • Provide a mechanism for capturing arguments passed to Fakes (#​1950):
    var capturedMessage = A.Captured<string>();
    
    var logger = A.Fake<IListLogger>();
    A.CallTo(() => logger.Log(capturedMessage._, An<IEnumerable<int>>._)).DoesNothing();
    
    var calculator = new Calculator(logger);
    calculator.Add([1, 2, 3, 4]);
    calculator.Square(7);
    
    capturedMessage.Values.Should().Equal("about to add", "about to square");
Fixed
  • Argument matchers trigger even if the rule they're part of has already fired the maximum number of times (#​1975)
Additional Items
  • Upgrade StyleCop (#​1979)
  • Suppress NU1902,NU1903 in tests, recipes (#​1981)
  • Include README in NuGet package (#​1980)
With special thanks for contributions to this release from:

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the 🚚 private-dependencies Private dependency label Jan 5, 2024
@renovate renovate bot enabled auto-merge (rebase) January 5, 2024 04:27
@github-actions github-actions bot added the :shipit: merge Shipit! label Jan 5, 2024
@github-actions github-actions bot added this to the v1.8.15 milestone Jan 5, 2024
@renovate renovate bot merged commit ed90288 into master Jan 5, 2024
10 checks passed
@github-actions github-actions bot removed the :shipit: merge Shipit! label Jan 5, 2024
@renovate renovate bot deleted the renovate/fakeiteasy branch January 5, 2024 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚚 private-dependencies Private dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants