mediawiki/extensions/UploadWizard: main (log #1107595)

sourcepatches

This run took 33 seconds.

$ date
--- stdout ---
Wed Feb  7 13:07:30 UTC 2024

--- end ---
$ git clone file:///srv/git/mediawiki-extensions-UploadWizard.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 ---
c1d13431c84d8ee31f91ce1a5330298b48441389 refs/heads/master

--- end ---
$ /usr/bin/npm audit --json --legacy-peer-deps
--- stdout ---
{
  "auditReportVersion": 2,
  "vulnerabilities": {
    "debug": {
      "name": "debug",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1094220,
          "name": "debug",
          "dependency": "debug",
          "title": "Regular Expression Denial of Service in debug",
          "url": "https://github.com/advisories/GHSA-gxpj-cx7g-858c",
          "severity": "moderate",
          "cwe": [
            "CWE-400"
          ],
          "cvss": {
            "score": 5.3,
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
          },
          "range": ">=3.2.0 <3.2.7"
        }
      ],
      "effects": [],
      "range": "3.2.0 - 3.2.6",
      "nodes": [
        "node_modules/tiny-lr/node_modules/debug"
      ],
      "fixAvailable": true
    }
  },
  "metadata": {
    "vulnerabilities": {
      "info": 0,
      "low": 0,
      "moderate": 1,
      "high": 0,
      "critical": 0,
      "total": 1
    },
    "dependencies": {
      "prod": 1,
      "dev": 469,
      "optional": 0,
      "peer": 7,
      "peerOptional": 0,
      "total": 469
    }
  }
}

--- end ---
$ /usr/bin/composer install
--- stderr ---
No lock file found. Updating dependencies instead of installing from lock file. Use composer update over composer install if you do not have a lock file.
Loading composer repositories with package information
Updating dependencies
Lock file operations: 36 installs, 0 updates, 0 removals
  - Locking composer/pcre (3.1.1)
  - 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.13.0)
  - Locking mediawiki/minus-x (1.1.1)
  - Locking mediawiki/phan-taint-check-plugin (5.0.0)
  - Locking microsoft/tolerant-php-parser (v0.1.2)
  - Locking netresearch/jsonmapper (v4.4.1)
  - Locking phan/phan (5.4.2)
  - 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.0)
  - Locking phpstan/phpdoc-parser (1.25.0)
  - Locking psr/container (1.1.2)
  - Locking psr/log (1.1.4)
  - Locking sabre/event (5.1.4)
  - Locking squizlabs/php_codesniffer (3.7.2)
  - Locking symfony/console (v5.4.35)
  - Locking symfony/deprecation-contracts (v2.5.2)
  - 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 (v2.5.2)
  - Locking symfony/string (v5.4.35)
  - 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 [->--------------------------]    0 [--->------------------------]  - Installing composer/pcre (3.1.1): 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 (v5.4.35): Extracting archive
  - Installing symfony/deprecation-contracts (v2.5.2): Extracting archive
  - Installing psr/container (1.1.2): Extracting archive
  - Installing symfony/service-contracts (v2.5.2): Extracting archive
  - Installing symfony/polyfill-php73 (v1.29.0): Extracting archive
  - Installing symfony/console (v5.4.35): 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.2): Extracting archive
  - Installing webmozart/assert (1.11.0): Extracting archive
  - Installing phpstan/phpdoc-parser (1.25.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.0): Extracting archive
  - Installing phpdocumentor/reflection-docblock (5.3.0): Extracting archive
  - Installing felixfbecker/advanced-json-rpc (v3.2.1): Extracting archive
  - Installing psr/log (1.1.4): Extracting archive
  - Installing composer/xdebug-handler (3.0.3): Extracting archive
  - Installing phan/phan (5.4.2): Extracting archive
  - Installing mediawiki/phan-taint-check-plugin (5.0.0): Extracting archive
  - Installing mediawiki/mediawiki-phan-config (0.13.0): 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/27 [>---------------------------]   0%
 10/27 [==========>-----------------]  37%
 19/27 [===================>--------]  70%
 26/27 [==========================>-]  96%
 27/27 [============================] 100%4 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 c:mediawiki/mediawiki-phan-config from 0.13.0 -> 0.14.0
