vscode-stylelint icon indicating copy to clipboard operation
vscode-stylelint copied to clipboard

Prepare 2.0.0

Open jeddy3 opened this issue 1 month ago • 2 comments

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

jeddy3 avatar Nov 26 '25 12:11 jeddy3

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.

jeddy3 avatar Nov 26 '25 15:11 jeddy3

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.

adalinesimonian avatar Dec 08 '25 09:12 adalinesimonian