build: Updating npm dependencies

* stylelint-config-wikimedia: 0.6.0 → 0.8.0
* eslint-config-wikimedia: 0.12.0 → 0.15.0
* grunt-stylelint: 0.11.1 → 0.13.0
* grunt-eslint: 21.0.0 → 22.0.0

Additional changes:
* Removing manual reportUnusedDisableDirectives for eslint.

Change-Id: Ic8958ed0fffdad06f1112cb4529589c7db27a321
This commit is contained in:
libraryupgrader 2020-01-09 03:35:49 +00:00 committed by Kunal Mehta
parent 302b002e16
commit 09c1174961
3 changed files with 718 additions and 572 deletions

View file

@ -16,7 +16,6 @@ module.exports = function ( grunt ) {
banana: conf.MessagesDirs,
eslint: {
options: {
reportUnusedDisableDirectives: true,
extensions: [ '.js', '.json' ],
cache: true
},

1281
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -4,11 +4,11 @@
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.12.0",
"eslint-config-wikimedia": "0.15.0",
"grunt": "1.0.4",
"grunt-banana-checker": "0.8.1",
"grunt-eslint": "21.0.0",
"grunt-stylelint": "0.11.1",
"stylelint-config-wikimedia": "0.6.0"
"grunt-eslint": "22.0.0",
"grunt-stylelint": "0.13.0",
"stylelint-config-wikimedia": "0.8.0"
}
}