$ /usr/bin/composer update
--- stderr ---
Loading composer repositories with package information
Updating dependencies
Lock file operations: 0 installs, 3 updates, 0 removals
  - Upgrading mediawiki/mediawiki-phan-config (0.13.0 => 0.14.0)
  - Upgrading mediawiki/phan-taint-check-plugin (5.0.0 => 6.0.0)
  - Upgrading phan/phan (5.4.2 => 5.4.3)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 3 updates, 0 removals
    0 [>---------------------------]    0 [->--------------------------]    0 [--->------------------------]  - Upgrading phan/phan (5.4.2 => 5.4.3): Extracting archive
  - Upgrading mediawiki/phan-taint-check-plugin (5.0.0 => 6.0.0): Extracting archive
  - Upgrading mediawiki/mediawiki-phan-config (0.13.0 => 0.14.0): Extracting archive
 0/3 [>---------------------------]   0%
 3/3 [============================] 100%Generating autoload files
15 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
--- 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
15 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 7.4.33 | 10 parallel jobs
.........................                                    25/25 (100 %)


Checked 25 files in 0.1 seconds
No syntax error found
......................... 25 / 25 (100%)


Time: 57ms; Memory: 8MB

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

--- end ---
$ /usr/bin/npm audit --json --legacy-peer-deps
--- stdout ---
{
  "auditReportVersion": 2,
  "vulnerabilities": {
    "debug": {
      "name": "debug",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1094220,
          "name": "debug",
          "dependency": "debug",
          "title": "Regular Expression Denial of Service in debug",
          "url": "https://github.com/advisories/GHSA-gxpj-cx7g-858c",
          "severity": "moderate",
          "cwe": [
            "CWE-400"
          ],
          "cvss": {
            "score": 5.3,
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
          },
          "range": ">=3.2.0 <3.2.7"
        }
      ],
      "effects": [],
      "range": "3.2.0 - 3.2.6",
      "nodes": [
        "node_modules/tiny-lr/node_modules/debug"
      ],
      "fixAvailable": true
    }
  },
  "metadata": {
    "vulnerabilities": {
      "info": 0,
      "low": 0,
      "moderate": 1,
      "high": 0,
      "critical": 0,
      "total": 1
    },
    "dependencies": {
      "prod": 1,
      "dev": 469,
      "optional": 0,
      "peer": 7,
      "peerOptional": 0,
      "total": 469
    }
  }
}

--- end ---
Attempting to npm audit fix
$ /usr/bin/npm audit fix --dry-run --only=dev --json --legacy-peer-deps
--- stderr ---
npm WARN invalid config only="dev" set in command line options
npm WARN invalid config Must be one of: null, prod, production
--- stdout ---
{
  "added": 462,
  "removed": 0,
  "changed": 0,
  "audited": 463,
  "funding": 98,
  "audit": {
    "auditReportVersion": 2,
    "vulnerabilities": {
      "debug": {
        "name": "debug",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          {
            "source": 1094220,
            "name": "debug",
            "dependency": "debug",
            "title": "Regular Expression Denial of Service in debug",
            "url": "https://github.com/advisories/GHSA-gxpj-cx7g-858c",
            "severity": "moderate",
            "cwe": [
              "CWE-400"
            ],
            "cvss": {
              "score": 5.3,
              "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
            },
            "range": ">=3.2.0 <3.2.7"
          }
        ],
        "effects": [],
        "range": "3.2.0 - 3.2.6",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      }
    },
    "metadata": {
      "vulnerabilities": {
        "info": 0,
        "low": 0,
        "moderate": 1,
        "high": 0,
        "critical": 0,
        "total": 1
      },
      "dependencies": {
        "prod": 1,
        "dev": 462,
        "optional": 0,
        "peer": 0,
        "peerOptional": 0,
        "total": 462
      }
    }
  }
}

