Bump Octokit from 0.50.0 to 5.0.0 #155

Open
dependabot[bot] wants to merge 1 commit from dependabot/nuget/Octokit-5.0.0 into master
dependabot[bot] commented 2023-01-23 05:02:09 +01:00 (Migrated from github.com)

Bumps Octokit from 0.50.0 to 5.0.0.

Release notes

Sourced from Octokit's releases.

v5.0.0

What's Changed

Full Changelog: https://github.com/octokit/octokit.net/compare/v4.0.4...v5.0.0

v4.0.4

What's Changed

We introduced a new action that adds all new issues and PRs to our community board. Come by the board and grab something to improve this SDK and the others!

Bug fixes

Maintenance

Dependency updates

New Contributors

Full Changelog: https://github.com/octokit/octokit.net/compare/v4.0.3...v4.0.4

v4.0.3

What's Changed

Features

Bug fixes

Maintenance

New Contributors

... (truncated)

Commits
  • 891015c update models with updated permission enum (#2633)
  • bf66785 Remove instances of lower-case h (#2655)
  • bf72b5e build(deps): bump Cake.Coverlet from 3.0.2 to 3.0.4 in /build (#2652)
  • 4a77e4d 🚧 Workflows have changed (#2651)
  • a8fc68c build(deps): Removes the dependency of .NET Core app 3.1 and bumps Cake.Cove...
  • 04d2a87 build(deps): bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.4.1 (#2642)
  • f022f0b 🚧 Workflows have changed (#2647)
  • b312ae6 Workflows have changed (#2640)
  • 450c2a1 Workflow linting fix (#2638)
  • 84d44dc [FEAT] Adds support listing branch/pr per commit
  • 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 5.0.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>v5.0.0</h2> <h2>What's Changed</h2> <ul> <li>Breaking change/feature: update models with updated permission enum by <a href="https://github.com/notauserx"><code>@​notauserx</code></a> in <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2633">octokit/octokit.net#2633</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/octokit/octokit.net/compare/v4.0.4...v5.0.0">https://github.com/octokit/octokit.net/compare/v4.0.4...v5.0.0</a></p> <h2>v4.0.4</h2> <h2>What's Changed</h2> <p>We introduced a new action that adds all new issues and PRs to our community board. Come by the <a href="https://github.com/orgs/octokit/projects/10/views/1">board</a> and grab something to improve this SDK and the others!</p> <h3>Bug fixes</h3> <ul> <li>Fixes <a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2143">#2143</a> - Support listing branch/pr per commit by <a href="https://github.com/zacdirect"><code>@​zacdirect</code></a> in <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2315">octokit/octokit.net#2315</a></li> </ul> <h3>Maintenance</h3> <ul> <li>Updates the stale action to use the new status labels by <a href="https://github.com/nickfloyd"><code>@​nickfloyd</code></a> in <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2630">octokit/octokit.net#2630</a></li> <li>Workflow linting fix by <a href="https://github.com/octokitbot"><code>@​octokitbot</code></a> in <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2638">octokit/octokit.net#2638</a></li> <li>Implemented workflow updates (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2640">octokit/octokit.net#2640</a>, <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2647">octokit/octokit.net#2647</a>, <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2651">octokit/octokit.net#2651</a>)</li> <li>Remove instances of lower-case h by <a href="https://github.com/kfcampbell"><code>@​kfcampbell</code></a> in <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2655">octokit/octokit.net#2655</a></li> </ul> <h3>Dependency updates</h3> <ul> <li>Dependency update: bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.4.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2642">octokit/octokit.net#2642</a></li> <li>Dependency update: Removes the dependency of .NET Core app 3.1 and bumps Cake.Coverlet from 2.5.4 to 3.0.2 in /build by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2616">octokit/octokit.net#2616</a></li> <li>Dependency update: bump Cake.Coverlet from 3.0.2 to 3.0.4 in /build by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2652">octokit/octokit.net#2652</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/zacdirect"><code>@​zacdirect</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2315">octokit/octokit.net#2315</a></li> <li>🤖 <a href="https://github.com/octokitbot"><code>@​octokitbot</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2638">octokit/octokit.net#2638</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/octokit/octokit.net/compare/v4.0.3...v4.0.4">https://github.com/octokit/octokit.net/compare/v4.0.3...v4.0.4</a></p> <h2>v4.0.3</h2> <h2>What's Changed</h2> <h3>Features</h3> <ul> <li>[FEAT]Adds <code>isLocked</code> filter to <code>SeachIssuesRequest</code> by <a href="https://github.com/notauserx"><code>@​notauserx</code></a> in <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2623">octokit/octokit.net#2623</a></li> <li>[FEAT] Add missing properties for meta and app payloads by <a href="https://github.com/MatisseHack"><code>@​MatisseHack</code></a> in <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2625">octokit/octokit.net#2625</a></li> </ul> <h3>Bug fixes</h3> <ul> <li>[BUG] Fix API URLs for GitHub Enterprise Server by <a href="https://github.com/martincostello"><code>@​martincostello</code></a> in <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2626">octokit/octokit.net#2626</a></li> </ul> <h3>Maintenance</h3> <ul> <li>[MAINT] Improve docs for the 'release' chapter by <a href="https://github.com/Move2win"><code>@​Move2win</code></a> in <a href="https://github-redirect.dependabot.com/octokit/octokit.net/pull/2628">octokit/octokit.net#2628</a></li> </ul> <h2>New Contributors</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/octokit.net/commit/891015c39f637e091d47572dd21e31d9bee6e2a9"><code>891015c</code></a> update models with updated permission enum (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2633">#2633</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/bf6678543f7dabd8645757df722bb5bdd852994e"><code>bf66785</code></a> Remove instances of lower-case h (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2655">#2655</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/bf72b5e88600873da9e1465cd2a6ccaeddf8d6b7"><code>bf72b5e</code></a> build(deps): bump Cake.Coverlet from 3.0.2 to 3.0.4 in /build (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2652">#2652</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/4a77e4d0f081658d265fd41eb2d7bf42e54bde1f"><code>4a77e4d</code></a> 🚧 Workflows have changed (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2651">#2651</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/a8fc68c21ad243dca8a9f2509db6f7a04e30bcf9"><code>a8fc68c</code></a> build(deps): Removes the dependency of .NET Core app 3.1 and bumps Cake.Cove...</li> <li><a href="https://github.com/octokit/octokit.net/commit/04d2a8724f869b5975b305930bc2e83b46fdd9a9"><code>04d2a87</code></a> build(deps): bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.4.1 (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2642">#2642</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/f022f0b0913bdcade38bef26ca9043d547077c42"><code>f022f0b</code></a> 🚧 Workflows have changed (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2647">#2647</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/b312ae6a050fdef3b5093afe6088782b002c1cd0"><code>b312ae6</code></a> Workflows have changed (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2640">#2640</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/450c2a149622592a7aba7ab48744f7ee554f8b7f"><code>450c2a1</code></a> Workflow linting fix (<a href="https://github-redirect.dependabot.com/octokit/octokit.net/issues/2638">#2638</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/84d44dc5667f9a6f31fb725148dbbb2c70945ab1"><code>84d44dc</code></a> [FEAT] Adds support listing branch/pr per commit</li> <li>Additional commits viewable in <a href="https://github.com/octokit/octokit.net/compare/v0.50.0...v5.0.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=5.0.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>
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/nuget/Octokit-5.0.0:dependabot/nuget/Octokit-5.0.0
git checkout dependabot/nuget/Octokit-5.0.0

Merge

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff dependabot/nuget/Octokit-5.0.0
git checkout master
git merge --ff-only dependabot/nuget/Octokit-5.0.0
git checkout dependabot/nuget/Octokit-5.0.0
git rebase master
git checkout master
git merge --no-ff dependabot/nuget/Octokit-5.0.0
git checkout master
git merge --squash dependabot/nuget/Octokit-5.0.0
git checkout master
git merge --ff-only dependabot/nuget/Octokit-5.0.0
git checkout master
git merge dependabot/nuget/Octokit-5.0.0
git push origin master
Sign in to join this conversation.
No description provided.