Skip to content

Commit 4c42c9f

Browse files
⬆️ Bump @octokit/types from 12.6.0 to 13.4.0 (#72)
Bumps [@octokit/types](https://github.com/octokit/types.ts) from 12.6.0 to 13.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/types.ts/releases"><code>@​octokit/types</code>'s releases</a>.</em></p> <blockquote> <h2>v13.4.0</h2> <h1><a href="https://github.com/octokit/types.ts/compare/v13.3.0...v13.4.0">13.4.0</a> (2024-04-09)</h1> <h3>Features</h3> <ul> <li>updates <code>@​octokit/openapi-types</code> to v22.0.1 (<a href="https://redirect.github.com/octokit/types.ts/issues/631">#631</a>) (<a href="https://github.com/octokit/types.ts/commit/73f3c2106e3a7f80b3c9d0a5060da89b3ae5ed66">73f3c21</a>)</li> </ul> <h2>v13.3.0</h2> <h1><a href="https://github.com/octokit/types.ts/compare/v13.2.0...v13.3.0">13.3.0</a> (2024-04-09)</h1> <h3>Features</h3> <ul> <li>add <code>redirect</code> option in <code>RequestRequestOptions</code> (<a href="https://redirect.github.com/octokit/types.ts/issues/630">#630</a>) (<a href="https://github.com/octokit/types.ts/commit/9c58158e43ad61a3dce2471c81170fd8e445620d">9c58158</a>)</li> </ul> <h2>v13.2.0</h2> <h1><a href="https://github.com/octokit/types.ts/compare/v13.1.0...v13.2.0">13.2.0</a> (2024-04-08)</h1> <h3>Features</h3> <ul> <li>Updates <code>@​octokit/openapi-types</code> to 22.0.0 (which had breaking changes). BREAKING CHANGES: Renames [repository-rule-params-code-scanning-threshold to repository-rule-params-code-scanning-tool, security_alerts to security_alerts_threshold], renames fields[repository-rule-params-code-scanning-threshold.alerts to repository-rule-params-code-scanning-tool.alerts_threshold, repository-rule-params-code-scanning-threshold.security_alerts to repository-rule-params-code-scanning-tool.security_alerts_threshold] (<a href="https://redirect.github.com/octokit/types.ts/issues/629">#629</a>) (<a href="https://github.com/octokit/types.ts/commit/d32a77f2b07c4f3018830b07af187e63984f01bf">d32a77f</a>)</li> <li>updates <code>@​octokit/openapi-types</code> to v21.2.0 (<a href="https://redirect.github.com/octokit/types.ts/issues/627">#627</a>) (<a href="https://github.com/octokit/types.ts/commit/a5bfb8fcafaec1dbb579541c3ca1aed19fe43b5b">a5bfb8f</a>)</li> </ul> <h2>v13.1.0</h2> <h1><a href="https://github.com/octokit/types.ts/compare/v13.0.0...v13.1.0">13.1.0</a> (2024-04-04)</h1> <h3>Features</h3> <ul> <li><strong>security:</strong> Add provenance (<a href="https://redirect.github.com/octokit/types.ts/issues/628">#628</a>) (<a href="https://github.com/octokit/types.ts/commit/cd916a40bac60f5881ffe7a749e300cd557fca19">cd916a4</a>)</li> </ul> <h2>v13.0.0</h2> <h1><a href="https://github.com/octokit/types.ts/compare/v12.6.0...v13.0.0">13.0.0</a> (2024-04-02)</h1> <h3>Features</h3> <ul> <li>Updates openapi-types to v21.0.0 (which had breaking changes), BREAKING CHANGE: Updates multiple endpoints to use owner + repo in place of repository_id (<a href="https://redirect.github.com/octokit/types.ts/issues/625">#625</a>) (<a href="https://github.com/octokit/types.ts/commit/ad024febe5598df7b28a4678c308d46a01325163">ad024fe</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>Updates multiple endpoints to use owner + repo in place of repository_id</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/types.ts/commit/73f3c2106e3a7f80b3c9d0a5060da89b3ae5ed66"><code>73f3c21</code></a> feat: updates <code>@​octokit/openapi-types</code> to v22.0.1 (<a href="https://redirect.github.com/octokit/types.ts/issues/631">#631</a>)</li> <li><a href="https://github.com/octokit/types.ts/commit/9c58158e43ad61a3dce2471c81170fd8e445620d"><code>9c58158</code></a> feat: add <code>redirect</code> option in <code>RequestRequestOptions</code> (<a href="https://redirect.github.com/octokit/types.ts/issues/630">#630</a>)</li> <li><a href="https://github.com/octokit/types.ts/commit/d32a77f2b07c4f3018830b07af187e63984f01bf"><code>d32a77f</code></a> feat: Updates <code>@​octokit/openapi-types</code> to 22.0.0 (which had breaking changes). ...</li> <li><a href="https://github.com/octokit/types.ts/commit/a5bfb8fcafaec1dbb579541c3ca1aed19fe43b5b"><code>a5bfb8f</code></a> feat: updates <code>@​octokit/openapi-types</code> to v21.2.0 (<a href="https://redirect.github.com/octokit/types.ts/issues/627">#627</a>)</li> <li><a href="https://github.com/octokit/types.ts/commit/cd916a40bac60f5881ffe7a749e300cd557fca19"><code>cd916a4</code></a> feat(security): Add provenance (<a href="https://redirect.github.com/octokit/types.ts/issues/628">#628</a>)</li> <li><a href="https://github.com/octokit/types.ts/commit/ad024febe5598df7b28a4678c308d46a01325163"><code>ad024fe</code></a> feat: Updates openapi-types to v21.0.0 (which had breaking changes), BREAKING...</li> <li><a href="https://github.com/octokit/types.ts/commit/24256559b390bb4f813977ba661098d4e40e5bec"><code>2425655</code></a> ci(action): update actions/add-to-project action to v1</li> <li><a href="https://github.com/octokit/types.ts/commit/9570dcc9d12e284f65c17d3b55fe3ec836799b92"><code>9570dcc</code></a> chore(deps): update dependency pascal-case to v4 (<a href="https://redirect.github.com/octokit/types.ts/issues/623">#623</a>)</li> <li><a href="https://github.com/octokit/types.ts/commit/3219ba03223767d050ce0c561ce662ba88b1a107"><code>3219ba0</code></a> ci(action): update actions/add-to-project action to v0.6.1 (<a href="https://redirect.github.com/octokit/types.ts/issues/622">#622</a>)</li> <li><a href="https://github.com/octokit/types.ts/commit/f6854f472033531ca844261e443fcd7e8f6628cc"><code>f6854f4</code></a> Spelling (<a href="https://redirect.github.com/octokit/types.ts/issues/616">#616</a>)</li> <li>Additional commits viewable in <a href="https://github.com/octokit/types.ts/compare/v12.6.0...v13.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@octokit/types&package-manager=npm_and_yarn&previous-version=12.6.0&new-version=13.4.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> Co-authored-by: Joshua Miller <joshua.d.miller@optum.com>
1 parent c743860 commit 4c42c9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"author": "",
1616
"license": "ISC",
1717
"devDependencies": {
18-
"@octokit/types": "^12.4.0",
18+
"@octokit/types": "^13.4.0",
1919
"@types/express": "^4.17.17",
2020
"@types/js-yaml": "^4.0.5",
2121
"@types/node": "^20.4.8",

0 commit comments

Comments
 (0)