nuxt-modules / stylelint

Stylelint module for Nuxt.js
MIT License
66 stars 9 forks source link

Please update for stylelint v15 #69

Closed MartinX3 closed 1 year ago

daniluk4000 commented 1 year ago

@ricardogobbosouza

MartinX3 commented 1 year ago

I removed this project. It seems it is dead and won't get any updates. If I'm informed correctly users should migrate to Nuxt 3 and its Vite Plugins instead.

mirocklez commented 1 year ago

@ricardogobbosouza - the previous time it was again weeks or months until the module was update to the last stylelint version. If you don't have time or wish to deal with this project - you better give rights to someone else to do that.

ricardogobbosouza commented 1 year ago

Sorry for delay

ricardogobbosouza commented 1 year ago

Added support stylelint v15 on v4.2.0

MartinX3 commented 1 year ago

Thank you @ricardogobbosouza

After updating to 4.2.0 I get the following warning in pnpm:

└─┬ @nuxtjs/stylelint-module 4.2.0
  └─┬ stylelint-webpack-plugin 2.4.0
    └── ✕ unmet peer stylelint@"^13.0.0 || ^14.0.0": found 15.2.0

and I still get the same error

 ERROR  StylelintError                                                                                                                                            friendly-errors 19:20:29

[stylelint] stylelint.createLinter is not a function 

So I need to remove this module again.

ricardogobbosouza commented 1 year ago

Thanks @MartinX3

davidsandoz commented 1 year ago

@ricardogobbosouza Is there any plan to fix the error mentioned by Martin? It would be great to have a fix in a v4.2.1 (in addition to v5.0.1), so that it's available for Nuxt.js 2 apps.

ricardogobbosouza commented 1 year ago

I'm adding stylelint-webpack-plugin v2 support to stylelint v15

ricardogobbosouza commented 1 year ago

https://github.com/webpack-contrib/stylelint-webpack-plugin/pull/325

ricardogobbosouza commented 1 year ago

Release v4.2.1