[PR #6847] [MERGED] Bump Microsoft.SourceLink.GitHub from 1.1.0 to 1.1.1 #11158

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6847
Author: @dependabot[bot]
Created: 11/15/2021
Status: Merged
Merged: 11/15/2021
Merged by: @Bond-009

Base: masterHead: dependabot/nuget/Microsoft.SourceLink.GitHub-1.1.1


📝 Commits (1)

  • bd32cec Bump Microsoft.SourceLink.GitHub from 1.1.0 to 1.1.1

📊 Changes

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

View changed files

📝 Emby.Naming/Emby.Naming.csproj (+1 -1)
📝 Jellyfin.Data/Jellyfin.Data.csproj (+1 -1)
📝 MediaBrowser.Common/MediaBrowser.Common.csproj (+1 -1)
📝 MediaBrowser.Controller/MediaBrowser.Controller.csproj (+1 -1)
📝 MediaBrowser.Model/MediaBrowser.Model.csproj (+1 -1)

📄 Description

Bumps Microsoft.SourceLink.GitHub from 1.1.0 to 1.1.1.

Release notes

Sourced from Microsoft.SourceLink.GitHub's releases.

1.1.1

Notable Changes

New Contributors

Full Changelog: https://github.com/dotnet/sourcelink/compare/1.0.0...1.1.1

Commits

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/6847 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/15/2021 **Status:** ✅ Merged **Merged:** 11/15/2021 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `dependabot/nuget/Microsoft.SourceLink.GitHub-1.1.1` --- ### 📝 Commits (1) - [`bd32cec`](https://github.com/jellyfin/jellyfin/commit/bd32cecf7a9969192c3a1c6d101e2519170fd1d6) Bump Microsoft.SourceLink.GitHub from 1.1.0 to 1.1.1 ### 📊 Changes **5 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Naming/Emby.Naming.csproj` (+1 -1) 📝 `Jellyfin.Data/Jellyfin.Data.csproj` (+1 -1) 📝 `MediaBrowser.Common/MediaBrowser.Common.csproj` (+1 -1) 📝 `MediaBrowser.Controller/MediaBrowser.Controller.csproj` (+1 -1) 📝 `MediaBrowser.Model/MediaBrowser.Model.csproj` (+1 -1) </details> ### 📄 Description Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.1.0 to 1.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotnet/sourcelink/releases">Microsoft.SourceLink.GitHub's releases</a>.</em></p> <blockquote> <h2>1.1.1</h2> <h2>Notable Changes</h2> <ul> <li>Feature: GitWeb Source Link provider by <a href="https://github.com/Glen-Nicol-Garmin"><code>@​Glen-Nicol-Garmin</code></a> in <a href="https://github-redirect.dependabot.com/dotnet/sourcelink/pull/505">dotnet/sourcelink#505</a></li> <li>Use submodule.name.url to determine the URL of a submodule by <a href="https://github.com/tmat"><code>@​tmat</code></a> in <a href="https://github-redirect.dependabot.com/dotnet/sourcelink/pull/587">dotnet/sourcelink#587</a></li> <li>Add Microsoft.SourceLink.Tools source package implementing SourceLinkMap by <a href="https://github.com/tmat"><code>@​tmat</code></a> in <a href="https://github-redirect.dependabot.com/dotnet/sourcelink/pull/663">dotnet/sourcelink#663</a></li> <li>Added support for gitea by <a href="https://github.com/Mik4sa"><code>@​Mik4sa</code></a> in <a href="https://github-redirect.dependabot.com/dotnet/sourcelink/pull/674">dotnet/sourcelink#674</a></li> <li>Enable source-build with Arcade SDK fixes by <a href="https://github.com/dagood"><code>@​dagood</code></a> in <a href="https://github-redirect.dependabot.com/dotnet/sourcelink/pull/692">dotnet/sourcelink#692</a></li> <li>Add netstandard2.0 target to tools package by <a href="https://github.com/tmat"><code>@​tmat</code></a> in <a href="https://github-redirect.dependabot.com/dotnet/sourcelink/pull/702">dotnet/sourcelink#702</a></li> <li>Update license to MIT by <a href="https://github.com/tmat"><code>@​tmat</code></a> in <a href="https://github-redirect.dependabot.com/dotnet/sourcelink/pull/730">dotnet/sourcelink#730</a></li> <li>Allow using .git directory instead of gitdir redirect in submodules. by <a href="https://github.com/crummel"><code>@​crummel</code></a> in <a href="https://github-redirect.dependabot.com/dotnet/sourcelink/pull/653">dotnet/sourcelink#653</a></li> <li>Fix discovery of working directory for worktrees by <a href="https://github.com/tmat"><code>@​tmat</code></a> in <a href="https://github-redirect.dependabot.com/dotnet/sourcelink/pull/734">dotnet/sourcelink#734</a></li> <li>Add support for the new GitLab raw url by <a href="https://github.com/rgl"><code>@​rgl</code></a> in <a href="https://github-redirect.dependabot.com/dotnet/sourcelink/pull/713">dotnet/sourcelink#713</a></li> <li>Target netcoreapp3.1 by <a href="https://github.com/tmat"><code>@​tmat</code></a> in <a href="https://github-redirect.dependabot.com/dotnet/sourcelink/pull/767">dotnet/sourcelink#767</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Glen-Nicol-Garmin"><code>@​Glen-Nicol-Garmin</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/dotnet/sourcelink/pull/505">dotnet/sourcelink#505</a></li> <li><a href="https://github.com/IgorKustov-ChathamFinancial"><code>@​IgorKustov-ChathamFinancial</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/dotnet/sourcelink/pull/592">dotnet/sourcelink#592</a></li> <li><a href="https://github.com/v-chmart"><code>@​v-chmart</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/dotnet/sourcelink/pull/604">dotnet/sourcelink#604</a></li> <li><a href="https://github.com/0xced"><code>@​0xced</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/dotnet/sourcelink/pull/668">dotnet/sourcelink#668</a></li> <li><a href="https://github.com/nycdotnet"><code>@​nycdotnet</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/dotnet/sourcelink/pull/672">dotnet/sourcelink#672</a></li> <li><a href="https://github.com/Mik4sa"><code>@​Mik4sa</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/dotnet/sourcelink/pull/674">dotnet/sourcelink#674</a></li> <li><a href="https://github.com/rgl"><code>@​rgl</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/dotnet/sourcelink/pull/713">dotnet/sourcelink#713</a></li> <li><a href="https://github.com/adiaaida"><code>@​adiaaida</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/dotnet/sourcelink/pull/737">dotnet/sourcelink#737</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dotnet/sourcelink/compare/1.0.0...1.1.1">https://github.com/dotnet/sourcelink/compare/1.0.0...1.1.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotnet/sourcelink/commit/3539d92ff8bd5ddc3277f94bf3d1e04818c3d0ab"><code>3539d92</code></a> Target netcoreapp3.1 (<a href="https://github-redirect.dependabot.com/dotnet/sourcelink/issues/767">#767</a>)</li> <li>See full diff in <a href="https://github.com/dotnet/sourcelink/compare/1.1.0...1.1.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.SourceLink.GitHub&package-manager=nuget&previous-version=1.1.0&new-version=1.1.1)](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> --- <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:33:30 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11158