--- end ---
{"added": 462, "removed": 0, "changed": 0, "audited": 463, "funding": 98, "audit": {"auditReportVersion": 2, "vulnerabilities": {"debug": {"name": "debug", "severity": "moderate", "isDirect": false, "via": [{"source": 1094220, "name": "debug", "dependency": "debug", "title": "Regular Expression Denial of Service in debug", "url": "https://github.com/advisories/GHSA-gxpj-cx7g-858c", "severity": "moderate", "cwe": ["CWE-400"], "cvss": {"score": 5.3, "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"}, "range": ">=3.2.0 <3.2.7"}], "effects": [], "range": "3.2.0 - 3.2.6", "nodes": [""], "fixAvailable": true}}, "metadata": {"vulnerabilities": {"info": 0, "low": 0, "moderate": 1, "high": 0, "critical": 0, "total": 1}, "dependencies": {"prod": 1, "dev": 462, "optional": 0, "peer": 0, "peerOptional": 0, "total": 462}}}}
$ /usr/bin/npm audit fix --only=dev --legacy-peer-deps
--- stderr ---
npm WARN invalid config only="dev" set in command line options
npm WARN invalid config Must be one of: null, prod, production
npm WARN deprecated stylelint-stylistic@0.4.3: This package has been deprecated in favor of @stylistic/stylelint-plugin
--- stdout ---

added 462 packages, and audited 463 packages in 4s

98 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 ---
Verifying that tests still pass
$ /usr/bin/npm ci --legacy-peer-deps
--- stderr ---
npm WARN deprecated stylelint-stylistic@0.4.3: This package has been deprecated in favor of @stylistic/stylelint-plugin
--- stdout ---

added 462 packages, and audited 463 packages in 4s

98 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/resources/controller/uw.controller.Details.js
  247:51  warning  'i' is already declared in the upper scope on line 237 column 7          no-shadow
  247:54  warning  'warnings' is already declared in the upper scope on line 236 column 66  no-shadow

/src/repo/resources/controller/uw.controller.Step.js
  23:1  warning  Invalid JSDoc tag name "mixins"  jsdoc/check-tag-names

/src/repo/resources/deed/dialog/uw.deed.dialog.PatentDialog.js
  115:2  warning  Missing JSDoc @param "ownership" declaration  jsdoc/require-param
  115:2  warning  Missing JSDoc @param "grant" declaration      jsdoc/require-param

/src/repo/resources/deed/uw.deed.Abstract.js
   46:14  warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc
  220:1   warning  Missing JSDoc @return type                                                           jsdoc/require-returns-type

/src/repo/resources/deed/uw.deed.OwnWork.js
  246:4  warning  Prefer .on or .trigger to .focus  no-jquery/no-event-shorthand
  463:1  warning  Missing JSDoc @return type        jsdoc/require-returns-type

/src/repo/resources/deed/uw.deed.ThirdParty.js
  321:6  warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc

/src/repo/resources/details/uw.DateDetailsWidget.js
  147:20  warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc
  173:70  warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc
  176:70  warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc
  179:70  warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc

/src/repo/resources/details/uw.LanguageDropdownWidget.js
  14:53  warning  All possible CSS classes should be documented. See https://w.wiki/PS2 for details  mediawiki/class-doc

/src/repo/resources/details/uw.LocationDetailsWidget.js
  238:28  warning  Unsafe Regular Expression  security/detect-unsafe-regex

/src/repo/resources/details/uw.MultipleLanguageInputWidget.js
    8:1   warning  Invalid JSDoc tag name "mixins"                                                      jsdoc/check-tag-names
  181:10  warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc

/src/repo/resources/details/uw.TitleDetailsWidget.js
   49:23  warning  Found non-literal argument to RegExp Constructor                                     security/detect-non-literal-regexp
   86:14  warning  Found non-literal argument to RegExp Constructor                                     security/detect-non-literal-regexp
  134:15  warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc
  193:22  warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc

/src/repo/resources/details/uw.UlsWidget.js
  30:3  warning  All possible CSS classes should be documented. See https://w.wiki/PS2 for details  mediawiki/class-doc

/src/repo/resources/jquery.arrowSteps/jquery.arrowSteps.js
  88:1  warning  Invalid JSDoc tag name "mixins"  jsdoc/check-tag-names

/src/repo/resources/mw.DestinationChecker.js
  11:3  warning  Found more than one @return declaration  jsdoc/require-returns
  11:3  warning  Found more than one @return declaration  jsdoc/require-returns-check
  34:3  warning  Found more than one @return declaration  jsdoc/require-returns
  34:3  warning  Found more than one @return declaration  jsdoc/require-returns-check
  85:3  warning  Found more than one @return declaration  jsdoc/require-returns
  85:3  warning  Found more than one @return declaration  jsdoc/require-returns-check

/src/repo/resources/mw.Escaper.js
   63:13  warning  Unsafe Regular Expression                         security/detect-unsafe-regex
  121:19  warning  Found non-literal argument to RegExp Constructor  security/detect-non-literal-regexp

