Skip to content

fix(deps): update typescript and type definitions (major)#1024

Open
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate/major-typescript-and-type-definitions
Open

fix(deps): update typescript and type definitions (major)#1024
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate/major-typescript-and-type-definitions

Conversation

@renovate-sh-app
Copy link
Copy Markdown
Contributor

@renovate-sh-app renovate-sh-app Bot commented Apr 20, 2026

This PR contains the following updates:

Package Change Age Confidence
@tsd/typescript ^5.6.2^6.0.0 age confidence
@​types/tar 6.1.137.0.87 age confidence
typescript (source) 5.9.36.0.3 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

tsdjs/typescript (@​tsd/typescript)

v6.0.3

Compare Source

v6.0.2

Compare Source

microsoft/TypeScript (typescript)

v6.0.3

Compare Source

v6.0.2

Compare Source


Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

Need help?

You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.

| datasource | package         | from   | to     |
| ---------- | --------------- | ------ | ------ |
| npm        | @tsd/typescript | 5.9.3  | 6.0.2  |
| npm        | @types/tar      | 6.1.13 | 7.0.87 |
| npm        | typescript      | 5.9.3  | 6.0.3  |


Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
@renovate-sh-app renovate-sh-app Bot added dependencies Pull requests that update a dependency file update-major labels Apr 20, 2026
@renovate-sh-app renovate-sh-app Bot requested a review from a team as a code owner April 20, 2026 01:05
@renovate-sh-app renovate-sh-app Bot added dependencies Pull requests that update a dependency file update-major labels Apr 20, 2026
@renovate-sh-app renovate-sh-app Bot requested review from eledobleefe and jackw April 20, 2026 01:05
@renovate-sh-app
Copy link
Copy Markdown
Contributor Author

⚠️ 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
[01:05:01.163] INFO (1912): Installing tool node@24.12.0...
[01:05:04.507] ERROR (1912): failed to check url
    url: "https://github.com/containerbase/node-prebuild/releases/download/24.12.0/node-24.12.0-x86_64.tar.xz.sha512"
    err: {
      "type": "HTTPError",
      "message": "Request failed with status code 502 (Bad Gateway or Proxy Error): HEAD https://github.com/containerbase/node-prebuild/releases/download/24.12.0/node-24.12.0-x86_64.tar.xz.sha512",
      "stack":
          HTTPError: Request failed with status code 502 (Bad Gateway or Proxy Error): HEAD https://github.com/containerbase/node-prebuild/releases/download/24.12.0/node-24.12.0-x86_64.tar.xz.sha512
              at /snapshot/dist/containerbase-cli.js:46774:34
              at _Request.<anonymous> (/snapshot/dist/containerbase-cli.js:46780:11)
              at Object.onceWrapper (node:events:623:26)
              at _Request.emit (node:events:520:35)
              at _Request.emit (node:domain:489:12)
              at _Request._onResponseBase (/snapshot/dist/containerbase-cli.js:45999:14)
              at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
              at async _Request._onResponse (/snapshot/dist/containerbase-cli.js:46054:7)
      "name": "HTTPError",
      "code": "ERR_NON_2XX_3XX_RESPONSE",
      "timings": {
        "start": 1776647104460,
        "socket": 1776647104460,
        "lookup": 1776647104460,
        "connect": 1776647104460,
        "secureConnect": 1776647104460,
        "upload": 1776647104460,
        "response": 1776647104502,
        "end": 1776647104502,
        "phases": {
          "wait": 0,
          "dns": 1,
          "tcp": 43,
          "tls": 46,
          "request": 0,
          "firstByte": 42,
          "download": 0,
          "total": 42
        }
      },
      "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.6.19 node/24.14.1 (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": "HEAD",
        "cacheOptions": {},
        "https": {},
        "resolveBodyOnly": false,
        "isStream": false,
        "responseType": "text",
        "url": "https://github.com/containerbase/node-prebuild/releases/download/24.12.0/node-24.12.0-x86_64.tar.xz.sha512",
        "pagination": {
          "countLimit": null,
          "backoff": 0,
          "requestLimit": 10000,
          "stackAllItems": false
        },
        "setHost": true,
        "enableUnixSockets": false,
        "strictContentLength": true
      }
    }
[01:05:04.528] ERROR (1912): Request failed with status code 502 (Bad Gateway or Proxy Error): HEAD https://github.com/containerbase/node-prebuild/releases/download/24.12.0/node-24.12.0-x86_64.tar.xz.sha512
[01:05:04.528] FATAL (1912): Install tool node failed in 3.3s.

@grafana-plugins-platform-bot grafana-plugins-platform-bot Bot moved this from 📬 Triage to 🔬 In review in Grafana Catalog Team Apr 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file update-major

Projects

Status: 🔬 In review

Development

Successfully merging this pull request may close these issues.

0 participants