Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2025

This PR contains the following updates:

Package Change Age Confidence
@kunalnagarco/eslint-config 2.2.0 -> 2.3.0 age confidence

Release Notes

kunalnagarco/ui (@​kunalnagarco/eslint-config)

v2.3.0

Compare Source


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) in timezone America/Toronto, Automerge - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) in timezone America/Toronto.

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Jul 1, 2025

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot added the renovate label Jul 1, 2025
@renovate renovate bot requested a review from kunalnagar as a code owner July 1, 2025 06:52
@renovate renovate bot force-pushed the renovate/kunalnagarco-eslint-config-2.x branch 2 times, most recently from 904863d to 85ce78f Compare July 1, 2025 11:14
@renovate renovate bot force-pushed the renovate/kunalnagarco-eslint-config-2.x branch from 85ce78f to 8c41e0c Compare July 9, 2025 02:27
@renovate renovate bot force-pushed the renovate/kunalnagarco-eslint-config-2.x branch 2 times, most recently from 56a532b to 6c23588 Compare August 1, 2025 10:07
@renovate renovate bot force-pushed the renovate/kunalnagarco-eslint-config-2.x branch 3 times, most recently from 5c4e5b1 to 4f60f2e Compare November 3, 2025 06:15
@renovate renovate bot force-pushed the renovate/kunalnagarco-eslint-config-2.x branch from 4f60f2e to 3f9a7ca Compare November 18, 2025 13:08
@renovate renovate bot force-pushed the renovate/kunalnagarco-eslint-config-2.x branch 5 times, most recently from 43e1bda to 3f86ce1 Compare December 2, 2025 07:54
@renovate renovate bot force-pushed the renovate/kunalnagarco-eslint-config-2.x branch from 3f86ce1 to 9ee2083 Compare December 20, 2025 06:12
@renovate
Copy link
Contributor Author

renovate bot commented Dec 20, 2025

⚠️ 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
[06:11:50.205] INFO (799): Installing tool [email protected]...
[06:12:04.537] ERROR (799): failed to check url
    url: "https://github.com/containerbase/node-prebuild/releases/download/20.13.0/node-20.13.0-x86_64.tar.xz.sha512"
    err: {
      "type": "HTTPError",
      "message": "Request failed with status code 504 (Gateway Time-out): HEAD https://github.com/containerbase/node-prebuild/releases/download/20.13.0/node-20.13.0-x86_64.tar.xz.sha512",
      "stack":
          HTTPError: Request failed with status code 504 (Gateway Time-out): HEAD https://github.com/containerbase/node-prebuild/releases/download/20.13.0/node-20.13.0-x86_64.tar.xz.sha512
              at _Request.<anonymous> (/snapshot/dist/containerbase-cli.js:39092:32)
              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:38546:14)
              at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
              at async _Request._onResponse (/snapshot/dist/containerbase-cli.js:38587:7)
      "name": "HTTPError",
      "code": "ERR_NON_2XX_3XX_RESPONSE",
      "timings": {
        "start": 1766211124528,
        "socket": 1766211124528,
        "lookup": 1766211124528,
        "connect": 1766211124528,
        "secureConnect": 1766211124528,
        "upload": 1766211124529,
        "response": 1766211124531,
        "end": 1766211124532,
        "phases": {
          "wait": 0,
          "dns": 1,
          "tcp": 4,
          "tls": 8,
          "request": 1,
          "firstByte": 2,
          "download": 1,
          "total": 4
        }
      },
      "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": true,
        "headers": {
          "user-agent": "containerbase/13.25.16 node/24.12.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": false
        },
        "method": "HEAD",
        "cacheOptions": {},
        "https": {},
        "resolveBodyOnly": false,
        "isStream": false,
        "responseType": "text",
        "url": "https://github.com/containerbase/node-prebuild/releases/download/20.13.0/node-20.13.0-x86_64.tar.xz.sha512",
        "pagination": {
          "countLimit": null,
          "backoff": 0,
          "requestLimit": 10000,
          "stackAllItems": false
        },
        "setHost": true,
        "enableUnixSockets": false,
        "strictContentLength": false
      }
    }
[06:12:04.588] ERROR (799): Request failed with status code 504 (Gateway Time-out): HEAD https://github.com/containerbase/node-prebuild/releases/download/20.13.0/node-20.13.0-x86_64.tar.xz.sha512
[06:12:04.589] FATAL (799): Install tool node failed in 14.4s.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant