🌟 features
- feature(depcruise-fmt): adds a --collapse command line option (#360)
This continues the theme set in 9.12.0. Documentation: cli.md#collapse-summarise
🔧 maintenance
- build(npm): ⬆️ @babel/core, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, commander, eslint, lint-staged, mocha, yarn
- refactor: replaces Object.property.hasOwnProperty.call with _.has (#361)
- chore(stalebot): add 'PR welcome' as exempt label
- refactor(package.json): sanitize manifest depcruise scripts (#359)
- style: fixes various not-as-of-yet linted things
🐛 bugfixes
- bugfix(dot): better default for presenting dependencies to node_modules (#358)
- bugfix(cli): error normaly when even when emitting progress feedback (#356)
- bugfix(wrap-stream-in-html): allow highlighting to work after formatting the html (#362) (thanks to @forivall)