mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-13 17:37:07 +00:00
65eb8a1be6
* @wdio/cli: 7.16.4 → 7.19.7 * @wdio/local-runner: 7.16.4 → 7.19.7 * @wdio/sync: 7.16.4 → 7.19.7 * jsdoc: 3.6.7 → 3.6.10 * ansi-regex: 5.0.1 → 5.0.1 * https://github.com/advisories/GHSA-93q8-gq69-wqmw * https://github.com/advisories/GHSA-93q8-gq69-wqmw * async: 3.2.2 → 3.2.3 * https://github.com/advisories/GHSA-fwr7-v2mv-hh25 * jake: 10.8.2 → 10.8.5 * https://github.com/advisories/GHSA-fwr7-v2mv-hh25 * json-schema: 0.2.3 → 0.4.0 * https://github.com/advisories/GHSA-896r-f27r-55mw * jsprim: 1.4.1 → 1.4.2 * https://github.com/advisories/GHSA-896r-f27r-55mw * minimist: 1.2.5 → 1.2.6 * https://github.com/advisories/GHSA-xvch-5gv4-984h * mocha: 9.1.3 → 9.2.2 * https://github.com/advisories/GHSA-qrpm-p2h7-hrv2 * nanoid: 3.1.25 → 3.3.1 * https://github.com/advisories/GHSA-qrpm-p2h7-hrv2 * shelljs: 0.8.4 → 0.8.5 * https://github.com/advisories/GHSA-64g7-mvw6-v9qj * url-parse: 1.5.3 → 1.5.10 * https://github.com/advisories/GHSA-jf5r-8hm2-f872 * https://github.com/advisories/GHSA-hgjh-723h-mx2j * https://github.com/advisories/GHSA-rqff-837h-mm52 * https://github.com/advisories/GHSA-8v38-pw62-9cw2 Additional changes: * Set `name` in package.json. * .gitignore: Added .phpunit.result.cache (T242727). Change-Id: I1c8737cd7d0a8c9c8587e80e921346b601d0b493
26 lines
675 B
JSON
26 lines
675 B
JSON
{
|
|
"require-dev": {
|
|
"johnkary/phpunit-speedtrap": "^3.1",
|
|
"mediawiki/mediawiki-codesniffer": "38.0.0",
|
|
"mediawiki/mediawiki-phan-config": "0.11.0",
|
|
"mediawiki/minus-x": "1.1.1",
|
|
"php-parallel-lint/php-console-highlighter": "0.5.0",
|
|
"php-parallel-lint/php-parallel-lint": "1.3.1",
|
|
"phpunit/phpunit": "^8.5.0"
|
|
},
|
|
"scripts": {
|
|
"test": [
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
|
"@phpcs",
|
|
"minus-x check ."
|
|
],
|
|
"fix": [
|
|
"minus-x fix .",
|
|
"phpcbf"
|
|
],
|
|
"test:size": "phpunit -c ../../phpunit.xml.dist tests/phpunit/structure/BundleSizeTest.php",
|
|
"phan": "phan -d . --long-progress-bar",
|
|
"phpcs": "phpcs -sp --cache"
|
|
}
|
|
}
|