mediawiki/extensions/WikispeechSpeechDataCollector: main (log #1198992)

sourcepatches

This run took 40 seconds.

From 2ce143b8b13e0ac6246c4825d30b11013c2aa51b Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Tue, 26 Mar 2024 17:07:35 +0000
Subject: [PATCH] build: Updating dependencies
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

composer:
* mediawiki/mediawiki-codesniffer: 41.0.0 → 43.0.0
* mediawiki/mediawiki-phan-config: 0.12.1 → 0.14.0

npm:
* jsdoc: 3.6.11 → 4.0.2

Change-Id: I103e0258bb5cf478768c542c6c0bb62d44132bbf
---
 composer.json                                 |  9 ++-
 package-lock.json                             | 67 +++++++++++--------
 package.json                                  |  2 +-
 .../RecordingAnnotationEqualsConstraint.php   |  2 +-
 4 files changed, 47 insertions(+), 33 deletions(-)

diff --git a/composer.json b/composer.json
index 3e19ffe..674423f 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
 {
 	"require-dev": {
-		"mediawiki/mediawiki-codesniffer": "41.0.0",
-		"mediawiki/mediawiki-phan-config": "0.12.1",
+		"mediawiki/mediawiki-codesniffer": "43.0.0",
+		"mediawiki/mediawiki-phan-config": "0.14.0",
 		"mediawiki/minus-x": "1.1.1",
 		"php-parallel-lint/php-console-highlighter": "1.0.0",
 		"php-parallel-lint/php-parallel-lint": "1.3.2"
@@ -21,5 +21,10 @@
 		],
 		"phan": "phan -d . --long-progress-bar",
 		"phpcs": "phpcs -sp --cache"
+	},
+	"config": {
+		"allow-plugins": {
+			"dealerdirect/phpcodesniffer-composer-installer": true
+		}
 	}
 }
diff --git a/package-lock.json b/package-lock.json
index 7c114f3..b6e2d63 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11,7 +11,7 @@
 				"grunt-banana-checker": "0.11.1",
 				"grunt-eslint": "24.3.0",
 				"grunt-stylelint": "0.19.0",
-				"jsdoc": "3.6.11",
+				"jsdoc": "4.0.2",
 				"stylelint-config-wikimedia": "0.16.1"
 			}
 		},
@@ -61,9 +61,9 @@
 			}
 		},
 		"node_modules/@babel/parser": {
-			"version": "7.20.3",
-			"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.3.tgz",
-			"integrity": "sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==",
+			"version": "7.24.1",
+			"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.1.tgz",
+			"integrity": "sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==",
 			"dev": true,
 			"bin": {
 				"parser": "bin/babel-parser.js"
@@ -291,6 +291,18 @@
 			"integrity": "sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==",
 			"dev": true
 		},
+		"node_modules/@jsdoc/salty": {
+			"version": "0.2.7",
+			"resolved": "https://registry.npmjs.org/@jsdoc/salty/-/salty-0.2.7.tgz",
+			"integrity": "sha512-mh8LbS9d4Jq84KLw8pzho7XC2q2/IJGiJss3xwRoLD1A+EE16SjN4PfaG4jRCzKegTFLlN0Zd8SdUPE6XdoPFg==",
+			"dev": true,
+			"dependencies": {
+				"lodash": "^4.17.21"
+			},
+			"engines": {
+				"node": ">=v12.0.0"
+			}
+		},
 		"node_modules/@mdn/browser-compat-data": {
 			"version": "5.5.10",
 			"resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-5.5.10.tgz",
@@ -3180,12 +3192,13 @@
 			}
 		},
 		"node_modules/jsdoc": {
-			"version": "3.6.11",
-			"resolved": "https://registry.npmjs.org/jsdoc/-/jsdoc-3.6.11.tgz",
-			"integrity": "sha512-8UCU0TYeIYD9KeLzEcAu2q8N/mx9O3phAGl32nmHlE0LpaJL71mMkP4d+QE5zWfNt50qheHtOZ0qoxVrsX5TUg==",
+			"version": "4.0.2",
+			"resolved": "https://registry.npmjs.org/jsdoc/-/jsdoc-4.0.2.tgz",
+			"integrity": "sha512-e8cIg2z62InH7azBBi3EsSEqrKx+nUtAS5bBcYTSpZFA+vhNPyhv8PTFZ0WsjOPDj04/dOLlm08EDcQJDqaGQg==",
 			"dev": true,
 			"dependencies": {
-				"@babel/parser": "^7.9.4",
+				"@babel/parser": "^7.20.15",
+				"@jsdoc/salty": "^0.2.1",
 				"@types/markdown-it": "^12.2.3",
 				"bluebird": "^3.7.2",
 				"catharsis": "^0.9.0",
@@ -3198,7 +3211,6 @@
 				"mkdirp": "^1.0.4",
 				"requizzle": "^0.2.3",
 				"strip-json-comments": "^3.1.0",
-				"taffydb": "2.6.2",
 				"underscore": "~1.13.2"
 			},
 			"bin": {
@@ -5290,12 +5302,6 @@
 			"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
 			"dev": true
 		},
-		"node_modules/taffydb": {
-			"version": "2.6.2",
-			"resolved": "https://registry.npmjs.org/taffydb/-/taffydb-2.6.2.tgz",
-			"integrity": "sha512-y3JaeRSplks6NYQuCOj3ZFMO3j60rTwbuKCvZxsAraGYH2epusatvZ0baZYA01WsGqJBq/Dl6vOrMUJqyMj8kA==",
-			"dev": true
-		},
 		"node_modules/text-table": {
 			"version": "0.2.0",
 			"resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
@@ -5773,9 +5779,9 @@
 			}
 		},
 		"@babel/parser": {
-			"version": "7.20.3",
-			"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.3.tgz",
-			"integrity": "sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==",
+			"version": "7.24.1",
+			"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.1.tgz",
+			"integrity": "sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==",
 			"dev": true
 		},
 		"@csstools/css-parser-algorithms": {
@@ -5903,6 +5909,15 @@
 			"integrity": "sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==",
 			"dev": true
 		},
