v9.0.0
Breaking Changes
- Minimum supported
node.jsversion is nowv20.0.0sincev18.0.0is now EOL.
Features
- task output trimming #725
- return writable from
createWritable#723 - migrate repository to
eslintv9.0.0+
Internal
- Migrates build system to
(tsdown)[https://tsdown.dev/].
Migration
createWritablefunction inpackages/listr2/src/utils/process-output/writable.tsnow returns the actualWritablestream. Prior to this it has been hacked out to simulateNodeJS.WritableStream. #723