Skip to content

Commit a1ceeeb

Browse files
Bump Moq from 4.18.4 to 4.20.69 (#84)
Bumps [Moq](https://github.com/moq/moq) from 4.18.4 to 4.20.69. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/moq/moq/releases">Moq's releases</a>.</em></p> <blockquote> <h2>v4.20.69</h2> <p>Let's make it more memorable when Moq became &quot;safe&quot; again.</p> <h2>What's Changed</h2> <ul> <li>Removed SponsorLink <a href="https://redirect.github.com/moq/moq/pull/1375">moq/moq#1375</a></li> <li>Remove AWS sponsorship from readme by <a href="https://github.com/kzu"><code>@​kzu</code></a> in <a href="https://redirect.github.com/moq/moq/pull/1383">moq/moq#1383</a></li> <li>Add everyone how now DOES sponsor 🫶</li> </ul> <h2>v4.20.2</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>🐛 Fixed bugs</h3> <ul> <li>Remove SponsorLink since it breaks MacOS restore by <a href="https://github.com/kzu"><code>@​kzu</code></a> in <a href="https://redirect.github.com/moq/moq/pull/1375">moq/moq#1375</a></li> </ul> <blockquote> <p>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</p> </blockquote> <p><strong>Full Changelog</strong>: <a href="https://github.com/moq/moq/compare/v4.20.1...v4.20.2">https://github.com/moq/moq/compare/v4.20.1...v4.20.2</a></p> <h2>v4.20.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>✨ Implemented enhancements</h3> <ul> <li>Add Sponsor button to package readme 💜</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/moq/moq/compare/v4.20.0...v4.20.1">https://github.com/moq/moq/compare/v4.20.0...v4.20.1</a></p> <h2>v4.20.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>✨ Implemented enhancements</h3> <ul> <li>Add <code>setup.Verifiable(Times times, [string failMessage])</code> method by <a href="https://github.com/stakx"><code>@​stakx</code></a> in <a href="https://redirect.github.com/moq/moq/pull/1319">moq/moq#1319</a></li> </ul> <h3>🔨 Other</h3> <ul> <li>Add <code>Mock&lt;T&gt;.RaiseAsync</code> by <a href="https://github.com/stakx"><code>@​stakx</code></a> in <a href="https://redirect.github.com/moq/moq/pull/1313">moq/moq#1313</a></li> <li>Add <code>ThrowsAsync</code> for non-generic <code>ValueTask</code> by <a href="https://github.com/johnthcall"><code>@​johnthcall</code></a> in <a href="https://redirect.github.com/moq/moq/pull/1235">moq/moq#1235</a></li> <li>Use PackageLicenseExpression instead of PackageLicenseUrl by <a href="https://github.com/wismann"><code>@​wismann</code></a> in <a href="https://redirect.github.com/moq/moq/pull/1322">moq/moq#1322</a></li> <li>Don't throw away generic type arguments in one <code>mock.Protected().Verify&lt;T&gt;()</code> method overload by <a href="https://github.com/stakx"><code>@​stakx</code></a> in <a href="https://redirect.github.com/moq/moq/pull/1325">moq/moq#1325</a></li> <li><a href="https://redirect.github.com/moq/moq/issues/1340">#1340</a> updated appveyor.yml with workaround to make builds work again by <a href="https://github.com/david-kalbermatten"><code>@​david-kalbermatten</code></a> in <a href="https://redirect.github.com/moq/moq/pull/1346">moq/moq#1346</a></li> <li>Revamp structure, apply oss template, cleanup projects/imports by <a href="https://github.com/kzu"><code>@​kzu</code></a> in <a href="https://redirect.github.com/moq/moq/pull/1358">moq/moq#1358</a></li> <li>Add 💜 SponsorLink support by <a href="https://github.com/kzu"><code>@​kzu</code></a> in <a href="https://redirect.github.com/moq/moq/pull/1363">moq/moq#1363</a></li> <li>fix website url by <a href="https://github.com/tibel"><code>@​tibel</code></a> in <a href="https://redirect.github.com/moq/moq/pull/1364">moq/moq#1364</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/johnthcall"><code>@​johnthcall</code></a> made their first contribution in <a href="https://redirect.github.com/moq/moq/pull/1235">moq/moq#1235</a></li> <li><a href="https://github.com/wismann"><code>@​wismann</code></a> made their first contribution in <a href="https://redirect.github.com/moq/moq/pull/1322">moq/moq#1322</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/moq/moq/blob/main/CHANGELOG.md">Moq's changelog</a>.</em></p> <blockquote> <h1>Moq Changelog</h1> <p>All notable changes to this project will be documented in this file.</p> <p>The format is loosely based on <a href="http://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>.</p> <h2>Unreleased</h2> <h4>Added</h4> <ul> <li><code>Mock&lt;T&gt;.RaiseAsync</code> method for raising &quot;async&quot; events, i.e. events that use a <code>Func&lt;..., Task&gt;</code> or <code>Func&lt;..., ValueTask&gt;</code> delegate. (<a href="https://github.com/stakx"><code>@​stakx</code></a>, <a href="https://redirect.github.com/moq/moq/issues/1313">#1313</a>)</li> <li><code>setup.Verifiable(Times times, [string failMessage])</code> method to specify the expected number of calls upfront. <code>mock.Verify[All]</code> 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. (<a href="https://github.com/stakx"><code>@​stakx</code></a>, <a href="https://redirect.github.com/moq/moq/issues/1319">#1319</a>)</li> <li>Add <code>ThrowsAsync</code> methods for non-generic <code>ValueTask</code> (<a href="https://github.com/johnthcall"><code>@​johnthcall</code></a>, <a href="https://redirect.github.com/moq/moq/issues/1235">#1235</a>)</li> </ul> <h4>Fixed</h4> <ul> <li>Verifying a protected generic method that returns a value is broken (<a href="https://github.com/nthornton2010"><code>@​nthornton2010</code></a>, <a href="https://redirect.github.com/moq/moq/issues/1314">#1314</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moq/moq/commit/b5be390fdc625f7453e09956e079c6375d7905ef"><code>b5be390</code></a> +Mᐁ includes</li> <li><a href="https://github.com/moq/moq/commit/5ab5a67e06aae8fa6ce747e6e43d644d7646b951"><code>5ab5a67</code></a> +Mᐁ includes</li> <li><a href="https://github.com/moq/moq/commit/d9a2b27b9b206e157c048afbd530e6ea848b4b14"><code>d9a2b27</code></a> +Mᐁ includes</li> <li><a href="https://github.com/moq/moq/commit/0ab4c0e680f5e3fe37c61398b4cfcd714ec4af97"><code>0ab4c0e</code></a> +Mᐁ includes</li> <li><a href="https://github.com/moq/moq/commit/1776bf00c3d543915a38bad6d34104e0dc0095bb"><code>1776bf0</code></a> +Mᐁ includes</li> <li><a href="https://github.com/moq/moq/commit/736a82139b256425ec63eacbccbe1e497080c895"><code>736a821</code></a> Remove AWS sponsorship from readme</li> <li><a href="https://github.com/moq/moq/commit/26cd4025ab9132a1c1cf092cb112ebd971c7b639"><code>26cd402</code></a> Ordering of .netconfig entry for repo should go first</li> <li><a href="https://github.com/moq/moq/commit/a7dcd43c3ca192ad3dcc813f4ddedae96914fe26"><code>a7dcd43</code></a> Remove SponsorLink since it breaks MacOS restore</li> <li><a href="https://github.com/moq/moq/commit/d6d80183310a875d93210bd4daf102f45e06ba6c"><code>d6d8018</code></a> +Mᐁ includes</li> <li><a href="https://github.com/moq/moq/commit/a87166f6feb1d6164c6944b1a4467be44dbfd8ce"><code>a87166f</code></a> Fix footer include (should be raw file, not blob)</li> <li>Additional commits viewable in <a href="https://github.com/moq/moq/compare/v4.18.4...v4.20.69">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Moq&package-manager=nuget&previous-version=4.18.4&new-version=4.20.69)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a5a2a25 commit a1ceeeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IntelliTect.Multitool.Tests/IntelliTect.Multitool.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Moq" Version="4.18.4" />
11+
<PackageReference Include="Moq" Version="4.20.69" />
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.0" />
1313
<PackageReference Include="xunit" Version="2.5.0" />
1414
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">

0 commit comments

Comments
 (0)