+		"@jsdoc/salty": {
+			"version": "0.2.7",
+			"resolved": "https://registry.npmjs.org/@jsdoc/salty/-/salty-0.2.7.tgz",
+			"integrity": "sha512-mh8LbS9d4Jq84KLw8pzho7XC2q2/IJGiJss3xwRoLD1A+EE16SjN4PfaG4jRCzKegTFLlN0Zd8SdUPE6XdoPFg==",
+			"dev": true,
+			"requires": {
+				"lodash": "^4.17.21"
+			}
+		},
 		"@mdn/browser-compat-data": {
 			"version": "5.5.10",
 			"resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-5.5.10.tgz",
@@ -8017,12 +8032,13 @@
 			}
 		},
 		"jsdoc": {
-			"version": "3.6.11",
-			"resolved": "https://registry.npmjs.org/jsdoc/-/jsdoc-3.6.11.tgz",
-			"integrity": "sha512-8UCU0TYeIYD9KeLzEcAu2q8N/mx9O3phAGl32nmHlE0LpaJL71mMkP4d+QE5zWfNt50qheHtOZ0qoxVrsX5TUg==",
+			"version": "4.0.2",
+			"resolved": "https://registry.npmjs.org/jsdoc/-/jsdoc-4.0.2.tgz",
+			"integrity": "sha512-e8cIg2z62InH7azBBi3EsSEqrKx+nUtAS5bBcYTSpZFA+vhNPyhv8PTFZ0WsjOPDj04/dOLlm08EDcQJDqaGQg==",
 			"dev": true,
 			"requires": {
-				"@babel/parser": "^7.9.4",
+				"@babel/parser": "^7.20.15",
+				"@jsdoc/salty": "^0.2.1",
 				"@types/markdown-it": "^12.2.3",
 				"bluebird": "^3.7.2",
 				"catharsis": "^0.9.0",
@@ -8035,7 +8051,6 @@
 				"mkdirp": "^1.0.4",
 				"requizzle": "^0.2.3",
 				"strip-json-comments": "^3.1.0",
-				"taffydb": "2.6.2",
 				"underscore": "~1.13.2"
 			},
 			"dependencies": {
@@ -9609,12 +9624,6 @@
 				}
 			}
 		},
