Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): Bump Octokit from 12.0.0 to 13.0.0 (#507)
Bumps [Octokit](https://github.com/octokit/octokit.net) from 12.0.0 to 13.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>v13.0.0</h2> <h2>What's Changed</h2> <h3>Breaking changes</h3> <ul> <li>[BREAKING CHANGES]: int to long Ids for PreReceiveHook, Deployment Environments, Repository, Org Team, Repo Invitations, Public Key, Project Cards, Organization Invitation, Migrations, GpgKey, Deployment, Authorizations, Accounts / Profiles, Codespace / Workspaces by <a href="https://github.com/nickfloyd"><code>@nickfloyd</code></a> in <a href="https://redirect.github.com/octokit/octokit.net/pull/2941">octokit/octokit.net#2941</a></li> <li>[BREAKING CHANGE] Add Advanced Security Properties to Repository Get/Update by <a href="https://github.com/SlyckLizzie"><code>@SlyckLizzie</code></a> in <a href="https://redirect.github.com/octokit/octokit.net/pull/2865">octokit/octokit.net#2865</a></li> </ul> <h3>Features</h3> <ul> <li>[FEAT]: Implement dependency review and dependency submission APIs by <a href="https://github.com/awedist"><code>@awedist</code></a> in <a href="https://redirect.github.com/octokit/octokit.net/pull/2932">octokit/octokit.net#2932</a></li> <li>[FEAT]: Custom Properties by <a href="https://github.com/colbylwilliams"><code>@colbylwilliams</code></a> in <a href="https://redirect.github.com/octokit/octokit.net/pull/2933">octokit/octokit.net#2933</a></li> <li>[FEAT]: Search based on repository custom property by <a href="https://github.com/colbylwilliams"><code>@colbylwilliams</code></a> in <a href="https://redirect.github.com/octokit/octokit.net/pull/2936">octokit/octokit.net#2936</a></li> <li>[FEAT]: Create a GitHub App from a manifest by <a href="https://github.com/colbylwilliams"><code>@colbylwilliams</code></a> in <a href="https://redirect.github.com/octokit/octokit.net/pull/2939">octokit/octokit.net#2939</a></li> <li>[FEAT]: added Missing APIOption overload for PackagesClient.GetAll* <a href="https://redirect.github.com/octokit/octokit.net/issues/2923">#2923</a> by <a href="https://github.com/lars-zweifel"><code>@lars-zweifel</code></a> in <a href="https://redirect.github.com/octokit/octokit.net/pull/2934">octokit/octokit.net#2934</a></li> </ul> <h3>Documentation</h3> <ul> <li>[DOCS]: Provide easy alternative to create App JWT token by <a href="https://github.com/rasmus"><code>@rasmus</code></a> in <a href="https://redirect.github.com/octokit/octokit.net/pull/2937">octokit/octokit.net#2937</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/awedist"><code>@awedist</code></a> made their first contribution in <a href="https://redirect.github.com/octokit/octokit.net/pull/2932">octokit/octokit.net#2932</a></li> <li><a href="https://github.com/lars-zweifel"><code>@lars-zweifel</code></a> made their first contribution in <a href="https://redirect.github.com/octokit/octokit.net/pull/2934">octokit/octokit.net#2934</a></li> <li><a href="https://github.com/rasmus"><code>@rasmus</code></a> made their first contribution in <a href="https://redirect.github.com/octokit/octokit.net/pull/2937">octokit/octokit.net#2937</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/octokit/octokit.net/compare/v12.0.0...v13.0.0">https://github.com/octokit/octokit.net/compare/v12.0.0...v13.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/octokit.net/commit/6565a07974b972b54f75cb009c05f335541d1a9a"><code>6565a07</code></a> [BREAKING CHANGES]: int to long Ids for PreReceiveHook, Deployment Environmen...</li> <li><a href="https://github.com/octokit/octokit.net/commit/16cea259dd9d502556e03c7fcb93feefcfadba18"><code>16cea25</code></a> docs: Provide easy alternative to create App JWT token (<a href="https://redirect.github.com/octokit/octokit.net/issues/2937">#2937</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/c2aee1ac54083ab51657042bdc245c0ff0b2571c"><code>c2aee1a</code></a> [FEAT]: Create a GitHub App from a manifest</li> <li><a href="https://github.com/octokit/octokit.net/commit/b208057af6d6f56f310b285cb59b958dbec067f2"><code>b208057</code></a> [Feat] Add Advanced Security Properties to Repository Get/Update (<a href="https://redirect.github.com/octokit/octokit.net/issues/2865">#2865</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/bdc16944aefc06fd0da06077c394a87decbecc6a"><code>bdc1694</code></a> feat: added Missing APIOption overload for PackagesClient.GetAll* <a href="https://redirect.github.com/octokit/octokit.net/issues/2923">#2923</a> (<a href="https://redirect.github.com/octokit/octokit.net/issues/2934">#2934</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/1053a2045df8bb47c863e23401e382a97dd7f49c"><code>1053a20</code></a> [FEAT]: Search based on repository custom property (<a href="https://redirect.github.com/octokit/octokit.net/issues/2936">#2936</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/9a3177e38588fae95a1a5a0fdf74a8055ecba2df"><code>9a3177e</code></a> [FEAT]: Custom Properties (<a href="https://redirect.github.com/octokit/octokit.net/issues/2933">#2933</a>)</li> <li><a href="https://github.com/octokit/octokit.net/commit/7d54cb0d85c54712a5b7416c600ee61c3cbdbbc5"><code>7d54cb0</code></a> feat: Implement dependency review and dependency submission APIs (<a href="https://redirect.github.com/octokit/octokit.net/issues/2932">#2932</a>)</li> <li>See full diff in <a href="https://github.com/octokit/octokit.net/compare/v12.0.0...v13.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=12.0.0&new-version=13.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information