Skip to content

feat(build-info): Add new framework CedarJS#6979

Open
Tobbe wants to merge 1 commit intonetlify:mainfrom
Tobbe:tobbe-add-framework-cedarjs
Open

feat(build-info): Add new framework CedarJS#6979
Tobbe wants to merge 1 commit intonetlify:mainfrom
Tobbe:tobbe-add-framework-cedarjs

Conversation

@Tobbe
Copy link

@Tobbe Tobbe commented Mar 15, 2026

Summary

This PR adds support for CedarJS apps to the build-info package. CedarJS is a fork of the old RedwoodJS.


For us to review and ship your PR efficiently, please perform the following steps:

  • Open a bug/issue before writing your code 🧑‍💻. This ensures
    we can discuss the changes and get feedback from everyone that should be involved. If you`re fixing a typo or
    something that`s on fire 🔥 (e.g. incident related), you can skip this step.
  • Read the contribution guidelines 📖. This ensures
    your code follows our style guide and passes our tests.
  • Update or add tests (if any source code was changed or added) 🧪
  • Update or add documentation (if features were changed or added) 📝
  • Make sure the status checks below are successful ✅

A picture of a cute animal (not mandatory, but encouraged)

@Tobbe Tobbe requested a review from a team as a code owner March 15, 2026 17:41
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 15, 2026

📝 Walkthrough

Walkthrough

This pull request introduces CedarJS framework support to the build-info package. It adds a new CedarJS framework class that extends BaseFramework with configuration for Yarn-based development (cedar dev command on port 8910), Netlify deployment (cedar deploy netlify to web/dist), Node.js 24 runtime environment variables, and cedar.toml configuration file detection. The framework is registered in the frameworks index as a static site generator. A new isCedarProject() method detects Cedar projects via cedar.toml presence, and workspace detection logic is updated to treat Cedar projects as non-workspace projects. Unit tests validate framework detection in a multi-package workspace configuration.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately and concisely describes the main change: adding CedarJS framework support to the build-info package.
Docstring Coverage ✅ Passed Docstring coverage is 100.00% which is sufficient. The required threshold is 80.00%.
Description check ✅ Passed PR description is complete and follows the template with a clear summary and checklist items properly addressed.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
📝 Coding Plan
  • Generate coding plan for human review comments

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.

Tip

CodeRabbit can scan for known vulnerabilities in your dependencies using OSV Scanner.

OSV Scanner will automatically detect and report security vulnerabilities in your project's dependencies. No additional configuration is required.

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