Skip to content

Standardize tooling versions and lock critical dependencies#1440

Draft
rohilsurana wants to merge 1 commit intomainfrom
tooling-fixes
Draft

Standardize tooling versions and lock critical dependencies#1440
rohilsurana wants to merge 1 commit intomainfrom
tooling-fixes

Conversation

@rohilsurana
Copy link
Member

Summary

  • Added pnpm version specification to package.json (packageManager field)
  • Added engine constraints to ensure consistency across local and CI environments
  • Locked critical packages to exact versions (build tools, TypeScript, linters, etc.)
  • Added preview script for local testing with production builds

Changes

  • Set pnpm to 9.3.0 (matching CI workflow)
  • Set node engine to >=20.6.1
  • Removed caret (^) from critical dependencies for version stability
  • Added turbo preview task for running production builds locally

@vercel
Copy link

vercel bot commented Mar 5, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
frontier Ready Ready Preview, Comment Mar 5, 2026 10:55am

@coderabbitai
Copy link

coderabbitai bot commented Mar 5, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 6d9bd8f6-ad04-49f9-809a-8f53b5fe5164

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

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


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.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 22714589385

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 39.873%

Totals Coverage Status
Change from base Build 22710174172: 0.0%
Covered Lines: 13605
Relevant Lines: 34121

💛 - Coveralls

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.

2 participants