Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ember-cli-dependency-checker. #3636

Merged
merged 1 commit into from
Aug 10, 2015

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Aug 10, 2015

Since we are using ember-cli to build ember-data we can take advantage of the work done in ember-cli-dependency-checker to ensure that the deps in node_modules and bower_components actually match what is specified in the package.json/bower.json.

With this added, running ember commands will error if matching versions are not found.

This will help prevent issues like #3635 in the future.

Since we are using ember-cli to build ember-data we can take advantage
of the work done in ember-cli-dependency-checker to ensure that the deps
in `node_modules` and `bower_components` actually match what is
specified in the `package.json`/`bower.json`.

With this added, running `ember` commands will error if matching
versions are not found.
@fivetanley
Copy link
Member

👍 just waiting on travis to make sure it likes it.

@fivetanley
Copy link
Member

Build failure is not the fault of this commit. Merging. We have some work to do to fix on canary.

fivetanley added a commit that referenced this pull request Aug 10, 2015
@fivetanley fivetanley merged commit 1f866da into emberjs:master Aug 10, 2015
@quaertym
Copy link

👍

@bmac
Copy link
Member

bmac commented Aug 11, 2015

Thanks @rwjblue

@stefanpenner
Copy link
Member

@fivetanley FYI this appears to have been red when merged. And is blocking other PR now, going forward can I recommend we avoid this?

FYI: im digging into the failure right now.

@rwjblue rwjblue deleted the add-dependency-checker branch May 1, 2019 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants