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

Loosen version constraints on runtime dependencies #497

Open
alloy opened this issue Jun 5, 2019 · 0 comments
Open

Loosen version constraints on runtime dependencies #497

alloy opened this issue Jun 5, 2019 · 0 comments

Comments

@alloy
Copy link
Contributor

alloy commented Jun 5, 2019

Palette should probably not impose constraints on patch versions and use the lowest possible minor version that is required.

For instance, if Palette has a dependency on moment with constraint ^2.23.0, then when the main project depends on moment with a constraint like 2.19.0 or 2.24.0 we’ll end up with multiple versions installed. Instead, Palette should specify ^2.0 or, only if a feature was added in v2.23, it should be ^2.23.

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

No branches or pull requests

1 participant