mediawiki/extensions/SearchThumbs: main (log #562716)

sourcepatches

This run took 17 seconds.

From ee868298f5bb4f3b2f7805e112f28646181a232d Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Thu, 30 Dec 2021 14:56:33 +0000
Subject: [PATCH] [DNM] there are no updates

Change-Id: Iae326287378d3998cce89e9386bfce625b96e7d6
---
 .eslintrc.json | 2 +-
 .phpcs.xml     | 2 +-
 Gruntfile.js   | 1 -
 composer.json  | 5 +++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.eslintrc.json b/.eslintrc.json
index c498c3d..96060c6 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -1,7 +1,7 @@
 {
 	"root": true,
 	"extends": [
-		"wikimedia/client",
+		"wikimedia/client-es5",
 		"wikimedia/jquery",
 		"wikimedia/mediawiki"
 	]
diff --git a/.phpcs.xml b/.phpcs.xml
index 37d9809..871c417 100644
--- a/.phpcs.xml
+++ b/.phpcs.xml
@@ -3,6 +3,6 @@
 	<rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki" />
 	<file>.</file>
 	<arg name="bootstrap" value="./vendor/mediawiki/mediawiki-codesniffer/utils/bootstrap-ci.php"/>
-	<arg name="extensions" value="php,php5,inc"/>
+	<arg name="extensions" value="php"/>
 	<arg name="encoding" value="UTF-8"/>
 </ruleset>
diff --git a/Gruntfile.js b/Gruntfile.js
index a2f8d53..caa8971 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -10,7 +10,6 @@ module.exports = function ( grunt ) {
 		banana: conf.MessagesDirs,
 		eslint: {
 			options: {
-				extensions: [ '.js', '.json' ],
 				cache: true
 			},
 			all: [
diff --git a/composer.json b/composer.json
index 89ef185..b084e32 100644
--- a/composer.json
+++ b/composer.json
@@ -8,12 +8,13 @@
 	"scripts": {
 		"test": [
 			"parallel-lint . --exclude vendor --exclude node_modules",
-			"phpcs -p -s",
+			"@phpcs",
 			"minus-x check ."
 		],
 		"fix": [
 			"minus-x fix .",
 			"phpcbf"
-		]
+		],
+		"phpcs": "phpcs -sp --cache"
 	}
 }
-- 
2.20.1

**purged**
Source code is licensed under the AGPL.