-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 7a126f9
authored
Bump Moq from 4.20.70 to 4.20.72 in /src (#1374)
Bumps [Moq](https://github.com/moq/moq) from 4.20.70 to 4.20.72.
<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.72</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>🔨 Other</h3>
<ul>
<li>Remove unused attribute by <a
href="https://github.com/kzu"><code>@kzu</code></a> in <a
href="https://redirect.github.com/devlooped/moq/pull/1515">devlooped/moq#1515</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/devlooped/moq/compare/v4.20.71...v4.20.72">https://github.com/devlooped/moq/compare/v4.20.71...v4.20.72</a></p>
<h2>v4.20.71</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>🔨 Other</h3>
<ul>
<li>Update License.txt to use SPDX identifier for automatic recognition
by <a
href="https://github.com/georg-eckert-zeiss"><code>@georg-eckert-zeiss</code></a>
in <a
href="https://redirect.github.com/devlooped/moq/pull/1471">devlooped/moq#1471</a></li>
<li>Additional Verify overload by <a
href="https://github.com/bkijonka"><code>@bkijonka</code></a> in <a
href="https://redirect.github.com/devlooped/moq/pull/1463">devlooped/moq#1463</a></li>
<li>Fix semantic error in MatchersFixture.cs test by <a
href="https://github.com/go-hoon"><code>@go-hoon</code></a> in <a
href="https://redirect.github.com/devlooped/moq/pull/1496">devlooped/moq#1496</a></li>
<li>Remove spurious unmerged change comment from dotnet format by <a
href="https://github.com/kzu"><code>@kzu</code></a> in <a
href="https://redirect.github.com/devlooped/moq/pull/1499">devlooped/moq#1499</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/georg-eckert-zeiss"><code>@georg-eckert-zeiss</code></a>
made their first contribution in <a
href="https://redirect.github.com/devlooped/moq/pull/1471">devlooped/moq#1471</a></li>
<li><a href="https://github.com/bkijonka"><code>@bkijonka</code></a>
made their first contribution in <a
href="https://redirect.github.com/devlooped/moq/pull/1463">devlooped/moq#1463</a></li>
<li><a href="https://github.com/go-hoon"><code>@go-hoon</code></a> made
their first contribution in <a
href="https://redirect.github.com/devlooped/moq/pull/1496">devlooped/moq#1496</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/devlooped/moq/compare/v4.20.70...v4.20.71">https://github.com/devlooped/moq/compare/v4.20.70...v4.20.71</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/devlooped/moq/blob/main/changelog.md">Moq's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/devlooped/moq/tree/v4.20.72">v4.20.72</a>
(2024-09-07)</h2>
<p><a
href="https://github.com/devlooped/moq/compare/v4.20.71...v4.20.72">Full
Changelog</a></p>
<p>:hammer: Other:</p>
<ul>
<li>Question: Sponsorable Attribute in release v4.20.71 <a
href="https://redirect.github.com/devlooped/moq/issues/1513">#1513</a></li>
</ul>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>Remove unused attribute <a
href="https://redirect.github.com/devlooped/moq/pull/1515">#1515</a> (<a
href="https://github.com/kzu"><code>@kzu</code></a>)</li>
</ul>
<h2><a
href="https://github.com/devlooped/moq/tree/v4.20.71">v4.20.71</a>
(2024-09-03)</h2>
<p><a
href="https://github.com/devlooped/moq/compare/v4.20.70...v4.20.71">Full
Changelog</a></p>
<p>:bug: Fixed bugs:</p>
<ul>
<li>Documentation link gives 404 <a
href="https://redirect.github.com/devlooped/moq/issues/1495">#1495</a></li>
<li>Documentation link is broken <a
href="https://redirect.github.com/devlooped/moq/issues/1487">#1487</a></li>
</ul>
<p>:hammer: Other:</p>
<ul>
<li>Documentation Unavailable Online <a
href="https://redirect.github.com/devlooped/moq/issues/1473">#1473</a></li>
<li>Some source code files is filled with comments like: "Unmerged
change from project " <a
href="https://redirect.github.com/devlooped/moq/issues/1451">#1451</a></li>
<li>Question: would it make sense to call verify all on a strict mock
when the mock gets disposed? <a
href="https://redirect.github.com/devlooped/moq/issues/1440">#1440</a></li>
<li>SponsorLink Integration Makes Moq Unuasable due to PII and GDPR
Requirements <a
href="https://redirect.github.com/devlooped/moq/issues/1433">#1433</a></li>
<li>Default value ILookup<> in loose mode is <code>null</code> <a
href="https://redirect.github.com/devlooped/moq/issues/1391">#1391</a></li>
<li>Verifying a protected method when the exact parameter types are not
statically known <a
href="https://redirect.github.com/devlooped/moq/issues/1339">#1339</a></li>
</ul>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>Remove spurious unmerged change comment from dotnet format <a
href="https://redirect.github.com/devlooped/moq/pull/1499">#1499</a> (<a
href="https://github.com/kzu"><code>@kzu</code></a>)</li>
<li>Fix semantic error in MatchersFixture.cs test <a
href="https://redirect.github.com/devlooped/moq/pull/1496">#1496</a> (<a
href="https://github.com/go-hoon"><code>@go-hoon</code></a>)</li>
<li>Update License.txt to use SPDX identifier for automatic recognition
<a href="https://redirect.github.com/devlooped/moq/pull/1471">#1471</a>
(<a
href="https://github.com/georg-eckert-zeiss"><code>@georg-eckert-zeiss</code></a>)</li>
<li>Additional Verify overload <a
href="https://redirect.github.com/devlooped/moq/pull/1463">#1463</a> (<a
href="https://github.com/bkijonka"><code>@bkijonka</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/devlooped/moq/commit/959fc5128f868fdcbdbb70dbfca86330980431ba"><code>959fc51</code></a>
Remove unused attribute</li>
<li><a
href="https://github.com/devlooped/moq/commit/ede999667d66e7dd4edd8f752440b02020fa9c76"><code>ede9996</code></a>
⬆️ Bump files with dotnet-file sync</li>
<li><a
href="https://github.com/devlooped/moq/commit/f8db3187436f04a95e206177e6e861d7890c587c"><code>f8db318</code></a>
🖉 Update changelog with v4.20.71</li>
<li><a
href="https://github.com/devlooped/moq/commit/aecc4719da68d7433e8fd2df366ca5fc76b665f5"><code>aecc471</code></a>
⬆️ Bump files with dotnet-file sync</li>
<li><a
href="https://github.com/devlooped/moq/commit/99d243b2be5c974da77a8d710d87bba8b81506bd"><code>99d243b</code></a>
Fix whitespace in test project</li>
<li><a
href="https://github.com/devlooped/moq/commit/ac56c3d256391889208263c5028abfb284779d27"><code>ac56c3d</code></a>
Fix repo variable actions context</li>
<li><a
href="https://github.com/devlooped/moq/commit/ac3a8aa23a0df50ce49af69571425ad452fdcbdd"><code>ac3a8aa</code></a>
Prereleases ship only to CI feed</li>
<li><a
href="https://github.com/devlooped/moq/commit/ea921094310121a87ef159f74a60942c9d0958a0"><code>ea92109</code></a>
Bump Microsoft.Extensions.Logging.Abstractions in the extensions
group</li>
<li><a
href="https://github.com/devlooped/moq/commit/4bdb19a4715c223cd3a7ff15e938373ef798fc96"><code>4bdb19a</code></a>
Remove SourceLink which is now built-in the SDK</li>
<li><a
href="https://github.com/devlooped/moq/commit/c0a33bd537689905eb840f8ec62510b35138f7f5"><code>c0a33bd</code></a>
Use windows agent for build, variable for publish</li>
<li>Additional commits viewable in <a
href="https://github.com/moq/moq/compare/v4.20.70...v4.20.72">compare
view</a></li>
</ul>
</details>
<br />
[](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent fc3602b commit 7a126f9Copy full SHA for 7a126f9
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
- src
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedCollapse file: src/Directory.Packages.props
src/Directory.Packages.props
Copy file name to clipboardExpand all lines: src/Directory.Packages.props+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 |
| - | |
| 49 | + | |
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
|
0 commit comments