Bump Octokit from 0.50.0 to 0.52.0 #124

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

Bumps Octokit from 0.50.0 to 0.52.0.

Release notes

Sourced from Octokit's releases.

v0.52 - Housekeeping and DX!

Advisories and Breaking Changes

  • None

Release Notes

Features/Enhancements

Housekeeping

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
  • f317f9d Support for IsTemplate and Create Template from Repository (#2331)
  • 659ce5f Adds mono-complete to the dev container (#2468)
  • 7144e29 Uses https instead of http so that the badges will load (#2461)
  • 30c0ad5 Update SECURITY.md
  • 1f7362a Create SECURITY.md
  • bfdcb18 Dev container rework to support OmniSharp changes (#2456)
  • a5afcc2 Create codeql-analysis.yml
  • 316c343 Add Draft to MergeableState enum (#2381)
  • 727029c Use the official Codespaces template configuration, rather than something hom...
  • bbddb9d Explicitly configure identation settings for VSCode (#2450)
  • Additional commits viewable in compare view

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.52.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.52 - Housekeeping and DX!</h2> <h2>Advisories and Breaking Changes</h2> <ul> <li>None</li> </ul> <h2>Release Notes</h2> <p><strong>Features/Enhancements</strong></p> <ul> <li>Adds Draft to MergeableState enum - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2381">#2381</a> via <a href="https://github.com/adtakle"><code>@​adtakle</code></a></li> <li>Adds support for IsTemplate and Create Template from Repository - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2331">#2331</a> via <a href="https://github.com/JonruAlveus"><code>@​JonruAlveus</code></a></li> </ul> <p><strong>Housekeeping</strong></p> <ul> <li>Adds stale bot functionality via action and removes the stalebot config - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2442">#2442</a> via <a href="https://github.com/nickfloyd"><code>@​nickfloyd</code></a></li> <li>Configures the project for GitHub Codespaces - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2443">#2443</a> via <a href="https://github.com/timrogers"><code>@​timrogers</code></a></li> <li>Fixs the Visual Studio Code tasks configuration file - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2448">#2448</a> via <a href="https://github.com/timrogers"><code>@​timrogers</code></a></li> <li>Explicitly configures indentation settings for VSCode - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2450">#2450</a> via <a href="https://github.com/timrogers"><code>@​timrogers</code></a></li> <li>Adds Codespaces template configuration for the dev container - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2449">#2449</a> via <a href="https://github.com/timrogers"><code>@​timrogers</code></a></li> <li>Adds support to the dev container for OmniSharp - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2456">#2456</a> via <a href="https://github.com/nickfloyd"><code>@​nickfloyd</code></a></li> <li>Adds mono-complete to the dev container - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2468">#2468</a> via <a href="https://github.com/nickfloyd"><code>@​nickfloyd</code></a></li> </ul> <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/f317f9dadc223375303b7c66f1e5b14fe4397297"><code>f317f9d</code></a> Support for IsTemplate and Create Template from Repository (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2331">#2331</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/659ce5f4f7c7ff8c7a57b7c0e819922a917dc1bb"><code>659ce5f</code></a> Adds mono-complete to the dev container (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2468">#2468</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/7144e29275b4cf5f033bb9c26e3bdb833ddf75e4"><code>7144e29</code></a> Uses https instead of http so that the badges will load (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2461">#2461</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/30c0ad59aea4c5616d11825ee14bd04747fe79ee"><code>30c0ad5</code></a> Update SECURITY.md</li> <li><a href="https://github.com/octokit/octokit.net/commit/1f7362acfa275d47424fada23ed62459c2d5f51b"><code>1f7362a</code></a> Create SECURITY.md</li> <li><a href="https://github.com/octokit/octokit.net/commit/bfdcb18f38121547a2f3fb5b056742f05010c82a"><code>bfdcb18</code></a> Dev container rework to support OmniSharp changes (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2456">#2456</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/a5afcc229fea93644004fcbd434a5cc2e8865a21"><code>a5afcc2</code></a> Create codeql-analysis.yml</li> <li><a href="https://github.com/octokit/octokit.net/commit/316c343d67754160c774bf07b8fcd77083f0a5f2"><code>316c343</code></a> Add Draft to MergeableState enum (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2381">#2381</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/727029c5d2b3e019a88f1e7a87239f48d2333ce5"><code>727029c</code></a> Use the official Codespaces template configuration, rather than something hom...</li> <li><a href="https://github.com/octokit/octokit.net/commit/bbddb9d72348c4a411e1be395d444578487f20d7"><code>bbddb9d</code></a> Explicitly configure identation settings for VSCode (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2450">#2450</a>)</li> <li>Additional commits viewable in <a href="https://github.com/octokit/octokit.net/compare/v0.50.0...v0.52.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.52.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-14 06:04:45 +02:00 (Migrated from github.com)

Superseded by #126.

Superseded by #126.

Pull request closed

Sign in to join this conversation.
No description provided.