An Ember CLI addon (v2.0.1) that lints addon dependencies to detect duplicate or conflicting versions, preventing subtle runtime bugs caused by clobbered files in the final build. It creates automated test cases for each addon dependency and provides a CLI command for detailed conflict reports. Differentiators: automated testing integration vs manual audit, built-in exclusion for build-time addons like ember-cli-babel. Low release cadence (last major v2.0.1, previous v1.0.2). Requires Node.js 10+ or 12+.
npm install ember-cli-dependency-lintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs the addon and runs the dependency lint command to check for version conflicts.
Review the list of default exemptions via source or docs; override with addon config if needed.
Upgrade Node.js to 10.x or 12+.
Update any automation scripts to handle new JSON/spacing format.
Run `ember install ember-cli-dependency-lint` to install and add dev dependency.
Upgrade Node.js to 10.x or higher.
No dependency data recorded yet.