postcss / postcss-url

PostCSS plugin to rebase url(), inline or copy asset.
MIT License
377 stars 60 forks source link

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

Closed realityking closed 3 years ago

realityking commented 3 years ago

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.