-
Notifications
You must be signed in to change notification settings - Fork 45
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
Replace ts-node with tsx, needed for sd v4 #1015
Conversation
|
Design Token DiffNo design tokens changed |
@@ -2,6 +2,9 @@ | |||
"name": "@primer/primitives", | |||
"version": "8.2.3", | |||
"description": "Typography, spacing, and color primitives for Primer design system", | |||
"engines": { | |||
"node": ">=18.18.0 <18.19.0" |
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.
May I know the reason why can not support node v20?
I try to down grade node 18 and found I can only get 18.20.4, so this requirement still can not meet. |
I can following SO to set |
@Eric-Guo there is an issue with a dependency, I think it is eslint, which requires higher node version. Since I changed a lot around, I will re-check if it is still required. It may have been ts-node |
would appreciate that, also ran into this issue |
Will be fixed in here: #1038 |
Thanks 🙌 |
Summary
List of notable changes:
What should reviewers focus on?
Steps to test: