build: Updating dependencies

composer:
* mediawiki/minus-x: 0.3.1 → 0.3.2

npm:
* grunt-banana-checker: 0.6.0 → 0.8.1

Additional changes:
* Added .eslintcache to .gitignore.

Change-Id: Id576027984508fe85d630bdb60b8253b3ec530fb
This commit is contained in:
libraryupgrader 2019-12-15 13:41:26 +00:00
parent 1441672cfe
commit e87ee45f6f
3 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
"jakub-onderka/php-parallel-lint": "1.0.0",
"mediawiki/mediawiki-codesniffer": "28.0.0",
"jakub-onderka/php-console-highlighter": "0.3.2",
"mediawiki/minus-x": "0.3.1"
"mediawiki/minus-x": "0.3.2"
},
"scripts": {
"test": [

6
package-lock.json generated
View file

@ -1721,9 +1721,9 @@
}
},
"grunt-banana-checker": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.6.0.tgz",
"integrity": "sha1-ZJpnd0AABJ4uwMSyrBSJFYZOsg8=",
"version": "0.8.1",
"resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.8.1.tgz",
"integrity": "sha512-fx3lqZZFL9EihNI4BpwNmcjsb5tCVfa/xWVXLT3fipSOrLr/BsWdAUTltscTx55/tSwSR8VbJOulI00e1WTtoA==",
"dev": true
},
"grunt-eslint": {

View file

@ -7,7 +7,7 @@
"eslint-config-wikimedia": "0.8.1",
"eslint-plugin-qunit": "3.3.1",
"grunt": "1.0.4",
"grunt-banana-checker": "0.6.0",
"grunt-banana-checker": "0.8.1",
"grunt-eslint": "21.0.0",
"grunt-jsonlint": "1.1.0",
"grunt-stylelint": "0.11.1",