Skip to content

Commit 4a6d51d

Browse files
authored
chore(deps): Bump @octokit/core from 7.0.3 to 7.0.4 in /.github/actions/fix (#621)
Bumps [@octokit/core](https://github.com/octokit/core.js) from 7.0.3 to 7.0.4. <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>v7.0.4</h2> <h2><a href="https://github.com/octokit/core.js/compare/v7.0.3...v7.0.4">7.0.4</a> (2025-09-16)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update dependency <code>@​octokit/types</code> to v15 (<a href="https://redirect.github.com/octokit/core.js/issues/748">#748</a>) (<a href="https://github.com/octokit/core.js/commit/03b6c280389516ddb1f2e6381d1a6bc5bbafa0cd">03b6c28</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/core.js/commit/03b6c280389516ddb1f2e6381d1a6bc5bbafa0cd"><code>03b6c28</code></a> fix(deps): update dependency <code>@​octokit/types</code> to v15 (<a href="https://redirect.github.com/octokit/core.js/issues/748">#748</a>)</li> <li><a href="https://github.com/octokit/core.js/commit/4951837ebc3fba311587e444fa462b2f9d194820"><code>4951837</code></a> ci(action): update actions/checkout action to v5 (<a href="https://redirect.github.com/octokit/core.js/issues/745">#745</a>)</li> <li><a href="https://github.com/octokit/core.js/commit/f576bc8fe4ba07330056bc8b2564b0c12f1c2dff"><code>f576bc8</code></a> chore(deps): bump vite from 6.3.5 to 6.3.6 (<a href="https://redirect.github.com/octokit/core.js/issues/747">#747</a>)</li> <li><a href="https://github.com/octokit/core.js/commit/9c425e32f001330786925c0a1d3c47dbcb20103f"><code>9c425e3</code></a> chore(deps): update dependency prettier to v3.6.2 (<a href="https://redirect.github.com/octokit/core.js/issues/743">#743</a>)</li> <li>See full diff in <a href="https://github.com/octokit/core.js/compare/v7.0.3...v7.0.4">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=7.0.3&new-version=7.0.4)](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 4f805e4 + d4f3da3 commit 4a6d51d

File tree

2 files changed

+21
-6
lines changed

2 files changed

+21
-6
lines changed

.github/actions/fix/package-lock.json

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

.github/actions/fix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"type": "module",
1515
"dependencies": {
1616
"@actions/core": "^1.11.1",
17-
"@octokit/core": "^7.0.3",
17+
"@octokit/core": "^7.0.4",
1818
"@octokit/plugin-throttling": "^11.0.1"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)