yuzutech / kroki

Creates diagrams from textual descriptions!
https://kroki.io
MIT License
2.97k stars 224 forks source link

Remove dirty-chai dependency #1764

Open ggrossetie opened 4 months ago

ggrossetie commented 4 months ago

The project has a peerDependencies on chai with a version range:

"peerDependencies": { 
   "chai": ">=2.2.1 <5" 
 }, 

As a result, it prevents us from (cleanly) upgrading to Chai 5.x. The project seems to be unmaintained and we should probably just configure eslint to accept/ignore to.be.true statement.

Alternative: https://github.com/ihordiachenko/eslint-plugin-chai-friendly