-		"taffydb": {
-			"version": "2.6.2",
-			"resolved": "https://registry.npmjs.org/taffydb/-/taffydb-2.6.2.tgz",
-			"integrity": "sha512-y3JaeRSplks6NYQuCOj3ZFMO3j60rTwbuKCvZxsAraGYH2epusatvZ0baZYA01WsGqJBq/Dl6vOrMUJqyMj8kA==",
-			"dev": true
-		},
 		"text-table": {
 			"version": "0.2.0",
 			"resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
diff --git a/package.json b/package.json
index a278933..982d79b 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,7 @@
 		"grunt-banana-checker": "0.11.1",
 		"grunt-eslint": "24.3.0",
 		"grunt-stylelint": "0.19.0",
-		"jsdoc": "3.6.11",
+		"jsdoc": "4.0.2",
 		"stylelint-config-wikimedia": "0.16.1"
 	}
 }
diff --git a/tests/phpunit/Domain/RecordingAnnotationEqualsConstraint.php b/tests/phpunit/Domain/RecordingAnnotationEqualsConstraint.php
index 9ff148e..6361ae2 100644
--- a/tests/phpunit/Domain/RecordingAnnotationEqualsConstraint.php
+++ b/tests/phpunit/Domain/RecordingAnnotationEqualsConstraint.php
@@ -164,7 +164,7 @@ class RecordingAnnotationEqualsConstraint extends Constraint {
 		$actual
 	) {
 		$this->matchIsSame( 'start', $expected->getStart(), $actual->getStart() );
-		$this->matchIsSame( 'end',	$expected->getEnd(), $actual->getEnd() );
+		$this->matchIsSame( 'end', $expected->getEnd(), $actual->getEnd() );
 		$this->matchIsSame( 'stereotype', $expected->getStereotype(), $actual->getStereotype() );
 		$this->matchIsSame( 'value', $expected->getValue(), $actual->getValue() );
 	}
-- 
2.39.2

$ date
--- stdout ---
Tue Mar 26 17:07:05 UTC 2024

--- end ---
$ git clone file:///srv/git/mediawiki-extensions-WikispeechSpeechDataCollector.git repo --depth=1 -b master
--- stderr ---
Cloning into 'repo'...
--- stdout ---

--- end ---
$ git config user.name libraryupgrader
--- stdout ---

--- end ---
$ git config user.email tools.libraryupgrader@tools.wmflabs.org
--- stdout ---

--- end ---
$ git submodule update --init
--- stdout ---

--- end ---
$ grr init
--- stdout ---
Installed commit-msg hook.

--- end ---
$ git show-ref refs/heads/master
--- stdout ---
64de1326936659ca6ca68e2dc1ef55ff3fbb5aa4 refs/heads/master

--- end ---
$ /usr/bin/npm audit --json
--- stdout ---
{
  "auditReportVersion": 2,
  "vulnerabilities": {
    "jsdoc": {
      "name": "jsdoc",
      "severity": "high",
      "isDirect": true,
      "via": [
        "taffydb"
      ],
      "effects": [],
      "range": "3.2.0-dev - 3.6.11",
      "nodes": [
        "node_modules/jsdoc"
      ],
      "fixAvailable": {
        "name": "jsdoc",
        "version": "4.0.2",
        "isSemVerMajor": true
      }
    },
    "taffydb": {
      "name": "taffydb",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1089386,
          "name": "taffydb",
          "dependency": "taffydb",
          "title": "TaffyDB can allow access to any data items in the DB",
          "url": "https://github.com/advisories/GHSA-mxhp-79qh-mcx6",
          "severity": "high",
          "cwe": [
            "CWE-20",
            "CWE-668"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
          },
          "range": "<=2.7.3"
        }
      ],
      "effects": [
        "jsdoc"
      ],
      "range": "*",
      "nodes": [
        "node_modules/taffydb"
      ],
      "fixAvailable": {
        "name": "jsdoc",
        "version": "4.0.2",
        "isSemVerMajor": true
      }
    }
  },
  "metadata": {
    "vulnerabilities": {
      "info": 0,
      "low": 0,
      "moderate": 0,
      "high": 2,
      "critical": 0,
      "total": 2
    },
    "dependencies": {
      "prod": 1,
      "dev": 482,
      "optional": 0,
      "peer": 7,
      "peerOptional": 0,
      "total": 482
    }
  }
}

