Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 15, 2025

This PR contains the following updates:

Package Change Age Confidence
pnpm (source) 10.25.010.27.0 age confidence

Release Notes

pnpm/pnpm (pnpm)

v10.27.0

Compare Source

v10.26.2: pnpm 10.26.2

Compare Source

Patch Changes

  • Improve error message when a package version exists but does not meet the minimumReleaseAge constraint. The error now clearly states that the version exists and shows a human-readable time since release (e.g., "released 6 hours ago") #​10307.

  • Fix installation of Git dependencies using annotated tags #​10335.

    Previously, pnpm would store the annotated tag object's SHA in the lockfile instead of the actual commit SHA. This caused ERR_PNPM_GIT_CHECKOUT_FAILED errors because the checked-out commit hash didn't match the stored tag object hash.

  • Binaries of runtime engines (Node.js, Deno, Bun) are written to node_modules/.bin before lifecycle scripts (install, postinstall, prepare) are executed #​10244.

  • Try to avoid making network calls with preferOffline #​10334.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.26.1: pnpm 10.26.1

Compare Source

Patch Changes

  • Don't fail on pnpm add, when blockExoticSubdeps is set to true #​10324.
  • Always resolve git references to full commits and ensure HEAD points to the commit after checkout #​10310.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.26.0

Compare Source


Configuration

📅 Schedule: 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 these updates 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 added the renovate label Dec 15, 2025
@renovate renovate bot requested a review from walnuts1018 December 15, 2025 13:48
@renovate renovate bot force-pushed the renovate/pnpm-10.x branch from d6c8f79 to 3974fc7 Compare December 19, 2025 04:29
@renovate renovate bot changed the title chore(deps): update pnpm to v10.26.0 chore(deps): update pnpm to v10.26.1 Dec 19, 2025
@renovate renovate bot force-pushed the renovate/pnpm-10.x branch from 3974fc7 to 15f93c7 Compare December 23, 2025 18:26
@renovate renovate bot changed the title chore(deps): update pnpm to v10.26.1 chore(deps): update pnpm to v10.26.2 Dec 23, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Dec 23, 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: pnpm-lock.yaml
[18:25:54.585] INFO (742): Installing tool node@22.21.1...
[18:26:10.628] ERROR (742): download failed
    run: 3
    err: {
      "type": "RequestError",
      "message": "socket hang up: socket hang up",
      "stack":
          RequestError: socket hang up
              at ClientRequest.<anonymous> (/snapshot/dist/containerbase-cli.js:38616:94)
              at Object.onceWrapper (node:events:623:26)
              at ClientRequest.emit (node:events:520:35)
              at ClientRequest.emit (node:domain:489:12)
              at emitErrorEvent (node:_http_client:108:11)
              at TLSSocket.socketOnEnd (node:_http_client:599:5)
              at TLSSocket.emit (node:events:520:35)
              at TLSSocket.emit (node:domain:489:12)
              at endReadableNT (node:internal/streams/readable:1701:12)
              at TLSSocket.socketOnEnd (node:_http_client:599:25)
              at TLSSocket.emit (node:events:520:35)
              at TLSSocket.emit (node:domain:489:12)
              at endReadableNT (node:internal/streams/readable:1701:12)
              at process.processTicksAndRejections (node:internal/process/task_queues:89:21)
          caused by: Error: socket hang up
              at TLSSocket.socketOnEnd (node:_http_client:599:25)
              at TLSSocket.emit (node:events:520:35)
              at TLSSocket.emit (node:domain:489:12)
              at endReadableNT (node:internal/streams/readable:1701:12)
              at process.processTicksAndRejections (node:internal/process/task_queues:89:21)
      "name": "RequestError",
      "code": "ECONNRESET",
      "timings": {
        "start": 1766514368519,
        "socket": 1766514368520,
        "lookup": 1766514368521,
        "connect": 1766514368523,
        "secureConnect": 1766514369520,
        "upload": 1766514369520,
        "error": 1766514370627,
        "phases": {
          "wait": 1,
          "dns": 1,
          "tcp": 2,
          "tls": 997,
          "request": 0,
          "total": 2108
        }
      },
      "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": "GET",
        "cacheOptions": {},
        "https": {},
        "resolveBodyOnly": false,
        "isStream": true,
        "responseType": "text",
        "url": "https://github.com/containerbase/node-prebuild/releases/download/22.21.1/node-22.21.1-x86_64.tar.xz",
        "pagination": {
          "countLimit": null,
          "backoff": 0,
          "requestLimit": 10000,
          "stackAllItems": false
        },
        "setHost": true,
        "enableUnixSockets": false,
        "strictContentLength": false
      }
    }
[18:26:10.680] ERROR (742): download failed
[18:26:10.680] FATAL (742): Install tool node failed in 16.1s.

@renovate renovate bot force-pushed the renovate/pnpm-10.x branch from 15f93c7 to f33f725 Compare December 31, 2025 01:00
@renovate renovate bot changed the title chore(deps): update pnpm to v10.26.2 chore(deps): update pnpm to v10.27.0 Dec 31, 2025
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.

2 participants