feat(build-info): Add new framework CedarJS#6979
Conversation
📝 WalkthroughWalkthroughThis 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)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
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. Comment 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. |
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:
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.
your code follows our style guide and passes our tests.
A picture of a cute animal (not mandatory, but encouraged)