Skip to content

fix(deps): regenerate package-lock.json to match package.json (npm ci unblocked)#73

Merged
chitcommit merged 1 commit into
mainfrom
fix/lockfile-regen
Jun 4, 2026
Merged

fix(deps): regenerate package-lock.json to match package.json (npm ci unblocked)#73
chitcommit merged 1 commit into
mainfrom
fix/lockfile-regen

Conversation

@chitcommit

Copy link
Copy Markdown
Member

Summary

  • Lockfile drifted from package.jsonnpm ci failed in CI with Missing: esbuild@0.28.0 from lock file (transitive via vitest@^4viteesbuild).
  • Regenerated package-lock.json with npm install --ignore-scripts. No package.json changes. No dep upgrades.

Root cause

Pre-existing drift exposed (not caused) by #72. Likely originated when #69 added prepare: npm run build and/or recent dependabot bumps (#70, #61) failed to fully resync transitive entries for vitest@4 / vite / esbuild.

Validation

  • npm ci: exit 0
  • npm run build: exit 0
  • npm test: 44/44 passing (5 files)
  • Diff: 512 insertions, 0 deletions in package-lock.json only

Notes

Repo is npm-only (no pnpm-lock.yaml / pnpm-workspace.yaml). Lockfile choice is correct.

Test plan

🤖 Generated with Claude Code

… 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>
@coderabbitai

coderabbitai Bot commented Jun 4, 2026

Copy link
Copy Markdown

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: b7d68d31-22dc-49c6-8ba9-18a67fcba1fa

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Warning

.coderabbit.yaml has a parsing error

The CodeRabbit configuration file in this repository has a parsing error and default settings were used instead. Please fix the error(s) in the configuration file. You can initialize chat with CodeRabbit to get help with the configuration file.

💥 Parsing errors (1)
Validation error: Too big: expected string to have <=250 characters at "tone_instructions"
⚙️ Configuration instructions
  • Please see the configuration documentation for more information.
  • You can also validate your configuration using the online YAML validator.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/lockfile-regen

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@chitcommit chitcommit merged commit cc2eaba into main Jun 4, 2026
5 of 6 checks passed
@chitcommit chitcommit deleted the fix/lockfile-regen branch June 4, 2026 05:51
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.

1 participant