Guide
Migrating From Chalk 4 to Chalk 5
Enumerate every breaking change: ESM-only packaging (replace require with import), Node.js 16 minimum, removal of tagged template literals (migrate to function API or chalk-template), and new Chalk() replacing new chalk.Instance(). Reassure that the styling API itself is unchanged — chalk.color(...) call sites need only the import change.
This page has not been generated yet.