@onerepo/logger changelog
Major changes
Section titled “Major changes”- Dropped Node 18 support. Minimum Node versions are now
^20.19.0 || ^22.10.0 || ^24. (ace1053)
Minor changes
Section titled “Minor changes”- Officially support Node 22 (2e662a9)
Patch changes
Section titled “Patch changes”- Updates build dependency “esbuild”. (9092312)
View the full changelog: 04603c7…ca223bb
Patch changes
Section titled “Patch changes”- Updated internal/third-party typescript definitions (e5fb5fa)
- Internal test changes to support Vitest 2 (f3d116d)
- Internal formatting changes due to Prettier upgrade. (f8cb805)
View the full changelog: a117f2a…9895235
View the full changelog: c8234dc…9359c78
View the full changelog: 74892d8…d7f3a29
Patch changes
Section titled “Patch changes”- Prevents an EventEmitter memory leak stemming from the logger’s internal
LogBufferby piping streams instead of adding and removing listeners. (f22e04d) Previously, you may experience the following error when receiving a lot of output from subprocesses (particularly eslint):(node:30394) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 data listeners added to [LogBuffer]. Use emitter.setMaxListeners() to increase limit(Use `node --trace-warnings ...` to show where the warning was created)
View the full changelog: cd94664…6ae1391
🎉 Initial stable release!
For historical changelogs, please view the oneRepo source.