dependency-cruiser icon indicating copy to clipboard operation
dependency-cruiser copied to clipboard

Validate and visualize dependencies. Your rules. JavaScript, TypeScript, CoffeeScript. ES6, CommonJS, AMD.

Results 35 dependency-cruiser issues
Sort by recently updated
recently updated
newest added

### Summary How do configure [dependency-cruiser](https://github.com/sverweij/dependency-cruiser) when our webpack config file is written in typescript 🤔 `webpack.config.ts` After converting my file to typescript I recieved this error ```bash "SyntaxError: Cannot...

### Summary Is there any way to ignore or skip re-exports? ### Context I have some kind of mono repository, based on pnpm workspaces, the hierarchy looks like this ```...

`dependency-cruiser` is awesome, it fills a tooling gap I've needed for a long time. Fantastisch werk @sverweij. While I do [wish it worked with globs](https://github.com/sverweij/dependency-cruiser/issues/472), at least it's a reason...

enhancement

### Summary This is a little similar to #330, but I think it's more straightforward. Though I'm not much of a regex wizard, so I can't distinguish between this being...

question

Hi. Amazing tool! I tried looking for an example but could not find it. Could you help me visualize how would look config for tree like: > - ... (whatever)...

question

### Summary Have a few questions ### Context First of all, want to start saying that dependency-cruiser is a great tool. We've been using it for a while at BrexHQ,...

question

### Context Right now, dependency-cruiser has to do the transpiling and generating the dependencies graph by itself. It's not scalable, and could violate DRY. Think about adding any new [alt-JS](https://github.com/sverweij/dependency-cruiser/blob/develop/doc/faq.md#q-how-do-i-add-support-for-my-favourite-alt-js-language)...

enhancement

First of all, thanks for the amazing tool! I find dependency-cruiser extremely helpful in my work. ### Context Here is an example repo that showcases a feature that is used...

enhancement

When setting `combinedDependencies` to `true` for my projects in a monorepo, and I run `npm run deps:check --workspace apps/users` from my monorepo root (which runs deps:check for just the one...

bug

I am using the dependency-cruiser API to cruise a list of files and working with the JSON output. Is it currently possible to consolidate all of a source files dependencies...

question