Bump Octokit from 0.50.0 to 0.51.0 #118

Closed
dependabot[bot] wants to merge 1 commit from dependabot/nuget/Octokit-0.51.0 into master
dependabot[bot] commented 2022-04-28 06:04:00 +02:00 (Migrated from github.com)

Bumps Octokit from 0.50.0 to 0.51.0.

Release notes

Sourced from Octokit's releases.

v0.51 - It's good to be back!

Advisories and Breaking Changes

  • None

Release Notes

Features/Enhancements

Housekeeping

Documentation Updates

  • Cleans up the docs after the move from using the master moniker to main - #2345 via @​SeanKilleen
  • Updates docs to reflect the current workflow for generating releases - #2438 via @​nickfloyd
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)
Bumps [Octokit](https://github.com/octokit/octokit.net) from 0.50.0 to 0.51.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/octokit.net/releases">Octokit's releases</a>.</em></p> <blockquote> <h2>v0.51 - It's good to be back!</h2> <h2>Advisories and Breaking Changes</h2> <ul> <li>None</li> </ul> <h2>Release Notes</h2> <p><strong>Features/Enhancements</strong></p> <ul> <li>Add support for repository topics API - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2246">#2246</a> via <a href="https://github.com/SeanKilleen"><code>@​SeanKilleen</code></a>, <a href="https://github.com/shiftkey"><code>@​shiftkey</code></a></li> <li>Adds support for the <a href="https://docs.github.com/en/developers/apps/authorizing-oauth-apps#device-flow">Device Flow Oauth authentication pattern</a> - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2310">#2310</a> via <a href="https://github.com/palenshus"><code>@​palenshus</code></a></li> </ul> <p><strong>Housekeeping</strong></p> <ul> <li>Cleans up some mentions of <code>master</code> branch in codebase - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2306">#2306</a> via <a href="https://github.com/shiftkey"><code>@​shiftkey</code></a></li> <li>Updates Cake.Frosting dependency from 1.0.0 to 1.1.0 - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2313">#2313</a> via <a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a></li> <li>Updates Cake.Codecov from 1.0.0 to 1.0.1 - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2316">#2316</a> via <a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a></li> <li>Updates Microsoft.NET.Test.Sdk from 16.8.3 to 16.9.4 - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2318">#2318</a> via <a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a></li> <li>Removes Appveyor and Codecov usage due to a <a href="https://about.codecov.io/security-update/">codecov security incident</a> - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2321">#2321</a> via <a href="https://github.com/shiftkey"><code>@​shiftkey</code></a></li> <li>Updates Microsoft.NETFramework.ReferenceAssemblies from 1.0.0 to 1.0.2 - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2325">#2325</a> via <a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a></li> <li>Adds <code>Swift</code> to the language type enum so that it can be used when searching for repositories - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2344">#2344</a> via <a href="https://github.com/p-brito"><code>@​p-brito</code></a></li> <li>Updates GitHubJwt from 0.0.4 to 0.0.5 - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2348">#2348</a> via <a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a></li> <li>Updates Microsoft.NET.Test.Sdk from 16.9.4 to 16.11.0 - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2350">#2350</a> via <a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a></li> </ul> <p><strong>Documentation Updates</strong></p> <ul> <li>Cleans up the docs after the move from using the <code>master</code> moniker to <code>main</code> - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2345">#2345</a> via <a href="https://github.com/SeanKilleen"><code>@​SeanKilleen</code></a></li> <li>Updates docs to reflect the current workflow for generating releases - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2438">#2438</a> via <a href="https://github.com/nickfloyd"><code>@​nickfloyd</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/octokit.net/commit/908f9e6d73e4217130558f596b28f5537535d5a3"><code>908f9e6</code></a> release for v0.51.0</li> <li><a href="https://github.com/octokit/octokit.net/commit/c4e6fcdbccc9a34e1b5c84e948edc34f2d9990d5"><code>c4e6fcd</code></a> Updates the repo docs with the current release workflow (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2438">#2438</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/77213430f1a1fd87bae61b6339d2fa3bb1802bc4"><code>7721343</code></a> Adding support for the Device Flow Oauth authentication pattern (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2310">#2310</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/b4d7fb09784f5695fb1360ca40d88262e9bc519f"><code>b4d7fb0</code></a> Bump Microsoft.NET.Test.Sdk from 16.9.4 to 16.11.0 (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2350">#2350</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/e52e6d71b750a43b7382806d75ae25c2ebec0502"><code>e52e6d7</code></a> Bump GitHubJwt from 0.0.4 to 0.0.5 (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2348">#2348</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/b829a8443e3de9594687a720eb9c09a8dac1f5fd"><code>b829a84</code></a> Add Swift language (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2344">#2344</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/2315ef762cc75279803c47e4307209aff53a3e72"><code>2315ef7</code></a> Master --&gt; main text in README (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2345">#2345</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/e9fbe84657976326c8caed7289c0150e38c8adea"><code>e9fbe84</code></a> Bump Microsoft.NETFramework.ReferenceAssemblies from 1.0.0 to 1.0.2 (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2325">#2325</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/9558604273544ad45c143aed7427e1279d77192f"><code>9558604</code></a> drop Appveyor and Codecov (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2321">#2321</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/15887d92cf32fc730de2fef95a7b47153a43c9c0"><code>15887d9</code></a> Bump Microsoft.NET.Test.Sdk from 16.8.3 to 16.9.4 (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2318">#2318</a>)</li> <li>Additional commits viewable in <a href="https://github.com/octokit/octokit.net/compare/v0.50.0...v0.51.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Octokit&package-manager=nuget&previous-version=0.50.0&new-version=0.51.0)](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>
dependabot[bot] commented 2022-07-04 06:05:08 +02:00 (Migrated from github.com)

Superseded by #124.

Superseded by #124.

Pull request closed

Sign in to join this conversation.
No description provided.