Skip to content

fix(deps): update dependency gamedig to v5.3.3 - #509

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/gamedig-5.x
Open

fix(deps): update dependency gamedig to v5.3.3#509
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/gamedig-5.x

Conversation

@renovate

@renovate renovate Bot commented May 26, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
gamedig 5.3.25.3.3 age confidence

Release Notes

gamedig/node-gamedig (gamedig)

v5.3.3

Compare Source

  • Fix: ignore stale player list entries (By @​cetteup #​744)
  • Feat: Plutonium - Added support (#​745)
  • Fix: Soulmask set version from rules if available (By @​podrivo #​772)
  • Chore: Update fast-xml-parser from 5.7.0 to 5.8.0 (#​778)
  • Chore: Update iconv-lite from 0.7.0 to 0.7.2 (#​778)
  • Chore: Update telnet-client from 2.2.6 to 2.2.13 (#​778)

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.

🔕 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
renovate Bot force-pushed the renovate/gamedig-5.x branch from e116094 to 2e7acc7 Compare May 28, 2026 18:09
@renovate
renovate Bot force-pushed the renovate/gamedig-5.x branch from 2e7acc7 to 74d91be Compare June 11, 2026 16:57
@renovate
renovate Bot force-pushed the renovate/gamedig-5.x branch from 74d91be to 1bcac87 Compare July 12, 2026 10:30
@renovate
renovate Bot force-pushed the renovate/gamedig-5.x branch from 1bcac87 to 7b916ea Compare July 24, 2026 16:16
@renovate

renovate Bot commented Jul 24, 2026

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
[16:16:42.278] INFO (861): Installing tool [email protected]...
[16:16:45.515] ERROR (861): failed to check url
    url: "https://github.com/containerbase/node-prebuild/releases/download/24.16.0/node-24.16.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/24.16.0/node-24.16.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/24.16.0/node-24.16.0-x86_64.tar.xz.sha512
              at file:///snapshot/dist/app/main-4k-lszVD.js:35692:28
              at Request.<anonymous> (file:///snapshot/dist/app/main-4k-lszVD.js:35698:7)
              at Object.onceWrapper (node:events:631:26)
              at Request.emit (node:events:521:24)
              at Request.emit (node:domain:489:12)
              at Request._onResponseBase (file:///snapshot/dist/app/main-4k-lszVD.js:34947:22)
              at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
              at async Request._onResponse (file:///snapshot/dist/app/main-4k-lszVD.js:34984:4)
      "name": "HTTPError",
      "code": "ERR_NON_2XX_3XX_RESPONSE",
      "timings": {
        "start": 1784909805511,
        "socket": 1784909805511,
        "lookup": 1784909805511,
        "connect": 1784909805511,
        "secureConnect": 1784909805511,
        "upload": 1784909805511,
        "response": 1784909805514,
        "end": 1784909805514,
        "phases": {
          "wait": 0,
          "dns": 0,
          "tcp": 3,
          "tls": 4,
          "request": 0,
          "firstByte": 3,
          "download": 0,
          "total": 3
        }
      },
      "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,
        "allowAbsoluteUrls": true,
        "copyPipedHeaders": false,
        "headers": {
          "user-agent": "containerbase/14.13.9 node/24.18.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": "HEAD",
        "cacheOptions": {},
        "https": {},
        "resolveBodyOnly": false,
        "isStream": false,
        "responseType": "text",
        "url": "https://github.com/containerbase/node-prebuild/releases/download/24.16.0/node-24.16.0-x86_64.tar.xz.sha512",
        "pagination": {
          "countLimit": null,
          "backoff": 0,
          "requestLimit": 10000,
          "stackAllItems": false
        },
        "setHost": true,
        "enableUnixSockets": false,
        "strictContentLength": true
      }
    }
[16:16:45.547] ERROR (861): Request failed with status code 504 (Gateway Time-out): HEAD https://github.com/containerbase/node-prebuild/releases/download/24.16.0/node-24.16.0-x86_64.tar.xz.sha512
[16:16:45.548] FATAL (861): Install tool node failed in 3.2s.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants