Wndrr / DeepK8s

Graphical (GUI) Management & administration interface for Kubernetes clusters. It is meant to be both a support tool and an alternative for the Kubectl CLI
GNU Affero General Public License v3.0
0 stars 0 forks source link

chore(deps): update dependency moq to v4.20.69 #216

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
Moq nuget minor 4.18.4 -> 4.20.69

Release Notes

moq/moq (Moq) ### [`v4.20.69`](https://togithub.com/moq/moq/blob/HEAD/CHANGELOG.md#42069-2023-08-11) - Removed SponsorLink [https://github.com/moq/moq/pull/1375](https://togithub.com/moq/moq/pull/1375) - Remove AWS sponsorship from readme by [@​kzu](https://togithub.com/kzu) in [https://github.com/moq/moq/pull/1383](https://togithub.com/moq/moq/pull/1383) - Add everyone how now DOES sponsor 🫢 ### [`v4.20.2`](https://togithub.com/moq/moq/blob/HEAD/CHANGELOG.md#4202-2023-08-09) ##### πŸ› Fixed bugs - Remove SponsorLink since it breaks MacOS restore by [@​kzu](https://togithub.com/kzu) in [https://github.com/moq/moq/pull/1375](https://togithub.com/moq/moq/pull/1375) > NOTE: in addition, there were potential privacy issues raised with regards to the SHA256 hashing of > user' email to check for sponsorship, so it won't be coming back until that's properly addressed ### [`v4.20.1`](https://togithub.com/moq/moq/blob/HEAD/CHANGELOG.md#4201-2023-08-08) ##### ✨ Implemented enhancements - Add Sponsor button to package readme πŸ’œ ### [`v4.20.0`](https://togithub.com/moq/moq/blob/HEAD/CHANGELOG.md#4200-2023-08-07) ##### ✨ Implemented enhancements - `Mock.RaiseAsync` method for raising "async" events, i.e. events that use a `Func<..., Task>` or `Func<..., ValueTask>` delegate. ([@​stakx](https://togithub.com/stakx), [#​1313](https://togithub.com/moq/moq/issues/1313)) - `setup.Verifiable(Times times, [string failMessage])` method to specify the expected number of calls upfront. `mock.Verify[All]` can then be used to check whether the setup was called that many times. The upper bound (maximum allowed number of calls) will be checked right away, i.e. whenever a setup gets called. ([@​stakx](https://togithub.com/stakx), [#​1319](https://togithub.com/moq/moq/issues/1319)) ##### πŸ”¨ Other - Add `ThrowsAsync` for non-generic `ValueTask` by [@​johnthcall](https://togithub.com/johnthcall) in [https://github.com/moq/moq/pull/1235](https://togithub.com/moq/moq/pull/1235) - Use PackageLicenseExpression instead of PackageLicenseUrl by [@​wismann](https://togithub.com/wismann) in [https://github.com/moq/moq/pull/1322](https://togithub.com/moq/moq/pull/1322) - Don't throw away generic type arguments in one `mock.Protected().Verify()` method overload by [@​stakx](https://togithub.com/stakx) in [https://github.com/moq/moq/pull/1325](https://togithub.com/moq/moq/pull/1325) - [#​1340](https://togithub.com/moq/moq/issues/1340) updated appveyor.yml with workaround to make builds work again by [@​david-kalbermatten](https://togithub.com/david-kalbermatten) in [https://github.com/moq/moq/pull/1346](https://togithub.com/moq/moq/pull/1346) - Revamp structure, apply oss template, cleanup projects/imports by [@​kzu](https://togithub.com/kzu) in [https://github.com/moq/moq/pull/1358](https://togithub.com/moq/moq/pull/1358) - Add πŸ’œ SponsorLink support by [@​kzu](https://togithub.com/kzu) in [https://github.com/moq/moq/pull/1363](https://togithub.com/moq/moq/pull/1363) - fix website url by [@​tibel](https://togithub.com/tibel) in [https://github.com/moq/moq/pull/1364](https://togithub.com/moq/moq/pull/1364) ##### Fixed - Verifying a protected generic method that returns a value is broken ([@​nthornton2010](https://togithub.com/nthornton2010), [#​1314](https://togithub.com/moq/moq/issues/1314))

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.



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

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

warning The version of Java (11.0.18) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. Read more here