developer-stylechain / gulp-stylelint

Gulp plugin for running Stylelint results through various reporters.
MIT License
14 stars 4 forks source link

Update Dependencies: StyleLint 16.0 #10

Open bpfoster opened 8 months ago

bpfoster commented 8 months ago

StyleLint 16 released recently. Appears to be some breaking changes affecting gulp-sylelint.

Bunch of these: The CommonJS Node.js API is deprecated. See https://stylelint.io/migration-guide/to-16'

and a failure:

TypeError in plugin "gulp-stylelint"
Message:
    formatter is not a function
ronilaukkarinen commented 8 months ago

Yes, there are a lot. Instructions here: Migrating to 16.0.0. Simply updating peerDependencies won't cut it. I have very little time to investigate, so any help appreciated.

bpfoster commented 8 months ago

I took a stab at it in PR #11. Unit tests are at least passing...

PR #12 includes the same fixes as #11 as well as migrating this project to ESM.

smustgrave commented 5 months ago

Hello, just wondering what the new timeline for a release of gulp-stylelint with latest stylelint is to be released ?

JacobDB commented 1 day ago

Would also love to see this, seems like every gulp-stylelint fork gets abandoned...

ronilaukkarinen commented 1 day ago

This is not abandoned. We're been using 15 in the projects. On Friday our team finally has the checkup for future upgrades and this is one of them. Will let you guys know after that. Sorry for tjhe delays.

JacobDB commented 1 day ago

Good to hear, I don't mean to be pushy about what is a free library, I appreciate the update!