--- end ---
$ /usr/bin/composer install
--- stderr ---
No composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information.
Loading composer repositories with package information
Updating dependencies
Lock file operations: 36 installs, 0 updates, 0 removals
  - Locking composer/pcre (3.1.3)
  - Locking composer/semver (3.3.2)
  - Locking composer/spdx-licenses (1.5.8)
  - Locking composer/xdebug-handler (3.0.3)
  - Locking doctrine/deprecations (1.1.3)
  - Locking felixfbecker/advanced-json-rpc (v3.2.1)
  - Locking mediawiki/mediawiki-codesniffer (v41.0.0)
  - Locking mediawiki/mediawiki-phan-config (0.12.1)
  - Locking mediawiki/minus-x (1.1.1)
  - Locking mediawiki/phan-taint-check-plugin (4.0.0)
  - Locking microsoft/tolerant-php-parser (v0.1.1)
  - Locking netresearch/jsonmapper (v4.4.1)
  - Locking phan/phan (5.4.1)
  - Locking php-parallel-lint/php-console-color (v1.0.1)
  - Locking php-parallel-lint/php-console-highlighter (v1.0.0)
  - Locking php-parallel-lint/php-parallel-lint (v1.3.2)
  - Locking phpdocumentor/reflection-common (2.2.0)
  - Locking phpdocumentor/reflection-docblock (5.3.0)
  - Locking phpdocumentor/type-resolver (1.8.2)
  - Locking phpstan/phpdoc-parser (1.27.0)
  - Locking psr/container (2.0.2)
  - Locking psr/log (2.0.0)
  - Locking sabre/event (5.1.4)
  - Locking squizlabs/php_codesniffer (3.7.2)
  - Locking symfony/console (v5.4.36)
  - Locking symfony/deprecation-contracts (v3.4.0)
  - Locking symfony/polyfill-ctype (v1.29.0)
  - Locking symfony/polyfill-intl-grapheme (v1.29.0)
  - Locking symfony/polyfill-intl-normalizer (v1.29.0)
  - Locking symfony/polyfill-mbstring (v1.29.0)
  - Locking symfony/polyfill-php73 (v1.29.0)
  - Locking symfony/polyfill-php80 (v1.29.0)
  - Locking symfony/service-contracts (v3.4.1)
  - Locking symfony/string (v6.4.4)
  - Locking tysonandre/var_representation_polyfill (0.1.3)
  - Locking webmozart/assert (1.11.0)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 36 installs, 0 updates, 0 removals
    0 [>---------------------------]    0 [->--------------------------]
  - Installing composer/pcre (3.1.3): Extracting archive
  - Installing symfony/polyfill-php80 (v1.29.0): Extracting archive
  - Installing squizlabs/php_codesniffer (3.7.2): Extracting archive
  - Installing symfony/polyfill-mbstring (v1.29.0): Extracting archive
  - Installing composer/spdx-licenses (1.5.8): Extracting archive
  - Installing composer/semver (3.3.2): Extracting archive
  - Installing mediawiki/mediawiki-codesniffer (v41.0.0): Extracting archive
  - Installing tysonandre/var_representation_polyfill (0.1.3): Extracting archive
  - Installing symfony/polyfill-intl-normalizer (v1.29.0): Extracting archive
  - Installing symfony/polyfill-intl-grapheme (v1.29.0): Extracting archive
  - Installing symfony/polyfill-ctype (v1.29.0): Extracting archive
  - Installing symfony/string (v6.4.4): Extracting archive
  - Installing psr/container (2.0.2): Extracting archive
  - Installing symfony/service-contracts (v3.4.1): Extracting archive
  - Installing symfony/polyfill-php73 (v1.29.0): Extracting archive
  - Installing symfony/deprecation-contracts (v3.4.0): Extracting archive
  - Installing symfony/console (v5.4.36): Extracting archive
  - Installing sabre/event (5.1.4): Extracting archive
  - Installing netresearch/jsonmapper (v4.4.1): Extracting archive
  - Installing microsoft/tolerant-php-parser (v0.1.1): Extracting archive
  - Installing webmozart/assert (1.11.0): Extracting archive
  - Installing phpstan/phpdoc-parser (1.27.0): Extracting archive
  - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive
  - Installing doctrine/deprecations (1.1.3): Extracting archive
  - Installing phpdocumentor/type-resolver (1.8.2): Extracting archive
  - Installing phpdocumentor/reflection-docblock (5.3.0): Extracting archive
  - Installing felixfbecker/advanced-json-rpc (v3.2.1): Extracting archive
  - Installing psr/log (2.0.0): Extracting archive
  - Installing composer/xdebug-handler (3.0.3): Extracting archive
  - Installing phan/phan (5.4.1): Extracting archive
  - Installing mediawiki/phan-taint-check-plugin (4.0.0): Extracting archive
  - Installing mediawiki/mediawiki-phan-config (0.12.1): Extracting archive
  - Installing mediawiki/minus-x (1.1.1): Extracting archive
  - Installing php-parallel-lint/php-console-color (v1.0.1): Extracting archive
  - Installing php-parallel-lint/php-console-highlighter (v1.0.0): Extracting archive
  - Installing php-parallel-lint/php-parallel-lint (v1.3.2): Extracting archive
  0/36 [>---------------------------]   0%
 20/36 [===============>------------]  55%
 35/36 [===========================>]  97%
 36/36 [============================] 100%
3 package suggestions were added by new dependencies, use `composer suggest` to see details.
Generating autoload files
15 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
--- stdout ---

--- end ---
Upgrading n:jsdoc from 3.6.11 -> 4.0.2
$ /usr/bin/npm install
--- stderr ---
npm WARN deprecated stylelint-stylistic@0.4.3: This package has been deprecated in favor of @stylistic/stylelint-plugin
--- stdout ---

added 482 packages, and audited 483 packages in 5s

94 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

--- end ---
$ package-lock-lint package-lock.json
--- stdout ---
Checking package-lock.json

--- end ---
$ /usr/bin/npm ci
--- stderr ---
npm WARN deprecated stylelint-stylistic@0.4.3: This package has been deprecated in favor of @stylistic/stylelint-plugin
--- stdout ---

added 482 packages, and audited 483 packages in 5s

94 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

--- end ---
$ /usr/bin/npm test
--- stdout ---

> test
> grunt test

Running "eslint:all" (eslint) task

/src/repo/modules/ext.wikispeech-sdc.recorder.js
  11:1  warning  The type 'LinguaRecorder' is undefined  jsdoc/no-undefined-types
  54:1  warning  The type 'AudioRecord' is undefined     jsdoc/no-undefined-types

✖ 2 problems (0 errors, 2 warnings)


Running "banana:WikispeechSpeechDataCollector" (banana) task
>> 2 message directories checked.

Running "stylelint:all" (stylelint) task
>> Linted 1 files without errors

Done.

--- end ---
Upgrading c:mediawiki/mediawiki-codesniffer from 41.0.0 -> 43.0.0
Upgrading c:mediawiki/mediawiki-phan-config from 0.12.1 -> 0.14.0
$ /usr/bin/composer update
--- stderr ---
Loading composer repositories with package information
Updating dependencies
Lock file operations: 3 installs, 7 updates, 0 removals
  - Upgrading composer/semver (3.3.2 => 3.4.0)
  - Locking dealerdirect/phpcodesniffer-composer-installer (v1.0.0)
  - Upgrading mediawiki/mediawiki-codesniffer (v41.0.0 => v43.0.0)
  - Upgrading mediawiki/mediawiki-phan-config (0.12.1 => 0.14.0)
  - Upgrading mediawiki/phan-taint-check-plugin (4.0.0 => 6.0.0)
  - Upgrading microsoft/tolerant-php-parser (v0.1.1 => v0.1.2)
  - Upgrading phan/phan (5.4.1 => 5.4.3)
  - Locking phpcsstandards/phpcsextra (1.1.2)
  - Locking phpcsstandards/phpcsutils (1.0.9)
  - Upgrading squizlabs/php_codesniffer (3.7.2 => 3.8.1)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 3 installs, 7 updates, 0 removals
    0 [>---------------------------]    0 [->--------------------------]
  - Upgrading squizlabs/php_codesniffer (3.7.2 => 3.8.1): Extracting archive
  - Installing dealerdirect/phpcodesniffer-composer-installer (v1.0.0): Extracting archive
  - Installing phpcsstandards/phpcsutils (1.0.9): Extracting archive
  - Installing phpcsstandards/phpcsextra (1.1.2): Extracting archive
  - Upgrading composer/semver (3.3.2 => 3.4.0): Extracting archive
  - Upgrading mediawiki/mediawiki-codesniffer (v41.0.0 => v43.0.0): Extracting archive
  - Upgrading microsoft/tolerant-php-parser (v0.1.1 => v0.1.2): Extracting archive
  - Upgrading phan/phan (5.4.1 => 5.4.3): Extracting archive
  - Upgrading mediawiki/phan-taint-check-plugin (4.0.0 => 6.0.0): Extracting archive
  - Upgrading mediawiki/mediawiki-phan-config (0.12.1 => 0.14.0): Extracting archive
 0/8 [>---------------------------]   0%
 7/8 [========================>---]  87%
 8/8 [============================] 100%
Generating autoload files
16 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
No security vulnerability advisories found
--- stdout ---
PHP CodeSniffer Config installed_paths set to ../../mediawiki/mediawiki-codesniffer,../../phpcsstandards/phpcsextra,../../phpcsstandards/phpcsutils

--- end ---
set()
Tests fail!
$ vendor/bin/phpcbf
--- stdout ---

PHPCBF RESULT SUMMARY
--------------------------------------------------------------------------------
FILE                                                            FIXED  REMAINING
--------------------------------------------------------------------------------
...ests/phpunit/Domain/RecordingAnnotationEqualsConstraint.php  1      0
--------------------------------------------------------------------------------
A TOTAL OF 1 ERROR WERE FIXED IN 1 FILE
--------------------------------------------------------------------------------

Time: 689ms; Memory: 6MB



--- end ---
$ git checkout .phpcs.xml
--- stderr ---
Updated 1 path from the index
--- stdout ---

--- end ---
$ /usr/bin/composer install
--- stderr ---
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Nothing to install, update or remove
Generating autoload files
16 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
--- stdout ---

--- end ---
$ /usr/bin/composer test
--- stderr ---
> parallel-lint . --exclude vendor --exclude node_modules
> phpcs -sp --cache
> minus-x check .
--- stdout ---
PHP 8.2.7 | 10 parallel jobs
............................................................  60/115 (52 %)
.......................................................      115/115 (100 %)


Checked 115 files in 0.6 seconds
No syntax error found
.......................................................... 58 / 58 (100%)


Time: 452ms; Memory: 24MB

MinusX
======
Processing /src/repo...
.............................................................
.............................................................
.............................................................
...........................................
All good!

--- end ---
$ /usr/bin/npm audit --json
--- stdout ---
{
  "auditReportVersion": 2,
  "vulnerabilities": {},
  "metadata": {
    "vulnerabilities": {
      "info": 0,
      "low": 0,
      "moderate": 0,
      "high": 0,
      "critical": 0,
      "total": 0
    },
    "dependencies": {
      "prod": 1,
      "dev": 482,
      "optional": 0,
      "peer": 7,
      "peerOptional": 0,
      "total": 482
    }
  }
}

--- end ---
$ package-lock-lint package-lock.json
--- stdout ---
Checking package-lock.json

--- end ---
build: Updating dependencies

composer:
* mediawiki/mediawiki-codesniffer: 41.0.0 → 43.0.0
* mediawiki/mediawiki-phan-config: 0.12.1 → 0.14.0

npm:
* jsdoc: 3.6.11 → 4.0.2


$ git add .
--- stdout ---

--- end ---
$ git commit -F /tmp/tmp2ducq8zk
--- stdout ---
[master 2ce143b] build: Updating dependencies
 4 files changed, 47 insertions(+), 33 deletions(-)

--- end ---
$ git format-patch HEAD~1 --stdout
--- stdout ---
From 2ce143b8b13e0ac6246c4825d30b11013c2aa51b Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Tue, 26 Mar 2024 17:07:35 +0000
Subject: [PATCH] build: Updating dependencies
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

composer:
* mediawiki/mediawiki-codesniffer: 41.0.0 → 43.0.0
* mediawiki/mediawiki-phan-config: 0.12.1 → 0.14.0

npm:
* jsdoc: 3.6.11 → 4.0.2

Change-Id: I103e0258bb5cf478768c542c6c0bb62d44132bbf
---
 composer.json                                 |  9 ++-
 package-lock.json                             | 67 +++++++++++--------
 package.json                                  |  2 +-
 .../RecordingAnnotationEqualsConstraint.php   |  2 +-
 4 files changed, 47 insertions(+), 33 deletions(-)

diff --git a/composer.json b/composer.json
index 3e19ffe..674423f 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
 {
 	"require-dev": {
-		"mediawiki/mediawiki-codesniffer": "41.0.0",
-		"mediawiki/mediawiki-phan-config": "0.12.1",
+		"mediawiki/mediawiki-codesniffer": "43.0.0",
+		"mediawiki/mediawiki-phan-config": "0.14.0",
 		"mediawiki/minus-x": "1.1.1",
 		"php-parallel-lint/php-console-highlighter": "1.0.0",
 		"php-parallel-lint/php-parallel-lint": "1.3.2"
@@ -21,5 +21,10 @@
 		],
 		"phan": "phan -d . --long-progress-bar",
 		"phpcs": "phpcs -sp --cache"
+	},
+	"config": {
+		"allow-plugins": {
+			"dealerdirect/phpcodesniffer-composer-installer": true
+		}
 	}
 }
