chore(deps): bump Jellyfin.Controller and Jellyfin.Model #152

Closed
dependabot[bot] wants to merge 1 commits from dependabot/nuget/multi-73bb334fbd into master
dependabot[bot] commented 2025-01-27 06:31:01 +00:00 (Migrated from github.com)

Bumps Jellyfin.Controller and Jellyfin.Model. These dependencies needed to be updated together.
Updates Jellyfin.Controller from 10.10.3 to 10.10.5

Release notes

Sourced from Jellyfin.Controller's releases.

10.10.5

🚀 Jellyfin Server 10.10.5

We are pleased to announce the latest stable release of Jellyfin, version 10.10.5!

This minor release brings several bugfixes to improve your Jellyfin experience.

As always, please ensure you stop your Jellyfin server and take a full backup before upgrading!

You can find more details about and discuss this release on our forums.

Changelog (9)

📈 General Changes

10.10.4

🚀 Jellyfin Server 10.10.4

We are pleased to announce the latest stable release of Jellyfin, version 10.10.4!

This minor release brings several bugfixes to improve your Jellyfin experience.

As always, please ensure you stop your Jellyfin server and take a full backup before upgrading!

You can find more details about and discuss this release on our forums.

Changelog (20)

📈 General Changes

... (truncated)

Commits
  • 1136a36 Bump version to 10.10.5
  • e8514de Don't select audio stream and codec explicitly for copy when bitrate exceeds ...
  • 722cdcc Add check to prevent downgrade from future EFCore refactor (#13103)
  • bfe0fdb Open files with FileShare.Read for BlurHash calculations (#13425)
  • 0b2a59e Merge pull request #13384 from alltilla/fix-parallel-subtitleeditparse
  • 6329de4 Merge pull request #13411 from gnattu/use-writethrough-imagesaver
  • 644df35 Use WriteThrough for ImageSaver
  • 3766a88 Merge pull request #13390 from gnattu/catch-ioexception
  • f333ef7 Merge pull request #13092 from TheMelmacian/bugfix/xml_special_characters_in_...
  • 0394965 Merge pull request #13382 from Shadowghost/fix-published-url-override
  • Additional commits viewable in compare view

Updates Jellyfin.Model from 10.10.3 to 10.10.5

Release notes

Sourced from Jellyfin.Model's releases.

10.10.5

🚀 Jellyfin Server 10.10.5

We are pleased to announce the latest stable release of Jellyfin, version 10.10.5!

This minor release brings several bugfixes to improve your Jellyfin experience.

As always, please ensure you stop your Jellyfin server and take a full backup before upgrading!

You can find more details about and discuss this release on our forums.

Changelog (9)

📈 General Changes

10.10.4

🚀 Jellyfin Server 10.10.4

We are pleased to announce the latest stable release of Jellyfin, version 10.10.4!

This minor release brings several bugfixes to improve your Jellyfin experience.

As always, please ensure you stop your Jellyfin server and take a full backup before upgrading!

You can find more details about and discuss this release on our forums.

Changelog (20)

📈 General Changes

... (truncated)

Commits
  • 1136a36 Bump version to 10.10.5
  • e8514de Don't select audio stream and codec explicitly for copy when bitrate exceeds ...
  • 722cdcc Add check to prevent downgrade from future EFCore refactor (#13103)
  • bfe0fdb Open files with FileShare.Read for BlurHash calculations (#13425)
  • 0b2a59e Merge pull request #13384 from alltilla/fix-parallel-subtitleeditparse
  • 6329de4 Merge pull request #13411 from gnattu/use-writethrough-imagesaver
  • 644df35 Use WriteThrough for ImageSaver
  • 3766a88 Merge pull request #13390 from gnattu/catch-ioexception
  • f333ef7 Merge pull request #13092 from TheMelmacian/bugfix/xml_special_characters_in_...
  • 0394965 Merge pull request #13382 from Shadowghost/fix-published-url-override
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 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)

Note


Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [Jellyfin.Controller](https://github.com/jellyfin/jellyfin) and [Jellyfin.Model](https://github.com/jellyfin/jellyfin). These dependencies needed to be updated together. Updates `Jellyfin.Controller` from 10.10.3 to 10.10.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jellyfin/jellyfin/releases">Jellyfin.Controller's releases</a>.</em></p> <blockquote> <h2>10.10.5</h2> <h1>:rocket: Jellyfin Server 10.10.5</h1> <p>We are pleased to announce the latest stable release of Jellyfin, version 10.10.5!</p> <p>This minor release brings several bugfixes to improve your Jellyfin experience.</p> <p>As always, please ensure you stop your Jellyfin server and take a full backup before upgrading!</p> <p>You can find more details about and discuss this release <a href="https://forum.jellyfin.org/t-new-jellyfin-server-web-release-10-10-5">on our forums</a>.</p> <h2>Changelog (9)</h2> <h3>📈 General Changes</h3> <ul> <li>Add check to prevent downgrade from future EFCore refactor [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13103">#13103</a>], by <a href="https://github.com/JPVenson"><code>@​JPVenson</code></a></li> <li>Open files with FileShare.Read for BlurHash calculations [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13425">#13425</a>], by <a href="https://github.com/Bond-009"><code>@​Bond-009</code></a></li> <li>Don't select audio stream and codec explicitly for copy when bitrate exceeds limit [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13423">#13423</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> <li>Fix parallel use of not thread-safe SubtitleFormat instance [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13384">#13384</a>], by <a href="https://github.com/alltilla"><code>@​alltilla</code></a></li> <li>Use WriteThrough for ImageSaver [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13411">#13411</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> <li>Catch IOExceptions for GetFileSystemMetadata [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13390">#13390</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> <li>Fix rating levels [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13388">#13388</a>], by <a href="https://github.com/Shadowghost"><code>@​Shadowghost</code></a></li> <li>Fix: handling of <!-- raw HTML omitted --> elements in NfoParser [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13092">#13092</a>], by <a href="https://github.com/TheMelmacian"><code>@​TheMelmacian</code></a></li> <li>Fix interface selection [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13382">#13382</a>], by <a href="https://github.com/Shadowghost"><code>@​Shadowghost</code></a></li> </ul> <h2>10.10.4</h2> <h1>:rocket: Jellyfin Server 10.10.4</h1> <p>We are pleased to announce the latest stable release of Jellyfin, version 10.10.4!</p> <p>This minor release brings several bugfixes to improve your Jellyfin experience.</p> <p>As always, please ensure you stop your Jellyfin server and take a full backup before upgrading!</p> <p>You can find more details about and discuss this release <a href="https://forum.jellyfin.org/t-new-jellyfin-server-web-release-10-10-4">on our forums</a>.</p> <h2>Changelog (20)</h2> <h3>📈 General Changes</h3> <ul> <li>Never treat matroska as webm for audio playback [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13345">#13345</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> <li>Don't generate trickplay for backdrops [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13183">#13183</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> <li>Use nv15 as intermediate format for 2-pass rkrga scaling [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13313">#13313</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> <li>Fix DTS in HLS [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13288">#13288</a>], by <a href="https://github.com/Shadowghost"><code>@​Shadowghost</code></a></li> <li>Transcode to audio codec satisfied other conditions when copy check failed. [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13209">#13209</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> <li>Fix missing episode removal [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13218">#13218</a>], by <a href="https://github.com/Shadowghost"><code>@​Shadowghost</code></a></li> <li>Fix NFO ID parsing [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13167">#13167</a>], by <a href="https://github.com/Shadowghost"><code>@​Shadowghost</code></a></li> <li>Always do tone-mapping for HDR transcoding when software pipeline is used [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13151">#13151</a>], by <a href="https://github.com/nyanmisaka"><code>@​nyanmisaka</code></a></li> <li>Fix EPG image caching [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13227">#13227</a>], by <a href="https://github.com/Shadowghost"><code>@​Shadowghost</code></a></li> <li>Don't use custom params on ultrafast x265 preset [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13262">#13262</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> <li>Backport ATL update 6.11 to 10.10 [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13280">#13280</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> <li>Don't fall back to ffprobe results for multi-value audio tags [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13182">#13182</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jellyfin/jellyfin/commit/1136a36eedd60e3fb79cef092c82d8a05bc59c93"><code>1136a36</code></a> Bump version to 10.10.5</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/e8514de33b59e24184cc7eb7f8df9cd5e850a7de"><code>e8514de</code></a> Don't select audio stream and codec explicitly for copy when bitrate exceeds ...</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/722cdcce5e021b71743e967a3ec435e9c110f0f1"><code>722cdcc</code></a> Add check to prevent downgrade from future EFCore refactor (<a href="https://redirect.github.com/jellyfin/jellyfin/issues/13103">#13103</a>)</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/bfe0fdbcdca03436a08430d723fc2b34a6016e25"><code>bfe0fdb</code></a> Open files with FileShare.Read for BlurHash calculations (<a href="https://redirect.github.com/jellyfin/jellyfin/issues/13425">#13425</a>)</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/0b2a59e9631269c7e3261895e2e45d9dc07de848"><code>0b2a59e</code></a> Merge pull request <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13384">#13384</a> from alltilla/fix-parallel-subtitleeditparse</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/6329de4fc390d356e8c09d801357258b941cfd2d"><code>6329de4</code></a> Merge pull request <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13411">#13411</a> from gnattu/use-writethrough-imagesaver</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/644df3585beea7f45f56c0cba9a405a5a73aefe7"><code>644df35</code></a> Use WriteThrough for ImageSaver</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/3766a88beaa4f1a9e8ab90f3ade24b474b1dde6c"><code>3766a88</code></a> Merge pull request <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13390">#13390</a> from gnattu/catch-ioexception</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/f333ef74b3cc8444e12ac1210f94daf59c766969"><code>f333ef7</code></a> Merge pull request <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13092">#13092</a> from TheMelmacian/bugfix/xml_special_characters_in_...</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/0394965753f6d6c24ef67580b7a1c25d5f15ea82"><code>0394965</code></a> Merge pull request <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13382">#13382</a> from Shadowghost/fix-published-url-override</li> <li>Additional commits viewable in <a href="https://github.com/jellyfin/jellyfin/compare/v10.10.3...v10.10.5">compare view</a></li> </ul> </details> <br /> Updates `Jellyfin.Model` from 10.10.3 to 10.10.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jellyfin/jellyfin/releases">Jellyfin.Model's releases</a>.</em></p> <blockquote> <h2>10.10.5</h2> <h1>:rocket: Jellyfin Server 10.10.5</h1> <p>We are pleased to announce the latest stable release of Jellyfin, version 10.10.5!</p> <p>This minor release brings several bugfixes to improve your Jellyfin experience.</p> <p>As always, please ensure you stop your Jellyfin server and take a full backup before upgrading!</p> <p>You can find more details about and discuss this release <a href="https://forum.jellyfin.org/t-new-jellyfin-server-web-release-10-10-5">on our forums</a>.</p> <h2>Changelog (9)</h2> <h3>📈 General Changes</h3> <ul> <li>Add check to prevent downgrade from future EFCore refactor [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13103">#13103</a>], by <a href="https://github.com/JPVenson"><code>@​JPVenson</code></a></li> <li>Open files with FileShare.Read for BlurHash calculations [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13425">#13425</a>], by <a href="https://github.com/Bond-009"><code>@​Bond-009</code></a></li> <li>Don't select audio stream and codec explicitly for copy when bitrate exceeds limit [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13423">#13423</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> <li>Fix parallel use of not thread-safe SubtitleFormat instance [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13384">#13384</a>], by <a href="https://github.com/alltilla"><code>@​alltilla</code></a></li> <li>Use WriteThrough for ImageSaver [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13411">#13411</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> <li>Catch IOExceptions for GetFileSystemMetadata [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13390">#13390</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> <li>Fix rating levels [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13388">#13388</a>], by <a href="https://github.com/Shadowghost"><code>@​Shadowghost</code></a></li> <li>Fix: handling of <!-- raw HTML omitted --> elements in NfoParser [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13092">#13092</a>], by <a href="https://github.com/TheMelmacian"><code>@​TheMelmacian</code></a></li> <li>Fix interface selection [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13382">#13382</a>], by <a href="https://github.com/Shadowghost"><code>@​Shadowghost</code></a></li> </ul> <h2>10.10.4</h2> <h1>:rocket: Jellyfin Server 10.10.4</h1> <p>We are pleased to announce the latest stable release of Jellyfin, version 10.10.4!</p> <p>This minor release brings several bugfixes to improve your Jellyfin experience.</p> <p>As always, please ensure you stop your Jellyfin server and take a full backup before upgrading!</p> <p>You can find more details about and discuss this release <a href="https://forum.jellyfin.org/t-new-jellyfin-server-web-release-10-10-4">on our forums</a>.</p> <h2>Changelog (20)</h2> <h3>📈 General Changes</h3> <ul> <li>Never treat matroska as webm for audio playback [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13345">#13345</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> <li>Don't generate trickplay for backdrops [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13183">#13183</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> <li>Use nv15 as intermediate format for 2-pass rkrga scaling [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13313">#13313</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> <li>Fix DTS in HLS [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13288">#13288</a>], by <a href="https://github.com/Shadowghost"><code>@​Shadowghost</code></a></li> <li>Transcode to audio codec satisfied other conditions when copy check failed. [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13209">#13209</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> <li>Fix missing episode removal [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13218">#13218</a>], by <a href="https://github.com/Shadowghost"><code>@​Shadowghost</code></a></li> <li>Fix NFO ID parsing [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13167">#13167</a>], by <a href="https://github.com/Shadowghost"><code>@​Shadowghost</code></a></li> <li>Always do tone-mapping for HDR transcoding when software pipeline is used [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13151">#13151</a>], by <a href="https://github.com/nyanmisaka"><code>@​nyanmisaka</code></a></li> <li>Fix EPG image caching [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13227">#13227</a>], by <a href="https://github.com/Shadowghost"><code>@​Shadowghost</code></a></li> <li>Don't use custom params on ultrafast x265 preset [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13262">#13262</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> <li>Backport ATL update 6.11 to 10.10 [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13280">#13280</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> <li>Don't fall back to ffprobe results for multi-value audio tags [PR <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13182">#13182</a>], by <a href="https://github.com/gnattu"><code>@​gnattu</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jellyfin/jellyfin/commit/1136a36eedd60e3fb79cef092c82d8a05bc59c93"><code>1136a36</code></a> Bump version to 10.10.5</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/e8514de33b59e24184cc7eb7f8df9cd5e850a7de"><code>e8514de</code></a> Don't select audio stream and codec explicitly for copy when bitrate exceeds ...</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/722cdcce5e021b71743e967a3ec435e9c110f0f1"><code>722cdcc</code></a> Add check to prevent downgrade from future EFCore refactor (<a href="https://redirect.github.com/jellyfin/jellyfin/issues/13103">#13103</a>)</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/bfe0fdbcdca03436a08430d723fc2b34a6016e25"><code>bfe0fdb</code></a> Open files with FileShare.Read for BlurHash calculations (<a href="https://redirect.github.com/jellyfin/jellyfin/issues/13425">#13425</a>)</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/0b2a59e9631269c7e3261895e2e45d9dc07de848"><code>0b2a59e</code></a> Merge pull request <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13384">#13384</a> from alltilla/fix-parallel-subtitleeditparse</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/6329de4fc390d356e8c09d801357258b941cfd2d"><code>6329de4</code></a> Merge pull request <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13411">#13411</a> from gnattu/use-writethrough-imagesaver</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/644df3585beea7f45f56c0cba9a405a5a73aefe7"><code>644df35</code></a> Use WriteThrough for ImageSaver</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/3766a88beaa4f1a9e8ab90f3ade24b474b1dde6c"><code>3766a88</code></a> Merge pull request <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13390">#13390</a> from gnattu/catch-ioexception</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/f333ef74b3cc8444e12ac1210f94daf59c766969"><code>f333ef7</code></a> Merge pull request <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13092">#13092</a> from TheMelmacian/bugfix/xml_special_characters_in_...</li> <li><a href="https://github.com/jellyfin/jellyfin/commit/0394965753f6d6c24ef67580b7a1c25d5f15ea82"><code>0394965</code></a> Merge pull request <a href="https://redirect.github.com/jellyfin/jellyfin/issues/13382">#13382</a> from Shadowghost/fix-published-url-override</li> <li>Additional commits viewable in <a href="https://github.com/jellyfin/jellyfin/compare/v10.10.3...v10.10.5">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
dependabot[bot] commented 2025-01-27 06:31:02 +00:00 (Migrated from github.com)

The following labels could not be found: dependency.

The following labels could not be found: `dependency`.
Kevinjil commented 2025-02-27 06:57:27 +00:00 (Migrated from github.com)

@dependabot ignore

@dependabot ignore
dependabot[bot] commented 2025-02-27 06:57:29 +00:00 (Migrated from github.com)

Sorry, the command you entered is not valid for this pull request. Please check the syntax and try again.

Valid commands:
For single dependency PRs, use commands like:
@dependabot ignore this major version
@dependabot ignore this minor version
@dependabot ignore this dependency

Sorry, the command you entered is not valid for this pull request. Please check the syntax and try again. Valid commands: For single dependency PRs, use commands like: `@dependabot ignore this major version` `@dependabot ignore this minor version` `@dependabot ignore this dependency`
Kevinjil commented 2025-02-27 06:57:58 +00:00 (Migrated from github.com)

@dependabot rebase

@dependabot rebase
dependabot[bot] commented 2025-02-27 06:59:08 +00:00 (Migrated from github.com)

Looks like these dependencies are up-to-date now, so this is no longer needed.

Looks like these dependencies are up-to-date now, so this is no longer needed.

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label chore nuget
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Sirherobrine23/Jellyfin_Xtream#152
No description provided.