csstools / postcss-color-mod-function

Modify colors using the color-mod() function in CSS
Creative Commons Zero v1.0 Universal
96 stars 14 forks source link

Upgrade postcss-values-parser dep to v3 to remove deprecated package message #35

Closed marcofugaro closed 3 weeks ago

marcofugaro commented 5 years ago

Currently when using this plugin, this appears in the console.

postcss-color-mod-function > postcss-values-parser > flatten@1.0.2: I wrote this module a very long time ago; you should use something else.

This was already solved in https://github.com/shellscape/postcss-values-parser/issues/86, upgrading the dependency would solve the issue.

feimosi commented 5 years ago

Agreed, same here, would be great to have this package upgraded.

Twissi commented 5 years ago

yes, postcss-values-parser should be bumped to version 3.0.5. I can easily do that, but how can I make sure the update doesn't breaks anything?

carlosjeurissen commented 2 years ago

This would indeed be very welcome. @Twissi seems this package already has tests.

romainmenke commented 3 weeks ago

postcss-values-parser had been dropped in favor of postcss-value-parser