diff --git a/package-lock.json b/package-lock.json
index 7c114f3..b6e2d63 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11,7 +11,7 @@
 				"grunt-banana-checker": "0.11.1",
 				"grunt-eslint": "24.3.0",
 				"grunt-stylelint": "0.19.0",
-				"jsdoc": "3.6.11",
+				"jsdoc": "4.0.2",
 				"stylelint-config-wikimedia": "0.16.1"
 			}
 		},
@@ -61,9 +61,9 @@
 			}
 		},
 		"node_modules/@babel/parser": {
-			"version": "7.20.3",
-			"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.3.tgz",
-			"integrity": "sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==",
+			"version": "7.24.1",
+			"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.1.tgz",
+			"integrity": "sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==",
 			"dev": true,
 			"bin": {
 				"parser": "bin/babel-parser.js"
@@ -291,6 +291,18 @@
 			"integrity": "sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==",
 			"dev": true
 		},
+		"node_modules/@jsdoc/salty": {
+			"version": "0.2.7",
+			"resolved": "https://registry.npmjs.org/@jsdoc/salty/-/salty-0.2.7.tgz",
+			"integrity": "sha512-mh8LbS9d4Jq84KLw8pzho7XC2q2/IJGiJss3xwRoLD1A+EE16SjN4PfaG4jRCzKegTFLlN0Zd8SdUPE6XdoPFg==",
+			"dev": true,
+			"dependencies": {
+				"lodash": "^4.17.21"
+			},
+			"engines": {
+				"node": ">=v12.0.0"
+			}
+		},
 		"node_modules/@mdn/browser-compat-data": {
 			"version": "5.5.10",
 			"resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-5.5.10.tgz",
@@ -3180,12 +3192,13 @@
 			}
 		},
 		"node_modules/jsdoc": {
-			"version": "3.6.11",
-			"resolved": "https://registry.npmjs.org/jsdoc/-/jsdoc-3.6.11.tgz",
-			"integrity": "sha512-8UCU0TYeIYD9KeLzEcAu2q8N/mx9O3phAGl32nmHlE0LpaJL71mMkP4d+QE5zWfNt50qheHtOZ0qoxVrsX5TUg==",
+			"version": "4.0.2",
+			"resolved": "https://registry.npmjs.org/jsdoc/-/jsdoc-4.0.2.tgz",
+			"integrity": "sha512-e8cIg2z62InH7azBBi3EsSEqrKx+nUtAS5bBcYTSpZFA+vhNPyhv8PTFZ0WsjOPDj04/dOLlm08EDcQJDqaGQg==",
 			"dev": true,
 			"dependencies": {
-				"@babel/parser": "^7.9.4",
+				"@babel/parser": "^7.20.15",
+				"@jsdoc/salty": "^0.2.1",
 				"@types/markdown-it": "^12.2.3",
 				"bluebird": "^3.7.2",
 				"catharsis": "^0.9.0",
@@ -3198,7 +3211,6 @@
 				"mkdirp": "^1.0.4",
 				"requizzle": "^0.2.3",
 				"strip-json-comments": "^3.1.0",
-				"taffydb": "2.6.2",
 				"underscore": "~1.13.2"
 			},
 			"bin": {
@@ -5290,12 +5302,6 @@
 			"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
 			"dev": true
 		},
-		"node_modules/taffydb": {
-			"version": "2.6.2",
-			"resolved": "https://registry.npmjs.org/taffydb/-/taffydb-2.6.2.tgz",
-			"integrity": "sha512-y3JaeRSplks6NYQuCOj3ZFMO3j60rTwbuKCvZxsAraGYH2epusatvZ0baZYA01WsGqJBq/Dl6vOrMUJqyMj8kA==",
-			"dev": true
-		},
 		"node_modules/text-table": {
 			"version": "0.2.0",
 			"resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
@@ -5773,9 +5779,9 @@
 			}
 		},
 		"@babel/parser": {
-			"version": "7.20.3",
-			"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.3.tgz",
-			"integrity": "sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==",
+			"version": "7.24.1",
+			"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.1.tgz",
+			"integrity": "sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==",
 			"dev": true
 		},
 		"@csstools/css-parser-algorithms": {
@@ -5903,6 +5909,15 @@
 			"integrity": "sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==",
 			"dev": true
 		},
