Bump Octokit from 0.50.0 to 1.0.1 #128

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

Bumps Octokit from 0.50.0 to 1.0.1.

Release notes

Sourced from Octokit's releases.

v1.0.1

Advisories and Breaking Changes

With this release, all preview logic and header implementations have been removed. GitHub REST API previews were promoted in October 2021. With this change, the headers no longer need to be passed to the GitHub REST API. This means you will no longer need to manually pass in preview headers (for any reason) to benefit from the API changes behind the preview logic.

Release Notes

Features/Enhancements

Fixes

  • Trims trailing slashes from user-passed paths that appear before query string parameters - #2486 via @​JonruAlveus
  • Prevents a null reference exception when ContentType is null on ApiException - #2501 via @​diogorolo

Housekeeping

Documentation Updates

  • Fixes GitHubApp response object code docs - #2478 via @​martincostello
  • Updates organizations-related GetAllForUser method docs to make it clear that only public memberships are returned - #2487 via @​timrogers

v1.0.0

Release Notes

Breaking changes

Features/Enhancements

... (truncated)

Commits
  • 2f7bd00 feat: Removing accept header previews (#2515)
  • 840935a maint: Removes private repositories limit exception (#2514)
  • 6892df8 feat: Adds codeowners errors endpoint (#2512)
  • 5fe3ea8 tests: Updates and fixes for tests, changing master to main and adding flaky ...
  • 9af552e feat: Add missing properties to RepositoryUpdate (#2492)
  • 251c3a2 feat: Adds 4 new Reaction delete routes and obsoleting existing routes (#2494)
  • 4f4ef5b Fix null reference access when ContentType is null (#2501)
  • cc56183 feat: New pull request from existing issue (#2389)
  • 8b5a7fc feat: Fixing master > main in integration tests (#2489)
  • 13ba84b fix: Trims trailing slashes from user passed paths that appear before query s...
  • 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 1.0.1. <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>v1.0.1</h2> <h2>Advisories and Breaking Changes</h2> <p>With this release, all preview logic and header implementations have been removed. GitHub REST API previews were promoted in <a href="https://github.blog/changelog/2021-10-14-rest-api-preview-promotions/">October 2021</a>. With this change, the headers no longer need to be passed to the GitHub REST API. This means you will no longer need to manually pass in preview headers (for any reason) to benefit from the API changes behind the preview logic.</p> <h2>Release Notes</h2> <p><strong>Features/Enhancements</strong></p> <ul> <li>Adds squash title and HasProjects to the NewRepository request object - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2482">#2482</a> via <a href="https://github.com/JonruAlveus"><code>@​JonruAlveus</code></a></li> <li>Adds DetailsUrl to CheckRun - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2479">#2479</a> via <a href="https://github.com/JonruAlveus"><code>@​JonruAlveus</code></a></li> <li>Updates the EventInfoState enum to align with the GitHub REST API - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2484">#2484</a> via <a href="https://github.com/JonruAlveus"><code>@​JonruAlveus</code></a></li> <li>Adds missing properties to the branch protection response object - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2485">#2485</a> via <a href="https://github.com/JonruAlveus"><code>@​JonruAlveus</code></a></li> <li>Adds new pull request from an existing issue API - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2389">#2389</a> via <a href="https://github.com/miloush"><code>@​miloush</code></a></li> <li>Adds 4 new Reaction delete routes to replace the existing obsolete routes - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2494">#2494</a> via <a href="https://github.com/JonruAlveus"><code>@​JonruAlveus</code></a></li> <li>Adds missing properties to RepositoryUpdate - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2492">#2492</a> via <a href="https://github.com/JonruAlveus"><code>@​JonruAlveus</code></a></li> <li>Adds code owners error endpoint - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2512">#2512</a> via <a href="https://github.com/JonruAlveus"><code>@​JonruAlveus</code></a></li> </ul> <p><strong>Fixes</strong></p> <ul> <li>Trims trailing slashes from user-passed paths that appear before query string parameters - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2486">#2486</a> via <a href="https://github.com/JonruAlveus"><code>@​JonruAlveus</code></a></li> <li>Prevents a null reference exception when ContentType is null on ApiException - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2501">#2501</a> via <a href="https://github.com/diogorolo"><code>@​diogorolo</code></a></li> </ul> <p><strong>Housekeeping</strong></p> <ul> <li>Updates integration test to use default branch/main instead of master. - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2489">#2489</a> via <a href="https://github.com/JonruAlveus"><code>@​JonruAlveus</code></a></li> <li>Updates and fixes for tests, changing master to main and adds flaky tests attribute - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2511">#2511</a> via <a href="https://github.com/JonruAlveus"><code>@​JonruAlveus</code></a></li> <li>Removes private repositories limit exception - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2514">#2514</a> via <a href="https://github.com/JonruAlveus"><code>@​JonruAlveus</code></a></li> <li>Removes all REST API previews logic from the SDK - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2515">#2515</a> via <a href="https://github.com/JonruAlveus"><code>@​JonruAlveus</code></a></li> </ul> <p><strong>Documentation Updates</strong></p> <ul> <li>Fixes GitHubApp response object code docs - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2478">#2478</a> via <a href="https://github.com/martincostello"><code>@​martincostello</code></a></li> <li>Updates organizations-related <code>GetAllForUser</code> method docs to make it clear that only public memberships are returned - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2487">#2487</a> via <a href="https://github.com/timrogers"><code>@​timrogers</code></a></li> </ul> <h2>v1.0.0</h2> <h2>Release Notes</h2> <p><strong>Breaking changes</strong></p> <ul> <li>Updates the NewDeployment Task property from the DeployTask enum to string - via <a href="https://docs.github.com/en/rest/reference/deployments#create-a-deployment">REST API docs</a> - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2413">#2413</a> via <a href="https://github.com/mryanmurphy"><code>@​mryanmurphy</code></a></li> </ul> <p><strong>Features/Enhancements</strong></p> <ul> <li>Add method to check if repo vulnerability alerts are enabled - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2453">#2453</a> via <a href="https://github.com/lboynton"><code>@​lboynton</code></a></li> <li>Adds handling for secondary rate limit exceptions from the GitHub REST API - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2473">#2473</a> via <a href="https://github.com/JonruAlveus"><code>@​JonruAlveus</code></a></li> <li>Adds Triage/Maintain permission properties - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2467">#2467</a> via <a href="https://github.com/janv8000"><code>@​janv8000</code></a></li> <li>Adds enterprise pre-receive hooks client - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2375">#2375</a> via <a href="https://github.com/tasadar2"><code>@​tasadar2</code></a></li> <li>Adds new permissions to the team repository permissions enum - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2424">#2424</a> via <a href="https://github.com/samvdd-247"><code>@​samvdd-247</code></a></li> <li>Adds AutoMerge and add MergeOptions to NewRepository object - <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2476">#2476</a> via <a href="https://github.com/JonruAlveus"><code>@​JonruAlveus</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/octokit.net/commit/2f7bd00dd604fd2387b2ec29db86223541e200fa"><code>2f7bd00</code></a> feat: Removing accept header previews (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2515">#2515</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/840935a8d7c1c054c5eacedf38f8481b9357f462"><code>840935a</code></a> maint: Removes private repositories limit exception (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2514">#2514</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/6892df80fe73478d81f387ed1711ed8219b1adbe"><code>6892df8</code></a> feat: Adds codeowners errors endpoint (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2512">#2512</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/5fe3ea82f03b7fe64bcf8145f3b127fa2c585665"><code>5fe3ea8</code></a> tests: Updates and fixes for tests, changing master to main and adding flaky ...</li> <li><a href="https://github.com/octokit/octokit.net/commit/9af552eeaa72c309efe4475a75bf8522a721d408"><code>9af552e</code></a> feat: Add missing properties to RepositoryUpdate (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2492">#2492</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/251c3a26fcfcb0be235457ad5cc3939a5ef4f2b2"><code>251c3a2</code></a> feat: Adds 4 new Reaction delete routes and obsoleting existing routes (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2494">#2494</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/4f4ef5ba73257f12f3ce27cad5263b95d3f93a9b"><code>4f4ef5b</code></a> Fix null reference access when ContentType is null (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2501">#2501</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/cc56183da84aee27750a619b1b335bba37149a96"><code>cc56183</code></a> feat: New pull request from existing issue (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2389">#2389</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/8b5a7fceaf79d9d9dba07e2f28a6ec8d42234b0a"><code>8b5a7fc</code></a> feat: Fixing master &gt; main in integration tests (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2489">#2489</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/13ba84b060ea1e025a7dcfa6c843289002cdab67"><code>13ba84b</code></a> fix: Trims trailing slashes from user passed paths that appear before query s...</li> <li>Additional commits viewable in <a href="https://github.com/octokit/octokit.net/compare/v0.50.0...v1.0.1">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=1.0.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>
dependabot[bot] commented 2022-08-05 06:03:57 +02:00 (Migrated from github.com)

Superseded by #129.

Superseded by #129.

Pull request closed

Sign in to join this conversation.
No description provided.