build(node): require Node 24.15 - #599
Conversation
|
Warning Review limit reached
Next review available in: 31 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughNode.js now uses the pinned 24.15 release across workflows, deployment, Docker images, package engine requirements, local configuration, contributor documentation, and security workflow validation. ChangesNode.js version alignment
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Deploying projeto-omni with
|
| Latest commit: |
b0ea6fd
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://585922eb.projeto-omni.pages.dev |
| Branch Preview URL: | https://agent-node-24-15-jsdom30.projeto-omni.pages.dev |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@CONTRIBUTING.md`:
- Line 12: Update the Node.js version requirement in the contributing
documentation from “24.15+” to the bounded range “>=24.15 <25”, matching the
package.json contract and excluding Node.js 25 and later.
In `@frontend/package.json`:
- Line 7: Update the Node.js version selected by .node-version from 24.14.1 to
24.15.0 so it matches the package engine requirement and Dockerfile
configuration.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: 35d74297-bc76-40c7-a9a8-c77168abd440
⛔ Files ignored due to path filters (2)
frontend/package-lock.jsonis excluded by!**/package-lock.jsonpackage-lock.jsonis excluded by!**/package-lock.json
📒 Files selected for processing (23)
.github/workflows/ci.yml.github/workflows/deploy.yml.github/workflows/frontend-ci.yml.github/workflows/lint.yml.github/workflows/manual-full-validation.yml.github/workflows/omni-live-e2e-ci.yml.github/workflows/omni-node-ci.yml.github/workflows/omni-public-demo-ci.yml.github/workflows/omni-python-ci.yml.github/workflows/omni-runtime-ci.yml.github/workflows/omni-security-ci.yml.github/workflows/post-merge.yml.github/workflows/release.yml.github/workflows/security.yml.nvmrcCONTRIBUTING.mdDockerfileDockerfile.demofrontend/Dockerfilefrontend/package.jsonjs-runner/Dockerfilepackage.jsontests/tooling/test_dependency_security_contract.py
|
Pendências encerradas no SHA |
What changed
>=24.15 <25.nvmrcand GitHub Actions jobs to Node24.15.0Why
Dependabot PR #588 upgrades jsdom to 30, which requires Node
^24.15.0on the Node 24 line. The project previously declared>=24 <25, workflows and images used an unbounded24tag, and release did not set up Node explicitly. This PR makes the runtime contract reproducible before the jsdom upgrade is rebased.Validation
24.15.0acquired through the publishednode@24.15.0runtime packagenpm ci— clean, zero vulnerabilitiesnpm ci— clean, zero vulnerabilitiesnpm run typechecknpm run buildnode scripts/verify-runtime-console.mjsnode:24.15-bookworm-slim,node:24.15-alpine, andnode:24.15-slimThe default Vitest fork pool remains unreliable in this Windows environment; the authoritative Linux frontend workflow must pass after publication.
Merge order
@dependabot rebaseon build(deps-dev): bump jsdom from 29.1.1 to 30.0.0 in /frontend #588.No auto-merge is requested.
Summary by CodeRabbit
Chores
Documentation
Tests