/src/repo/resources/mw.FlickrChecker.js
   73:42  warning  Unsafe Regular Expression                                            security/detect-unsafe-regex
   75:49  warning  Unsafe Regular Expression                                            security/detect-unsafe-regex
   76:50  warning  Unsafe Regular Expression                                            security/detect-unsafe-regex
   77:44  warning  Unsafe Regular Expression                                            security/detect-unsafe-regex
   78:46  warning  Unsafe Regular Expression                                            security/detect-unsafe-regex
   79:48  warning  Unsafe Regular Expression                                            security/detect-unsafe-regex
  213:26  warning  'data' is already declared in the upper scope on line 206 column 24  no-shadow
  296:57  warning  'data' is already declared in the upper scope on line 285 column 24  no-shadow
  580:49  warning  ES2019 'Symbol.prototype.description' property is forbidden          es-x/no-symbol-prototype-description
  678:4   warning  ES2019 'Symbol.prototype.description' property is forbidden          es-x/no-symbol-prototype-description
  697:42  warning  ES2019 'Symbol.prototype.description' property is forbidden          es-x/no-symbol-prototype-description

/src/repo/resources/mw.UploadWizard.js
    4:1   warning  Missing JSDoc @param "uw" type                                      jsdoc/require-param-type
   87:23  warning  'steps' is already declared in the upper scope on line 64 column 5  no-shadow
  117:25  warning  'steps' is already declared in the upper scope on line 64 column 5  no-shadow

/src/repo/resources/mw.UploadWizardDeedChooser.js
   35:42  warning  All possible CSS classes should be documented. See https://w.wiki/PS2 for details       mediawiki/class-doc
   39:6   warning  All possible message keys should be documented. See https://w.wiki/4r9a for details     mediawiki/msg-doc
   47:8   warning  All possible message keys should be documented. See https://w.wiki/4r9a for details     mediawiki/msg-doc
   59:17  warning  All possible CSS classes should be documented. See https://w.wiki/PS2 for details       mediawiki/class-doc
  152:4   warning  Unused eslint-disable directive (no problems were reported from 'no-jquery/no-sizzle')
  180:4   warning  Unused eslint-disable directive (no problems were reported from 'no-jquery/no-sizzle')

/src/repo/resources/mw.UploadWizardDetails.js
  270:9   warning  ES2019 'Symbol.prototype.description' property is forbidden                        es-x/no-symbol-prototype-description
  274:14  warning  ES2019 'Symbol.prototype.description' property is forbidden                        es-x/no-symbol-prototype-description
  480:10  warning  'matches' is already declared in the upper scope on line 457 column 42             no-shadow
  572:16  warning  ES2019 'Symbol.prototype.description' property is forbidden                        es-x/no-symbol-prototype-description
  662:3   warning  JSDoc @return declaration present but return expression not available in function  jsdoc/require-returns-check
  731:9   warning  ES2019 'Symbol.prototype.description' property is forbidden                        es-x/no-symbol-prototype-description
  732:45  warning  ES2019 'Symbol.prototype.description' property is forbidden                        es-x/no-symbol-prototype-description
  785:4   warning  ES2019 'Symbol.prototype.description' property is forbidden                        es-x/no-symbol-prototype-description
  788:5   warning  ES2019 'Symbol.prototype.description' property is forbidden                        es-x/no-symbol-prototype-description

/src/repo/resources/mw.UploadWizardLicenseInput.js
   51:41  warning  'group' is already declared in the upper scope on line 38 column 7                   no-shadow
   55:20  warning  All possible CSS classes should be documented. See https://w.wiki/PS2 for details    mediawiki/class-doc
   64:43  warning  All possible CSS classes should be documented. See https://w.wiki/PS2 for details    mediawiki/class-doc
   69:51  warning  All possible CSS classes should be documented. See https://w.wiki/PS2 for details    mediawiki/class-doc
   96:31  warning  'group' is already declared in the upper scope on line 38 column 7                   no-shadow
  293:37  warning  'errors' is already declared in the upper scope on line 291 column 7                 no-shadow
  294:18  warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc
  334:26  warning  'errors' is already declared in the upper scope on line 291 column 7                 no-shadow

