build(deps): bump Octokit from 0.50.0 to 2.0.0
Bumps Octokit from 0.50.0 to 2.0.0.
Release notes
Sourced from Octokit's releases.
v2.0.0
Advisories and Breaking Changes
In this release, we are dropping support for .NET 4.6. This needs to be done to move forward with the framework and innovate using the new APIs and assemblies.
Highlights from the issue description:
.NET Framework 4.6 (and 4.6.1) went out of support on April 26, 2022. Continuing to publish Octokit for this target adds a support burden.
.NET standard 2.0 covers .NET Framework 4.6.2 already.
Supporting a single target framework, .NET standard 2.0, would simplify maintenance of this project while supporting all target frameworks currently supported upstream.
For reference, these are the supported versions going forward
.NET implementation Version support .NET and .NET Core 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0 .NET Framework 4.6.1 2, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 For more information see #2521 via
@nickfloydRelease Notes
Fixes
- Fixes issues with two-factor authentication overload and certain endpoints - #2524 via
@JonruAlveus| Note this bug was introduced in v1.0.1 - thanks to@casstaitfor finding and reporting it and for the quick turnaround from@JonruAlveus!Housekeeping
- Bumps xunit from 2.4.1 to 2.4.2 - #2518 via
@dependabot[bot]Documentation Updates
- Updates deprecation warning from subscribers_count to watchers_count - #2519 via
@Brend-Smits- Updates code docs for SetRequestTimeout to more appropriately reflect what the method does. - #2520 via
@notauserxv1.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
- Adds squash title and HasProjects to the NewRepository request object - #2482 via
@JonruAlveus- Adds DetailsUrl to CheckRun - #2479 via
@JonruAlveus
... (truncated)
Commits
a7d5e33bug: Fixing issues with two factor authentication overload and certain endpoi...6e72fdafeat: Drop support for .NET 4.6 (#2521)4d46d5fdocs: update code docs for SetRequestTimeout (#2520)80b82aadocs: Moves deprecation warning from subscribers_count to watchers_count. (#2...e841808deps: Bump xunit from 2.4.1 to 2.4.2 (#2518)2f7bd00feat: Removing accept header previews (#2515)840935amaint: Removes private repositories limit exception (#2514)6892df8feat: Adds codeowners errors endpoint (#2512)5fe3ea8tests: Updates and fixes for tests, changing master to main and adding flaky ...9af552efeat: Add missing properties to RepositoryUpdate (#2492)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Superseded by #1212.