csstree / stylelint-validator

Stylelint plugin to validate CSS syntax
MIT License
93 stars 11 forks source link

Stylelint 13 #25

Closed limonte closed 4 years ago

limonte commented 4 years ago

Support Stylelint 13: https://github.com/stylelint/stylelint/releases/tag/13.0.0

silverwind commented 4 years ago

Can we just make it >=7.0.0? It'd be less maintenance required if it is reasonable to expect compatibility.

limonte commented 4 years ago

Can we just make it >=7.0.0? It'd be less maintenance required if it is reasonable to expect compatibility.

It's unreasonable to expect compatibility in major releases per their definition:

MAJOR version when you make incompatible API changes

Read more about semver: https://semver.org/

silverwind commented 4 years ago

Thanks, I know about semver. Up to the maintainer of course. I'd personally trust stylelint to not have breaking API changes in their next major releases.

limonte commented 4 years ago

I'd personally trust stylelint to not have breaking API changes in their next major releases.

Why would they make major releases without breaking API changes?

silverwind commented 4 years ago

I meant relevant breaking changes, but whatever I hope this gets merged soon.