/src/repo/resources/mw.UploadWizardUpload.js
    8:1   warning  Missing JSDoc @param "uw" type    jsdoc/require-param-type
   22:1   warning  Invalid JSDoc tag name "mixins"   jsdoc/check-tag-names
  222:16  warning  ES2015 'Uint8Array' is forbidden  es-x/no-typed-arrays

/src/repo/resources/mw.UploadWizardUploadInterface.js
    6:1  warning  Invalid JSDoc tag name "mixins"                                                      jsdoc/check-tag-names
  110:3  warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc

/src/repo/resources/transports/mw.FormDataTransport.js
    7:1   warning  Invalid JSDoc tag name "mixins"                                       jsdoc/check-tag-names
  165:17  warning  'offset' is already declared in the upper scope on line 155 column 4  no-shadow

/src/repo/resources/ui/steps/uw.ui.Thanks.js
  268:35  warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc
  276:35  warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc
  303:4   warning  All possible CSS classes should be documented. See https://w.wiki/PS2 for details    mediawiki/class-doc

/src/repo/resources/ui/steps/uw.ui.Upload.js
  266:39  warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc
  271:33  warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc

/src/repo/resources/ui/uw.ui.Step.js
  23:1  warning  Invalid JSDoc tag name "mixins"  jsdoc/check-tag-names

/src/repo/resources/ui/uw.ui.Wizard.js
   23:1   warning  Invalid JSDoc tag name "mixins"                                                      jsdoc/check-tag-names
  144:25  warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc
  149:32  warning  '$arrow' is already declared in the upper scope on line 141 column 8                 no-shadow

/src/repo/resources/uw.ConcurrentQueue.js
  10:1  warning  Invalid JSDoc tag name "mixins"  jsdoc/check-tag-names

/src/repo/resources/uw.CopyMetadataWidget.js
   30:23  warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc
  177:31  warning  Unsafe Regular Expression                                                            security/detect-unsafe-regex

/src/repo/resources/uw.LicenseGroup.js
  140:39  warning  All possible CSS classes should be documented. See https://w.wiki/PS2 for details    mediawiki/class-doc
  175:47  warning  All possible CSS classes should be documented. See https://w.wiki/PS2 for details    mediawiki/class-doc
  362:20  warning  All possible CSS classes should be documented. See https://w.wiki/PS2 for details    mediawiki/class-doc
  366:12  warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc
  381:5   warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc

/src/repo/resources/uw.ValidationMessageElement.js
  39:2   warning  JSDoc @return declaration present but return expression not available in function  jsdoc/require-returns-check
  90:15  warning  All possible CSS classes should be documented. See https://w.wiki/PS2 for details  mediawiki/class-doc

/src/repo/resources/uw.units.js
  21:11  warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc

✖ 96 problems (0 errors, 96 warnings)
  0 errors and 5 warnings potentially fixable with the `--fix` option.


Running "stylelint:all" (stylelint) task
Warning: Cannot find module 'stylelint'
Require stack:
- /src/repo/node_modules/grunt-stylelint/tasks/grunt-stylelint.js
- /src/repo/node_modules/grunt/lib/grunt/task.js
- /src/repo/node_modules/grunt/lib/grunt.js
- /src/repo/node_modules/grunt-cli/bin/grunt
- /src/repo/node_modules/grunt/bin/grunt Use --force to continue.

Aborted due to warnings.

--- end ---
Traceback (most recent call last):
  File "/venv/lib/python3.9/site-packages/runner-0.1.0-py3.9.egg/runner/__init__.py", line 1384, in main
    libup.run(args.repo, args.output, args.branch)
  File "/venv/lib/python3.9/site-packages/runner-0.1.0-py3.9.egg/runner/__init__.py", line 1328, in run
    self.npm_audit_fix(new_npm_audit)
  File "/venv/lib/python3.9/site-packages/runner-0.1.0-py3.9.egg/runner/__init__.py", line 241, in npm_audit_fix
    self.check_call(['npm', 'test'])
  File "/venv/lib/python3.9/site-packages/runner-0.1.0-py3.9.egg/runner/shell2.py", line 54, in check_call
    res.check_returncode()
  File "/usr/lib/python3.9/subprocess.py", line 460, in check_returncode
    raise CalledProcessError(self.returncode, self.args, self.stdout,
subprocess.CalledProcessError: Command '['/usr/bin/npm', 'test']' returned non-zero exit status 3.
Source code is licensed under the AGPL.