chore(deps): update dependency @types/node to v25.8.0 #759

Open
renovate wants to merge 1 commit from renovate/node-25.x-lockfile into master
Collaborator

This PR contains the following updates:

Package Type Update Change
@types/node (source) devDependencies minor 25.7.025.8.0

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | devDependencies | minor | [`25.7.0` → `25.8.0`](https://renovatebot.com/diffs/npm/@types%2fnode/25.7.0/25.8.0) | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzkuNCIsInVwZGF0ZWRJblZlciI6IjQzLjE3OS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
chore(deps): update dependency @types/node to v25.8.0
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed
renovate/artifacts Artifact file update failure
d0d51be433
renovate scheduled this pull request to auto merge when all checks succeed 2026-05-14 19:04:45 +02:00
Author
Collaborator

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
[03:04:33.772] INFO (615): Installing tool node@24.15.0...
[03:04:34.018] ERROR (615): download failed
    run: 3
    err: {
      "type": "HTTPError",
      "message": "Request failed with status code 504 (Gateway Time-out): GET https://github.com/containerbase/node-prebuild/releases/download/24.15.0/node-24.15.0-x86_64.tar.xz",
      "stack":
          HTTPError: Request failed with status code 504 (Gateway Time-out): GET https://github.com/containerbase/node-prebuild/releases/download/24.15.0/node-24.15.0-x86_64.tar.xz
              at Request._onResponseBase (file:///snapshot/dist/app/main-fGq2Nw9R.js:33506:22)
              at Request._onResponse (file:///snapshot/dist/app/main-fGq2Nw9R.js:33567:15)
              at ClientRequest.<anonymous> (file:///snapshot/dist/app/main-fGq2Nw9R.js:33593:9)
              at Object.onceWrapper (node:events:631:26)
              at ClientRequest.emit (node:events:521:24)
              at ClientRequest.emit (node:domain:489:12)
              at HTTPParser.parserOnIncomingClient (node:_http_client:798:27)
              at HTTPParser.parserOnHeadersComplete (node:_http_common:125:17)
              at TLSSocket.socketOnData (node:_http_client:633:22)
              at TLSSocket.emit (node:events:509:28)
      "name": "HTTPError",
      "code": "ERR_NON_2XX_3XX_RESPONSE",
      "timings": {
        "start": 1778814274009,
        "socket": 1778814274009,
        "lookup": 1778814274009,
        "connect": 1778814274009,
        "secureConnect": 1778814274009,
        "upload": 1778814274010,
        "response": 1778814274016,
        "end": 1778814274017,
        "phases": {
          "wait": 0,
          "dns": 6,
          "tcp": 6,
          "tls": 13,
          "request": 1,
          "firstByte": 6,
          "download": 1,
          "total": 8
        }
      },
      "options": {
        "agent": {},
        "decompress": true,
        "timeout": {},
        "prefixUrl": "",
        "ignoreInvalidCookies": false,
        "context": {},
        "hooks": {
          "init": [],
          "beforeRequest": [],
          "beforeError": [],
          "beforeRedirect": [],
          "beforeRetry": [],
          "beforeCache": [],
          "afterResponse": []
        },
        "followRedirect": true,
        "maxRedirects": 10,
        "throwHttpErrors": true,
        "username": "",
        "password": "",
        "http2": false,
        "allowGetBody": false,
        "copyPipedHeaders": false,
        "headers": {
          "user-agent": "containerbase/14.10.12 node/24.15.0 (https://github.com/containerbase)",
          "accept-encoding": "gzip, deflate, br, zstd"
        },
        "methodRewriting": false,
        "retry": {
          "limit": 2,
          "methods": [
            "GET",
            "PUT",
            "HEAD",
            "DELETE",
            "OPTIONS",
            "TRACE"
          ],
          "statusCodes": [
            408,
            413,
            429,
            500,
            502,
            503,
            504,
            521,
            522,
            524
          ],
          "errorCodes": [
            "ETIMEDOUT",
            "ECONNRESET",
            "EADDRINUSE",
            "ECONNREFUSED",
            "EPIPE",
            "ENOTFOUND",
            "ENETUNREACH",
            "EAI_AGAIN"
          ],
          "backoffLimit": null,
          "noise": 100,
          "enforceRetryRules": true
        },
        "method": "GET",
        "cacheOptions": {},
        "https": {},
        "resolveBodyOnly": false,
        "isStream": true,
        "responseType": "text",
        "url": "https://github.com/containerbase/node-prebuild/releases/download/24.15.0/node-24.15.0-x86_64.tar.xz",
        "pagination": {
          "countLimit": null,
          "backoff": 0,
          "requestLimit": 10000,
          "stackAllItems": false
        },
        "setHost": true,
        "enableUnixSockets": false,
        "strictContentLength": true
      }
    }
[03:04:34.059] ERROR (615): download failed
[03:04:34.059] FATAL (615): Install tool node failed in 292ms.

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: yarn.lock ``` [03:04:33.772] INFO (615): Installing tool node@24.15.0... [03:04:34.018] ERROR (615): download failed run: 3 err: { "type": "HTTPError", "message": "Request failed with status code 504 (Gateway Time-out): GET https://github.com/containerbase/node-prebuild/releases/download/24.15.0/node-24.15.0-x86_64.tar.xz", "stack": HTTPError: Request failed with status code 504 (Gateway Time-out): GET https://github.com/containerbase/node-prebuild/releases/download/24.15.0/node-24.15.0-x86_64.tar.xz at Request._onResponseBase (file:///snapshot/dist/app/main-fGq2Nw9R.js:33506:22) at Request._onResponse (file:///snapshot/dist/app/main-fGq2Nw9R.js:33567:15) at ClientRequest.<anonymous> (file:///snapshot/dist/app/main-fGq2Nw9R.js:33593:9) at Object.onceWrapper (node:events:631:26) at ClientRequest.emit (node:events:521:24) at ClientRequest.emit (node:domain:489:12) at HTTPParser.parserOnIncomingClient (node:_http_client:798:27) at HTTPParser.parserOnHeadersComplete (node:_http_common:125:17) at TLSSocket.socketOnData (node:_http_client:633:22) at TLSSocket.emit (node:events:509:28) "name": "HTTPError", "code": "ERR_NON_2XX_3XX_RESPONSE", "timings": { "start": 1778814274009, "socket": 1778814274009, "lookup": 1778814274009, "connect": 1778814274009, "secureConnect": 1778814274009, "upload": 1778814274010, "response": 1778814274016, "end": 1778814274017, "phases": { "wait": 0, "dns": 6, "tcp": 6, "tls": 13, "request": 1, "firstByte": 6, "download": 1, "total": 8 } }, "options": { "agent": {}, "decompress": true, "timeout": {}, "prefixUrl": "", "ignoreInvalidCookies": false, "context": {}, "hooks": { "init": [], "beforeRequest": [], "beforeError": [], "beforeRedirect": [], "beforeRetry": [], "beforeCache": [], "afterResponse": [] }, "followRedirect": true, "maxRedirects": 10, "throwHttpErrors": true, "username": "", "password": "", "http2": false, "allowGetBody": false, "copyPipedHeaders": false, "headers": { "user-agent": "containerbase/14.10.12 node/24.15.0 (https://github.com/containerbase)", "accept-encoding": "gzip, deflate, br, zstd" }, "methodRewriting": false, "retry": { "limit": 2, "methods": [ "GET", "PUT", "HEAD", "DELETE", "OPTIONS", "TRACE" ], "statusCodes": [ 408, 413, 429, 500, 502, 503, 504, 521, 522, 524 ], "errorCodes": [ "ETIMEDOUT", "ECONNRESET", "EADDRINUSE", "ECONNREFUSED", "EPIPE", "ENOTFOUND", "ENETUNREACH", "EAI_AGAIN" ], "backoffLimit": null, "noise": 100, "enforceRetryRules": true }, "method": "GET", "cacheOptions": {}, "https": {}, "resolveBodyOnly": false, "isStream": true, "responseType": "text", "url": "https://github.com/containerbase/node-prebuild/releases/download/24.15.0/node-24.15.0-x86_64.tar.xz", "pagination": { "countLimit": null, "backoff": 0, "requestLimit": 10000, "stackAllItems": false }, "setHost": true, "enableUnixSockets": false, "strictContentLength": true } } [03:04:34.059] ERROR (615): download failed [03:04:34.059] FATAL (615): Install tool node failed in 292ms. ```
Some checks failed
ci/woodpecker/push/build Pipeline was successful
Required
Details
ci/woodpecker/push/test Pipeline was successful
Required
Details
ci/woodpecker/push/deploy Pipeline failed
Required
Details
renovate/artifacts Artifact file update failure
Some required checks were not successful.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/node-25.x-lockfile:renovate/node-25.x-lockfile
git switch renovate/node-25.x-lockfile
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
yolokube/dashboard!759
No description provided.