-
Notifications
You must be signed in to change notification settings - Fork 24
chore!: Bump node version requirement to v22.22; integrate react-compiler-tracker #994
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The integration of react-compiler-tracker logic into CI and pre-commit hooks looks logically sound. However, there is a critical configuration issue regarding the Node.js version: the PR specifies version 22.22, which does not exist (current LTS is v22.14.x), and the new dependency enforces this invalid version in its engine requirements. This will cause the CI pipeline and package installation to fail.
gnapse
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Bump minimum Node.js version from ^22.14.0 to ^22.22.0 to align with the @doist/react-compiler-tracker dependency requirement. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
457a385 to
4650db7
Compare
Integrates react-compiler-tracker into our development workflow to catch React Compiler regressions early:
Note that this bumps the node version requirement to the most recent LTS under v22, hence the breaking change.
Test plan
Local (pre-commit):
lint-staged.config.jsref.currentduring render)CI:
--no-verifythat introduces a new violationhttps://github.com/Doist/reactist/actions/runs/21158116009/job/60846968211?pr=996