-
Notifications
You must be signed in to change notification settings - Fork 13
Does not work with stylelint 16 #126
Comments
But it is still usable as seen in this partial json: {
"devDependencies": {
"grunt": "1.6.1",
"grunt-stylelint": "0.19.0",
"stylelint": "16.0.2",
"stylelint-config-standard": "35.0.0"
},
"overrides": {
"grunt-stylelint": {
"stylelint": "15.x || 16.x"
}
},
"stylelint": {
"extends": [
"stylelint-config-recommended"
],
"rules": {
"selector-max-id": 0
}
}
} |
Hello, I also have problems when trying to update Stylelint from v15 to v16 As you can see below, grunt-stylelint works very well with current packages version:
I try to install the last version of Stylelint and I have some warnings `D:\test>npm install stylelint@16.1.0 added 29 packages, removed 37 packages, changed 6 packages, and audited 442 packages in 6s 88 packages are looking for funding found 0 vulnerabilities` But when I try to install "stylelint-config-standard", I have these error messages: `# npm resolution error report While resolving: grunt-stylelint@0.19.0 Could not resolve dependency: Conflicting peer dependency: stylelint@15.11.0 Fix the upstream dependency conflict, or retry Is grunt-stylelint really compatible with the last version of stylelint? Thanks in advance for your help. |
This breaks Node 16 support as well, sadly, but we can't have everything. Fixes #126
This breaks Node 16 support as well, sadly, but we can't have everything. Fixes #126
The upgrade to stylelint 16 deprecates commonjs api
The text was updated successfully, but these errors were encountered: