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): bump Moq and Moq.Contrib.HttpClient #22

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps Moq and Moq.Contrib.HttpClient. These dependencies needed to be updated together.
Updates Moq from 4.16.1 to 4.8.0

Changelog

Sourced from Moq's changelog.

v4.16.1 (2021-02-23)

Full Changelog

✨ Implemented enhancements:

  • Improve error message when verification fails #1138
  • Add .NET Standard 2.1 #1041
  • Support for Mock.Of<T> with not default constructor #963
  • Setup does not throw NotSupportedException when setting up sealed method seen through an interface #453

🐛 Fixed bugs:

  • Property indexers raises ' System.Reflection.AmbiguousMatchException: Ambiguous match found.' exception. #1129

🔨 Other:

  • Callback validation too strict when setting up a task's .Result property #1132
  • Performance with large interfaces #1128
  • Interface Default methods are ignored #972

🔀 Merged:

v4.16.0 (2021-01-16)

Full Changelog

✨ Implemented enhancements:

  • TypeNotMockable Exception #1112
  • Add ability to set up the .Result of (value) tasks #1126 (@​stakx)

🐛 Fixed bugs:

  • System.InvalidOperationException because of call to Verifiable in MockSequence after 4.14.0 #1114

🔨 Other:

  • Please document generic argument matching support for versions prior to 4.13 #1119
  • Verify is not capturing a classes state at the time of invocation. #1118
  • Adding a setup looks like it became an O(n*n) operation since #984 was merged #1110
  • DbSet mocking is broken #1091

... (truncated)

Commits
  • f6a8be6 Increase version to 4.8.0 & update changelog
  • 75d9d8b Fix note re: InterfaceProxy public accessibility
  • a1b01af Adopt assembly versioning scheme 'major.minor.0.0' (#554)
  • fbbd829 Merge branch 'develop'
  • 78328ed Build script: Fix xUnit test run for .NET Core (#553)
  • 806e991 Undo 54e132b to speed up interface proxy creation (#551)
  • a152192 SetupAllProperties: Defer property init (#550)
  • 63b1a7e Retire SerializableTypesValueProvider
  • d30e61d Reduce use of reflection in SetupAllProperties (#549)
  • 0ce473a Merge pull request #546 from stakx/optimization
  • Additional commits viewable in compare view

Updates Moq.Contrib.HttpClient from 1.3.0 to 1.4.0

Release notes

Sourced from Moq.Contrib.HttpClient's releases.

v1.4.0

Commits
  • 8d3dc66 Updated publish job
  • 669672b Merge pull request #13 from maxkagamine/json
  • a7afa99 Use ReadFromJsonAsync in examples
  • a9fcb77 Memoize the match predicate to prevent it being called repeatedly
  • 724d581 Test case for the matcher running twice, breaking ReadFromJsonAsync
  • f276aee Updated readme for System.Text.Json & ReturnsJsonResponse
  • 8c25b46 Tests for json handling
  • e13a70b Replaced JSON.NET in unit tests with System.Text.Json
  • ea0c4c7 New ReturnsJsonResponse methods for System.Text.Json
  • 3090b6f Merge pull request #11 from maxkagamine/net7.0
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

rafaelpadovezi and others added 2 commits November 25, 2024 13:40
Bumps [Moq](https://github.com/moq/moq4) and [Moq.Contrib.HttpClient](https://github.com/maxkagamine/Moq.Contrib.HttpClient). These dependencies needed to be updated together.

Updates `Moq` from 4.16.1 to 4.8.0
- [Release notes](https://github.com/moq/moq4/releases)
- [Changelog](https://github.com/devlooped/moq/blob/main/changelog.md)
- [Commits](devlooped/moq@v4.16.1...v4.8.0)

Updates `Moq.Contrib.HttpClient` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/maxkagamine/Moq.Contrib.HttpClient/releases)
- [Commits](maxkagamine/Moq.Contrib.HttpClient@v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: Moq
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Moq.Contrib.HttpClient
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 25, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 25, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/nuget/develop/multi-bd9d686bef branch November 25, 2024 13:49
@rafaelpadovezi rafaelpadovezi restored the dependabot/nuget/develop/multi-bd9d686bef branch November 25, 2024 14:52
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 26, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 26, 2024
@dependabot dependabot bot deleted the dependabot/nuget/develop/multi-bd9d686bef branch November 26, 2024 10:53
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.

1 participant