Skip to content

Commit 9da7ca2

Browse files
authored
Build(deps-dev): bump @octokit/types from 14.1.0 to 15.0.0 (#135)
Bumps [@octokit/types](https://github.com/octokit/types.ts) from 14.1.0 to 15.0.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>v15.0.0</h2> <h1><a href="https://github.com/octokit/types.ts/compare/v14.1.0...v15.0.0">15.0.0</a> (2025-09-16)</h1> <h3>Features</h3> <ul> <li>new Projects v2 endpoints, new code scanning dismissal endpoints, many other endpoints (<a href="https://redirect.github.com/octokit/types.ts/issues/683">#683</a>) (<a href="https://github.com/octokit/types.ts/commit/56ff680df980569c2e9d759dd1223b82d7370f6c">56ff680</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>remove project card endpoints for classic projects</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/types.ts/commit/56ff680df980569c2e9d759dd1223b82d7370f6c"><code>56ff680</code></a> feat: new Projects v2 endpoints, new code scanning dismissal endpoints, many ...</li> <li><a href="https://github.com/octokit/types.ts/commit/7ef763eff5cb9bdf2001e6fc6183534f83e446e8"><code>7ef763e</code></a> ci(action): update actions/checkout action to v5 (<a href="https://redirect.github.com/octokit/types.ts/issues/679">#679</a>)</li> <li><a href="https://github.com/octokit/types.ts/commit/1ce7ba26d458c1776299e886f6682dd5e2094242"><code>1ce7ba2</code></a> chore(deps): update dependency node to v22 (<a href="https://redirect.github.com/octokit/types.ts/issues/677">#677</a>)</li> <li><a href="https://github.com/octokit/types.ts/commit/75bbcf65cde421f9a3beb4e65bcc733e1828e278"><code>75bbcf6</code></a> chore(deps): update dependency sort-keys to v6 (<a href="https://redirect.github.com/octokit/types.ts/issues/680">#680</a>)</li> <li><a href="https://github.com/octokit/types.ts/commit/5b864f345103f5b6960a87ec798347951f260cbf"><code>5b864f3</code></a> ci(action): update gr2m/release-notifier-action action to v2 (<a href="https://redirect.github.com/octokit/types.ts/issues/681">#681</a>)</li> <li><a href="https://github.com/octokit/types.ts/commit/7ce2a3abd293c5cc65111b841c81bc0a60bf2e65"><code>7ce2a3a</code></a> ci(action): update actions/setup-node action to v5 (<a href="https://redirect.github.com/octokit/types.ts/issues/682">#682</a>)</li> <li>See full diff in <a href="https://github.com/octokit/types.ts/compare/v14.1.0...v15.0.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=14.1.0&new-version=15.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>
2 parents 3738bb0 + 4bf5dbd commit 9da7ca2

File tree

2 files changed

+67
-50
lines changed

2 files changed

+67
-50
lines changed

package-lock.json

Lines changed: 66 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@eslint/compat": "^1.3.2",
5151
"@github/local-action": "^6.0.0",
5252
"@octokit/openapi-types": "^26.0.0",
53-
"@octokit/types": "^14.1.0",
53+
"@octokit/types": "^15.0.0",
5454
"@rollup/plugin-commonjs": "^28.0.6",
5555
"@rollup/plugin-node-resolve": "^16.0.1",
5656
"@rollup/plugin-typescript": "^12.1.4",

0 commit comments

Comments
 (0)