[PR #8268] Bump Moq from 4.18.1 to 4.18.2 #11670

Closed
opened 2026-02-07 06:42:25 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/8268

State: closed
Merged: Yes


Bumps Moq from 4.18.1 to 4.18.2.

Changelog

Sourced from Moq's changelog.

4.18.2 (2022-08-02)

Changed

  • Update package reference to Castle.Core (DynamicProxy) from version 5.0.0 to 5.1.0 (@​stakx, #1275)
  • Removed dependency on System.Threading.Tasks.Extensions for netstandard2.1 and net6.0 (@​tibel, #1274)

Fixed

  • "Expression is not an event add" when using .Raises() with redeclared event (@​howcheng, #1175)
  • MissingMethodException when mocking interface with sealed default implementation (@​pjquirk, #1209)
  • Throws TypeLoadException on mock when a record has a base record on .NET 6 (@​tgrieger-sf, #1273)
Commits
  • c60833d Final polish for version 4.18.2
  • 28d462a Merge pull request #1277 from stakx/default-interface-methods
  • db44a87 Update changelog
  • e8d13c2 Add regression test for interface with partial default impl
  • a54d18b Merge pull request #1276 from stakx/redeclared-events
  • e52a695 Update changelog
  • 8f29b53 Add regression tests for subscribing to & raising redeclared event
  • 4ab6ce1 Merge pull request #1275 from stakx/records
  • 6878a90 Update changelog
  • a564817 Upgrade Castle.Core to version 5.1.0
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)
**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/8268 **State:** closed **Merged:** Yes --- Bumps [Moq](https://github.com/moq/moq4) from 4.18.1 to 4.18.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/moq/moq4/blob/main/CHANGELOG.md">Moq's changelog</a>.</em></p> <blockquote> <h2>4.18.2 (2022-08-02)</h2> <h4>Changed</h4> <ul> <li>Update package reference to <code>Castle.Core</code> (DynamicProxy) from version 5.0.0 to 5.1.0 (<a href="https://github.com/stakx"><code>@​stakx</code></a>, <a href="https://github-redirect.dependabot.com/moq/moq4/issues/1275">#1275</a>)</li> <li>Removed dependency on <code>System.Threading.Tasks.Extensions</code> for <code>netstandard2.1</code> and <code>net6.0</code> (<a href="https://github.com/tibel"><code>@​tibel</code></a>, <a href="https://github-redirect.dependabot.com/moq/moq4/issues/1274">#1274</a>)</li> </ul> <h4>Fixed</h4> <ul> <li>&quot;Expression is not an event add&quot; when using <code>.Raises()</code> with redeclared event (<a href="https://github.com/howcheng"><code>@​howcheng</code></a>, <a href="https://github-redirect.dependabot.com/moq/moq4/issues/1175">#1175</a>)</li> <li><code>MissingMethodException</code> when mocking interface with sealed default implementation (<a href="https://github.com/pjquirk"><code>@​pjquirk</code></a>, <a href="https://github-redirect.dependabot.com/moq/moq4/issues/1209">#1209</a>)</li> <li>Throws <code>TypeLoadException</code> on mock when a record has a base record on .NET 6 (<a href="https://github.com/tgrieger-sf"><code>@​tgrieger-sf</code></a>, <a href="https://github-redirect.dependabot.com/moq/moq4/issues/1273">#1273</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moq/moq4/commit/c60833da6bcc56c1d88998c5c2aca75ee6a0f36b"><code>c60833d</code></a> Final polish for version 4.18.2</li> <li><a href="https://github.com/moq/moq4/commit/28d462a7b245f7c8924e8f5f9af384bd81bfb153"><code>28d462a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/moq/moq4/issues/1277">#1277</a> from stakx/default-interface-methods</li> <li><a href="https://github.com/moq/moq4/commit/db44a877fb73a535b220db354cdbe1df7d3c16a3"><code>db44a87</code></a> Update changelog</li> <li><a href="https://github.com/moq/moq4/commit/e8d13c2eface558c4e0ac89ac7af932103cf865d"><code>e8d13c2</code></a> Add regression test for interface with partial default impl</li> <li><a href="https://github.com/moq/moq4/commit/a54d18bc738cd2c061c787fdd2dfbf55b755b79e"><code>a54d18b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/moq/moq4/issues/1276">#1276</a> from stakx/redeclared-events</li> <li><a href="https://github.com/moq/moq4/commit/e52a69560c5332306ca516f8077db4e60d1ef372"><code>e52a695</code></a> Update changelog</li> <li><a href="https://github.com/moq/moq4/commit/8f29b53ae4c0ca026b526ad826c933a1aaf36bf0"><code>8f29b53</code></a> Add regression tests for subscribing to &amp; raising redeclared event</li> <li><a href="https://github.com/moq/moq4/commit/4ab6ce18eb3b481eec8171d577b5d07f1e757380"><code>4ab6ce1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/moq/moq4/issues/1275">#1275</a> from stakx/records</li> <li><a href="https://github.com/moq/moq4/commit/6878a9033005cac786b9224d475d8d2d4862cbc1"><code>6878a90</code></a> Update changelog</li> <li><a href="https://github.com/moq/moq4/commit/a564817f14ddce1a550aaf30201507a6aa853d69"><code>a564817</code></a> Upgrade Castle.Core to version 5.1.0</li> <li>Additional commits viewable in <a href="https://github.com/moq/moq4/compare/v4.18.1...v4.18.2">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.1&new-version=4.18.2)](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 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>
OVERLORD added the pull-request label 2026-02-07 06:42:25 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11670