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

Use the tilde operator for dependencies to allow for newer patch version #156

Merged
merged 2 commits into from Mar 19, 2021
Merged

Use the tilde operator for dependencies to allow for newer patch version #156

merged 2 commits into from Mar 19, 2021

Conversation

realityking
Copy link
Contributor

Using the tilde operator, patch versions will be permitted but minor updates won't be.

Partially solves #145.

I think the tilde operator is a good compromise between the stability of exact versions and semver trust of dependencies. This is particularly relevant for mime which gets updated for new types occasingly. IMO it's not worth duplicating the library because of that.

@sergcen sergcen merged commit f74e3bd into postcss:master Mar 19, 2021
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.

None yet

2 participants