build(deps-dev): bump @types/node from 25.0.9 to 25.1.0 #3915
Triggered via pull request
February 1, 2026 22:00
dependabot[bot]
edited
#1114
Status
Success
Total duration
3m 12s
Artifacts
–
release-drafter.yml
on: pull_request_target
update_release_draft
1m 29s
Annotations
2 errors and 4 warnings
|
update_release_draft
GraphqlResponseError: Request failed due to following response errors:
- API rate limit already exceeded for site ID installation.
at /home/runner/work/_actions/release-drafter/release-drafter/v6.2.0/dist/index.js:9482:13
at async paginate (/home/runner/work/_actions/release-drafter/release-drafter/v6.2.0/dist/index.js:194117:21)
at async findCommitsWithAssociatedPullRequests (/home/runner/work/_actions/release-drafter/release-drafter/v6.2.0/dist/index.js:193908:12)
at async drafter (/home/runner/work/_actions/release-drafter/release-drafter/v6.2.0/dist/index.js:193570:7)
at async Promise.all (index 1)
{
name: 'AggregateError',
event: {
id: '21571017019',
name: 'pull_request_target',
payload: {
action: 'edited',
changes: {
body: {
from: '[//]: # (dependabot-start)\n' +
'⚠️ **Dependabot is rebasing this PR** ⚠️ \n' +
'\n' +
"Rebasing might not happen immediately, so don't worry if this takes some time.\n" +
'\n' +
'Note: if you make any changes to this PR yourself, they will take precedence over the rebase.\n' +
'\n' +
'---\n' +
'\n' +
'[//]: # (dependabot-end)\n' +
'\n' +
'Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.0.9 to 25.1.0.\n' +
'<details>\n' +
'<summary>Commits</summary>\n' +
'<ul>\n' +
'<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li>\n' +
'</ul>\n' +
'</details>\n' +
'<br />\n' +
'\n' +
'\n' +
'[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n' +
'\n' +
"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`.\n" +
'\n' +
'[//]: # (dependabot-automerge-start)\n' +
'[//]: # (dependabot-automerge-end)\n' +
'\n' +
'---\n' +
'\n' +
'<details>\n' +
'<summary>Dependabot commands and options</summary>\n' +
'<br />\n' +
'\n' +
'You can trigger Dependabot actions by commenting on this PR:\n' +
'- `@dependabot rebase` will rebase this PR\n' +
'- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n' +
'- `@dependabot merge` will merge this PR after your CI passes on it\n' +
'- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n' +
'- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n' +
'- `@dependabot reopen` will reopen this PR if it is closed\n' +
'- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n' +
'- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency\n' +
'- `@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)\n' +
'- `@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)\n' +
'- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating
|
|
update_release_draft
Request failed due to following response errors:
- API rate limit already exceeded for site ID installation.
{
name: 'GraphqlResponseError',
id: '21571017019',
request: {
query: '\n' +
' query findCommitsWithAssociatedPullRequests(\n' +
' $name: String!\n' +
' $owner: String!\n' +
' $targetCommitish: String!\n' +
' $withPullRequestBody: Boolean!\n' +
' $withPullRequestURL: Boolean!\n' +
' $since: GitTimestamp\n' +
' $after: String\n' +
' $withBaseRefName: Boolean!\n' +
' $withHeadRefName: Boolean!\n' +
' $pullRequestLimit: Int!\n' +
' $historyLimit: Int!\n' +
' ) {\n' +
' repository(name: $name, owner: $owner) {\n' +
' object(expression: $targetCommitish) {\n' +
' ... on Commit {\n' +
' history(first: $historyLimit, since: $since, after: $after) {\n' +
' totalCount\n' +
' pageInfo {\n' +
' hasNextPage\n' +
' endCursor\n' +
' }\n' +
' nodes {\n' +
' id\n' +
' committedDate\n' +
' message\n' +
' author {\n' +
' name\n' +
' user {\n' +
' login\n' +
' }\n' +
' }\n' +
' associatedPullRequests(first: $pullRequestLimit) {\n' +
' nodes {\n' +
' title\n' +
' number\n' +
' url @include(if: $withPullRequestURL)\n' +
' body @include(if: $withPullRequestBody)\n' +
' author {\n' +
' login\n' +
' __typename\n' +
' url\n' +
' }\n' +
' baseRepository {\n' +
' nameWithOwner\n' +
' }\n' +
' mergedAt\n' +
' isCrossRepository\n' +
' labels(first: 100) {\n' +
' nodes {\n' +
' name\n' +
' }\n' +
' }\n' +
' merged\n' +
' baseRefName @include(if: $withBaseRefName)\n' +
' headRefName @include(if: $withHeadRefName)\n' +
' }\n' +
' }\n' +
' }\n' +
' }\n' +
' }\n' +
' }\n' +
' }\n' +
' }\n',
variables: {
name: 'UI',
owner: 'fossa-app',
targetCommitish: 'refs/heads/main',
withPullRequestBody: false,
withPullRequestURL: false,
withBaseRefName: false,
withHeadRefName: false,
pullRequestLimit: 5,
historyLimit: 15,
after: 'b39e92cf7040c93df67665d586267a2e190f0739 1139'
}
},
headers: {
'access-control-allow-origin': '*',
'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset',
'content-encoding': 'gzip',
'content-security-policy': "default-src 'none'",
'content-type': 'application/json; charset=utf-8',
date: 'Sun, 01 Feb 2026 22:03:11 GMT',
'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin',
server: 'github.com',
'strict-transport-security': 'max-age=31536000; includeSubdomains; preload',
'transfer-encoding': 'chunked',
vary: 'Accept-Encoding, Accept, X-Requested-With',
'x-content-type-options': 'nosniff',
'x-frame-options': 'deny',
'x-github-media-type': 'github.v3; format=json',
'x-github-request-id': 'F411:3BC78:1C8C170:7C43A3
|
|
update_release_draft
"pull_request_target.edited" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
|
update_release_draft
"pull_request_target.synchronize" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
|
update_release_draft
"pull_request_target.reopened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
|
update_release_draft
"pull_request_target.opened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|