[PR #3473] [MERGED] Bump Moq from 4.14.3 to 4.14.4 #9542

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3473
Author: @dependabot[bot]
Created: 6/29/2020
Status: Merged
Merged: 6/30/2020
Merged by: @dkanada

Base: masterHead: dependabot/nuget/Moq-4.14.4


📝 Commits (1)

  • 248a2d6 Bump Moq from 4.14.3 to 4.14.4

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj (+1 -1)
📝 tests/Jellyfin.Server.Implementations.Tests/Jellyfin.Server.Implementations.Tests.csproj (+1 -1)

📄 Description

Bumps Moq from 4.14.3 to 4.14.4.

Changelog

Sourced from Moq's changelog.

4.14.4 (2020-06-24)

Fixed

  • Regression: NullReferenceException on subsequent setup if expression contains null reference (@IanYates83, #1031)
Commits
  • 7aedb5c Update version to 4.14.4
  • 56ffe39 Merge pull request #1032 from stakx/issue-1031
  • 50d3547 Update the changelog
  • 6812e06 Exclude throwing subexpr's from partial evaluation
  • a05c885 Add failing test
  • 2352750 Remove unneeded conditional compilation
  • d3f18ad AttributesToAvoidReplicating already contains these attributes
  • baa2a9e Use VS2019 image & toolchain for Appveyor CI build
  • 15e4238 Upgrade test projects to netcoreapp3.1
  • See full diff 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/3473 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/29/2020 **Status:** ✅ Merged **Merged:** 6/30/2020 **Merged by:** [@dkanada](https://github.com/dkanada) **Base:** `master` ← **Head:** `dependabot/nuget/Moq-4.14.4` --- ### 📝 Commits (1) - [`248a2d6`](https://github.com/jellyfin/jellyfin/commit/248a2d61ddfa40683f6b76986383272d7baec238) Bump Moq from 4.14.3 to 4.14.4 ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj` (+1 -1) 📝 `tests/Jellyfin.Server.Implementations.Tests/Jellyfin.Server.Implementations.Tests.csproj` (+1 -1) </details> ### 📄 Description Bumps [Moq](https://github.com/moq/moq4) from 4.14.3 to 4.14.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/moq/moq4/blob/master/CHANGELOG.md">Moq's changelog</a>.</em></p> <blockquote> <h2>4.14.4 (2020-06-24)</h2> <h4>Fixed</h4> <ul> <li>Regression: <code>NullReferenceException</code> on subsequent setup if expression contains null reference (<a href="https://github.com/IanYates83">@IanYates83</a>, <a href="https://github-redirect.dependabot.com/moq/moq4/issues/1031">#1031</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moq/moq4/commit/7aedb5ccb77bd4fb8d278cd51910df811687ea23"><code>7aedb5c</code></a> Update version to 4.14.4</li> <li><a href="https://github.com/moq/moq4/commit/56ffe399f1d0b0f74b305f469c542bc5806b07fe"><code>56ffe39</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/moq/moq4/issues/1032">#1032</a> from stakx/issue-1031</li> <li><a href="https://github.com/moq/moq4/commit/50d35471ccbbdd2a6e733e0d27e5c9950f3bce43"><code>50d3547</code></a> Update the changelog</li> <li><a href="https://github.com/moq/moq4/commit/6812e06b5c828fac913c4a206e423552cba147e4"><code>6812e06</code></a> Exclude throwing subexpr's from partial evaluation</li> <li><a href="https://github.com/moq/moq4/commit/a05c885175f93ef110ef5c924ac6cfd27b298e61"><code>a05c885</code></a> Add failing test</li> <li><a href="https://github.com/moq/moq4/commit/235275004a03e6862ea2734f3b568a94418fff92"><code>2352750</code></a> Remove unneeded conditional compilation</li> <li><a href="https://github.com/moq/moq4/commit/d3f18ad1707c49ec66cbf2f4fe251b67a516800d"><code>d3f18ad</code></a> <code>AttributesToAvoidReplicating</code> already contains these attributes</li> <li><a href="https://github.com/moq/moq4/commit/baa2a9ef4b8dd7def55f200d51bb4fe979d77a10"><code>baa2a9e</code></a> Use VS2019 image &amp; toolchain for Appveyor CI build</li> <li><a href="https://github.com/moq/moq4/commit/15e4238ada9292a35e58536a408412d54b94b52a"><code>15e4238</code></a> Upgrade test projects to <code>netcoreapp3.1</code></li> <li>See full diff in <a href="https://github.com/moq/moq4/compare/v4.14.3...v4.14.4">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.14.3&new-version=4.14.4)](https://help.github.com/articles/configuring-automated-security-fixes) 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:04:06 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9542