I really like sass the language. I really hate the dart-sass implementation.
Earlier this week they pushed a _minor_ version that started throwing deprecation warnings in all of my projects. Worst part is that it's not even my code; it's from one of my dependencies so there's no way to fix it other than piping the warnings to /dev/null or pinning dart-sass to a random minor version.
Maybe this is just the way things work in the node ecosystem but in frameworks/languages that I actually enjoy using, deprecation warnings usually come in major version N+1.0.0 not in N.X.Y+1.
Earlier this week they pushed a _minor_ version that started throwing deprecation warnings in all of my projects. Worst part is that it's not even my code; it's from one of my dependencies so there's no way to fix it other than piping the warnings to /dev/null or pinning dart-sass to a random minor version.
Maybe this is just the way things work in the node ecosystem but in frameworks/languages that I actually enjoy using, deprecation warnings usually come in major version N+1.0.0 not in N.X.Y+1.