Skip to content

Update dependency Moq to v4.18.1#449

Merged
RehanSaeed merged 1 commit intomainfrom
renovate/moq-4.x
May 18, 2022
Merged

Update dependency Moq to v4.18.1#449
RehanSaeed merged 1 commit intomainfrom
renovate/moq-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented May 12, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
Moq nuget minor 4.17.2 -> 4.18.1

Release Notes

moq/moq4

v4.18.1

Fixed
  • Regression with lazy evaluation of It.Is predicates in setup expressions after updating from 4.13.1 to 4.16.1 (@​b3go, #​1217)
  • Regression with SetupProperty where Moq fails to match a property accessor implementation against its definition in an interface (@​Naxemar, #​1248)
  • Difference in behavior when mocking async method using .Result vs without (@​cyungmann, #​1253)

v4.18.0

New major version of DynamicProxy (you may get better performance!), so please update with care.

Changed
Fixed
  • Can't set up "private protected" properties (@​RobSiklos, #​1170)
  • Using [...] an old version of System.Net.Http which is vulnerable to "DoS", "Spoofing", "Privilege Escalation", "Authentication Bypass" and "Information Exposure" (@​sidseter, #​1219)
  • Failure when invoking a method with by-ref parameter & mockable return type on a mock with CallBase and DefaultValue.Mock configured (@​IanKemp, #​1249)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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, click this checkbox.

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file. label May 12, 2022
@renovate renovate bot changed the title Update dependency Moq to v4.18.0 Update dependency Moq to v4.18.1 May 16, 2022
@renovate renovate bot force-pushed the renovate/moq-4.x branch from 29d2600 to a343a26 Compare May 16, 2022 12:40
@renovate renovate bot force-pushed the renovate/moq-4.x branch from a343a26 to 9e88191 Compare May 18, 2022 16:22
@RehanSaeed RehanSaeed added maintenance Pull requests that perform maintenance on the project but add no features or bug fixes. patch Pull requests requiring a patch version update according to semantic versioning. labels May 18, 2022
@RehanSaeed RehanSaeed merged commit 395725c into main May 18, 2022
@RehanSaeed RehanSaeed deleted the renovate/moq-4.x branch May 18, 2022 16:22
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. maintenance Pull requests that perform maintenance on the project but add no features or bug fixes. patch Pull requests requiring a patch version update according to semantic versioning.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants