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.
What
package-lock.jsononmainis out of sync —typescript@6.0.3is missing, causingnpm cito fail for Build Check and Stylelint on all new PRs.Why
Commit
44293ee(chore: update package-lock.json) deleted thetypescript@5.9.3peer dependency entry from the lock file, but the dependency tree now requirestypescript@6.0.3(likely introduced by the UX changes in281d8cf). The lock file was left incomplete.Systemic Impact
44293ee)44293ee)How
Acceptance
package-lock.jsoncontainsnode_modules/typescriptentry with version6.0.3Files to Modify
EDIT: package-lock.json— runnpm installand commit the regenerated fileaidevops.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.