fix(deps): regenerate package-lock.json to match package.json (npm ci unblocked)#73
Conversation
… unblocked) Lockfile drifted from package.json — `npm ci` failed with missing esbuild@0.28.0 (transitive via vitest@4 / vite). Regenerated with `npm install --ignore-scripts`; no package.json changes, no dep upgrades. Validated: - npm ci: exit 0 - npm run build: exit 0 - npm test: 44/44 passing Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Warning
|
Summary
package.json—npm cifailed in CI withMissing: esbuild@0.28.0 from lock file(transitive viavitest@^4→vite→esbuild).package-lock.jsonwithnpm install --ignore-scripts. Nopackage.jsonchanges. No dep upgrades.Root cause
Pre-existing drift exposed (not caused) by #72. Likely originated when #69 added
prepare: npm run buildand/or recent dependabot bumps (#70, #61) failed to fully resync transitive entries forvitest@4/vite/esbuild.Validation
npm ci: exit 0npm run build: exit 0npm test: 44/44 passing (5 files)package-lock.jsononlyNotes
Repo is npm-only (no
pnpm-lock.yaml/pnpm-workspace.yaml). Lockfile choice is correct.Test plan
npm cisucceeds locallynpm run buildpassesnpm testpasses (44/44)vitest (real-Miniflare integration suite)passes on this PR🤖 Generated with Claude Code