build: Updating dependencies

composer:
* mediawiki/mediawiki-codesniffer: 31.0.0 → 38.0.0

npm:
* async: 3.2.0 → 3.2.3
  * https://github.com/advisories/GHSA-fwr7-v2mv-hh25
* nomnom: 1.8.1 → 1.8.1
  * https://github.com/advisories/GHSA-cf4h-3jhx-xvhq
* underscore: 1.6.0 → 1.6.0
  * https://github.com/advisories/GHSA-cf4h-3jhx-xvhq

Additional changes:
* Set `name` in package.json.
* composer.json: Updated phpcs command in composer test (T280592).
* composer.json: Added phpcs command to scripts (T280592).

Change-Id: I5b2b8d2d95e442c1f01eee42a45b12401f480281
This commit is contained in:
libraryupgrader 2022-04-14 14:20:03 +00:00
parent 19703c5638
commit 2c477a969c
3 changed files with 1227 additions and 9 deletions

View file

@ -1,6 +1,6 @@
{
"require-dev": {
"mediawiki/mediawiki-codesniffer": "31.0.0",
"mediawiki/mediawiki-codesniffer": "38.0.0",
"mediawiki/minus-x": "1.1.0",
"php-parallel-lint/php-console-highlighter": "0.5.0",
"php-parallel-lint/php-parallel-lint": "1.2.0"
@ -9,11 +9,12 @@
"test": [
"parallel-lint . --exclude vendor --exclude node_modules",
"minus-x check .",
"phpcs -p -s"
"@phpcs"
],
"fix": [
"minus-x fix .",
"phpcbf"
]
],
"phpcs": "phpcs -sp --cache"
}
}

1228
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,4 +1,5 @@
{
"name": "Description2",
"private": true,
"scripts": {
"test": "grunt test"