Skip to content

fix: pin build dependencies#29

Merged
AboMeezO merged 2 commits into
mainfrom
fix/pin-build-dependencies
Jun 13, 2026
Merged

fix: pin build dependencies#29
AboMeezO merged 2 commits into
mainfrom
fix/pin-build-dependencies

Conversation

@AboMeezO

Copy link
Copy Markdown
Member

Summary

  • Replace latest dependency specs with the versions already resolved in the lockfile.
  • Use npm ci in GitHub Actions so CI installs from the lockfile exactly.

Problem

Fresh CI installs could resolve newer build dependencies than local development, causing builds to fail without code changes.

Solution

Pin floating package specs and make CI use the committed lockfile.

Verification

  • npm run typecheck
  • npm run lint
  • npm run build:web

Note: local npm ci could not be run because this Windows environment routes it to a pnpm implementation that does not support ci; GitHub Actions uses npm from setup-node.

@coderabbitai

coderabbitai Bot commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@AboMeezO, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 34 minutes and 41 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 9092e7ca-a9ea-4467-8f0b-de0fb34e87ac

📥 Commits

Reviewing files that changed from the base of the PR and between cfdb17d and 3bba3c3.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (3)
  • .github/workflows/ci.yml
  • .gitignore
  • package.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/pin-build-dependencies

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.

@AboMeezO AboMeezO merged commit 90f771f into main Jun 13, 2026
3 checks passed
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