This run took 162 seconds.
$ date --- stdout --- Thu May 1 03:07:20 UTC 2025 --- end --- $ git clone file:///srv/git/mediawiki-extensions-ContentTranslation.git repo --depth=1 -b REL1_43 --- 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/REL1_43 --- stdout --- c756c20905b0926b3d629f6b7930dd5511e0b289 refs/heads/REL1_43 --- end --- $ /usr/bin/npm audit --json --- stdout --- { "auditReportVersion": 2, "vulnerabilities": { "@wdio/cli": { "name": "@wdio/cli", "severity": "high", "isDirect": true, "via": [ "webdriverio", "yarn-install" ], "effects": [ "@wdio/junit-reporter", "@wdio/local-runner", "@wdio/spec-reporter" ], "range": "5.4.10 - 8.19.0", "nodes": [ "node_modules/@wdio/cli" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } }, "@wdio/junit-reporter": { "name": "@wdio/junit-reporter", "severity": "high", "isDirect": true, "via": [ "@wdio/cli" ], "effects": [], "range": "6.0.4 - 8.0.0-alpha.631", "nodes": [ "node_modules/@wdio/junit-reporter" ], "fixAvailable": { "name": "@wdio/junit-reporter", "version": "9.12.6", "isSemVerMajor": true } }, "@wdio/local-runner": { "name": "@wdio/local-runner", "severity": "high", "isDirect": true, "via": [ "@wdio/cli", "@wdio/runner" ], "effects": [], "range": "6.0.4 - 8.10.2", "nodes": [ "node_modules/@wdio/local-runner" ], "fixAvailable": { "name": "@wdio/local-runner", "version": "9.12.7", "isSemVerMajor": true } }, "@wdio/runner": { "name": "@wdio/runner", "severity": "high", "isDirect": false, "via": [ "webdriverio" ], "effects": [ "@wdio/local-runner" ], "range": "7.7.6 - 8.10.2", "nodes": [ "node_modules/@wdio/runner" ], "fixAvailable": { "name": "@wdio/local-runner", "version": "9.12.7", "isSemVerMajor": true } }, "@wdio/spec-reporter": { "name": "@wdio/spec-reporter", "severity": "high", "isDirect": true, "via": [ "@wdio/cli" ], "effects": [], "range": "6.0.4 - 8.0.0-alpha.631", "nodes": [ "node_modules/@wdio/spec-reporter" ], "fixAvailable": { "name": "@wdio/spec-reporter", "version": "9.12.6", "isSemVerMajor": true } }, "cross-spawn": { "name": "cross-spawn", "severity": "high", "isDirect": false, "via": [ { "source": 1100562, "name": "cross-spawn", "dependency": "cross-spawn", "title": "Regular Expression Denial of Service (ReDoS) in cross-spawn", "url": "https://github.com/advisories/GHSA-3xgq-45jj-v275", "severity": "high", "cwe": [ "CWE-1333" ], "cvss": { "score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" }, "range": "<6.0.6" } ], "effects": [ "pre-commit", "yarn-install" ], "range": "<6.0.6", "nodes": [ "node_modules/pre-commit/node_modules/cross-spawn", "node_modules/yarn-install/node_modules/cross-spawn" ], "fixAvailable": { "name": "pre-commit", "version": "1.0.10", "isSemVerMajor": true } }, "devtools": { "name": "devtools", "severity": "high", "isDirect": false, "via": [ "puppeteer-core" ], "effects": [], "range": "7.7.6 - 8.10.2", "nodes": [ "node_modules/devtools" ], "fixAvailable": true }, "mwbot": { "name": "mwbot", "severity": "moderate", "isDirect": false, "via": [ "request" ], "effects": [ "wdio-mediawiki" ], "range": ">=0.1.6", "nodes": [ "node_modules/mwbot" ], "fixAvailable": false }, "pre-commit": { "name": "pre-commit", "severity": "high", "isDirect": true, "via": [ "cross-spawn" ], "effects": [], "range": ">=1.1.0", "nodes": [ "node_modules/pre-commit" ], "fixAvailable": { "name": "pre-commit", "version": "1.0.10", "isSemVerMajor": true } }, "puppeteer-core": { "name": "puppeteer-core", "severity": "high", "isDirect": false, "via": [ "tar-fs", "ws" ], "effects": [ "devtools", "webdriverio" ], "range": "10.0.0 - 22.11.1", "nodes": [ "node_modules/@wdio/cli/node_modules/puppeteer-core", "node_modules/@wdio/runner/node_modules/puppeteer-core", "node_modules/devtools/node_modules/puppeteer-core" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } }, "request": { "name": "request", "severity": "moderate", "isDirect": false, "via": [ { "source": 1096727, "name": "request", "dependency": "request", "title": "Server-Side Request Forgery in Request", "url": "https://github.com/advisories/GHSA-p8p7-x288-28g6", "severity": "moderate", "cwe": [ "CWE-918" ], "cvss": { "score": 6.1, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" }, "range": "<=2.88.2" }, "tough-cookie" ], "effects": [ "mwbot" ], "range": "*", "nodes": [ "node_modules/request" ], "fixAvailable": false }, "tar-fs": { "name": "tar-fs", "severity": "high", "isDirect": false, "via": [ { "source": 1103613, "name": "tar-fs", "dependency": "tar-fs", "title": "tar-fs Vulnerable to Link Following and Path Traversal via Extracting a Crafted tar File", "url": "https://github.com/advisories/GHSA-pq67-2wwv-3xjx", "severity": "high", "cwe": [ "CWE-22" ], "cvss": { "score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" }, "range": ">=2.0.0 <2.1.2" } ], "effects": [ "puppeteer-core" ], "range": "2.0.0 - 2.1.1", "nodes": [ "node_modules/@wdio/cli/node_modules/tar-fs", "node_modules/@wdio/runner/node_modules/tar-fs", "node_modules/devtools/node_modules/tar-fs" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } }, "tough-cookie": { "name": "tough-cookie", "severity": "moderate", "isDirect": false, "via": [ { "source": 1097682, "name": "tough-cookie", "dependency": "tough-cookie", "title": "tough-cookie Prototype Pollution vulnerability", "url": "https://github.com/advisories/GHSA-72xf-g2v4-qvf3", "severity": "moderate", "cwe": [ "CWE-1321" ], "cvss": { "score": 6.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N" }, "range": "<4.1.3" } ], "effects": [ "request" ], "range": "<4.1.3", "nodes": [ "node_modules/tough-cookie" ], "fixAvailable": false }, "wdio-mediawiki": { "name": "wdio-mediawiki", "severity": "moderate", "isDirect": true, "via": [ "mwbot" ], "effects": [], "range": "*", "nodes": [ "node_modules/wdio-mediawiki" ], "fixAvailable": false }, "webdriverio": { "name": "webdriverio", "severity": "high", "isDirect": false, "via": [ "devtools", "puppeteer-core" ], "effects": [ "@wdio/cli", "@wdio/runner" ], "range": "7.7.6 - 8.10.2", "nodes": [ "node_modules/@wdio/cli/node_modules/webdriverio", "node_modules/@wdio/runner/node_modules/webdriverio" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } }, "ws": { "name": "ws", "severity": "high", "isDirect": false, "via": [ { "source": 1098392, "name": "ws", "dependency": "ws", "title": "ws affected by a DoS when handling a request with many HTTP headers", "url": "https://github.com/advisories/GHSA-3h5v-q93c-6h6q", "severity": "high", "cwe": [ "CWE-476" ], "cvss": { "score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" }, "range": ">=8.0.0 <8.17.1" } ], "effects": [ "puppeteer-core" ], "range": "8.0.0 - 8.17.0", "nodes": [ "node_modules/@wdio/cli/node_modules/ws", "node_modules/@wdio/runner/node_modules/ws", "node_modules/devtools/node_modules/ws" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } }, "yarn-install": { "name": "yarn-install", "severity": "high", "isDirect": false, "via": [ "cross-spawn" ], "effects": [ "@wdio/cli" ], "range": "*", "nodes": [ "node_modules/yarn-install" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } } }, "metadata": { "vulnerabilities": { "info": 0, "low": 0, "moderate": 4, "high": 13, "critical": 0, "total": 17 }, "dependencies": { "prod": 1, "dev": 1014, "optional": 17, "peer": 179, "peerOptional": 0, "total": 1014 } } } --- 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: 40 installs, 0 updates, 0 removals - Locking composer/installers (v2.3.0) - Locking composer/pcre (3.3.2) - Locking composer/semver (3.4.3) - Locking composer/spdx-licenses (1.5.8) - Locking composer/xdebug-handler (3.0.5) - Locking dealerdirect/phpcodesniffer-composer-installer (v1.0.0) - Locking doctrine/deprecations (1.1.5) - Locking felixfbecker/advanced-json-rpc (v3.2.1) - Locking firebase/php-jwt (v6.11.1) - Locking mediawiki/mediawiki-codesniffer (v45.0.0) - Locking mediawiki/mediawiki-phan-config (0.14.0) - Locking mediawiki/minus-x (1.1.3) - Locking mediawiki/phan-taint-check-plugin (6.0.0) - Locking microsoft/tolerant-php-parser (v0.1.2) - Locking netresearch/jsonmapper (v4.5.0) - Locking phan/phan (5.4.3) - 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.4.0) - Locking phpcsstandards/phpcsextra (1.2.1) - Locking phpcsstandards/phpcsutils (1.0.12) - Locking phpdocumentor/reflection-common (2.2.0) - Locking phpdocumentor/reflection-docblock (5.6.2) - Locking phpdocumentor/type-resolver (1.10.0) - Locking phpstan/phpdoc-parser (2.1.0) - Locking psr/container (2.0.2) - Locking psr/log (3.0.2) - Locking sabre/event (5.1.7) - Locking squizlabs/php_codesniffer (3.10.3) - Locking symfony/console (v7.2.5) - Locking symfony/deprecation-contracts (v3.5.1) - Locking symfony/polyfill-ctype (v1.31.0) - Locking symfony/polyfill-intl-grapheme (v1.31.0) - Locking symfony/polyfill-intl-normalizer (v1.31.0) - Locking symfony/polyfill-mbstring (v1.31.0) - Locking symfony/polyfill-php80 (v1.31.0) - Locking symfony/service-contracts (v3.5.1) - Locking symfony/string (v7.2.0) - 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: 40 installs, 0 updates, 0 removals 0 [>---------------------------] 0 [->--------------------------] - Installing composer/installers (v2.3.0): Extracting archive - Installing squizlabs/php_codesniffer (3.10.3): Extracting archive - Installing dealerdirect/phpcodesniffer-composer-installer (v1.0.0): Extracting archive - Installing composer/pcre (3.3.2): Extracting archive - Installing firebase/php-jwt (v6.11.1): Extracting archive - Installing symfony/polyfill-php80 (v1.31.0): Extracting archive - Installing phpcsstandards/phpcsutils (1.0.12): Extracting archive - Installing phpcsstandards/phpcsextra (1.2.1): Extracting archive - Installing symfony/polyfill-mbstring (v1.31.0): Extracting archive - Installing composer/spdx-licenses (1.5.8): Extracting archive - Installing composer/semver (3.4.3): Extracting archive - Installing mediawiki/mediawiki-codesniffer (v45.0.0): Extracting archive - Installing tysonandre/var_representation_polyfill (0.1.3): Extracting archive - Installing symfony/polyfill-intl-normalizer (v1.31.0): Extracting archive - Installing symfony/polyfill-intl-grapheme (v1.31.0): Extracting archive - Installing symfony/polyfill-ctype (v1.31.0): Extracting archive - Installing symfony/string (v7.2.0): Extracting archive - Installing symfony/deprecation-contracts (v3.5.1): Extracting archive - Installing psr/container (2.0.2): Extracting archive - Installing symfony/service-contracts (v3.5.1): Extracting archive - Installing symfony/console (v7.2.5): Extracting archive - Installing sabre/event (5.1.7): Extracting archive - Installing netresearch/jsonmapper (v4.5.0): Extracting archive - Installing microsoft/tolerant-php-parser (v0.1.2): Extracting archive - Installing webmozart/assert (1.11.0): Extracting archive - Installing phpstan/phpdoc-parser (2.1.0): Extracting archive - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive - Installing doctrine/deprecations (1.1.5): Extracting archive - Installing phpdocumentor/type-resolver (1.10.0): Extracting archive - Installing phpdocumentor/reflection-docblock (5.6.2): Extracting archive - Installing felixfbecker/advanced-json-rpc (v3.2.1): Extracting archive - Installing psr/log (3.0.2): Extracting archive - Installing composer/xdebug-handler (3.0.5): Extracting archive - Installing phan/phan (5.4.3): Extracting archive - Installing mediawiki/phan-taint-check-plugin (6.0.0): Extracting archive - Installing mediawiki/mediawiki-phan-config (0.14.0): Extracting archive - Installing mediawiki/minus-x (1.1.3): 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.4.0): Extracting archive 0/37 [>---------------------------] 0% 20/37 [===============>------------] 54% 30/37 [======================>-----] 81% 37/37 [============================] 100% 1 package suggestions were added by new dependencies, use `composer suggest` to see details. Generating autoload files 17 packages you are using are looking for funding. Use the `composer fund` command to find out more! --- stdout --- PHP CodeSniffer Config installed_paths set to ../../mediawiki/mediawiki-codesniffer,../../phpcsstandards/phpcsextra,../../phpcsstandards/phpcsutils --- end --- $ /usr/bin/npm audit --json --- stdout --- { "auditReportVersion": 2, "vulnerabilities": { "@wdio/cli": { "name": "@wdio/cli", "severity": "high", "isDirect": true, "via": [ "webdriverio", "yarn-install" ], "effects": [ "@wdio/junit-reporter", "@wdio/local-runner", "@wdio/spec-reporter" ], "range": "5.4.10 - 8.19.0", "nodes": [ "node_modules/@wdio/cli" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } }, "@wdio/junit-reporter": { "name": "@wdio/junit-reporter", "severity": "high", "isDirect": true, "via": [ "@wdio/cli" ], "effects": [], "range": "6.0.4 - 8.0.0-alpha.631", "nodes": [ "node_modules/@wdio/junit-reporter" ], "fixAvailable": { "name": "@wdio/junit-reporter", "version": "9.12.6", "isSemVerMajor": true } }, "@wdio/local-runner": { "name": "@wdio/local-runner", "severity": "high", "isDirect": true, "via": [ "@wdio/cli", "@wdio/runner" ], "effects": [], "range": "6.0.4 - 8.10.2", "nodes": [ "node_modules/@wdio/local-runner" ], "fixAvailable": { "name": "@wdio/local-runner", "version": "9.12.7", "isSemVerMajor": true } }, "@wdio/runner": { "name": "@wdio/runner", "severity": "high", "isDirect": false, "via": [ "webdriverio" ], "effects": [ "@wdio/local-runner" ], "range": "7.7.6 - 8.10.2", "nodes": [ "node_modules/@wdio/runner" ], "fixAvailable": { "name": "@wdio/local-runner", "version": "9.12.7", "isSemVerMajor": true } }, "@wdio/spec-reporter": { "name": "@wdio/spec-reporter", "severity": "high", "isDirect": true, "via": [ "@wdio/cli" ], "effects": [], "range": "6.0.4 - 8.0.0-alpha.631", "nodes": [ "node_modules/@wdio/spec-reporter" ], "fixAvailable": { "name": "@wdio/spec-reporter", "version": "9.12.6", "isSemVerMajor": true } }, "cross-spawn": { "name": "cross-spawn", "severity": "high", "isDirect": false, "via": [ { "source": 1100562, "name": "cross-spawn", "dependency": "cross-spawn", "title": "Regular Expression Denial of Service (ReDoS) in cross-spawn", "url": "https://github.com/advisories/GHSA-3xgq-45jj-v275", "severity": "high", "cwe": [ "CWE-1333" ], "cvss": { "score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" }, "range": "<6.0.6" } ], "effects": [ "pre-commit", "yarn-install" ], "range": "<6.0.6", "nodes": [ "node_modules/pre-commit/node_modules/cross-spawn", "node_modules/yarn-install/node_modules/cross-spawn" ], "fixAvailable": { "name": "pre-commit", "version": "1.0.10", "isSemVerMajor": true } }, "devtools": { "name": "devtools", "severity": "high", "isDirect": false, "via": [ "puppeteer-core" ], "effects": [], "range": "7.7.6 - 8.10.2", "nodes": [ "node_modules/devtools" ], "fixAvailable": true }, "mwbot": { "name": "mwbot", "severity": "moderate", "isDirect": false, "via": [ "request" ], "effects": [ "wdio-mediawiki" ], "range": ">=0.1.6", "nodes": [ "node_modules/mwbot" ], "fixAvailable": false }, "pre-commit": { "name": "pre-commit", "severity": "high", "isDirect": true, "via": [ "cross-spawn" ], "effects": [], "range": ">=1.1.0", "nodes": [ "node_modules/pre-commit" ], "fixAvailable": { "name": "pre-commit", "version": "1.0.10", "isSemVerMajor": true } }, "puppeteer-core": { "name": "puppeteer-core", "severity": "high", "isDirect": false, "via": [ "tar-fs", "ws" ], "effects": [ "devtools", "webdriverio" ], "range": "10.0.0 - 22.11.1", "nodes": [ "node_modules/@wdio/cli/node_modules/puppeteer-core", "node_modules/@wdio/runner/node_modules/puppeteer-core", "node_modules/devtools/node_modules/puppeteer-core" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } }, "request": { "name": "request", "severity": "moderate", "isDirect": false, "via": [ { "source": 1096727, "name": "request", "dependency": "request", "title": "Server-Side Request Forgery in Request", "url": "https://github.com/advisories/GHSA-p8p7-x288-28g6", "severity": "moderate", "cwe": [ "CWE-918" ], "cvss": { "score": 6.1, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" }, "range": "<=2.88.2" }, "tough-cookie" ], "effects": [ "mwbot" ], "range": "*", "nodes": [ "node_modules/request" ], "fixAvailable": false }, "tar-fs": { "name": "tar-fs", "severity": "high", "isDirect": false, "via": [ { "source": 1103613, "name": "tar-fs", "dependency": "tar-fs", "title": "tar-fs Vulnerable to Link Following and Path Traversal via Extracting a Crafted tar File", "url": "https://github.com/advisories/GHSA-pq67-2wwv-3xjx", "severity": "high", "cwe": [ "CWE-22" ], "cvss": { "score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" }, "range": ">=2.0.0 <2.1.2" } ], "effects": [ "puppeteer-core" ], "range": "2.0.0 - 2.1.1", "nodes": [ "node_modules/@wdio/cli/node_modules/tar-fs", "node_modules/@wdio/runner/node_modules/tar-fs", "node_modules/devtools/node_modules/tar-fs" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } }, "tough-cookie": { "name": "tough-cookie", "severity": "moderate", "isDirect": false, "via": [ { "source": 1097682, "name": "tough-cookie", "dependency": "tough-cookie", "title": "tough-cookie Prototype Pollution vulnerability", "url": "https://github.com/advisories/GHSA-72xf-g2v4-qvf3", "severity": "moderate", "cwe": [ "CWE-1321" ], "cvss": { "score": 6.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N" }, "range": "<4.1.3" } ], "effects": [ "request" ], "range": "<4.1.3", "nodes": [ "node_modules/tough-cookie" ], "fixAvailable": false }, "wdio-mediawiki": { "name": "wdio-mediawiki", "severity": "moderate", "isDirect": true, "via": [ "mwbot" ], "effects": [], "range": "*", "nodes": [ "node_modules/wdio-mediawiki" ], "fixAvailable": false }, "webdriverio": { "name": "webdriverio", "severity": "high", "isDirect": false, "via": [ "devtools", "puppeteer-core" ], "effects": [ "@wdio/cli", "@wdio/runner" ], "range": "7.7.6 - 8.10.2", "nodes": [ "node_modules/@wdio/cli/node_modules/webdriverio", "node_modules/@wdio/runner/node_modules/webdriverio" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } }, "ws": { "name": "ws", "severity": "high", "isDirect": false, "via": [ { "source": 1098392, "name": "ws", "dependency": "ws", "title": "ws affected by a DoS when handling a request with many HTTP headers", "url": "https://github.com/advisories/GHSA-3h5v-q93c-6h6q", "severity": "high", "cwe": [ "CWE-476" ], "cvss": { "score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" }, "range": ">=8.0.0 <8.17.1" } ], "effects": [ "puppeteer-core" ], "range": "8.0.0 - 8.17.0", "nodes": [ "node_modules/@wdio/cli/node_modules/ws", "node_modules/@wdio/runner/node_modules/ws", "node_modules/devtools/node_modules/ws" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } }, "yarn-install": { "name": "yarn-install", "severity": "high", "isDirect": false, "via": [ "cross-spawn" ], "effects": [ "@wdio/cli" ], "range": "*", "nodes": [ "node_modules/yarn-install" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } } }, "metadata": { "vulnerabilities": { "info": 0, "low": 0, "moderate": 4, "high": 13, "critical": 0, "total": 17 }, "dependencies": { "prod": 1, "dev": 1014, "optional": 17, "peer": 179, "peerOptional": 0, "total": 1014 } } } --- end --- Attempting to npm audit fix $ /usr/bin/npm audit fix --dry-run --only=dev --json --- 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 EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@wdio/logger@9.4.4', npm WARN EBADENGINE required: { node: '>=18.20.0' }, npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@wdio/logger@9.4.4', npm WARN EBADENGINE required: { node: '>=18.20.0' }, npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: 'webdriverio@9.12.5', npm WARN EBADENGINE required: { node: '>=18.20.0' }, npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@wdio/config@9.12.5', npm WARN EBADENGINE required: { node: '>=18.20.0' }, npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@wdio/logger@9.4.4', npm WARN EBADENGINE required: { node: '>=18.20.0' }, npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@wdio/repl@9.4.4', npm WARN EBADENGINE required: { node: '>=18.20.0' }, npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@wdio/types@9.12.3', npm WARN EBADENGINE required: { node: '>=18.20.0' }, npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@wdio/utils@9.12.5', npm WARN EBADENGINE required: { node: '>=18.20.0' }, npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: 'webdriver@9.12.5', npm WARN EBADENGINE required: { node: '>=18.20.0' }, npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' } npm WARN EBADENGINE } --- stdout --- { "added": 1014, "removed": 0, "changed": 0, "audited": 1015, "funding": 199, "audit": { "auditReportVersion": 2, "vulnerabilities": { "@wdio/cli": { "name": "@wdio/cli", "severity": "high", "isDirect": true, "via": [ "webdriverio", "yarn-install" ], "effects": [ "@wdio/junit-reporter", "@wdio/local-runner", "@wdio/spec-reporter" ], "range": "5.4.10 - 8.19.0", "nodes": [ "node_modules/@wdio/cli" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } }, "@wdio/junit-reporter": { "name": "@wdio/junit-reporter", "severity": "high", "isDirect": true, "via": [ "@wdio/cli" ], "effects": [], "range": "6.0.4 - 8.0.0-alpha.631", "nodes": [ "node_modules/@wdio/junit-reporter" ], "fixAvailable": { "name": "@wdio/junit-reporter", "version": "9.12.6", "isSemVerMajor": true } }, "@wdio/local-runner": { "name": "@wdio/local-runner", "severity": "high", "isDirect": true, "via": [ "@wdio/cli", "@wdio/runner" ], "effects": [], "range": "6.0.4 - 8.10.2", "nodes": [ "node_modules/@wdio/local-runner" ], "fixAvailable": { "name": "@wdio/local-runner", "version": "9.12.7", "isSemVerMajor": true } }, "@wdio/runner": { "name": "@wdio/runner", "severity": "high", "isDirect": false, "via": [ "webdriverio" ], "effects": [ "@wdio/local-runner" ], "range": "7.7.6 - 8.10.2", "nodes": [ "node_modules/@wdio/runner" ], "fixAvailable": { "name": "@wdio/local-runner", "version": "9.12.7", "isSemVerMajor": true } }, "@wdio/spec-reporter": { "name": "@wdio/spec-reporter", "severity": "high", "isDirect": true, "via": [ "@wdio/cli" ], "effects": [], "range": "6.0.4 - 8.0.0-alpha.631", "nodes": [ "node_modules/@wdio/spec-reporter" ], "fixAvailable": { "name": "@wdio/spec-reporter", "version": "9.12.6", "isSemVerMajor": true } }, "cross-spawn": { "name": "cross-spawn", "severity": "high", "isDirect": false, "via": [ { "source": 1100562, "name": "cross-spawn", "dependency": "cross-spawn", "title": "Regular Expression Denial of Service (ReDoS) in cross-spawn", "url": "https://github.com/advisories/GHSA-3xgq-45jj-v275", "severity": "high", "cwe": [ "CWE-1333" ], "cvss": { "score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" }, "range": "<6.0.6" } ], "effects": [ "pre-commit", "yarn-install" ], "range": "<6.0.6", "nodes": [ "node_modules/pre-commit/node_modules/cross-spawn", "node_modules/yarn-install/node_modules/cross-spawn" ], "fixAvailable": { "name": "pre-commit", "version": "1.0.10", "isSemVerMajor": true } }, "devtools": { "name": "devtools", "severity": "high", "isDirect": false, "via": [ "puppeteer-core" ], "effects": [], "range": "7.7.6 - 8.10.2", "nodes": [ "node_modules/devtools" ], "fixAvailable": true }, "mwbot": { "name": "mwbot", "severity": "moderate", "isDirect": false, "via": [ "request" ], "effects": [ "wdio-mediawiki" ], "range": ">=0.1.6", "nodes": [ "node_modules/mwbot" ], "fixAvailable": false }, "pre-commit": { "name": "pre-commit", "severity": "high", "isDirect": true, "via": [ "cross-spawn" ], "effects": [], "range": ">=1.1.0", "nodes": [ "node_modules/pre-commit" ], "fixAvailable": { "name": "pre-commit", "version": "1.0.10", "isSemVerMajor": true } }, "puppeteer-core": { "name": "puppeteer-core", "severity": "high", "isDirect": false, "via": [ "tar-fs", "ws" ], "effects": [ "devtools", "webdriverio" ], "range": "10.0.0 - 22.11.1", "nodes": [ "node_modules/@wdio/cli/node_modules/puppeteer-core", "node_modules/@wdio/runner/node_modules/puppeteer-core", "node_modules/devtools/node_modules/puppeteer-core" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } }, "request": { "name": "request", "severity": "moderate", "isDirect": false, "via": [ { "source": 1096727, "name": "request", "dependency": "request", "title": "Server-Side Request Forgery in Request", "url": "https://github.com/advisories/GHSA-p8p7-x288-28g6", "severity": "moderate", "cwe": [ "CWE-918" ], "cvss": { "score": 6.1, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" }, "range": "<=2.88.2" }, "tough-cookie" ], "effects": [ "mwbot" ], "range": "*", "nodes": [ "node_modules/request" ], "fixAvailable": false }, "tar-fs": { "name": "tar-fs", "severity": "high", "isDirect": false, "via": [ { "source": 1103613, "name": "tar-fs", "dependency": "tar-fs", "title": "tar-fs Vulnerable to Link Following and Path Traversal via Extracting a Crafted tar File", "url": "https://github.com/advisories/GHSA-pq67-2wwv-3xjx", "severity": "high", "cwe": [ "CWE-22" ], "cvss": { "score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" }, "range": ">=2.0.0 <2.1.2" } ], "effects": [ "puppeteer-core" ], "range": "2.0.0 - 2.1.1", "nodes": [ "node_modules/@wdio/cli/node_modules/tar-fs", "node_modules/@wdio/runner/node_modules/tar-fs", "node_modules/devtools/node_modules/tar-fs" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } }, "tough-cookie": { "name": "tough-cookie", "severity": "moderate", "isDirect": false, "via": [ { "source": 1097682, "name": "tough-cookie", "dependency": "tough-cookie", "title": "tough-cookie Prototype Pollution vulnerability", "url": "https://github.com/advisories/GHSA-72xf-g2v4-qvf3", "severity": "moderate", "cwe": [ "CWE-1321" ], "cvss": { "score": 6.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N" }, "range": "<4.1.3" } ], "effects": [ "request" ], "range": "<4.1.3", "nodes": [ "node_modules/tough-cookie" ], "fixAvailable": false }, "wdio-mediawiki": { "name": "wdio-mediawiki", "severity": "moderate", "isDirect": true, "via": [ "mwbot" ], "effects": [], "range": "*", "nodes": [ "node_modules/wdio-mediawiki" ], "fixAvailable": false }, "webdriverio": { "name": "webdriverio", "severity": "high", "isDirect": false, "via": [ "devtools", "puppeteer-core" ], "effects": [ "@wdio/cli", "@wdio/runner" ], "range": "7.7.6 - 8.10.2", "nodes": [ "node_modules/@wdio/cli/node_modules/webdriverio", "node_modules/@wdio/runner/node_modules/webdriverio" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } }, "ws": { "name": "ws", "severity": "high", "isDirect": false, "via": [ { "source": 1098392, "name": "ws", "dependency": "ws", "title": "ws affected by a DoS when handling a request with many HTTP headers", "url": "https://github.com/advisories/GHSA-3h5v-q93c-6h6q", "severity": "high", "cwe": [ "CWE-476" ], "cvss": { "score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" }, "range": ">=8.0.0 <8.17.1" } ], "effects": [ "puppeteer-core" ], "range": "8.0.0 - 8.17.0", "nodes": [ "node_modules/@wdio/cli/node_modules/ws", "node_modules/@wdio/runner/node_modules/ws", "node_modules/devtools/node_modules/ws" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } }, "yarn-install": { "name": "yarn-install", "severity": "high", "isDirect": false, "via": [ "cross-spawn" ], "effects": [ "@wdio/cli" ], "range": "*", "nodes": [ "node_modules/yarn-install" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } } }, "metadata": { "vulnerabilities": { "info": 0, "low": 0, "moderate": 4, "high": 13, "critical": 0, "total": 17 }, "dependencies": { "prod": 1, "dev": 1014, "optional": 17, "peer": 179, "peerOptional": 0, "total": 1014 } } } } --- end --- {"added": 1014, "removed": 0, "changed": 0, "audited": 1015, "funding": 199, "audit": {"auditReportVersion": 2, "vulnerabilities": {"@wdio/cli": {"name": "@wdio/cli", "severity": "high", "isDirect": true, "via": ["webdriverio", "yarn-install"], "effects": ["@wdio/junit-reporter", "@wdio/local-runner", "@wdio/spec-reporter"], "range": "5.4.10 - 8.19.0", "nodes": ["node_modules/@wdio/cli"], "fixAvailable": {"name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true}}, "@wdio/junit-reporter": {"name": "@wdio/junit-reporter", "severity": "high", "isDirect": true, "via": ["@wdio/cli"], "effects": [], "range": "6.0.4 - 8.0.0-alpha.631", "nodes": ["node_modules/@wdio/junit-reporter"], "fixAvailable": {"name": "@wdio/junit-reporter", "version": "9.12.6", "isSemVerMajor": true}}, "@wdio/local-runner": {"name": "@wdio/local-runner", "severity": "high", "isDirect": true, "via": ["@wdio/cli", "@wdio/runner"], "effects": [], "range": "6.0.4 - 8.10.2", "nodes": ["node_modules/@wdio/local-runner"], "fixAvailable": {"name": "@wdio/local-runner", "version": "9.12.7", "isSemVerMajor": true}}, "@wdio/runner": {"name": "@wdio/runner", "severity": "high", "isDirect": false, "via": ["webdriverio"], "effects": ["@wdio/local-runner"], "range": "7.7.6 - 8.10.2", "nodes": ["node_modules/@wdio/runner"], "fixAvailable": {"name": "@wdio/local-runner", "version": "9.12.7", "isSemVerMajor": true}}, "@wdio/spec-reporter": {"name": "@wdio/spec-reporter", "severity": "high", "isDirect": true, "via": ["@wdio/cli"], "effects": [], "range": "6.0.4 - 8.0.0-alpha.631", "nodes": ["node_modules/@wdio/spec-reporter"], "fixAvailable": {"name": "@wdio/spec-reporter", "version": "9.12.6", "isSemVerMajor": true}}, "cross-spawn": {"name": "cross-spawn", "severity": "high", "isDirect": false, "via": [{"source": 1100562, "name": "cross-spawn", "dependency": "cross-spawn", "title": "Regular Expression Denial of Service (ReDoS) in cross-spawn", "url": "https://github.com/advisories/GHSA-3xgq-45jj-v275", "severity": "high", "cwe": ["CWE-1333"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": "<6.0.6"}], "effects": ["pre-commit", "yarn-install"], "range": "<6.0.6", "nodes": ["node_modules/pre-commit/node_modules/cross-spawn", "node_modules/yarn-install/node_modules/cross-spawn"], "fixAvailable": {"name": "pre-commit", "version": "1.0.10", "isSemVerMajor": true}}, "devtools": {"name": "devtools", "severity": "high", "isDirect": false, "via": ["puppeteer-core"], "effects": [], "range": "7.7.6 - 8.10.2", "nodes": ["node_modules/devtools"], "fixAvailable": true}, "mwbot": {"name": "mwbot", "severity": "moderate", "isDirect": false, "via": ["request"], "effects": ["wdio-mediawiki"], "range": ">=0.1.6", "nodes": ["node_modules/mwbot"], "fixAvailable": false}, "pre-commit": {"name": "pre-commit", "severity": "high", "isDirect": true, "via": ["cross-spawn"], "effects": [], "range": ">=1.1.0", "nodes": ["node_modules/pre-commit"], "fixAvailable": {"name": "pre-commit", "version": "1.0.10", "isSemVerMajor": true}}, "puppeteer-core": {"name": "puppeteer-core", "severity": "high", "isDirect": false, "via": ["tar-fs", "ws"], "effects": ["devtools", "webdriverio"], "range": "10.0.0 - 22.11.1", "nodes": ["node_modules/@wdio/cli/node_modules/puppeteer-core", "node_modules/@wdio/runner/node_modules/puppeteer-core", "node_modules/devtools/node_modules/puppeteer-core"], "fixAvailable": {"name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true}}, "request": {"name": "request", "severity": "moderate", "isDirect": false, "via": [{"source": 1096727, "name": "request", "dependency": "request", "title": "Server-Side Request Forgery in Request", "url": "https://github.com/advisories/GHSA-p8p7-x288-28g6", "severity": "moderate", "cwe": ["CWE-918"], "cvss": {"score": 6.1, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"}, "range": "<=2.88.2"}, "tough-cookie"], "effects": ["mwbot"], "range": "*", "nodes": ["node_modules/request"], "fixAvailable": false}, "tar-fs": {"name": "tar-fs", "severity": "high", "isDirect": false, "via": [{"source": 1103613, "name": "tar-fs", "dependency": "tar-fs", "title": "tar-fs Vulnerable to Link Following and Path Traversal via Extracting a Crafted tar File", "url": "https://github.com/advisories/GHSA-pq67-2wwv-3xjx", "severity": "high", "cwe": ["CWE-22"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N"}, "range": ">=2.0.0 <2.1.2"}], "effects": ["puppeteer-core"], "range": "2.0.0 - 2.1.1", "nodes": ["node_modules/@wdio/cli/node_modules/tar-fs", "node_modules/@wdio/runner/node_modules/tar-fs", "node_modules/devtools/node_modules/tar-fs"], "fixAvailable": {"name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true}}, "tough-cookie": {"name": "tough-cookie", "severity": "moderate", "isDirect": false, "via": [{"source": 1097682, "name": "tough-cookie", "dependency": "tough-cookie", "title": "tough-cookie Prototype Pollution vulnerability", "url": "https://github.com/advisories/GHSA-72xf-g2v4-qvf3", "severity": "moderate", "cwe": ["CWE-1321"], "cvss": {"score": 6.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N"}, "range": "<4.1.3"}], "effects": ["request"], "range": "<4.1.3", "nodes": ["node_modules/tough-cookie"], "fixAvailable": false}, "wdio-mediawiki": {"name": "wdio-mediawiki", "severity": "moderate", "isDirect": true, "via": ["mwbot"], "effects": [], "range": "*", "nodes": ["node_modules/wdio-mediawiki"], "fixAvailable": false}, "webdriverio": {"name": "webdriverio", "severity": "high", "isDirect": false, "via": ["devtools", "puppeteer-core"], "effects": ["@wdio/cli", "@wdio/runner"], "range": "7.7.6 - 8.10.2", "nodes": ["node_modules/@wdio/cli/node_modules/webdriverio", "node_modules/@wdio/runner/node_modules/webdriverio"], "fixAvailable": {"name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true}}, "ws": {"name": "ws", "severity": "high", "isDirect": false, "via": [{"source": 1098392, "name": "ws", "dependency": "ws", "title": "ws affected by a DoS when handling a request with many HTTP headers", "url": "https://github.com/advisories/GHSA-3h5v-q93c-6h6q", "severity": "high", "cwe": ["CWE-476"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": ">=8.0.0 <8.17.1"}], "effects": ["puppeteer-core"], "range": "8.0.0 - 8.17.0", "nodes": ["node_modules/@wdio/cli/node_modules/ws", "node_modules/@wdio/runner/node_modules/ws", "node_modules/devtools/node_modules/ws"], "fixAvailable": {"name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true}}, "yarn-install": {"name": "yarn-install", "severity": "high", "isDirect": false, "via": ["cross-spawn"], "effects": ["@wdio/cli"], "range": "*", "nodes": ["node_modules/yarn-install"], "fixAvailable": {"name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true}}}, "metadata": {"vulnerabilities": {"info": 0, "low": 0, "moderate": 4, "high": 13, "critical": 0, "total": 17}, "dependencies": {"prod": 1, "dev": 1014, "optional": 17, "peer": 179, "peerOptional": 0, "total": 1014}}}} $ /usr/bin/npm audit fix --only=dev --- 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 EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@wdio/logger@9.4.4', npm WARN EBADENGINE required: { node: '>=18.20.0' }, npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@wdio/logger@9.4.4', npm WARN EBADENGINE required: { node: '>=18.20.0' }, npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: 'webdriverio@9.12.5', npm WARN EBADENGINE required: { node: '>=18.20.0' }, npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@wdio/config@9.12.5', npm WARN EBADENGINE required: { node: '>=18.20.0' }, npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@wdio/logger@9.4.4', npm WARN EBADENGINE required: { node: '>=18.20.0' }, npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@wdio/repl@9.4.4', npm WARN EBADENGINE required: { node: '>=18.20.0' }, npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@wdio/types@9.12.3', npm WARN EBADENGINE required: { node: '>=18.20.0' }, npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@wdio/utils@9.12.5', npm WARN EBADENGINE required: { node: '>=18.20.0' }, npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: 'webdriver@9.12.5', npm WARN EBADENGINE required: { node: '>=18.20.0' }, npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' } npm WARN EBADENGINE } npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 --- stdout --- added 1013 packages, and audited 1014 packages in 24s 199 packages are looking for funding run `npm fund` for details # npm audit report cross-spawn <6.0.6 Severity: high Regular Expression Denial of Service (ReDoS) in cross-spawn - https://github.com/advisories/GHSA-3xgq-45jj-v275 fix available via `npm audit fix --force` Will install pre-commit@1.0.10, which is a breaking change node_modules/pre-commit/node_modules/cross-spawn node_modules/yarn-install/node_modules/cross-spawn pre-commit >=1.1.0 Depends on vulnerable versions of cross-spawn node_modules/pre-commit yarn-install * Depends on vulnerable versions of cross-spawn node_modules/yarn-install @wdio/cli 5.4.10 - 8.19.0 Depends on vulnerable versions of webdriverio Depends on vulnerable versions of yarn-install node_modules/@wdio/cli @wdio/junit-reporter 6.0.4 - 8.0.0-alpha.631 Depends on vulnerable versions of @wdio/cli node_modules/@wdio/junit-reporter @wdio/local-runner 6.0.4 - 8.10.2 Depends on vulnerable versions of @wdio/cli Depends on vulnerable versions of @wdio/runner node_modules/@wdio/local-runner @wdio/spec-reporter 6.0.4 - 8.0.0-alpha.631 Depends on vulnerable versions of @wdio/cli node_modules/@wdio/spec-reporter request * Severity: moderate Server-Side Request Forgery in Request - https://github.com/advisories/GHSA-p8p7-x288-28g6 Depends on vulnerable versions of tough-cookie No fix available node_modules/request mwbot >=0.1.6 Depends on vulnerable versions of request node_modules/mwbot wdio-mediawiki * Depends on vulnerable versions of mwbot node_modules/wdio-mediawiki tar-fs 2.0.0 - 2.1.1 Severity: high tar-fs Vulnerable to Link Following and Path Traversal via Extracting a Crafted tar File - https://github.com/advisories/GHSA-pq67-2wwv-3xjx fix available via `npm audit fix --force` Will install @wdio/cli@9.12.7, which is a breaking change node_modules/@wdio/cli/node_modules/tar-fs node_modules/@wdio/runner/node_modules/tar-fs node_modules/devtools/node_modules/tar-fs puppeteer-core 10.0.0 - 22.11.1 Depends on vulnerable versions of tar-fs Depends on vulnerable versions of ws node_modules/@wdio/cli/node_modules/puppeteer-core node_modules/@wdio/runner/node_modules/puppeteer-core node_modules/devtools/node_modules/puppeteer-core devtools 7.7.6 - 8.10.2 Depends on vulnerable versions of puppeteer-core node_modules/devtools webdriverio 7.7.6 - 8.10.2 Depends on vulnerable versions of devtools Depends on vulnerable versions of puppeteer-core node_modules/@wdio/cli/node_modules/webdriverio node_modules/@wdio/runner/node_modules/webdriverio @wdio/runner 7.7.6 - 8.10.2 Depends on vulnerable versions of webdriverio node_modules/@wdio/runner tough-cookie <4.1.3 Severity: moderate tough-cookie Prototype Pollution vulnerability - https://github.com/advisories/GHSA-72xf-g2v4-qvf3 No fix available node_modules/tough-cookie ws 8.0.0 - 8.17.0 Severity: high ws affected by a DoS when handling a request with many HTTP headers - https://github.com/advisories/GHSA-3h5v-q93c-6h6q fix available via `npm audit fix --force` Will install @wdio/cli@9.12.7, which is a breaking change node_modules/@wdio/cli/node_modules/ws node_modules/@wdio/runner/node_modules/ws node_modules/devtools/node_modules/ws 17 vulnerabilities (4 moderate, 13 high) To address issues that do not require attention, run: npm audit fix To address all issues possible (including breaking changes), run: npm audit fix --force Some issues need review, and may require choosing a different dependency. --- end --- Verifying that tests still pass $ /usr/bin/npm ci --- stderr --- npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@wdio/logger@9.4.4', npm WARN EBADENGINE required: { node: '>=18.20.0' }, npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@wdio/logger@9.4.4', npm WARN EBADENGINE required: { node: '>=18.20.0' }, npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: 'webdriverio@9.12.5', npm WARN EBADENGINE required: { node: '>=18.20.0' }, npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@wdio/config@9.12.5', npm WARN EBADENGINE required: { node: '>=18.20.0' }, npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@wdio/logger@9.4.4', npm WARN EBADENGINE required: { node: '>=18.20.0' }, npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@wdio/repl@9.4.4', npm WARN EBADENGINE required: { node: '>=18.20.0' }, npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@wdio/types@9.12.3', npm WARN EBADENGINE required: { node: '>=18.20.0' }, npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@wdio/utils@9.12.5', npm WARN EBADENGINE required: { node: '>=18.20.0' }, npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: 'webdriver@9.12.5', npm WARN EBADENGINE required: { node: '>=18.20.0' }, npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' } npm WARN EBADENGINE } npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 --- stdout --- added 1013 packages, and audited 1014 packages in 28s 199 packages are looking for funding run `npm fund` for details 17 vulnerabilities (4 moderate, 13 high) To address issues that do not require attention, run: npm audit fix To address all issues possible (including breaking changes), run: npm audit fix --force Some issues need review, and may require choosing a different dependency. Run `npm audit` for details. --- end --- $ /usr/bin/npm test --- stderr --- npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: @vue/server-renderer@3.4.19 npm WARN Found: vue@3.3.9 npm WARN node_modules/vue npm WARN dev vue@"3.3.9" from the root project npm WARN 8 more (vue-demi, @vitejs/plugin-vue, @vue/server-renderer, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer vue@"3.4.19" from @vue/server-renderer@3.4.19 npm WARN node_modules/@vue/test-utils/node_modules/@vue/server-renderer npm WARN optional @vue/server-renderer@"^3.0.1" from @vue/test-utils@2.3.2 npm WARN node_modules/@vue/test-utils npm WARN npm WARN Conflicting peer dependency: vue@3.4.19 npm WARN node_modules/vue npm WARN peer vue@"3.4.19" from @vue/server-renderer@3.4.19 npm WARN node_modules/@vue/test-utils/node_modules/@vue/server-renderer npm WARN optional @vue/server-renderer@"^3.0.1" from @vue/test-utils@2.3.2 npm WARN node_modules/@vue/test-utils npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead npm WARN deprecated iltorb@2.4.5: The zlib module provides APIs for brotli compression/decompression starting with Node.js v10.16.0, please use it over iltorb PASS src/utils/publishHelper.test.js PASS src/components/SXTranslationConfirmer/useActionPanel.test.js PASS src/composables/useTranslationSave.test.js PASS src/components/SXPublisher/useTranslationPublish.test.js PASS src/wiki/cx/api/suggestions.test.js PASS src/components/SXSentenceSelector/tests/SubSection.test.js PASS src/composables/useSuggestionsFetch.test.js [1m[33m[@vue/compiler-sfc][0m[33m `defineProps` is a compiler macro and no longer needs to be imported.[0m [1m[33m[@vue/compiler-sfc][0m[33m `defineEmits` is a compiler macro and no longer needs to be imported.[0m PASS src/components/SXPublisher/SXPublisherReviewInfo.test.js ● Console console.warn [Vue warn]: CdxButton: Icon-only buttons require one of the following attributes: aria-label or aria-hidden. See documentation at https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button at <CdxButton weight="quiet" class="pa-0 me-1" onClick=fn<goToPreviousMessage> > at <MwCol key=0 class="sx-publisher__review-info__navigation-buttons justify-end" align="center" > at <MwRow justify="between" class="ma-0" > at <MwCol id="-label" tag="span" grow="" ... > at <MwRow key=0 class="mw-ui-message--error mw-ui-message sx-publisher__review-info ma-0 pa-4 sx-publisher__review-info--error" aria-live=null ... > at <MwMessage type="error" class="sx-publisher__review-info ma-0 pa-4 sx-publisher__review-info--error" inline=false > at <SXPublisherReviewInfo publishFeedbackMessages= [ PublishFeedbackMessage { text: '', title: '1', type: 'generic', status: 'error', details: null }, PublishFeedbackMessage { text: '', title: '2', type: 'generic', status: 'warning', details: null }, PublishFeedbackMessage { text: '', title: '3', type: 'generic', status: 'warning', details: null } ] ref="VTU_COMPONENT" > at <VTUROOT> at Object.warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:41:13) at Me (node_modules/@wikimedia/codex/dist/codex.cjs:1:6163) at $t (node_modules/@wikimedia/codex/dist/codex.cjs:1:6386) at setup (node_modules/@wikimedia/codex/dist/codex.cjs:1:6940) at callWithErrorHandling (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:156:18) at setupStatefulComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7277:25) at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7238:36) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5635:7) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6368:7) console.warn [Vue warn]: CdxButton: Icon-only buttons require one of the following attributes: aria-label or aria-hidden. See documentation at https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button at <CdxButton weight="quiet" class="pa-0 ms-1" onClick=fn<goToNextMessage> > at <MwCol key=0 class="sx-publisher__review-info__navigation-buttons justify-end" align="center" > at <MwRow justify="between" class="ma-0" > at <MwCol id="-label" tag="span" grow="" ... > at <MwRow key=0 class="mw-ui-message--error mw-ui-message sx-publisher__review-info ma-0 pa-4 sx-publisher__review-info--error" aria-live=null ... > at <MwMessage type="error" class="sx-publisher__review-info ma-0 pa-4 sx-publisher__review-info--error" inline=false > at <SXPublisherReviewInfo publishFeedbackMessages= [ PublishFeedbackMessage { text: '', title: '1', type: 'generic', status: 'error', details: null }, PublishFeedbackMessage { text: '', title: '2', type: 'generic', status: 'warning', details: null }, PublishFeedbackMessage { text: '', title: '3', type: 'generic', status: 'warning', details: null } ] ref="VTU_COMPONENT" > at <VTUROOT> at Object.warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:41:13) at Me (node_modules/@wikimedia/codex/dist/codex.cjs:1:6163) at $t (node_modules/@wikimedia/codex/dist/codex.cjs:1:6386) at setup (node_modules/@wikimedia/codex/dist/codex.cjs:1:6940) at callWithErrorHandling (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:156:18) at setupStatefulComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7277:25) at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7238:36) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5635:7) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6368:7) [1m[33m[@vue/compiler-sfc][0m[33m `defineEmits` is a compiler macro and no longer needs to be imported.[0m PASS src/components/SXPublisher/useEditTranslation.test.js (5.408 s) PASS src/components/SXArticleSearch/SXArticleSearch.test.js ● Console console.warn [Vue warn]: CdxButton: Icon-only buttons require one of the following attributes: aria-label or aria-hidden. See documentation at https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button at <CdxButton class="pa-0 ms-4" weight="quiet" onClick=fn<close> > at <MwCol shrink="" align="start" class="pe-4" > at <MwRow class="sx-article-search__header ma-0 py-3" align="stretch" justify="start" > at <SXArticleSearch ref="VTU_COMPONENT" > at <VTUROOT> 65 | 66 | describe("SXArticleSearch component test", () => { > 67 | const wrapper = mount(SXArticleSearch, { | ^ 68 | global: { 69 | plugins: [mockStore, router, i18n, BreakpointsPlugin], 70 | }, at Object.warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:41:13) at Me (node_modules/@wikimedia/codex/dist/codex.cjs:1:6163) at $t (node_modules/@wikimedia/codex/dist/codex.cjs:1:6386) at setup (node_modules/@wikimedia/codex/dist/codex.cjs:1:6940) at callWithErrorHandling (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:156:18) at setupStatefulComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7277:25) at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7238:36) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5635:7) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6368:7) at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3837:13) at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1396:19) at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8279:18) at src/components/SXArticleSearch/SXArticleSearch.test.js:67:24 at Object.describe (src/components/SXArticleSearch/SXArticleSearch.test.js:66:1) PASS src/components/SXTranslationConfirmer/SXTranslationConfirmerActionPanel.test.js PASS src/utils/getInitialLanguagePair.test.js PASS src/components/SXPublisher/useMtValidate.test.js PASS src/wiki/cx/models/subSection.test.js PASS src/components/SXSentenceSelector/tests/ProposedTranslationCard.test.js PASS src/utils/segmentedContentConverter.test.js PASS src/store/modules/application/tests/actions/getCXServerToken.test.js PASS src/components/SXPublisher/usePublishingComplete.test.js PASS src/lib/mediawiki.ui/components/MWButton/MWButton.test.js PASS src/components/SXSentenceSelector/tests/SXSentenceSelector.test.js PASS src/components/SXArticleSearch/SearchResultsCard.test.js PASS src/components/SXSentenceSelector/tests/ProposedTranslationActionButtons.test.js PASS src/components/SXSectionSelector/SXSectionSelectorSectionList.test.js ● Console console.warn [Vue warn]: CdxButton: Icon-only buttons require one of the following attributes: aria-label or aria-hidden. See documentation at https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button at <CdxButton weight="quiet" class="col justify-between items-center py-3 px-4" onClick=fn<onClick> > at <MwRow key="source section 0" tag="li" class="ma-0" > at <SXSectionSelectorSectionList sections= [ { sourceTitle: 'source section 0', targetTitle: 'target section 0' }, { sourceTitle: 'source section 1', targetTitle: 'target section 1' }, { sourceTitle: 'source section 2', targetTitle: 'target section 2' }, { sourceTitle: 'source section 3', targetTitle: 'target section 3' } ] ref="VTU_COMPONENT" > at <VTUROOT> 10 | 11 | const createWrapper = (options = {}) => > 12 | mount(SXSectionSelectorSectionList, { | ^ 13 | props: { 14 | sections, 15 | }, at Object.warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:41:13) at Me (node_modules/@wikimedia/codex/dist/codex.cjs:1:6163) at $t (node_modules/@wikimedia/codex/dist/codex.cjs:1:6386) at setup (node_modules/@wikimedia/codex/dist/codex.cjs:1:6940) at callWithErrorHandling (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:156:18) at setupStatefulComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7277:25) at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7238:36) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5635:7) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6368:7) at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3837:13) at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1396:19) at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8279:18) at createWrapper (src/components/SXSectionSelector/SXSectionSelectorSectionList.test.js:12:8) at Object.createWrapper (src/components/SXSectionSelector/SXSectionSelectorSectionList.test.js:20:21) console.warn [Vue warn]: CdxButton: Icon-only buttons require one of the following attributes: aria-label or aria-hidden. See documentation at https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button at <CdxButton weight="quiet" class="col justify-between items-center py-3 px-4" onClick=fn<onClick> > at <MwRow key="source section 1" tag="li" class="ma-0" > at <SXSectionSelectorSectionList sections= [ { sourceTitle: 'source section 0', targetTitle: 'target section 0' }, { sourceTitle: 'source section 1', targetTitle: 'target section 1' }, { sourceTitle: 'source section 2', targetTitle: 'target section 2' }, { sourceTitle: 'source section 3', targetTitle: 'target section 3' } ] ref="VTU_COMPONENT" > at <VTUROOT> 10 | 11 | const createWrapper = (options = {}) => > 12 | mount(SXSectionSelectorSectionList, { | ^ 13 | props: { 14 | sections, 15 | }, at Object.warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:41:13) at Me (node_modules/@wikimedia/codex/dist/codex.cjs:1:6163) at $t (node_modules/@wikimedia/codex/dist/codex.cjs:1:6386) at setup (node_modules/@wikimedia/codex/dist/codex.cjs:1:6940) at callWithErrorHandling (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:156:18) at setupStatefulComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7277:25) at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7238:36) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5635:7) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6368:7) at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3837:13) at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1396:19) at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8279:18) at createWrapper (src/components/SXSectionSelector/SXSectionSelectorSectionList.test.js:12:8) at Object.createWrapper (src/components/SXSectionSelector/SXSectionSelectorSectionList.test.js:20:21) console.warn [Vue warn]: CdxButton: Icon-only buttons require one of the following attributes: aria-label or aria-hidden. See documentation at https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button at <CdxButton weight="quiet" class="col justify-between items-center py-3 px-4" onClick=fn<onClick> > at <MwRow key="source section 2" tag="li" class="ma-0" > at <SXSectionSelectorSectionList sections= [ { sourceTitle: 'source section 0', targetTitle: 'target section 0' }, { sourceTitle: 'source section 1', targetTitle: 'target section 1' }, { sourceTitle: 'source section 2', targetTitle: 'target section 2' }, { sourceTitle: 'source section 3', targetTitle: 'target section 3' } ] ref="VTU_COMPONENT" > at <VTUROOT> 10 | 11 | const createWrapper = (options = {}) => > 12 | mount(SXSectionSelectorSectionList, { | ^ 13 | props: { 14 | sections, 15 | }, at Object.warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:41:13) at Me (node_modules/@wikimedia/codex/dist/codex.cjs:1:6163) at $t (node_modules/@wikimedia/codex/dist/codex.cjs:1:6386) at setup (node_modules/@wikimedia/codex/dist/codex.cjs:1:6940) at callWithErrorHandling (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:156:18) at setupStatefulComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7277:25) at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7238:36) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5635:7) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6368:7) at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3837:13) at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1396:19) at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8279:18) at createWrapper (src/components/SXSectionSelector/SXSectionSelectorSectionList.test.js:12:8) at Object.createWrapper (src/components/SXSectionSelector/SXSectionSelectorSectionList.test.js:20:21) console.warn [Vue warn]: CdxButton: Icon-only buttons require one of the following attributes: aria-label or aria-hidden. See documentation at https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button at <CdxButton weight="quiet" class="col justify-between items-center py-3 px-4" onClick=fn<onClick> > at <MwRow key="source section 3" tag="li" class="ma-0" > at <SXSectionSelectorSectionList sections= [ { sourceTitle: 'source section 0', targetTitle: 'target section 0' }, { sourceTitle: 'source section 1', targetTitle: 'target section 1' }, { sourceTitle: 'source section 2', targetTitle: 'target section 2' }, { sourceTitle: 'source section 3', targetTitle: 'target section 3' } ] ref="VTU_COMPONENT" > at <VTUROOT> 10 | 11 | const createWrapper = (options = {}) => > 12 | mount(SXSectionSelectorSectionList, { | ^ 13 | props: { 14 | sections, 15 | }, at Object.warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:41:13) at Me (node_modules/@wikimedia/codex/dist/codex.cjs:1:6163) at $t (node_modules/@wikimedia/codex/dist/codex.cjs:1:6386) at setup (node_modules/@wikimedia/codex/dist/codex.cjs:1:6940) at callWithErrorHandling (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:156:18) at setupStatefulComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7277:25) at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7238:36) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5635:7) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6368:7) at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3837:13) at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1396:19) at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8279:18) at createWrapper (src/components/SXSectionSelector/SXSectionSelectorSectionList.test.js:12:8) at Object.createWrapper (src/components/SXSectionSelector/SXSectionSelectorSectionList.test.js:20:21) console.warn [Vue warn]: CdxButton: Icon-only buttons require one of the following attributes: aria-label or aria-hidden. See documentation at https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button at <CdxButton weight="quiet" class="col justify-between items-center py-3 px-4" onClick=fn<onClick> > at <MwRow key="source section 0" tag="li" class="ma-0" > at <SXSectionSelectorSectionList sections= [ { sourceTitle: 'source section 0', targetTitle: 'target section 0' }, { sourceTitle: 'source section 1', targetTitle: 'target section 1' }, { sourceTitle: 'source section 2', targetTitle: 'target section 2' }, { sourceTitle: 'source section 3', targetTitle: 'target section 3' } ] ref="VTU_COMPONENT" > at <VTUROOT> 10 | 11 | const createWrapper = (options = {}) => > 12 | mount(SXSectionSelectorSectionList, { | ^ 13 | props: { 14 | sections, 15 | }, at Object.warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:41:13) at Me (node_modules/@wikimedia/codex/dist/codex.cjs:1:6163) at $t (node_modules/@wikimedia/codex/dist/codex.cjs:1:6386) at setup (node_modules/@wikimedia/codex/dist/codex.cjs:1:6940) at callWithErrorHandling (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:156:18) at setupStatefulComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7277:25) at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7238:36) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5635:7) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6368:7) at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3837:13) at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1396:19) at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8279:18) at createWrapper (src/components/SXSectionSelector/SXSectionSelectorSectionList.test.js:12:8) at Object.createWrapper (src/components/SXSectionSelector/SXSectionSelectorSectionList.test.js:38:21) console.warn [Vue warn]: CdxButton: Icon-only buttons require one of the following attributes: aria-label or aria-hidden. See documentation at https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button at <CdxButton weight="quiet" class="col justify-between items-center py-3 px-4" onClick=fn<onClick> > at <MwRow key="source section 1" tag="li" class="ma-0" > at <SXSectionSelectorSectionList sections= [ { sourceTitle: 'source section 0', targetTitle: 'target section 0' }, { sourceTitle: 'source section 1', targetTitle: 'target section 1' }, { sourceTitle: 'source section 2', targetTitle: 'target section 2' }, { sourceTitle: 'source section 3', targetTitle: 'target section 3' } ] ref="VTU_COMPONENT" > at <VTUROOT> 10 | 11 | const createWrapper = (options = {}) => > 12 | mount(SXSectionSelectorSectionList, { | ^ 13 | props: { 14 | sections, 15 | }, at Object.warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:41:13) at Me (node_modules/@wikimedia/codex/dist/codex.cjs:1:6163) at $t (node_modules/@wikimedia/codex/dist/codex.cjs:1:6386) at setup (node_modules/@wikimedia/codex/dist/codex.cjs:1:6940) at callWithErrorHandling (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:156:18) at setupStatefulComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7277:25) at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7238:36) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5635:7) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6368:7) at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3837:13) at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1396:19) at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8279:18) at createWrapper (src/components/SXSectionSelector/SXSectionSelectorSectionList.test.js:12:8) at Object.createWrapper (src/components/SXSectionSelector/SXSectionSelectorSectionList.test.js:38:21) console.warn [Vue warn]: CdxButton: Icon-only buttons require one of the following attributes: aria-label or aria-hidden. See documentation at https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button at <CdxButton weight="quiet" class="col justify-between items-center py-3 px-4" onClick=fn<onClick> > at <MwRow key="source section 2" tag="li" class="ma-0" > at <SXSectionSelectorSectionList sections= [ { sourceTitle: 'source section 0', targetTitle: 'target section 0' }, { sourceTitle: 'source section 1', targetTitle: 'target section 1' }, { sourceTitle: 'source section 2', targetTitle: 'target section 2' }, { sourceTitle: 'source section 3', targetTitle: 'target section 3' } ] ref="VTU_COMPONENT" > at <VTUROOT> 10 | 11 | const createWrapper = (options = {}) => > 12 | mount(SXSectionSelectorSectionList, { | ^ 13 | props: { 14 | sections, 15 | }, at Object.warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:41:13) at Me (node_modules/@wikimedia/codex/dist/codex.cjs:1:6163) at $t (node_modules/@wikimedia/codex/dist/codex.cjs:1:6386) at setup (node_modules/@wikimedia/codex/dist/codex.cjs:1:6940) at callWithErrorHandling (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:156:18) at setupStatefulComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7277:25) at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7238:36) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5635:7) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6368:7) at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3837:13) at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1396:19) at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8279:18) at createWrapper (src/components/SXSectionSelector/SXSectionSelectorSectionList.test.js:12:8) at Object.createWrapper (src/components/SXSectionSelector/SXSectionSelectorSectionList.test.js:38:21) console.warn [Vue warn]: CdxButton: Icon-only buttons require one of the following attributes: aria-label or aria-hidden. See documentation at https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button at <CdxButton weight="quiet" class="col justify-between items-center py-3 px-4" onClick=fn<onClick> > at <MwRow key="source section 3" tag="li" class="ma-0" > at <SXSectionSelectorSectionList sections= [ { sourceTitle: 'source section 0', targetTitle: 'target section 0' }, { sourceTitle: 'source section 1', targetTitle: 'target section 1' }, { sourceTitle: 'source section 2', targetTitle: 'target section 2' }, { sourceTitle: 'source section 3', targetTitle: 'target section 3' } ] ref="VTU_COMPONENT" > at <VTUROOT> 10 | 11 | const createWrapper = (options = {}) => > 12 | mount(SXSectionSelectorSectionList, { | ^ 13 | props: { 14 | sections, 15 | }, at Object.warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:41:13) at Me (node_modules/@wikimedia/codex/dist/codex.cjs:1:6163) at $t (node_modules/@wikimedia/codex/dist/codex.cjs:1:6386) at setup (node_modules/@wikimedia/codex/dist/codex.cjs:1:6940) at callWithErrorHandling (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:156:18) at setupStatefulComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7277:25) at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7238:36) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5635:7) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6368:7) at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3837:13) at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1396:19) at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8279:18) at createWrapper (src/components/SXSectionSelector/SXSectionSelectorSectionList.test.js:12:8) at Object.createWrapper (src/components/SXSectionSelector/SXSectionSelectorSectionList.test.js:38:21) console.warn [Vue warn]: CdxButton: Icon-only buttons require one of the following attributes: aria-label or aria-hidden. See documentation at https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button at <CdxButton weight="quiet" class="col justify-between items-center py-3 px-4" onClick=fn<onClick> > at <MwRow key="source section 0" tag="li" class="ma-0" > at <SXSectionSelectorSectionList sections= [ { sourceTitle: 'source section 0', targetTitle: 'target section 0' }, { sourceTitle: 'source section 1', targetTitle: 'target section 1' }, { sourceTitle: 'source section 2', targetTitle: 'target section 2' }, { sourceTitle: 'source section 3', targetTitle: 'target section 3' } ] ref="VTU_COMPONENT" > at <VTUROOT> 10 | 11 | const createWrapper = (options = {}) => > 12 | mount(SXSectionSelectorSectionList, { | ^ 13 | props: { 14 | sections, 15 | }, at Object.warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:41:13) at Me (node_modules/@wikimedia/codex/dist/codex.cjs:1:6163) at $t (node_modules/@wikimedia/codex/dist/codex.cjs:1:6386) at setup (node_modules/@wikimedia/codex/dist/codex.cjs:1:6940) at callWithErrorHandling (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:156:18) at setupStatefulComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7277:25) at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7238:36) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5635:7) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6368:7) at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3837:13) at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1396:19) at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8279:18) at createWrapper (src/components/SXSectionSelector/SXSectionSelectorSectionList.test.js:12:8) at Object.createWrapper (src/components/SXSectionSelector/SXSectionSelectorSectionList.test.js:48:21) console.warn [Vue warn]: CdxButton: Icon-only buttons require one of the following attributes: aria-label or aria-hidden. See documentation at https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button at <CdxButton weight="quiet" class="col justify-between items-center py-3 px-4" onClick=fn<onClick> > at <MwRow key="source section 1" tag="li" class="ma-0" > at <SXSectionSelectorSectionList sections= [ { sourceTitle: 'source section 0', targetTitle: 'target section 0' }, { sourceTitle: 'source section 1', targetTitle: 'target section 1' }, { sourceTitle: 'source section 2', targetTitle: 'target section 2' }, { sourceTitle: 'source section 3', targetTitle: 'target section 3' } ] ref="VTU_COMPONENT" > at <VTUROOT> 10 | 11 | const createWrapper = (options = {}) => > 12 | mount(SXSectionSelectorSectionList, { | ^ 13 | props: { 14 | sections, 15 | }, at Object.warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:41:13) at Me (node_modules/@wikimedia/codex/dist/codex.cjs:1:6163) at $t (node_modules/@wikimedia/codex/dist/codex.cjs:1:6386) at setup (node_modules/@wikimedia/codex/dist/codex.cjs:1:6940) at callWithErrorHandling (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:156:18) at setupStatefulComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7277:25) at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7238:36) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5635:7) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6368:7) at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3837:13) at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1396:19) at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8279:18) at createWrapper (src/components/SXSectionSelector/SXSectionSelectorSectionList.test.js:12:8) at Object.createWrapper (src/components/SXSectionSelector/SXSectionSelectorSectionList.test.js:48:21) console.warn [Vue warn]: CdxButton: Icon-only buttons require one of the following attributes: aria-label or aria-hidden. See documentation at https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button at <CdxButton weight="quiet" class="col justify-between items-center py-3 px-4" onClick=fn<onClick> > at <MwRow key="source section 2" tag="li" class="ma-0" > at <SXSectionSelectorSectionList sections= [ { sourceTitle: 'source section 0', targetTitle: 'target section 0' }, { sourceTitle: 'source section 1', targetTitle: 'target section 1' }, { sourceTitle: 'source section 2', targetTitle: 'target section 2' }, { sourceTitle: 'source section 3', targetTitle: 'target section 3' } ] ref="VTU_COMPONENT" > at <VTUROOT> 10 | 11 | const createWrapper = (options = {}) => > 12 | mount(SXSectionSelectorSectionList, { | ^ 13 | props: { 14 | sections, 15 | }, at Object.warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:41:13) at Me (node_modules/@wikimedia/codex/dist/codex.cjs:1:6163) at $t (node_modules/@wikimedia/codex/dist/codex.cjs:1:6386) at setup (node_modules/@wikimedia/codex/dist/codex.cjs:1:6940) at callWithErrorHandling (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:156:18) at setupStatefulComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7277:25) at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7238:36) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5635:7) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6368:7) at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3837:13) at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1396:19) at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8279:18) at createWrapper (src/components/SXSectionSelector/SXSectionSelectorSectionList.test.js:12:8) at Object.createWrapper (src/components/SXSectionSelector/SXSectionSelectorSectionList.test.js:48:21) console.warn [Vue warn]: CdxButton: Icon-only buttons require one of the following attributes: aria-label or aria-hidden. See documentation at https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button at <CdxButton weight="quiet" class="col justify-between items-center py-3 px-4" onClick=fn<onClick> > at <MwRow key="source section 3" tag="li" class="ma-0" > at <SXSectionSelectorSectionList sections= [ { sourceTitle: 'source section 0', targetTitle: 'target section 0' }, { sourceTitle: 'source section 1', targetTitle: 'target section 1' }, { sourceTitle: 'source section 2', targetTitle: 'target section 2' }, { sourceTitle: 'source section 3', targetTitle: 'target section 3' } ] ref="VTU_COMPONENT" > at <VTUROOT> 10 | 11 | const createWrapper = (options = {}) => > 12 | mount(SXSectionSelectorSectionList, { | ^ 13 | props: { 14 | sections, 15 | }, at Object.warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:41:13) at Me (node_modules/@wikimedia/codex/dist/codex.cjs:1:6163) at $t (node_modules/@wikimedia/codex/dist/codex.cjs:1:6386) at setup (node_modules/@wikimedia/codex/dist/codex.cjs:1:6940) at callWithErrorHandling (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:156:18) at setupStatefulComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7277:25) at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7238:36) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5635:7) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6368:7) at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3837:13) at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1396:19) at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8279:18) at createWrapper (src/components/SXSectionSelector/SXSectionSelectorSectionList.test.js:12:8) at Object.createWrapper (src/components/SXSectionSelector/SXSectionSelectorSectionList.test.js:48:21) PASS src/components/SXContentComparator/SXContentComparatorHeaderNavigation.test.js PASS src/store/modules/mediawiki/actions.test.js PASS src/components/SXTranslationConfirmer/SXTranslationConfirmerArticleInformation.test.js ● Console console.warn [Vue warn]: CdxButton: Icon-only buttons require one of the following attributes: aria-label or aria-hidden. See documentation at https://doc.wikimedia.org/codex/latest/components/demos/button.html#icon-only-button at <CdxButton class="px-0" weight="quiet" action="default" ... > at <MwCol shrink="" align="start" > at <MwRow justify="between" class="sx-translation-confirmer__article-information__header ma-0 mb-2" > at <MwCol> at <MwRow class="sx-translation-confirmer__article-information ma-0 pa-4" align="stretch" justify="start" > at <SXTranslationConfirmerArticleInformation ref="VTU_COMPONENT" > at <VTUROOT> 45 | 46 | describe("SXTranslationConfirmerArticleInformation test", () => { > 47 | const wrapper = mount(SXTranslationConfirmerArticleInformation, { | ^ 48 | global: { plugins: [i18n, colors, mockStore] }, 49 | }); 50 | at Object.warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:41:13) at Me (node_modules/@wikimedia/codex/dist/codex.cjs:1:6163) at $t (node_modules/@wikimedia/codex/dist/codex.cjs:1:6386) at setup (node_modules/@wikimedia/codex/dist/codex.cjs:1:6940) at callWithErrorHandling (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:156:18) at setupStatefulComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7277:25) at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7238:36) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5635:7) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at processFragment (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5548:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5061:9) at mountChildren (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5331:7) at mountElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5238:7) at processElement (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5203:7) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5075:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11) at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19) at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51) at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5) at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5) at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9) at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11) at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6368:7) at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3837:13) at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1396:19) at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8279:18) at src/components/SXTranslationConfirmer/SXTranslationConfirmerArticleInformation.test.js:47:24 at Object.describe (src/components/SXTranslationConfirmer/SXTranslationConfirmerArticleInformation.test.js:46:1) PASS src/components/SXArticleSearch/ArticleSuggestionsCard.test.js PASS src/lib/mediawiki.ui/components/MWSelect/MWSelect.test.js PASS src/components/SXSentenceSelector/tests/ProposedTranslationHeader.test.js PASS src/components/SXSectionSelector/SXSectionSelectorSectionListPresent.test.js PASS src/utils/debounce.test.js PASS src/utils/mtHelper.test.js PASS src/utils/eventlogging/logEvent.test.js PASS src/components/SXArticleSearch/useSuggestedSourceLanguages.test.js PASS src/lib/mediawiki.ui/components/MWInput/MWInput.test.js PASS src/lib/mediawiki.ui/components/MWExpandableContent/MWExpandableContent.test.js PASS src/components/SXSentenceSelector/tests/SXSentenceSelectorContentHeader.test.js PASS src/components/SXArticleSearch/SXSearchArticleSuggestion.test.js PASS src/utils/mtValidator.test.js PASS src/utils/dateHelper.test.js PASS src/store/modules/suggestions/suggestions.test.js PASS src/lib/mediawiki.ui/components/MWButtonGroup/MWButtonGroup.test.js PASS src/lib/mediawiki.ui/components/MWIcon/MWIcon.test.js PASS src/lib/mediawiki.ui/components/MWRadioGroup/MWRadioGroup.test.js PASS src/lib/mediawiki.ui/components/MWMessage/MWMessage.test.js PASS src/utils/eventlogging/translationSessionPosition.test.js PASS src/lib/mediawiki.ui/components/MWCircularProgressBar/MWCircleProgressBar.test.js PASS src/components/SXSectionSelector/SXSectionSelectorViewArticleItem.test.js PASS src/lib/mediawiki.ui/components/MWThumbnail/MWThumbnail.test.js PASS src/lib/mediawiki.ui/components/MWRadioGroup/MWRadio.test.js PASS src/lib/mediawiki.ui/components/MWCard/MWcard.test.js PASS src/lib/mediawiki.ui/components/MWBottomNavigation/MWBottomNavigation.test.js PASS src/lib/mediawiki.ui/components/MWDialog/MWDialog.test.js PASS src/wiki/cx/models/sectionSuggestion.test.js PASS src/utils/mediawikiHelper.test.js PASS src/components/SXSentenceSelector/tests/RetryMtCard.test.js Test Suites: 56 passed, 56 total Tests: 148 passed, 148 total Snapshots: 38 passed, 38 total Time: 13.234 s Ran all test suites. --- stdout --- > test > npm run test:cx2 && npm run test:cx3 > test:cx2 > npm -s run lint Checked 1 message directory. /src/repo/minT/src/SearchTopicPage.vue 155:1 warning The type 'PageSearchResult' is undefined jsdoc/no-undefined-types /src/repo/minT/src/useUrlHelper.js 20:1 warning The type 'PageSearchResult' is undefined jsdoc/no-undefined-types /src/repo/modules/stats/ext.cx.stats.js 600:55 warning 'data' is already declared in the upper scope on line 599 column 9 no-shadow 612:55 warning 'data' is already declared in the upper scope on line 599 column 9 no-shadow 624:49 warning 'data' is already declared in the upper scope on line 599 column 9 no-shadow 643:58 warning 'data' is already declared in the upper scope on line 642 column 9 no-shadow 655:58 warning 'data' is already declared in the upper scope on line 642 column 9 no-shadow 667:52 warning 'data' is already declared in the upper scope on line 642 column 9 no-shadow 679:55 warning 'data' is already declared in the upper scope on line 642 column 9 no-shadow 699:55 warning 'data' is already declared in the upper scope on line 698 column 9 no-shadow 708:55 warning 'data' is already declared in the upper scope on line 698 column 9 no-shadow 717:49 warning 'data' is already declared in the upper scope on line 698 column 9 no-shadow 737:58 warning 'data' is already declared in the upper scope on line 736 column 9 no-shadow 746:58 warning 'data' is already declared in the upper scope on line 736 column 9 no-shadow 755:52 warning 'data' is already declared in the upper scope on line 736 column 9 no-shadow 764:55 warning 'data' is already declared in the upper scope on line 736 column 9 no-shadow /src/repo/modules/ui/widgets/mw.cx.ui.PageSelectorWidget.js 217:31 warning 'pages' is already declared in the upper scope on line 182 column 71 no-shadow ✖ 17 problems (0 errors, 17 warnings) > test:cx3 > cd app && npm run test > cx3@0.2.0+20241018 test > npm install && npm -s run test:bundle && npm run lint && npm run test:unit added 945 packages, and audited 946 packages in 36s 82 packages are looking for funding run `npm fund` for details 15 vulnerabilities (6 moderate, 9 high) To address all issues, run: npm audit fix Run `npm audit` for details. There are no staged changes to the dist folder in this change. > cx3@0.2.0+20241018 lint > eslint . --fix > cx3@0.2.0+20241018 test:unit > jest -c config/jest/jest.config.js --- end --- {} $ package-lock-lint package-lock.json --- stdout --- Checking package-lock.json --- end --- [DNM] there are no updates $ git add . --- stdout --- --- end --- $ git commit -F /tmp/tmpxr7noy8e --- stderr --- pre-commit: pre-commit: No changes detected. pre-commit: Skipping the pre-commit hook. pre-commit: --- stdout --- On branch REL1_43 Your branch is up to date with 'origin/REL1_43'. nothing to commit, working tree clean --- end ---