Skip to content

fix: package-lock.json missing typescript@6.0.3 — CI broken on main (Build Check + Stylelint) #1186

Description

@superdav42

What

package-lock.json on main is out of sync — typescript@6.0.3 is missing, causing npm ci to fail for Build Check and Stylelint on all new PRs.

Why

Commit 44293ee (chore: update package-lock.json) deleted the typescript@5.9.3 peer dependency entry from the lock file, but the dependency tree now requires typescript@6.0.3 (likely introduced by the UX changes in 281d8cf). The lock file was left incomplete.

Systemic Impact

  • Build Check: FAILURE on main HEAD (44293ee)
  • Stylelint: FAILURE on main HEAD (44293ee)
  • All open and future PRs inherit these failures until fixed

How

# In the repo root:
npm install
git add package-lock.json
git commit -m "fix: regenerate package-lock.json with typescript 6.0.3"

Acceptance

  • Build Check: SUCCESS on the fix PR
  • Stylelint: SUCCESS on the fix PR
  • package-lock.json contains node_modules/typescript entry with version 6.0.3

Files to Modify

  • EDIT: package-lock.json — run npm install and commit the regenerated file

aidevops.sh v3.11.7 plugin for OpenCode v1.3.17 with claude-sonnet-4-6 spent 17m and 26,888 tokens on this as a headless worker.

Activity

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

Metadata

Metadata

Assignees

Labels

bugAuto-created from TODO.md tagpriority:highHigh severity — significant quality issuestatus:doneTask is complete

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions