ember-cli-dependency-lint
ember-cli-dependency-lint copied to clipboard
Lint your app's addon dependencies, making sure you only have one version of each.
Similar to https://github.com/salsify/ember-cli-dependency-lint/pull/18, would it make sense to also allow multiple versions of `@embroider/util`? Just got a lint error in my app triggered by this. Or do we actually need...
I'm trying to figure out a weird conflict detected that, as far as I can tell, shouldn't exist. In doing so I realized I have zero insight into how this...
Getting version conflict issues for `ember-assign-polyfill`. Tried putting config in main addon and in dummy app, with no difference. Tried both of these: ``` 'use strict'; module.exports={ generateTests: false }...
First off, great addon! A quick suggestion: it would be nice to be able to specify allowed versions for specific transitive dependencies. My concrete use case: I'm using `ember-cli-addon-docs`, which...
Basically similar to `ember-cli-eslint`, you get both a warning in the console and a failing test. Links: * https://github.com/ember-cli/ember-cli-eslint/blob/master/index.js#L67-L75 - passing in a custom console that uses `this.ui.writeLine` * https://github.com/ember-cli/broccoli-lint-eslint/blob/master/lib/index.js#L205...
I'd love to see an RFC to ember-cli/rfcs to propose this be added to the default app blueprint...
This warning is shown on startup when using with current ember-cli (5.3.0).