build: Updating npm dependencies

* eslint-config-wikimedia: 0.16.2 → 0.17.0
  The following rules are failing and were disabled:
  * no-shadow

* grunt: 1.2.1 → 1.3.0

Change-Id: I35acdb64081ede997f799ac57624403d1e83ec11
This commit is contained in:
libraryupgrader
2020-09-05 01:20:48 +00:00
parent bf82aae870
commit da796db073
3 changed files with 405 additions and 259 deletions

View File

@@ -7,6 +7,7 @@
], ],
"rules": { "rules": {
"no-jquery/no-global-selector": "off", "no-jquery/no-global-selector": "off",
"mediawiki/class-doc": "warn" "mediawiki/class-doc": "warn",
"no-shadow": "warn"
} }
} }

657
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -4,8 +4,8 @@
"test": "grunt test" "test": "grunt test"
}, },
"devDependencies": { "devDependencies": {
"eslint-config-wikimedia": "0.16.2", "eslint-config-wikimedia": "0.17.0",
"grunt": "1.2.1", "grunt": "1.3.0",
"grunt-banana-checker": "0.9.0", "grunt-banana-checker": "0.9.0",
"grunt-eslint": "23.0.0", "grunt-eslint": "23.0.0",
"grunt-stylelint": "0.15.0", "grunt-stylelint": "0.15.0",