Skip to content

Sync frontend lockfile to unblock npm ci in CI#2

Draft
ReLichtyy with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-typecheck-test-failure
Draft

Sync frontend lockfile to unblock npm ci in CI#2
ReLichtyy with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-typecheck-test-failure

Conversation

Copilot AI commented Jul 22, 2026

Copy link
Copy Markdown

Typecheck + tests (frontend) was failing before typecheck/test execution because dependency installation aborted: package.json and package-lock.json were out of sync. The lockfile was missing transitive @emnapi entries now required during clean install.

  • Root cause addressed

    • Updated syllabus-navigator/frontend/package-lock.json to include the missing transitive packages referenced during npm ci.
  • Change scope

    • Lockfile-only change (no runtime/app logic changes).
    • Added:
      • node_modules/@emnapi/core@1.11.2
      • node_modules/@emnapi/runtime@1.11.2
  • Representative diff

    "node_modules/@emnapi/core": {
      "version": "1.11.2",
      "optional": true
    },
    "node_modules/@emnapi/runtime": {
      "version": "1.11.2",
      "optional": true
    }

@vercel

vercel Bot commented Jul 22, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
v0-navigator Ready Ready Preview, Comment, Open in v0 Jul 22, 2026 2:35am

Copilot AI changed the title [WIP] Fix failing GitHub Actions job Typecheck + tests (frontend) Sync frontend lockfile to unblock npm ci in CI Jul 22, 2026
Copilot AI requested a review from ReLichtyy July 22, 2026 02:35
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