nuget: bump Microsoft.IdentityModel.JsonWebTokens from 8.0.1 to 8.1.2 #13

Merged
dependabot[bot] merged 1 commits from dependabot/nuget/Microsoft.IdentityModel.JsonWebTokens-8.1.2 into master 2024-11-07 16:47:40 +00:00
dependabot[bot] commented 2024-10-09 14:24:41 +00:00 (Migrated from github.com)

Bumps Microsoft.IdentityModel.JsonWebTokens from 8.0.1 to 8.1.2.

Release notes

Sourced from Microsoft.IdentityModel.JsonWebTokens's releases.

8.1.2

What's Changed

Bug fixes

Fundamentals

Full Changelog: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/8.1.1...8.1.2

8.1.1

Bug fixes

  • Fix bug where ConfigurationManager was updating keys too frequently. See 2866 for details.

What's Changed

Full Changelog: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/8.1.0...8.1.1

8.1.0

Performance improvements

  • Improves performance during issuer validation by replacing string comparison with span comparison. See PR #2826.

New features

  • Add optional check to prevent using keys that are shared across multiple clouds. See issue #2832 for details.

Bug fixes

  • JsonWebTokenHandler would only return unwrapped keys if there was no errors. This change is to align with the behavior in JwtSecurityTokenHandler, that is it returns the keys that were able to be unwrapped, and only throw if no keys were able to be unwrapped. See issue #2695 for details.

... (truncated)

Changelog

Sourced from Microsoft.IdentityModel.JsonWebTokens's changelog.

8.1.2

Bug fixes

  • CaseSensitiveClaimsIdentity.Clone() now returns a CaseSensitiveClaimsIdentity as expected. See 2879
  • Multiple unused and unusable (for the moment) public APIs were removed. These were introduced by mistake leaking from the work done on logging and exception handling. See 2888. No major version changed needed as these APIs were not usable per se.

Fundamentals

  • Enabled PublicApiAnalyzers to better understand and trace changes to the public API. See2782

8.1.1

Bug fixes

  • Fix bug where ConfigurationManager was updating keys too frequently. See 2866 for details.

8.1.0

Performance improvements

  • Improves performance during issuer validation by replacing string comparison with span comparison. See PR #2826.

New features

  • Add optional check to prevent using keys that are shared across multiple clouds. See issue #2832 for details.

Bug fixes

  • JsonWebTokenHandler would only return unwrapped keys if there was no errors. This change is to align with the behavior in JwtSecurityTokenHandler, that is it returns the keys that were able to be unwrapped, and only throw if no keys were able to be unwrapped. See issue #2695 for details.

Fundamentals

  • Fix flaky tests. See #2793 for details.
  • Update XUnit versoin and fix test warnings due to new XUnit analyzers. See PR #2796 for details.
  • Onhboard to code coverage in ADO. See PR #2798.
  • Use IsTargetFrameworkCompatible(*) so AOT is forward-compatible with .NET 9 and beyond. See PR #2790 for details.
  • Fix a merge conflict impacting dev. See PR #2819.
  • Defining the following attribute in multiple assemblies (.Tokens, .Logging) causes an internal error. [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors)]. See PR #2820.
  • Remove perl dependency. See PR #2830.

Work related to redesign of IdentityModel's token validation logic #2711

8.0.2

