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

Ensure peer dependency validation is performed from the parent's root. #754

Merged
merged 1 commit into from
Sep 16, 2020

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Sep 16, 2020

Previously, with our require('the-peer-dep/package').version check we would incorrectly find the wrong version of peer dependencies when linking ember-qunit (we end up finding the local devDependencies version, and ignoring the version in the host application).

@rwjblue rwjblue added the bug label Sep 16, 2020
@rwjblue rwjblue requested a review from scalvert September 16, 2020 15:07
Previously, with our `require('the-peer-dep/package').version` check we
would incorrectly find the wrong version of peer dependencies when
linking `ember-qunit` (we end up finding the local `devDependencies`
version, and ignoring the version in the host application).
@rwjblue rwjblue force-pushed the fix-peer-dependency-check-again branch from 56a549e to 3edf928 Compare September 16, 2020 15:31
@rwjblue rwjblue merged commit 5ef5330 into master Sep 16, 2020
@rwjblue rwjblue deleted the fix-peer-dependency-check-again branch September 16, 2020 15:34
@scalvert
Copy link
Contributor

scalvert commented Sep 16, 2020

Thanks for fixing this. I did review, but wasn't able to approve on mobile. LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants