Bump Octokit from 0.48.0 to 0.49.0 #77

Merged
dependabot[bot] merged 1 commit from dependabot/nuget/Octokit-0.49.0 into master 2021-02-15 05:21:23 +01:00
dependabot[bot] commented 2021-02-15 05:20:20 +01:00 (Migrated from github.com)

Bumps Octokit from 0.48.0 to 0.49.0.

Release notes

Sourced from Octokit's releases.

v0.49 - Entropy or Atrophy?

Advisories and Breaking Changes

  • SearchCodeRequest.Users and SearchCodeRequest.Organizations now expects an array of strings, as the underling API supports searching for multiple users or organizations.
  • Type of PullRequestCommit.Author and PullRequestCommit.Commiter properties is changed from Committer to User, please ensure serializing or deserializing this object in your code is not impacted by this change.

Release Notes

Fixes

  • License property added to repository search API - #2258 via @Dagizmo
  • Added HtmlUrl property to team and project response models - #2249 via @colbylwilliams
  • Added support for specifying multiple users or organizations when searching for code - #2291 via @ecarlson94
  • Added DeleteBranchOnMerge property to repository creation API, also included on response model - #2268 via @samcackett
  • Author and Committer properties on PullRequestCommit are now of type User, not Committer - #2224 via @mmv
  • Additional properties added to Organization response - #2239 via @InRedikaWB
  • Added project option to no term for searching issues and pull requests - #2227 via @samhouts

Housekeeping

  • Removed unused helper class ConcurrentCache previously marked as obsolete - #2202 via @shiftkey
  • Updated Cake.Frosting to 1.0 and fixed continuous integration issues - #2289 via @devlead
  • Fixed publish flow for Actions due to environment changes - #2299 via @shiftkey

Documentation Updates

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 will merge this PR once CI passes on it, as requested by @Serraniel.


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.48.0 to 0.49.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.49 - Entropy or Atrophy?</h2> <h2>Advisories and Breaking Changes</h2> <ul> <li><code>SearchCodeRequest.Users</code> and <code>SearchCodeRequest.Organizations</code> now expects an array of strings, as the underling API supports searching for multiple users or organizations.</li> <li>Type of <code>PullRequestCommit.Author</code> and <code>PullRequestCommit.Commiter</code> properties is changed from <code>Committer</code> to <code>User</code>, please ensure serializing or deserializing this object in your code is not impacted by this change.</li> </ul> <h2>Release Notes</h2> <p><strong>Fixes</strong></p> <ul> <li><code>License</code> property added to repository search API - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2258">#2258</a> via <a href="https://github.com/Dagizmo"><code>@Dagizmo</code></a></li> <li>Added <code>HtmlUrl</code> property to team and project response models - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2249">#2249</a> via <a href="https://github.com/colbylwilliams"><code>@colbylwilliams</code></a></li> <li>Added support for specifying multiple users or organizations when searching for code - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2291">#2291</a> via <a href="https://github.com/ecarlson94"><code>@ecarlson94</code></a></li> <li>Added <code>DeleteBranchOnMerge</code> property to repository creation API, also included on response model - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2268">#2268</a> via <a href="https://github.com/samcackett"><code>@samcackett</code></a></li> <li><code>Author</code> and <code>Committer</code> properties on <code>PullRequestCommit</code> are now of type <code>User</code>, not <code>Committer</code> - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2224">#2224</a> via <a href="https://github.com/mmv"><code>@mmv</code></a></li> <li>Additional properties added to <code>Organization</code> response - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2239">#2239</a> via <a href="https://github.com/InRedikaWB"><code>@InRedikaWB</code></a></li> <li>Added <code>project</code> option to <code>no</code> term for searching issues and pull requests - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2227">#2227</a> via <a href="https://github.com/samhouts"><code>@samhouts</code></a></li> </ul> <p><strong>Housekeeping</strong></p> <ul> <li>Removed unused helper class <code>ConcurrentCache</code> previously marked as obsolete - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2202">#2202</a> via <a href="https://github.com/shiftkey"><code>@shiftkey</code></a></li> <li>Updated Cake.Frosting to 1.0 and fixed continuous integration issues - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2289">#2289</a> via <a href="https://github.com/devlead"><code>@devlead</code></a></li> <li>Fixed publish flow for Actions due to environment changes - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2299">#2299</a> via <a href="https://github.com/shiftkey"><code>@shiftkey</code></a></li> </ul> <p><strong>Documentation Updates</strong></p> <ul> <li>Updated documentation to refer to <code>main</code> branch - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2220">#2220</a> via <a href="https://github.com/HannahKiekens"><code>@HannahKiekens</code></a></li> <li>Assorted XML documentation fixes for spelling issues - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2259">#2259</a> via <a href="https://github.com/Dagizmo"><code>@Dagizmo</code></a></li> <li>Updated code sample - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2247">#2247</a> via <a href="https://github.com/ch1seL"><code>@ch1seL</code></a></li> <li>Updated <code>README</code> introduction to project - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2288">#2288</a> via <a href="https://github.com/haacked"><code>@haacked</code></a></li> <li>Updated link in <code>README</code> - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2280">#2280</a> via <a href="https://github.com/eatdrinksleepcode"><code>@eatdrinksleepcode</code></a></li> <li>Updated framework targets in <code>README</code> - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2279">#2279</a> via <a href="https://github.com/iAmBipinPaul"><code>@iAmBipinPaul</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/octokit.net/commit/9cbe8acd1f2c44a1741e3a93bf20c1c2c75e7222"><code>9cbe8ac</code></a> tidy up unused dependabot ignore rule (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2300">#2300</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/8124bd4e8030136cc3cc4ce6dd0bfb48f34fce55"><code>8124bd4</code></a> tidy up workflow to address new restrictions (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2299">#2299</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/7400420c92fa8034f1a2921a329fca601cdb5565"><code>7400420</code></a> Add &quot;project&quot; to the IssueNoMetadataQualifier (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2227">#2227</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/67555533e3599c0749ef3cfbedf19db006baf95a"><code>6755553</code></a> feat: add missed props for organization (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2239">#2239</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/36829cba3a8722fee2d1d6b8c4d7fe0cad8758ad"><code>36829cb</code></a> Fix property types in PullRequestCommit (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2224">#2224</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/46787d2cb87498d9a970de966c5ff3d2c2094e05"><code>46787d2</code></a> Add DeleteBranchOnMerge option for repositories (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2268">#2268</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/20549430e5a8062e9e97a1038b94b7d0dab094bd"><code>2054943</code></a> Add support for multi users and orgs in SearchCodeRequest (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2291">#2291</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/4ca8ea03af1bc8e0066da8f98714999ab0955a39"><code>4ca8ea0</code></a> Update README.md (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2279">#2279</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/b5fb60bba8103336159340b689618729bab9063d"><code>b5fb60b</code></a> Update 'up-for-grabs' link in CONSTRIBUTING.md (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2280">#2280</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/dec5e6d88a751bde269fd41276c5de945e88cce9"><code>dec5e6d</code></a> Update the README to link to NuGet (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2288">#2288</a>)</li> <li>Additional commits viewable in <a href="https://github.com/octokit/octokit.net/compare/v0.48.0...v0.49.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.48.0&new-version=0.49.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 will merge this PR once CI passes on it, as requested by @Serraniel. [//]: # (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>
Serraniel (Migrated from github.com) approved these changes 2021-02-15 05:20:46 +01:00
Serraniel (Migrated from github.com) left a comment

@dependabot merge

@dependabot merge
Sign in to join this conversation.
No description provided.