Skip to content

build(deps): lock file maintenance js - #2575

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/lock-file-maintenance-js
Open

build(deps): lock file maintenance js#2575
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/lock-file-maintenance-js

Conversation

@renovate

@renovate renovate Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Update Change
lockFileMaintenance All locks refreshed

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

🔧 This Pull Request updates lock files to use the latest dependency versions.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 8am on Wednesday"
  • 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

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from a team as a code owner September 2, 2026 01:57
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Sep 2, 2026
@github-actions github-actions Bot added javascript Pull requests that update Javascript code ci labels Sep 2, 2026
@renovate
renovate Bot force-pushed the renovate/lock-file-maintenance-js branch 3 times, most recently from b08cbe6 to 18096fb Compare September 3, 2026 21:54
@renovate

renovate Bot commented Sep 3, 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: integration-tests/package-lock.json
npm error Cannot read properties of null (reading 'edgesOut')
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-09-05T14_05_23_565Z-debug-0.log

@github-actions github-actions Bot removed the ci label Sep 3, 2026
@renovate
renovate Bot force-pushed the renovate/lock-file-maintenance-js branch from 18096fb to bef8a5d Compare September 5, 2026 14:05
@tylerbenson

Copy link
Copy Markdown
Member

@thompson-tomo Are these still safe to merge with the renovate build check failing?

@thompson-tomo

thompson-tomo commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

Interesting. I think it should be ok to merge as issue is with a file not touched in this pr and tests are passing. If it is still an issue in next lockfile we should force a lockfile regeneration to see what the result is.

For reference the log is

DEBUG: Executing command (branch="renovate/lock-file-maintenance-js")
{
  "command": "npm install --package-lock-only --no-audit --ignore-scripts",
  "env": [
    "NPM_CONFIG_CACHE",
    "npm_config_store",
    "HOME",
    "PATH",
    "LC_ALL",
    "LANG",
    "CI",
    "CONTAINERBASE_CACHE_DIR"
  ]
}

DEBUG: rawExec err (branch="renovate/lock-file-maintenance-js")
{
  "err": {
    "cmd": "npm install --package-lock-only --no-audit --ignore-scripts",
    "stderr": "npm error Cannot read properties of null (reading 'edgesOut')\nnpm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-09-05T14_05_23_565Z-debug-0.log\n",
    "stdout": "",
    "options": {
      "cwd": "/tmp/renovate/repos/github/open-telemetry/opentelemetry-lambda/integration-tests",
      "env": [
        "NPM_CONFIG_CACHE",
        "npm_config_store",
        "HOME",
        "PATH",
        "LC_ALL",
        "LANG",
        "CI",
        "CONTAINERBASE_CACHE_DIR"
      ],
      "maxBuffer": 10485760,
      "timeout": 900000,
      "stdin": "pipe",
      "stdout": "pipe",
      "stderr": "pipe"
    },
    "exitCode": 1,
    "name": "ExecError",
    "message": "Command failed: npm install --package-lock-only --no-audit --ignore-scripts\nnpm error Cannot read properties of null (reading 'edgesOut')\nnpm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-09-05T14_05_23_565Z-debug-0.log\n",
    "stack": "ExecError: Command failed: npm install --package-lock-only --no-audit --ignore-scripts\nnpm error Cannot read properties of null (reading 'edgesOut')\nnpm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-09-05T14_05_23_565Z-debug-0.log\n\n    at ChildProcess.<anonymous> (file:///usr/local/renovate/lib/util/exec/common.ts:185:13)\n    at ChildProcess.emit (node:events:526:24)\n    at ChildProcess.emit (node:domain:489:12)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:295:12)"
  },
  "durationMs": 16535
}

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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants