sindresorhus / ora

Elegant terminal spinner
MIT License
9.08k stars 269 forks source link

4.1.0 is a breaking change #152

Closed queengooborg closed 4 years ago

queengooborg commented 4 years ago

Some of the dependencies that were updated in 4.1.0 present breaking changes, specifically that they dropped NodeJS v8 support (which both violates semver rules and poses an incompatibility issue since this repo is marked as supporting NodeJS v8). Namely, Chalk 4.0.0, log-symbols 4.0.0, and tsd all dropped support for NodeJS v10.

sindresorhus commented 4 years ago

Reverted and released as a major version instead.