Update grunt-stylelint to 0.17.0

Recommended by `npm audit`.

This required also adding postcss-less and changing Grunt
configuration to support it.

Change-Id: I22861dcdf761068ce37ed1b03c6bbfba1247860a
This commit is contained in:
Amir E. Aharoni
2022-01-28 14:34:23 +02:00
committed by jenkins-bot
parent 48b33e1374
commit 4f257fe8a7
3 changed files with 6549 additions and 509 deletions

View File

@@ -18,7 +18,7 @@ module.exports = function ( grunt ) {
},
stylelint: {
options: {
syntax: 'less'
customSyntax: 'postcss-less'
},
src: [
'**/*.css',

7053
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -9,7 +9,8 @@
"grunt": "1.4.0",
"grunt-banana-checker": "0.9.0",
"grunt-eslint": "23.0.0",
"grunt-stylelint": "0.16.0",
"grunt-stylelint": "0.17.0",
"postcss-less": "6.0.0",
"stylelint-config-wikimedia": "0.11.1",
"svgo": "2.3.1"
},