-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Fix: Resolve peerDependencies from all higher levels, not just root #4478
Merged
Commits on Sep 15, 2017
-
Fix: Resolve peerDependencies from all higher levels, not just root
**Summary** Fixes #4446, fixes #4433. Follow up to #3893. The fix in #3893 was too aggressive, allowing only top-level dependencies to be used in peer dependency resolution which was incorrect. This patch allows resolving peer dependencies from the same or higher levels in the dependency tree. **Test plan** Additional unit and integration tests.
Configuration menu - View commit details
-
Copy full SHA for a1ab4b3 - Browse repository at this point
Copy the full SHA a1ab4b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e79d0f4 - Browse repository at this point
Copy the full SHA e79d0f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e04d5d0 - Browse repository at this point
Copy the full SHA e04d5d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd77957 - Browse repository at this point
Copy the full SHA bd77957View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86a3d26 - Browse repository at this point
Copy the full SHA 86a3d26View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd3a380 - Browse repository at this point
Copy the full SHA dd3a380View commit details -
Configuration menu - View commit details
-
Copy full SHA for c384f4b - Browse repository at this point
Copy the full SHA c384f4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73ab3fd - Browse repository at this point
Copy the full SHA 73ab3fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a443166 - Browse repository at this point
Copy the full SHA a443166View commit details
Commits on Sep 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for fc87e2b - Browse repository at this point
Copy the full SHA fc87e2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08b1a4f - Browse repository at this point
Copy the full SHA 08b1a4fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.