-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[codemod] Bump engines.node
to >=20.19
to align with yargs
package
#18979
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
Deploy preview: https://deploy-preview-18979--material-ui-x.netlify.app/ Bundle size report
|
}, | ||
"engines": { | ||
"node": ">=14.0.0" | ||
"node": ">=20.19" |
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.
To determine first if it's a breaking change. If the yargs
update was from before v8, we could probably let this pass. If it's from later, then technically the breaking change was in that dependency update.
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.
It has been bumped quite recently as the release is somewhat recent. 🤔
#18169
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.
That's unfortunate. Technically it's a breaking change and needs to be reverted. Pragmatically, for this specific package, I personally wouldn't have a problem of letting it slide. Up to you
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.
Pragmatically, for this specific package, I personally wouldn't have a problem of letting it slide. Up to you
Given the package and that it's only relevant on dev environment, I would say that we can let it slide, unless someone finds a problem with it.
I would be fine keeping this version alignment misunderstanding until the next major.
This pull request has been inactive for 30 days. Please remove the stale label or leave a comment to keep it open. Otherwise, it will be closed in 15 days. |
Based on mui/material-ui#46578 (review).
Changelog
@mui/x-codemod
minimum supported Node version is20.19
.This was only the case due to using the v18
yargs
package; this only explicitly aligns with it.