[PR #16104] Update dependency TMDbLib to v3 #14523

Open
opened 2026-02-07 07:31:10 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/16104
Author: @renovate[bot]
Created: 1/25/2026
Status: 🔄 Open

Base: masterHead: renovate/tmdblib-3.x


📝 Commits (1)

  • c2da85d Update dependency TMDbLib to v3

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Directory.Packages.props (+1 -1)

📄 Description

This PR contains the following updates:

Package Change Age Confidence
TMDbLib 2.3.03.0.0 age confidence

Release Notes

jellyfin/TMDbLib (TMDbLib)

v3.0.0

Major changes:

  • Removed .NET Standard support
  • Added .NET LTS (8.0) and current (10.0) support
  • Added HappyEyeballs to gracefully handle IPv4/IPv6 failures
  • Extend API support
  • Add tests to CI

What's Changed

New Contributors

Full Changelog: https://github.com/jellyfin/TMDbLib/compare/v2.3.0...v3.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.


🔄 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/16104 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 1/25/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `renovate/tmdblib-3.x` --- ### 📝 Commits (1) - [`c2da85d`](https://github.com/jellyfin/jellyfin/commit/c2da85da6d992c955d46f25f27328bbb60d409bb) Update dependency TMDbLib to v3 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Directory.Packages.props` (+1 -1) </details> ### 📄 Description This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [TMDbLib](https://redirect.github.com/jellyfin/TMDbLib) | `2.3.0` → `3.0.0` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/TMDbLib/3.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/TMDbLib/2.3.0/3.0.0?slim=true) | --- ### Release Notes <details> <summary>jellyfin/TMDbLib (TMDbLib)</summary> ### [`v3.0.0`](https://redirect.github.com/jellyfin/TMDbLib/releases/tag/v3.0.0) #### Major changes: - Removed .NET Standard support - Added .NET LTS (8.0) and current (10.0) support - Added HappyEyeballs to gracefully handle IPv4/IPv6 failures - Extend API support - Add tests to CI #### What's Changed - Add Iso\_3166\_1 property to ImageData class by [@&#8203;Summon528](https://redirect.github.com/Summon528) in [#&#8203;546](https://redirect.github.com/jellyfin/TMDbLib/pull/546) - Upgrade to .NET 10 by [@&#8203;Shadowghost](https://redirect.github.com/Shadowghost) in [#&#8203;552](https://redirect.github.com/jellyfin/TMDbLib/pull/552) - Add Analyzers and fix warnings by [@&#8203;Shadowghost](https://redirect.github.com/Shadowghost) in [#&#8203;539](https://redirect.github.com/jellyfin/TMDbLib/pull/539) - Upgrade, fix and enable tests in CI by [@&#8203;Shadowghost](https://redirect.github.com/Shadowghost) in [#&#8203;538](https://redirect.github.com/jellyfin/TMDbLib/pull/538) - Update project config by [@&#8203;Shadowghost](https://redirect.github.com/Shadowghost) in [#&#8203;553](https://redirect.github.com/jellyfin/TMDbLib/pull/553) - Remove deprecated methods by [@&#8203;Shadowghost](https://redirect.github.com/Shadowghost) in [#&#8203;554](https://redirect.github.com/jellyfin/TMDbLib/pull/554) - Fix KnownFor deserialization by [@&#8203;Shadowghost](https://redirect.github.com/Shadowghost) in [#&#8203;555](https://redirect.github.com/jellyfin/TMDbLib/pull/555) - Move adult property into KnownForBase by [@&#8203;Shadowghost](https://redirect.github.com/Shadowghost) in [#&#8203;556](https://redirect.github.com/jellyfin/TMDbLib/pull/556) - Implement provider and monetization discover filters by [@&#8203;Shadowghost](https://redirect.github.com/Shadowghost) in [#&#8203;557](https://redirect.github.com/jellyfin/TMDbLib/pull/557) - Extend API support by [@&#8203;Shadowghost](https://redirect.github.com/Shadowghost) in [#&#8203;558](https://redirect.github.com/jellyfin/TMDbLib/pull/558) - Add wiremock with caching by [@&#8203;Shadowghost](https://redirect.github.com/Shadowghost) in [#&#8203;559](https://redirect.github.com/jellyfin/TMDbLib/pull/559) - Use long for episode number by [@&#8203;Shadowghost](https://redirect.github.com/Shadowghost) in [#&#8203;566](https://redirect.github.com/jellyfin/TMDbLib/pull/566) - Implement central dependency management by [@&#8203;Shadowghost](https://redirect.github.com/Shadowghost) in [#&#8203;570](https://redirect.github.com/jellyfin/TMDbLib/pull/570) - Implement Happy-Eyeballs by [@&#8203;Shadowghost](https://redirect.github.com/Shadowghost) in [#&#8203;551](https://redirect.github.com/jellyfin/TMDbLib/pull/551) - Update dependencies #### New Contributors - [@&#8203;Summon528](https://redirect.github.com/Summon528) made their first contribution in [#&#8203;546](https://redirect.github.com/jellyfin/TMDbLib/pull/546) - [@&#8203;Shadowghost](https://redirect.github.com/Shadowghost) made their first contribution in [#&#8203;552](https://redirect.github.com/jellyfin/TMDbLib/pull/552) **Full Changelog**: <https://github.com/jellyfin/TMDbLib/compare/v2.3.0...v3.0.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/jellyfin/jellyfin). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJudWdldCJdfQ==--> --- <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 07:31:10 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14523