[codemod] Bump engines.node to >=20.19 to align with yargs package#18979
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.
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.
It has been bumped quite recently as the release is somewhat recent. 🤔
#18169
There was a problem hiding this comment.
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.
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-codemodminimum supported Node version is20.19.This was only the case due to using the v18
yargspackage; this only explicitly aligns with it.