build: Updating dependencies

composer:
* mediawiki/mediawiki-codesniffer: 38.0.0 → 39.0.0
* php-parallel-lint/php-console-highlighter: 0.5.0 → 1.0.0
* php-parallel-lint/php-parallel-lint: 1.3.1 → 1.3.2

npm:
* grunt-eslint: 23.0.0 → 24.0.0

Change-Id: I426c1f103cbfce83d09ceefc71eb87c3691818eb
This commit is contained in:
libraryupgrader 2022-05-20 23:02:09 +00:00
parent 7fa71f5e78
commit 790e23f9bb
3 changed files with 337 additions and 899 deletions

View file

@ -1,9 +1,9 @@
{ {
"require-dev": { "require-dev": {
"mediawiki/mediawiki-codesniffer": "38.0.0", "mediawiki/mediawiki-codesniffer": "39.0.0",
"mediawiki/minus-x": "1.1.1", "mediawiki/minus-x": "1.1.1",
"php-parallel-lint/php-console-highlighter": "0.5.0", "php-parallel-lint/php-console-highlighter": "1.0.0",
"php-parallel-lint/php-parallel-lint": "1.3.1" "php-parallel-lint/php-parallel-lint": "1.3.2"
}, },
"scripts": { "scripts": {
"fix": [ "fix": [

1228
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -8,6 +8,6 @@
"eslint-config-wikimedia": "0.22.1", "eslint-config-wikimedia": "0.22.1",
"grunt": "1.5.2", "grunt": "1.5.2",
"grunt-banana-checker": "0.9.0", "grunt-banana-checker": "0.9.0",
"grunt-eslint": "23.0.0" "grunt-eslint": "24.0.0"
} }
} }