Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump @octokit/core from 6.1.2 to 6.1.3 (#16)
Bumps [@octokit/core](https://github.com/octokit/core.js) from 6.1.2 to 6.1.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/core.js/releases"><code>@octokit/core</code>'s releases</a>.</em></p> <blockquote> <h2>v6.1.3</h2> <h2><a href="https://github.com/octokit/core.js/compare/v6.1.2...v6.1.3">6.1.3</a> (2025-01-03)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> bump Octokit dependencies to fix Deno compat (<a href="https://redirect.github.com/octokit/core.js/issues/715">#715</a>) (<a href="https://github.com/octokit/core.js/commit/e2b21bbf929d2317e2bbe96a01cbdfb07c138a46">e2b21bb</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/core.js/commit/e2b21bbf929d2317e2bbe96a01cbdfb07c138a46"><code>e2b21bb</code></a> fix(deps): bump Octokit dependencies to fix Deno compat (<a href="https://redirect.github.com/octokit/core.js/issues/715">#715</a>)</li> <li><a href="https://github.com/octokit/core.js/commit/53c4aef71384103545974a6a9149394314eac17d"><code>53c4aef</code></a> chore(deps): remove unused dependency <code>@types/jest</code> (<a href="https://redirect.github.com/octokit/core.js/issues/714">#714</a>)</li> <li><a href="https://github.com/octokit/core.js/commit/50c5386b81cda124bc38b26bb99344ee2d1a6879"><code>50c5386</code></a> chore(deps): update dependency prettier to v3.4.2 (<a href="https://redirect.github.com/octokit/core.js/issues/712">#712</a>)</li> <li><a href="https://github.com/octokit/core.js/commit/22bbb088a98dbdc8d52f3ba376c48cc299b48a13"><code>22bbb08</code></a> chore(deps): update dependency <code>@sinonjs/fake-timers</code> to v14 (<a href="https://redirect.github.com/octokit/core.js/issues/713">#713</a>)</li> <li><a href="https://github.com/octokit/core.js/commit/4b919f25db297d093cef8bf5cf3a3bff1e3f9469"><code>4b919f2</code></a> chore(deps): update dependency prettier to v3.4.1 (<a href="https://redirect.github.com/octokit/core.js/issues/710">#710</a>)</li> <li><a href="https://github.com/octokit/core.js/commit/a6a02da86e6363018fae72776f63e4ec2efd7fc1"><code>a6a02da</code></a> chore(deps): update dependency prettier to v3.4.0 (<a href="https://redirect.github.com/octokit/core.js/issues/709">#709</a>)</li> <li><a href="https://github.com/octokit/core.js/commit/fe79a3e21117c28e9339358825949280f574d1e8"><code>fe79a3e</code></a> chore(deps): update dependency fetch-mock to v12 (<a href="https://redirect.github.com/octokit/core.js/issues/707">#707</a>)</li> <li><a href="https://github.com/octokit/core.js/commit/1a609e8828b9f887ac52a04980af458cb974ac68"><code>1a609e8</code></a> chore(deps): update dependency <code>@types/node</code> to v22 (<a href="https://redirect.github.com/octokit/core.js/issues/708">#708</a>)</li> <li><a href="https://github.com/octokit/core.js/commit/1ec27831b12ed05f2d90cdc201fb9f40afe66ccc"><code>1ec2783</code></a> chore(test): remove unused <code>tsconfig.test.json</code> (<a href="https://redirect.github.com/octokit/core.js/issues/706">#706</a>)</li> <li><a href="https://github.com/octokit/core.js/commit/fed121ad9d26186ee0621ca4e37e3553c0eb653c"><code>fed121a</code></a> test(types): add --exactOptionalPropertyTypes option (<a href="https://redirect.github.com/octokit/core.js/issues/704">#704</a>)</li> <li>Additional commits viewable in <a href="https://github.com/octokit/core.js/compare/v6.1.2...v6.1.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@octokit/core&package-manager=npm_and_yarn&previous-version=6.1.2&new-version=6.1.3)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information