... (truncated)

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 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)
Bumps [Microsoft.IdentityModel.JsonWebTokens](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 8.0.1 to 8.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases">Microsoft.IdentityModel.JsonWebTokens's releases</a>.</em></p> <blockquote> <h2>8.1.2</h2> <h2>What's Changed</h2> <h3>Bug fixes</h3> <ul> <li>CaseSensitiveClaimsIdentity.Clone() now returns a <code>CaseSensitiveClaimsIdentity</code> as expected, by <a href="https://github.com/jennyf19"><code>@​jennyf19</code></a> in <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2879">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2879</a></li> <li>Multiple unused and unusable (for the moment) public APIs were removed. These were introduced by mistake leaking from the work done on logging and exception handling, by <a href="https://github.com/brentschmaltz"><code>@​brentschmaltz</code></a> in <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2888">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2888</a></li> </ul> <h3>Fundamentals</h3> <ul> <li>Enabled PublicApiAnalyzers to better understand and trace changes to the public API, by <a href="https://github.com/keegan-caruso"><code>@​keegan-caruso</code></a> in <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2782">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2782</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/8.1.1...8.1.2">https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/8.1.1...8.1.2</a></p> <h1>8.1.1</h1> <h3>Bug fixes</h3> <ul> <li>Fix bug where ConfigurationManager was updating keys too frequently. See <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2866">2866</a> for details.</li> </ul> <h2>What's Changed</h2> <ul> <li>Rename validation delegates by <a href="https://github.com/iNinja"><code>@​iNinja</code></a> in <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2847">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2847</a></li> <li>Remove TransformBeforeSignatureValidationDelegate from ValidationParameters by <a href="https://github.com/iNinja"><code>@​iNinja</code></a> in <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2848">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2848</a></li> <li>Add disable discovery enumeration = true to all theory tests by <a href="https://github.com/kellyyangsong"><code>@​kellyyangsong</code></a> in <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2849">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2849</a></li> <li>Make CaseSensitiveClaimIdentity serializable by <a href="https://github.com/kellyyangsong"><code>@​kellyyangsong</code></a> in <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2850">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2850</a></li> <li>Remove Obsolete BinaryFormatter by <a href="https://github.com/kellyyangsong"><code>@​kellyyangsong</code></a> in <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2851">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2851</a></li> <li>Refactor ValidateConditions in Saml2SecurityTokenHandler by <a href="https://github.com/iNinja"><code>@​iNinja</code></a> in <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2855">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2855</a></li> <li>Set custom BenchmarkDotNetconfig as default by <a href="https://github.com/pmaytak"><code>@​pmaytak</code></a> in <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2852">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2852</a></li> <li>Regression tests: Audience by <a href="https://github.com/iNinja"><code>@​iNinja</code></a> in <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2838">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2838</a></li> <li>Fix ValidateJsonWebTokenClaimMapping Flaky Test 🐞 by <a href="https://github.com/kellyyangsong"><code>@​kellyyangsong</code></a> in <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2859">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2859</a></li> <li>update current version by <a href="https://github.com/brentschmaltz"><code>@​brentschmaltz</code></a> in <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2862">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2862</a></li> <li>Regression tests: Lifetime by <a href="https://github.com/iNinja"><code>@​iNinja</code></a> in <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2839">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2839</a></li> <li>Rename ResolveTokenDecryptionKeyDelegate to DecryptionKeyResolverDelegate by <a href="https://github.com/iNinja"><code>@​iNinja</code></a> in <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2869">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2869</a></li> <li>Set internal _syncAfter using only AutomaticRefreshInterval. by <a href="https://github.com/brentschmaltz"><code>@​brentschmaltz</code></a> in <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2865">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2865</a></li> <li>8.1.1 Changelog by <a href="https://github.com/kellyyangsong"><code>@​kellyyangsong</code></a> in <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2864">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2864</a></li> <li>Adjust for RefreshInterval not influencing AutomaticRefreshInterval. by <a href="https://github.com/brentschmaltz"><code>@​brentschmaltz</code></a> in <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2870">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2870</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/8.1.0...8.1.1">https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/8.1.0...8.1.1</a></p> <h1>8.1.0</h1> <h3>Performance improvements</h3> <ul> <li>Improves performance during issuer validation by replacing string comparison with span comparison. See PR <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2826">#2826</a>.</li> </ul> <h3>New features</h3> <ul> <li>Add optional check to prevent using keys that are shared across multiple clouds. See issue <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2832">#2832</a> for details.</li> </ul> <h3>Bug fixes</h3> <ul> <li>JsonWebTokenHandler would only return unwrapped keys if there was no errors. This change is to align with the behavior in JwtSecurityTokenHandler, that is it returns the keys that were able to be unwrapped, and only throw if no keys were able to be unwrapped. See issue <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2695">#2695</a> for details.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md">Microsoft.IdentityModel.JsonWebTokens's changelog</a>.</em></p> <blockquote> <h1>8.1.2</h1> <h3>Bug fixes</h3> <ul> <li>CaseSensitiveClaimsIdentity.Clone() now returns a <code>CaseSensitiveClaimsIdentity</code> as expected. See <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2879">2879</a></li> <li>Multiple unused and unusable (for the moment) public APIs were removed. These were introduced by mistake leaking from the work done on logging and exception handling. See <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2888">2888</a>. No major version changed needed as these APIs were not usable per se.</li> </ul> <h3>Fundamentals</h3> <ul> <li>Enabled PublicApiAnalyzers to better understand and trace changes to the public API. See<a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2782">2782</a></li> </ul> <h1>8.1.1</h1> <h3>Bug fixes</h3> <ul> <li>Fix bug where ConfigurationManager was updating keys too frequently. See <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2866">2866</a> for details.</li> </ul> <h1>8.1.0</h1> <h3>Performance improvements</h3> <ul> <li>Improves performance during issuer validation by replacing string comparison with span comparison. See PR <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2826">#2826</a>.</li> </ul> <h3>New features</h3> <ul> <li>Add optional check to prevent using keys that are shared across multiple clouds. See issue <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2832">#2832</a> for details.</li> </ul> <h3>Bug fixes</h3> <ul> <li>JsonWebTokenHandler would only return unwrapped keys if there was no errors. This change is to align with the behavior in JwtSecurityTokenHandler, that is it returns the keys that were able to be unwrapped, and only throw if no keys were able to be unwrapped. See issue <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2695">#2695</a> for details.</li> </ul> <h3>Fundamentals</h3> <ul> <li>Fix flaky tests. See <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2793">#2793</a> for details.</li> <li>Update XUnit versoin and fix test warnings due to new XUnit analyzers. See PR <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2796">#2796</a> for details.</li> <li>Onhboard to code coverage in ADO. See PR <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2798">#2798</a>.</li> <li>Use <code>IsTargetFrameworkCompatible(*)</code> so AOT is forward-compatible with .NET 9 and beyond. See PR <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2790">#2790</a> for details.</li> <li>Fix a merge conflict impacting dev. See PR <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2819">#2819</a>.</li> <li>Defining the following attribute in multiple assemblies (.Tokens, .Logging) causes an internal error. [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors)]. See PR <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2820">#2820</a>.</li> <li>Remove perl dependency. See PR <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2830">#2830</a>.</li> </ul> <h3>Work related to redesign of IdentityModel's token validation logic <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2711">#2711</a></h3> <ul> <li><a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2794">#2794</a></li> <li><a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2800">#2800</a></li> <li><a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2810">#2810</a></li> <li><a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2811">#2811</a></li> <li><a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2816">#2816</a></li> <li><a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2822">#2822</a></li> <li><a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2815">#2815</a></li> <li><a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2818">#2818</a></li> <li><a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2813">#2813</a></li> <li><a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2827">#2827</a></li> <li></li> </ul> <h1>8.0.2</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/4005548cd67de01cba428c88d3062e01da29e49b"><code>4005548</code></a> Update version.props to 8.1.2 and propose release notes (<a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2889">#2889</a>)</li> <li><a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/e88c97a5d0ac0681ddd45360f3e14e5f55b6b21a"><code>e88c97a</code></a> return CaseSensitiveClaimsIdentity in clone (<a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2879">#2879</a>)</li> <li><a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/3bb031651be3d519352f7e7b4f21e5ef93a986fc"><code>3bb0316</code></a> Removed multiple public apis (<a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2888">#2888</a>)</li> <li><a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/492a823ae3868a2a714c2f9864f2a1a14441898a"><code>492a823</code></a> Enable PublicApiAnalyzers (<a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2782">#2782</a>)</li> <li><a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/83b71181a45464308639961241a4a3c5a9c67b63"><code>83b7118</code></a> update latest version (<a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2877">#2877</a>)</li> <li><a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/6771a494ffe2a361e4cf4e8044bfa2c22694722b"><code>6771a49</code></a> Adjust for RefreshInterval not influencing AutomaticRefreshInterval. (<a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2870">#2870</a>)</li> <li><a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/7f90e3475e483b7fc1d1d19c658138b48d05de66"><code>7f90e34</code></a> 8.1.1 Changelog (<a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2864">#2864</a>)</li> <li><a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/b0b4f5b88c0ed90ba9511416aa8a9aecc014e8f1"><code>b0b4f5b</code></a> Set internal _syncAfter using only AutomaticRefreshInterval. (<a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2865">#2865</a>)</li> <li><a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/50af59d924206dc4e451c45c0a5347c44b5a29e2"><code>50af59d</code></a> Renamed the delegate to match others (<a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2869">#2869</a>)</li> <li><a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/8341a8b493e9a058b358e1c39462ba5fb75dee01"><code>8341a8b</code></a> Regression tests: Lifetime (<a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2839">#2839</a>)</li> <li>Additional commits viewable in <a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/8.0.1...8.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.IdentityModel.JsonWebTokens&package-manager=nuget&previous-version=8.0.1&new-version=8.1.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 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>
dependabot[bot] commented 2024-10-09 14:24:42 +00:00 (Migrated from github.com)

Dependabot tried to add @TSRBerry as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/GreemDev/Ryujinx/pulls/13/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the GreemDev/Ryujinx repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request
Dependabot tried to add `@TSRBerry` as a reviewer to this PR, but received the following error from GitHub: ``` POST https://api.github.com/repos/GreemDev/Ryujinx/pulls/13/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the GreemDev/Ryujinx repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request ```
Sign in to join this conversation.
No description provided.