- 🐛 make the
doNotFollow
in the--init
rule set exclude node_modules on all levels instead of on root only. This makes more sense for monorepos (and doesn't hurt other ones). - 🐛 path.join URLs in dot output instead of diy - which fixed a hithereto undetected bug where urls on root level modules might've contained a
/
too little. - 🚀 circular dependency checking is a little faster now
below the water line stuff:
- 🔧 various refactoring to make the code simpler/ simpler to navigate
- ⬆️ update various (development) dependencies to latest