-
-
Notifications
You must be signed in to change notification settings - Fork 366
fix(metro-core): use chalk for compat with older node versions
#4206
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
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 80c93fe The changes in this PR will be included in the next version bump. This PR includes changesets to release 37 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ Deploy Preview for module-federation-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
cdc6b35 to
8be7ef9
Compare
|
Would suggest picocolors instead; https://e18e.dev/docs/replacements/chalk.html |
older than 20.12.0*, all of the versions before 20 did hit EOL tho 🤔 |
good one, will include that one, thanks 👍
nice catch 😄 |
Description
Replaces use of node
util.styleTextwithchalkfor compatibility with versions of node older than 21.Part of efforts to get the e2e metro tests to run
Related Issue
n/a
Types of changes
Checklist