Prepare 2.0.0
The next major release of Stylelint will remove some deprecated features that this extension currently uses:
- https://github.com/stylelint/vscode-stylelint/issues/749
- https://github.com/stylelint/vscode-stylelint/issues/750
Are there any other breaking changes we'd like to make so that they can be rolled into 2.0.0, e.g. dropping support for older versions of VSCode?
We can use this issue to discuss at the 2.0.0 release in general and as an umbrella task list:
- [ ] Update README to update migration guide and supported versions of things
In light of https://github.com/stylelint/vscode-stylelint/pull/752#issuecomment-3581076127, maybe it doesn't need to be a major release, if we can ensure backwards compatibility when arriving an ESM version of Stylelint.
I think it should still be a major release, just because of the number of changes involved; see https://github.com/stylelint/vscode-stylelint/pull/762. In any case, I've made the branch name v2 so it's easier to keep it separate while we give it a good test and refinement run. Though, compatibility with 14 and 15 is maintained alongside 16 with ESM.