+		"@jsdoc/salty": {
+			"version": "0.2.7",
+			"resolved": "https://registry.npmjs.org/@jsdoc/salty/-/salty-0.2.7.tgz",
+			"integrity": "sha512-mh8LbS9d4Jq84KLw8pzho7XC2q2/IJGiJss3xwRoLD1A+EE16SjN4PfaG4jRCzKegTFLlN0Zd8SdUPE6XdoPFg==",
+			"dev": true,
+			"requires": {
+				"lodash": "^4.17.21"
+			}
+		},
 		"@mdn/browser-compat-data": {
 			"version": "5.5.10",
 			"resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-5.5.10.tgz",
@@ -8017,12 +8032,13 @@
 			}
 		},
 		"jsdoc": {
-			"version": "3.6.11",
-			"resolved": "https://registry.npmjs.org/jsdoc/-/jsdoc-3.6.11.tgz",
-			"integrity": "sha512-8UCU0TYeIYD9KeLzEcAu2q8N/mx9O3phAGl32nmHlE0LpaJL71mMkP4d+QE5zWfNt50qheHtOZ0qoxVrsX5TUg==",
+			"version": "4.0.2",
+			"resolved": "https://registry.npmjs.org/jsdoc/-/jsdoc-4.0.2.tgz",
+			"integrity": "sha512-e8cIg2z62InH7azBBi3EsSEqrKx+nUtAS5bBcYTSpZFA+vhNPyhv8PTFZ0WsjOPDj04/dOLlm08EDcQJDqaGQg==",
 			"dev": true,
 			"requires": {
-				"@babel/parser": "^7.9.4",
+				"@babel/parser": "^7.20.15",
+				"@jsdoc/salty": "^0.2.1",
 				"@types/markdown-it": "^12.2.3",
 				"bluebird": "^3.7.2",
 				"catharsis": "^0.9.0",
@@ -8035,7 +8051,6 @@
 				"mkdirp": "^1.0.4",
 				"requizzle": "^0.2.3",
 				"strip-json-comments": "^3.1.0",
-				"taffydb": "2.6.2",
 				"underscore": "~1.13.2"
 			},
 			"dependencies": {
@@ -9609,12 +9624,6 @@
 				}
 			}
 		},
-		"taffydb": {
-			"version": "2.6.2",
-			"resolved": "https://registry.npmjs.org/taffydb/-/taffydb-2.6.2.tgz",
-			"integrity": "sha512-y3JaeRSplks6NYQuCOj3ZFMO3j60rTwbuKCvZxsAraGYH2epusatvZ0baZYA01WsGqJBq/Dl6vOrMUJqyMj8kA==",
-			"dev": true
-		},
 		"text-table": {
 			"version": "0.2.0",
 			"resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
diff --git a/package.json b/package.json
index a278933..982d79b 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,7 @@
 		"grunt-banana-checker": "0.11.1",
 		"grunt-eslint": "24.3.0",
 		"grunt-stylelint": "0.19.0",
-		"jsdoc": "3.6.11",
+		"jsdoc": "4.0.2",
 		"stylelint-config-wikimedia": "0.16.1"
 	}
 }
diff --git a/tests/phpunit/Domain/RecordingAnnotationEqualsConstraint.php b/tests/phpunit/Domain/RecordingAnnotationEqualsConstraint.php
index 9ff148e..6361ae2 100644
--- a/tests/phpunit/Domain/RecordingAnnotationEqualsConstraint.php
+++ b/tests/phpunit/Domain/RecordingAnnotationEqualsConstraint.php
@@ -164,7 +164,7 @@ class RecordingAnnotationEqualsConstraint extends Constraint {
 		$actual
 	) {
 		$this->matchIsSame( 'start', $expected->getStart(), $actual->getStart() );
-		$this->matchIsSame( 'end',	$expected->getEnd(), $actual->getEnd() );
+		$this->matchIsSame( 'end', $expected->getEnd(), $actual->getEnd() );
 		$this->matchIsSame( 'stereotype', $expected->getStereotype(), $actual->getStereotype() );
 		$this->matchIsSame( 'value', $expected->getValue(), $actual->getValue() );
 	}
-- 
2.39.2


--- end ---
Source code is licensed under the AGPL.