Skip to content

Fix failing license-check CI job by regenerating package-lock.json - #66

Draft
Mapuppy09 with Copilot wants to merge 3 commits into
latestfrom
copilot/fix-license-check-job
Draft

Fix failing license-check CI job by regenerating package-lock.json#66
Mapuppy09 with Copilot wants to merge 3 commits into
latestfrom
copilot/fix-license-check-job

Conversation

Copilot AI commented Aug 2, 2026

Copy link
Copy Markdown

The license-check (and security) CI jobs were failing at npm ci because package-lock.json was out of sync with the workspace package.json files.

Root Cause

A series of Snyk security fix PRs updated dependency versions in workspace packages (libnpmfund, libnpmorg, libnpmpublish, libnpmaccess, libnpmversion, etc.) but never regenerated the root package-lock.json. This caused npm ci to fail with errors like:

npm error Missing: @npmcli/arborist@9.9.1 from lock file
npm error Missing: npm-registry-fetch@19.1.1 from lock file
npm error Missing: @npmcli/redact@4.0.0 from lock file

Fix

  • Ran npm install to regenerate package-lock.json and sync node_modules with the current state of all workspace package.json files
  • Adds ~1020 packages, removes 1, updates 13 to satisfy the dependency tree introduced by the Snyk fixes

@snyk-io

snyk-io Bot commented Aug 2, 2026

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Copilot AI changed the title [WIP] Fix failing GitHub Actions job license-check Fix failing license-check CI job by regenerating package-lock.json Aug 2, 2026
Copilot AI requested a review from Mapuppy09 August 2, 2026 18:19
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.

2 participants