mediawiki/extensions/WikiLambda (main)

sourcepatches
$ date
--- stdout ---
Fri Jul 26 04:35:52 UTC 2024

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

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

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

--- end ---
$ git submodule update --init
--- stderr ---
Submodule 'function-schemata' (https://gitlab.wikimedia.org/repos/abstract-wiki/wikifunctions/function-schemata.git) registered for path 'function-schemata'
Cloning into '/src/repo/function-schemata'...
--- stdout ---
Submodule path 'function-schemata': checked out 'a0fd03cdceac3bfecf3058d7aa74af1b8c221fd4'

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

--- end ---
$ git show-ref refs/heads/master
--- stdout ---
fa5ee88a466de483a3823bdaa0c58fa403d4943c refs/heads/master

--- end ---
$ /usr/bin/npm audit --json
--- stdout ---
{
  "auditReportVersion": 2,
  "vulnerabilities": {
    "@wdio/cli": {
      "name": "@wdio/cli",
      "severity": "high",
      "isDirect": true,
      "via": [
        "webdriverio"
      ],
      "effects": [],
      "range": "7.16.5 - 8.39.1",
      "nodes": [
        "node_modules/@wdio/cli"
      ],
      "fixAvailable": {
        "name": "@wdio/cli",
        "version": "7.16.4",
        "isSemVerMajor": true
      }
    },
    "@wdio/local-runner": {
      "name": "@wdio/local-runner",
      "severity": "high",
      "isDirect": true,
      "via": [
        "@wdio/runner"
      ],
      "effects": [],
      "range": "7.16.5 - 8.39.1",
      "nodes": [
        "node_modules/@wdio/local-runner"
      ],
      "fixAvailable": {
        "name": "@wdio/local-runner",
        "version": "7.16.4",
        "isSemVerMajor": true
      }
    },
    "@wdio/runner": {
      "name": "@wdio/runner",
      "severity": "high",
      "isDirect": false,
      "via": [
        "webdriverio"
      ],
      "effects": [
        "@wdio/local-runner"
      ],
      "range": "7.16.5 - 8.39.1",
      "nodes": [
        "node_modules/@wdio/runner"
      ],
      "fixAvailable": {
        "name": "@wdio/local-runner",
        "version": "7.16.4",
        "isSemVerMajor": true
      }
    },
    "devtools": {
      "name": "devtools",
      "severity": "high",
      "isDirect": false,
      "via": [
        "puppeteer-core"
      ],
      "effects": [],
      "range": ">=7.16.5",
      "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
    },
    "puppeteer-core": {
      "name": "puppeteer-core",
      "severity": "high",
      "isDirect": false,
      "via": [
        "ws"
      ],
      "effects": [
        "devtools",
        "webdriverio"
      ],
      "range": "11.0.0 - 22.11.1",
      "nodes": [
        "node_modules/puppeteer-core"
      ],
      "fixAvailable": {
        "name": "@wdio/cli",
        "version": "7.16.4",
        "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
    },
    "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/request/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.16.5 - 8.39.1",
      "nodes": [
        "node_modules/webdriverio"
      ],
      "fixAvailable": {
        "name": "@wdio/cli",
        "version": "7.16.4",
        "isSemVerMajor": true
      }
    },
    "ws": {
      "name": "ws",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1097615,
          "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/puppeteer-core/node_modules/ws"
      ],
      "fixAvailable": {
        "name": "@wdio/cli",
        "version": "7.16.4",
        "isSemVerMajor": true
      }
    }
  },
  "metadata": {
    "vulnerabilities": {
      "info": 0,
      "low": 0,
      "moderate": 4,
      "high": 7,
      "critical": 0,
      "total": 11
    },
    "dependencies": {
      "prod": 1,
      "dev": 1493,
      "optional": 4,
      "peer": 1,
      "peerOptional": 0,
      "total": 1493
    }
  }
}

--- 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/pcre (3.2.0)
  - Locking composer/semver (3.4.0)
  - Locking composer/spdx-licenses (1.5.8)
  - Locking composer/xdebug-handler (3.0.5)
  - Locking dealerdirect/phpcodesniffer-composer-installer (v1.0.0)
  - Locking diff/diff (3.3.1)
  - Locking doctrine/deprecations (1.1.3)
  - Locking felixfbecker/advanced-json-rpc (v3.2.1)
  - Locking mediawiki/mediawiki-codesniffer (v43.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.4.1)
  - Locking opis/json-schema (1.1.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.1.2)
  - Locking phpcsstandards/phpcsutils (1.0.9)
  - Locking phpdocumentor/reflection-common (2.2.0)
  - Locking phpdocumentor/reflection-docblock (5.4.1)
  - Locking phpdocumentor/type-resolver (1.8.2)
  - Locking phpstan/phpdoc-parser (1.29.1)
  - Locking psr/container (2.0.2)
  - Locking psr/log (3.0.0)
  - Locking sabre/event (5.1.5)
  - Locking squizlabs/php_codesniffer (3.8.1)
  - Locking symfony/console (v7.1.2)
  - Locking symfony/deprecation-contracts (v3.5.0)
  - Locking symfony/polyfill-ctype (v1.30.0)
  - Locking symfony/polyfill-intl-grapheme (v1.30.0)
  - Locking symfony/polyfill-intl-normalizer (v1.30.0)
  - Locking symfony/polyfill-mbstring (v1.30.0)
  - Locking symfony/polyfill-php80 (v1.30.0)
  - Locking symfony/service-contracts (v3.5.0)
  - Locking symfony/string (v7.1.2)
  - 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 squizlabs/php_codesniffer (3.8.1): Extracting archive
  - Installing dealerdirect/phpcodesniffer-composer-installer (v1.0.0): Extracting archive
  - Installing composer/pcre (3.2.0): Extracting archive
  - Installing diff/diff (3.3.1): Extracting archive
  - Installing symfony/polyfill-php80 (v1.30.0): Extracting archive
  - Installing phpcsstandards/phpcsutils (1.0.9): Extracting archive
  - Installing phpcsstandards/phpcsextra (1.1.2): Extracting archive
  - Installing symfony/polyfill-mbstring (v1.30.0): Extracting archive
  - Installing composer/spdx-licenses (1.5.8): Extracting archive
  - Installing composer/semver (3.4.0): Extracting archive
  - Installing mediawiki/mediawiki-codesniffer (v43.0.0): Extracting archive
  - Installing tysonandre/var_representation_polyfill (0.1.3): Extracting archive
  - Installing symfony/polyfill-intl-normalizer (v1.30.0): Extracting archive
  - Installing symfony/polyfill-intl-grapheme (v1.30.0): Extracting archive
  - Installing symfony/polyfill-ctype (v1.30.0): Extracting archive
  - Installing symfony/string (v7.1.2): Extracting archive
  - Installing symfony/deprecation-contracts (v3.5.0): Extracting archive
  - Installing psr/container (2.0.2): Extracting archive
  - Installing symfony/service-contracts (v3.5.0): Extracting archive
  - Installing symfony/console (v7.1.2): Extracting archive
  - Installing sabre/event (5.1.5): Extracting archive
  - Installing netresearch/jsonmapper (v4.4.1): Extracting archive
  - Installing microsoft/tolerant-php-parser (v0.1.2): Extracting archive
  - Installing webmozart/assert (1.11.0): Extracting archive
  - Installing phpstan/phpdoc-parser (1.29.1): Extracting archive
  - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive
  - Installing doctrine/deprecations (1.1.3): Extracting archive
  - Installing phpdocumentor/type-resolver (1.8.2): Extracting archive
  - Installing phpdocumentor/reflection-docblock (5.4.1): Extracting archive
  - Installing felixfbecker/advanced-json-rpc (v3.2.1): Extracting archive
  - Installing psr/log (3.0.0): 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 opis/json-schema (1.1.0): 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/38 [>---------------------------]   0%
 22/38 [================>-----------]  57%
 37/38 [===========================>]  97%
 38/38 [============================] 100%
1 package suggestions were added by new dependencies, use `composer suggest` to see details.
Generating autoload files
15 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
--- stdout ---
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"
      ],
      "effects": [],
      "range": "7.16.5 - 8.39.1",
      "nodes": [
        "node_modules/@wdio/cli"
      ],
      "fixAvailable": {
        "name": "@wdio/cli",
        "version": "7.16.4",
        "isSemVerMajor": true
      }
    },
    "@wdio/local-runner": {
      "name": "@wdio/local-runner",
      "severity": "high",
      "isDirect": true,
      "via": [
        "@wdio/runner"
      ],
      "effects": [],
      "range": "7.16.5 - 8.39.1",
      "nodes": [
        "node_modules/@wdio/local-runner"
      ],
      "fixAvailable": {
        "name": "@wdio/local-runner",
        "version": "7.16.4",
        "isSemVerMajor": true
      }
    },
    "@wdio/runner": {
      "name": "@wdio/runner",
      "severity": "high",
      "isDirect": false,
      "via": [
        "webdriverio"
      ],
      "effects": [
        "@wdio/local-runner"
      ],
      "range": "7.16.5 - 8.39.1",
      "nodes": [
        "node_modules/@wdio/runner"
      ],
      "fixAvailable": {
        "name": "@wdio/local-runner",
        "version": "7.16.4",
        "isSemVerMajor": true
      }
    },
    "devtools": {
      "name": "devtools",
      "severity": "high",
      "isDirect": false,
      "via": [
        "puppeteer-core"
      ],
      "effects": [],
      "range": ">=7.16.5",
      "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
    },
    "puppeteer-core": {
      "name": "puppeteer-core",
      "severity": "high",
      "isDirect": false,
      "via": [
        "ws"
      ],
      "effects": [
        "devtools",
        "webdriverio"
      ],
      "range": "11.0.0 - 22.11.1",
      "nodes": [
        "node_modules/puppeteer-core"
      ],
      "fixAvailable": {
        "name": "@wdio/cli",
        "version": "7.16.4",
        "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
    },
    "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/request/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.16.5 - 8.39.1",
      "nodes": [
        "node_modules/webdriverio"
      ],
      "fixAvailable": {
        "name": "@wdio/cli",
        "version": "7.16.4",
        "isSemVerMajor": true
      }
    },
    "ws": {
      "name": "ws",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1097615,
          "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/puppeteer-core/node_modules/ws"
      ],
      "fixAvailable": {
        "name": "@wdio/cli",
        "version": "7.16.4",
        "isSemVerMajor": true
      }
    }
  },
  "metadata": {
    "vulnerabilities": {
      "info": 0,
      "low": 0,
      "moderate": 4,
      "high": 7,
      "critical": 0,
      "total": 11
    },
    "dependencies": {
      "prod": 1,
      "dev": 1493,
      "optional": 4,
      "peer": 1,
      "peerOptional": 0,
      "total": 1493
    }
  }
}

--- 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-mediawiki@2.5.0',
npm WARN EBADENGINE   required: { node: '>=18.17.0', npm: '>=9.6.7' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
--- stdout ---
{
  "added": 1493,
  "removed": 0,
  "changed": 0,
  "audited": 1494,
  "funding": 181,
  "audit": {
    "auditReportVersion": 2,
    "vulnerabilities": {
      "@wdio/cli": {
        "name": "@wdio/cli",
        "severity": "high",
        "isDirect": true,
        "via": [
          "webdriverio"
        ],
        "effects": [],
        "range": "7.16.5 - 8.39.1",
        "nodes": [
          "node_modules/@wdio/cli"
        ],
        "fixAvailable": {
          "name": "@wdio/cli",
          "version": "7.16.4",
          "isSemVerMajor": true
        }
      },
      "@wdio/local-runner": {
        "name": "@wdio/local-runner",
        "severity": "high",
        "isDirect": true,
        "via": [
          "@wdio/runner"
        ],
        "effects": [],
        "range": "7.16.5 - 8.39.1",
        "nodes": [
          "node_modules/@wdio/local-runner"
        ],
        "fixAvailable": {
          "name": "@wdio/local-runner",
          "version": "7.16.4",
          "isSemVerMajor": true
        }
      },
      "@wdio/runner": {
        "name": "@wdio/runner",
        "severity": "high",
        "isDirect": false,
        "via": [
          "webdriverio"
        ],
        "effects": [
          "@wdio/local-runner"
        ],
        "range": "7.16.5 - 8.39.1",
        "nodes": [
          "node_modules/@wdio/runner"
        ],
        "fixAvailable": {
          "name": "@wdio/local-runner",
          "version": "7.16.4",
          "isSemVerMajor": true
        }
      },
      "devtools": {
        "name": "devtools",
        "severity": "high",
        "isDirect": false,
        "via": [
          "puppeteer-core"
        ],
        "effects": [],
        "range": ">=7.16.5",
        "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
      },
      "puppeteer-core": {
        "name": "puppeteer-core",
        "severity": "high",
        "isDirect": false,
        "via": [
          "ws"
        ],
        "effects": [
          "devtools",
          "webdriverio"
        ],
        "range": "11.0.0 - 22.11.1",
        "nodes": [
          "node_modules/puppeteer-core"
        ],
        "fixAvailable": {
          "name": "@wdio/cli",
          "version": "7.16.4",
          "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
      },
      "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/request/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.16.5 - 8.39.1",
        "nodes": [
          "node_modules/webdriverio"
        ],
        "fixAvailable": {
          "name": "@wdio/cli",
          "version": "7.16.4",
          "isSemVerMajor": true
        }
      },
      "ws": {
        "name": "ws",
        "severity": "high",
        "isDirect": false,
        "via": [
          {
            "source": 1097615,
            "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/puppeteer-core/node_modules/ws"
        ],
        "fixAvailable": {
          "name": "@wdio/cli",
          "version": "7.16.4",
          "isSemVerMajor": true
        }
      }
    },
    "metadata": {
      "vulnerabilities": {
        "info": 0,
        "low": 0,
        "moderate": 4,
        "high": 7,
        "critical": 0,
        "total": 11
      },
      "dependencies": {
        "prod": 1,
        "dev": 1493,
        "optional": 4,
        "peer": 1,
        "peerOptional": 0,
        "total": 1493
      }
    }
  }
}

--- end ---
{"added": 1493, "removed": 0, "changed": 0, "audited": 1494, "funding": 181, "audit": {"auditReportVersion": 2, "vulnerabilities": {"@wdio/cli": {"name": "@wdio/cli", "severity": "high", "isDirect": true, "via": ["webdriverio"], "effects": [], "range": "7.16.5 - 8.39.1", "nodes": ["node_modules/@wdio/cli"], "fixAvailable": {"name": "@wdio/cli", "version": "7.16.4", "isSemVerMajor": true}}, "@wdio/local-runner": {"name": "@wdio/local-runner", "severity": "high", "isDirect": true, "via": ["@wdio/runner"], "effects": [], "range": "7.16.5 - 8.39.1", "nodes": ["node_modules/@wdio/local-runner"], "fixAvailable": {"name": "@wdio/local-runner", "version": "7.16.4", "isSemVerMajor": true}}, "@wdio/runner": {"name": "@wdio/runner", "severity": "high", "isDirect": false, "via": ["webdriverio"], "effects": ["@wdio/local-runner"], "range": "7.16.5 - 8.39.1", "nodes": ["node_modules/@wdio/runner"], "fixAvailable": {"name": "@wdio/local-runner", "version": "7.16.4", "isSemVerMajor": true}}, "devtools": {"name": "devtools", "severity": "high", "isDirect": false, "via": ["puppeteer-core"], "effects": [], "range": ">=7.16.5", "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}, "puppeteer-core": {"name": "puppeteer-core", "severity": "high", "isDirect": false, "via": ["ws"], "effects": ["devtools", "webdriverio"], "range": "11.0.0 - 22.11.1", "nodes": ["node_modules/puppeteer-core"], "fixAvailable": {"name": "@wdio/cli", "version": "7.16.4", "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}, "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/request/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.16.5 - 8.39.1", "nodes": ["node_modules/webdriverio"], "fixAvailable": {"name": "@wdio/cli", "version": "7.16.4", "isSemVerMajor": true}}, "ws": {"name": "ws", "severity": "high", "isDirect": false, "via": [{"source": 1097615, "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/puppeteer-core/node_modules/ws"], "fixAvailable": {"name": "@wdio/cli", "version": "7.16.4", "isSemVerMajor": true}}}, "metadata": {"vulnerabilities": {"info": 0, "low": 0, "moderate": 4, "high": 7, "critical": 0, "total": 11}, "dependencies": {"prod": 1, "dev": 1493, "optional": 4, "peer": 1, "peerOptional": 0, "total": 1493}}}}
$ /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-mediawiki@2.5.0',
npm WARN EBADENGINE   required: { node: '>=18.17.0', npm: '>=9.6.7' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated domexception@2.0.1: Use your platform's native DOMException instead
npm WARN deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.
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 1492 packages, and audited 1493 packages in 17s

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

# npm audit report

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

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/request/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@7.16.4, which is a breaking change
node_modules/puppeteer-core/node_modules/ws
  puppeteer-core  11.0.0 - 22.11.1
  Depends on vulnerable versions of ws
  node_modules/puppeteer-core
    devtools  >=7.16.5
    Depends on vulnerable versions of puppeteer-core
    node_modules/devtools
    webdriverio  7.16.5 - 8.39.1
    Depends on vulnerable versions of devtools
    Depends on vulnerable versions of puppeteer-core
    node_modules/webdriverio
      @wdio/cli  7.16.5 - 8.39.1
      Depends on vulnerable versions of webdriverio
      node_modules/@wdio/cli
      @wdio/runner  7.16.5 - 8.39.1
      Depends on vulnerable versions of webdriverio
      node_modules/@wdio/runner
        @wdio/local-runner  7.16.5 - 8.39.1
        Depends on vulnerable versions of @wdio/runner
        node_modules/@wdio/local-runner

11 vulnerabilities (4 moderate, 7 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 ---
$ package-lock-lint package-lock.json
--- stdout ---
Checking package-lock.json

--- end ---
Verifying that tests still pass
$ /usr/bin/npm ci
--- stderr ---
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'wdio-mediawiki@2.5.0',
npm WARN EBADENGINE   required: { node: '>=18.17.0', npm: '>=9.6.7' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated domexception@2.0.1: Use your platform's native DOMException instead
npm WARN deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.
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 1492 packages, and audited 1493 packages in 28s

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

11 vulnerabilities (4 moderate, 7 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 ---
PASS tests/jest/store/modules/submission.test.js
PASS tests/jest/store/modules/factory.test.js
PASS tests/jest/store/modules/zobject.test.js
PASS tests/jest/store/modules/zfunction.test.js
PASS tests/jest/store/modules/library.test.js
PASS tests/jest/store/modules/router.test.js
PASS tests/jest/mixins/typeUtils.test.js
PASS tests/jest/components/default/ZObjectStringRenderer.test.js
PASS tests/jest/mixins/zobjectUtils.test.js
PASS tests/jest/components/widgets/AboutEditMetadataDialog.test.js (5.978 s)
PASS tests/jest/components/widgets/FunctionEvaluator.test.js
  ● Console

    console.log
      Metrics Platform event emitted: wf.ui.callFunction - {"selectedfunctionzid":"Z10000","resulthaserror":false}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: call - {"selectedfunctionzid":"Z10000","haserrors":false}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.callFunction - {"selectedfunctionzid":"Z10000","resulthaserror":false}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: call - {"selectedfunctionzid":"Z10000","haserrors":false}

      at Object.<anonymous> (jest.setup.js:129:12)

PASS tests/jest/components/default/ZObjectKeyValue.test.js (7.888 s)
PASS tests/jest/store/modules/testResults.test.js
PASS tests/jest/components/default/ZObjectToString.test.js
PASS tests/jest/components/default/ZCode.test.js
PASS tests/jest/components/function/viewer/FunctionViewerDetails.test.js
PASS tests/jest/components/widgets/FunctionMetadataDialog.test.js
PASS tests/jest/components/widgets/About.test.js
PASS tests/jest/components/base/ModeSelector.test.js
PASS tests/jest/store/modules/ztype.test.js
PASS tests/jest/store/modules/currentPage.test.js
  ● Console

    console.log
      Metrics Platform event emitted using submitInteraction: change - {}

      at Object.<anonymous> (jest.setup.js:129:12)

PASS tests/jest/components/widgets/FunctionExplorer.test.js
PASS tests/jest/components/widgets/PublishDialog.test.js
  ● Console

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.publish - {"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z8","implementationtype":null,"zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: publish - {"zobjecttype":"Z8","zobjectid":"Z0","zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.publish - {"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z8","implementationtype":null,"zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: publish - {"zobjecttype":"Z8","zobjectid":"Z0","zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.publish - {"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z8","implementationtype":null,"zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: publish - {"zobjecttype":"Z8","zobjectid":"Z0","zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.publish - {"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z8","implementationtype":null,"zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: publish - {"zobjecttype":"Z8","zobjectid":"Z0","zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.publish - {"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z8","implementationtype":null,"zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: publish - {"zobjecttype":"Z8","zobjectid":"Z0","zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.publish - {"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z8","implementationtype":null,"zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: publish - {"zobjecttype":"Z8","zobjectid":"Z0","zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.editImplementation.publish - {"isnewzobject":false,"zobjectid":"Z10001","zobjecttype":"Z14","implementationtype":"Z14K3","zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: publish - {"zobjecttype":"Z14","zobjectid":"Z10001","zlang":"Z1002","implementationtype":"Z14K3","haserrors":false}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.publish - {"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z8","implementationtype":null,"zlang":"Z1002","haserrors":true}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: publish - {"zobjecttype":"Z8","zobjectid":"Z0","zlang":"Z1002","haserrors":true}

      at Object.<anonymous> (jest.setup.js:129:12)

PASS tests/jest/languageselector/LanguageSelector.test.js
PASS tests/jest/mixins/schemata.test.js
PASS tests/jest/components/default/ZTester.test.js
PASS tests/jest/components/base/ZObjectSelector.test.js
  ● Console

    console.error
      [vuex] unknown getter: getUserRequestedLang

      341 | 			getLabelOrZid: function ( value, label ) {
      342 | 				// If the requested language is 'qqx', return (value/zid) as the label
    > 343 | 				if ( this.getUserRequestedLang === 'qqx' ) {
          | 				          ^
      344 | 					return `(${ value })`;
      345 | 				}
      346 | 				return label;

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.fn (node_modules/@vue/reactivity/dist/reactivity.cjs.js:992:13)
      at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/reactivity/dist/reactivity.cjs.js:1004:109)
      at Object.get [as getUserRequestedLang] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3522:22)
      at Object.get (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3082:19)
      at Proxy.getLabelOrZid (resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:343:15)
      at resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:299:27
          at Array.forEach (<anonymous>)
      at resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:294:15

    console.error
      [vuex] unknown getter: getUserRequestedLang

      341 | 			getLabelOrZid: function ( value, label ) {
      342 | 				// If the requested language is 'qqx', return (value/zid) as the label
    > 343 | 				if ( this.getUserRequestedLang === 'qqx' ) {
          | 				          ^
      344 | 					return `(${ value })`;
      345 | 				}
      346 | 				return label;

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.fn (node_modules/@vue/reactivity/dist/reactivity.cjs.js:992:13)
      at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/reactivity/dist/reactivity.cjs.js:1004:109)
      at Object.get [as getUserRequestedLang] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3522:22)
      at Object.get (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3082:19)
      at Proxy.getLabelOrZid (resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:343:15)
      at resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:299:27
          at Array.forEach (<anonymous>)
      at resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:294:15

    console.error
      [vuex] unknown getter: getUserRequestedLang

      341 | 			getLabelOrZid: function ( value, label ) {
      342 | 				// If the requested language is 'qqx', return (value/zid) as the label
    > 343 | 				if ( this.getUserRequestedLang === 'qqx' ) {
          | 				          ^
      344 | 					return `(${ value })`;
      345 | 				}
      346 | 				return label;

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.fn (node_modules/@vue/reactivity/dist/reactivity.cjs.js:992:13)
      at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/reactivity/dist/reactivity.cjs.js:1004:109)
      at Object.get [as getUserRequestedLang] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3522:22)
      at Object.get (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3082:19)
      at Proxy.getLabelOrZid (resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:343:15)
      at resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:299:27
          at Array.forEach (<anonymous>)
      at resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:294:15

    console.error
      [vuex] unknown getter: getUserRequestedLang

      341 | 			getLabelOrZid: function ( value, label ) {
      342 | 				// If the requested language is 'qqx', return (value/zid) as the label
    > 343 | 				if ( this.getUserRequestedLang === 'qqx' ) {
          | 				          ^
      344 | 					return `(${ value })`;
      345 | 				}
      346 | 				return label;

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.fn (node_modules/@vue/reactivity/dist/reactivity.cjs.js:992:13)
      at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/reactivity/dist/reactivity.cjs.js:1004:109)
      at Object.get [as getUserRequestedLang] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3522:22)
      at Object.get (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3082:19)
      at Proxy.getLabelOrZid (resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:343:15)
      at resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:185:24
          at Array.map (<anonymous>)
      at Proxy.enumValues (resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:183:43)
      at ReactiveEffect.fn (node_modules/@vue/reactivity/dist/reactivity.cjs.js:992:13)
      at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/reactivity/dist/reactivity.cjs.js:1004:109)
      at Object.get [as enumValues] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3522:22)
      at Object.get (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3082:19)
      at Proxy.render (resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:456:24)
      at renderComponentRoot (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:885:16)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6042:26)
      at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19)
      at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6095:16)
      at callWithErrorHandling (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:195:33)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:408:9)

    console.error
      [vuex] unknown getter: getUserRequestedLang

      341 | 			getLabelOrZid: function ( value, label ) {
      342 | 				// If the requested language is 'qqx', return (value/zid) as the label
    > 343 | 				if ( this.getUserRequestedLang === 'qqx' ) {
          | 				          ^
      344 | 					return `(${ value })`;
      345 | 				}
      346 | 				return label;

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.fn (node_modules/@vue/reactivity/dist/reactivity.cjs.js:992:13)
      at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/reactivity/dist/reactivity.cjs.js:1004:109)
      at Object.get [as getUserRequestedLang] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3522:22)
      at Object.get (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3082:19)
      at Proxy.getLabelOrZid (resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:343:15)
      at resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:185:24
          at Array.map (<anonymous>)
      at Proxy.enumValues (resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:183:43)
      at ReactiveEffect.fn (node_modules/@vue/reactivity/dist/reactivity.cjs.js:992:13)
      at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/reactivity/dist/reactivity.cjs.js:1004:109)
      at Object.get [as enumValues] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3522:22)
      at Object.get (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3082:19)
      at Proxy.render (resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:456:24)
      at renderComponentRoot (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:885:16)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6042:26)
      at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19)
      at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6095:16)
      at callWithErrorHandling (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:195:33)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:408:9)

    console.error
      [vuex] unknown getter: getUserRequestedLang

      341 | 			getLabelOrZid: function ( value, label ) {
      342 | 				// If the requested language is 'qqx', return (value/zid) as the label
    > 343 | 				if ( this.getUserRequestedLang === 'qqx' ) {
          | 				          ^
      344 | 					return `(${ value })`;
      345 | 				}
      346 | 				return label;

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.fn (node_modules/@vue/reactivity/dist/reactivity.cjs.js:992:13)
      at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/reactivity/dist/reactivity.cjs.js:1004:109)
      at Object.get [as getUserRequestedLang] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3522:22)
      at Object.get (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3082:19)
      at Proxy.getLabelOrZid (resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:343:15)
      at resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:185:24
          at Array.map (<anonymous>)
      at Proxy.enumValues (resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:183:43)
      at ReactiveEffect.fn (node_modules/@vue/reactivity/dist/reactivity.cjs.js:992:13)
      at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/reactivity/dist/reactivity.cjs.js:1004:109)
      at Object.get [as enumValues] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3522:22)
      at Object.get (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3082:19)
      at Proxy.render (resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:456:24)
      at renderComponentRoot (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:885:16)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6042:26)
      at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19)
      at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6095:16)
      at callWithErrorHandling (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:195:33)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:408:9)

    console.error
      [vuex] unknown getter: getUserRequestedLang

      341 | 			getLabelOrZid: function ( value, label ) {
      342 | 				// If the requested language is 'qqx', return (value/zid) as the label
    > 343 | 				if ( this.getUserRequestedLang === 'qqx' ) {
          | 				          ^
      344 | 					return `(${ value })`;
      345 | 				}
      346 | 				return label;

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.fn (node_modules/@vue/reactivity/dist/reactivity.cjs.js:992:13)
      at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/reactivity/dist/reactivity.cjs.js:1004:109)
      at Object.get [as getUserRequestedLang] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3522:22)
      at Object.get (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3082:19)
      at Proxy.getLabelOrZid (resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:343:15)
      at resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:185:24
          at Array.map (<anonymous>)
      at Proxy.enumValues (resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:183:43)
      at ReactiveEffect.fn (node_modules/@vue/reactivity/dist/reactivity.cjs.js:992:13)
      at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/reactivity/dist/reactivity.cjs.js:1004:109)
      at Object.get [as enumValues] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3522:22)
      at Object.get (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3082:19)
      at Proxy.render (resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:456:24)
      at renderComponentRoot (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:885:16)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6042:26)
      at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19)
      at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6095:16)
      at callWithErrorHandling (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:195:33)
      at flushJobs (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:408:9)

    console.error
      [vuex] unknown getter: getUserRequestedLang

      341 | 			getLabelOrZid: function ( value, label ) {
      342 | 				// If the requested language is 'qqx', return (value/zid) as the label
    > 343 | 				if ( this.getUserRequestedLang === 'qqx' ) {
          | 				          ^
      344 | 					return `(${ value })`;
      345 | 				}
      346 | 				return label;

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.fn (node_modules/@vue/reactivity/dist/reactivity.cjs.js:992:13)
      at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/reactivity/dist/reactivity.cjs.js:1004:109)
      at Object.get [as getUserRequestedLang] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3522:22)
      at Object.get (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3082:19)
      at Proxy.getLabelOrZid (resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:343:15)
      at resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:185:24
          at Array.map (<anonymous>)
      at Proxy.enumValues (resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:183:43)
      at ReactiveEffect.fn (node_modules/@vue/reactivity/dist/reactivity.cjs.js:992:13)
      at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/reactivity/dist/reactivity.cjs.js:1004:109)
      at Object.get [as enumValues] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3522:22)
      at Object.get (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3082:19)
      at Proxy.render (resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:456:24)
      at renderComponentRoot (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:885:16)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5964:46)
      at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19)
      at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6095:16)
      at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6105:5)
      at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5873:7)
      at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5827:9)
      at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5306:11)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5971:11)
      at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19)
      at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6095:16)
      at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6105:5)
      at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5873:7)
      at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5827:9)
      at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5306:11)
      at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6616:7)
      at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3930:13)
      at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1477:19)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8415:18)
      at Object.<anonymous> (tests/jest/components/base/ZObjectSelector.test.js:294:20)

    console.error
      [vuex] unknown getter: getUserRequestedLang

      341 | 			getLabelOrZid: function ( value, label ) {
      342 | 				// If the requested language is 'qqx', return (value/zid) as the label
    > 343 | 				if ( this.getUserRequestedLang === 'qqx' ) {
          | 				          ^
      344 | 					return `(${ value })`;
      345 | 				}
      346 | 				return label;

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.fn (node_modules/@vue/reactivity/dist/reactivity.cjs.js:992:13)
      at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/reactivity/dist/reactivity.cjs.js:1004:109)
      at Object.get [as getUserRequestedLang] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3522:22)
      at Object.get (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3082:19)
      at Proxy.getLabelOrZid (resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:343:15)
      at resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:185:24
          at Array.map (<anonymous>)
      at Proxy.enumValues (resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:183:43)
      at ReactiveEffect.fn (node_modules/@vue/reactivity/dist/reactivity.cjs.js:992:13)
      at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/reactivity/dist/reactivity.cjs.js:1004:109)
      at Object.get [as enumValues] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3522:22)
      at Object.get (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3082:19)
      at Proxy.render (resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:456:24)
      at renderComponentRoot (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:885:16)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5964:46)
      at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19)
      at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6095:16)
      at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6105:5)
      at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5873:7)
      at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5827:9)
      at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5306:11)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5971:11)
      at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19)
      at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6095:16)
      at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6105:5)
      at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5873:7)
      at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5827:9)
      at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5306:11)
      at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6616:7)
      at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3930:13)
      at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1477:19)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8415:18)
      at Object.<anonymous> (tests/jest/components/base/ZObjectSelector.test.js:299:20)

    console.error
      [vuex] unknown getter: getUserRequestedLang

      341 | 			getLabelOrZid: function ( value, label ) {
      342 | 				// If the requested language is 'qqx', return (value/zid) as the label
    > 343 | 				if ( this.getUserRequestedLang === 'qqx' ) {
          | 				          ^
      344 | 					return `(${ value })`;
      345 | 				}
      346 | 				return label;

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.fn (node_modules/@vue/reactivity/dist/reactivity.cjs.js:992:13)
      at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/reactivity/dist/reactivity.cjs.js:1004:109)
      at Object.get [as getUserRequestedLang] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3522:22)
      at Object.get (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3082:19)
      at Proxy.getLabelOrZid (resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:343:15)
      at resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:185:24
          at Array.map (<anonymous>)
      at Proxy.enumValues (resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:183:43)
      at ReactiveEffect.fn (node_modules/@vue/reactivity/dist/reactivity.cjs.js:992:13)
      at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/reactivity/dist/reactivity.cjs.js:1004:109)
      at Object.get [as enumValues] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3522:22)
      at Object.get (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3082:19)
      at Proxy.render (resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:456:24)
      at renderComponentRoot (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:885:16)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5964:46)
      at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19)
      at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6095:16)
      at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6105:5)
      at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5873:7)
      at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5827:9)
      at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5306:11)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5971:11)
      at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19)
      at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6095:16)
      at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6105:5)
      at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5873:7)
      at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5827:9)
      at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5306:11)
      at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6616:7)
      at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3930:13)
      at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1477:19)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8415:18)
      at Object.<anonymous> (tests/jest/components/base/ZObjectSelector.test.js:310:20)

    console.error
      [vuex] unknown getter: getUserRequestedLang

      341 | 			getLabelOrZid: function ( value, label ) {
      342 | 				// If the requested language is 'qqx', return (value/zid) as the label
    > 343 | 				if ( this.getUserRequestedLang === 'qqx' ) {
          | 				          ^
      344 | 					return `(${ value })`;
      345 | 				}
      346 | 				return label;

      at Proxy.mappedGetter (node_modules/vuex/dist/vuex.cjs.js:1242:17)
      at ReactiveEffect.fn (node_modules/@vue/reactivity/dist/reactivity.cjs.js:992:13)
      at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/reactivity/dist/reactivity.cjs.js:1004:109)
      at Object.get [as getUserRequestedLang] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3522:22)
      at Object.get (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3082:19)
      at Proxy.getLabelOrZid (resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:343:15)
      at resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:185:24
          at Array.map (<anonymous>)
      at Proxy.enumValues (resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:183:43)
      at ReactiveEffect.fn (node_modules/@vue/reactivity/dist/reactivity.cjs.js:992:13)
      at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19)
      at ComputedRefImpl.get value [as value] (node_modules/@vue/reactivity/dist/reactivity.cjs.js:1004:109)
      at Object.get [as enumValues] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3522:22)
      at Object.get (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3082:19)
      at Proxy.render (resources/ext.wikilambda.edit/components/base/ZObjectSelector.vue:456:24)
      at renderComponentRoot (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:885:16)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5964:46)
      at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19)
      at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6095:16)
      at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6105:5)
      at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5873:7)
      at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5827:9)
      at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5306:11)
      at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5971:11)
      at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19)
      at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6095:16)
      at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6105:5)
      at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5873:7)
      at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5827:9)
      at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5306:11)
      at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6616:7)
      at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3930:13)
      at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1477:19)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8415:18)
      at Object.<anonymous> (tests/jest/components/base/ZObjectSelector.test.js:333:20)

PASS tests/jest/components/default/ZImplementation.test.js
PASS tests/jest/components/widgets/FunctionReport.test.js
PASS tests/jest/components/widgets/AboutViewLanguagesDialog.test.js
PASS tests/jest/components/function/editor/FunctionEditorFooter.test.js
  ● Console

    console.log
      Metrics Platform event emitted using submitInteraction: change - {"zobjectid":"Z0","zobjecttype":"Z8","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

PASS tests/jest/components/base/TypeSelector.test.js
PASS tests/jest/components/widgets/Publish.test.js
  ● Console

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.cancel - {"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z8","implementationtype":"Z14K3","zlang":"Z1002","isdirty":false}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: cancel - {"zobjecttype":"Z8","zobjectid":"Z0","zlang":"Z1002","implementationtype":"Z14K3"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.cancel - {"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z8","implementationtype":null,"zlang":"Z1002","isdirty":false}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: cancel - {"zobjecttype":"Z8","zobjectid":"Z0","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.editImplementation.cancel - {"isnewzobject":false,"zobjectid":"Z10001","zobjecttype":"Z14","implementationtype":"Z14K3","zlang":"Z1002","isdirty":false}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: cancel - {"zobjecttype":"Z14","zobjectid":"Z10001","zlang":"Z1002","implementationtype":"Z14K3"}

      at Object.<anonymous> (jest.setup.js:129:12)

PASS tests/jest/components/base/Pagination.test.js
PASS tests/jest/components/default/ZArgumentReference.test.js
PASS tests/jest/integration/CreateNewTester.test.js (9.98 s)
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      86 |
      87 | 	it.only( 'allows creating a new tester', async () => {
    > 88 | 		const { findByRole, findByTestId } = render( App, {
         | 		                                     ^
      89 | 			global: { plugins: [ store ], stubs: {
      90 | 				teleport: true,
      91 | 				WlFunctionEvaluatorWidget: true

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:49:13)
      at Object.provide (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3961:11)
      at Store.install (node_modules/vuex/dist/vuex.cjs.js:943:7)
      at Object.use (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3854:18)
      at createInstance (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8292:17)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8385:14)
      at render (node_modules/@testing-library/vue/dist/render.js:45:38)
      at Object.<anonymous> (tests/jest/integration/CreateNewTester.test.js:88:40)

    console.log
      Metrics Platform event emitted using submitInteraction: change - {"zobjectid":"Z0","zobjecttype":"Z20","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.defaultView.load - {"edit":true,"zobjecttype":"Z20","isnewzobject":true,"zobjectid":"Z0","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: create - {"zobjecttype":"Z20","zobjectid":"Z0","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.newView.mounted - {"viewname":"default-view","isnewzobject":true,"loadtime":770}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted: wf.ui.editTester.publish - {"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z20","implementationtype":null,"zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: publish - {"zobjecttype":"Z20","zobjectid":"Z0","zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:129:12)

PASS tests/jest/integration/EditFunction.test.js (5.539 s)
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      46 | 			findAllByTestId,
      47 | 			getByText
    > 48 | 		} = render( App, { global: { plugins: [ store ] } } );
         | 		    ^
      49 |
      50 | 		// ACT: Get the language blocks
      51 | 		let languageBlocks = await findAllByTestId( 'function-editor-language-block' );

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:49:13)
      at Object.provide (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3961:11)
      at Store.install (node_modules/vuex/dist/vuex.cjs.js:943:7)
      at Object.use (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3854:18)
      at createInstance (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8292:17)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8385:14)
      at render (node_modules/@testing-library/vue/dist/render.js:45:38)
      at Object.<anonymous> (tests/jest/integration/EditFunction.test.js:48:7)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.load - {"edit":true,"isnewzobject":false,"zobjectid":"Z12345","zobjecttype":"Z8","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: edit - {"zobjecttype":"Z8","zobjectid":"Z12345","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.newView.mounted - {"viewname":"function-editor","isnewzobject":false,"loadtime":355}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: change - {"zobjectid":"Z12345","zobjecttype":"Z8","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.warn
      Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead.

      29 | 	const textbox = within( parentWrapper ).getByRole( 'textbox' );
      30 | 	// TODO (T370511): Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead
    > 31 | 	return fireEvent.change( textbox, { target: { value: newText } } );
         | 	                 ^
      32 | };
      33 |
      34 | const chipInputAddChip = async ( parentWrapper, newChip ) => {

      at warnOnChangeOrInputEventCalledDirectly (node_modules/@testing-library/vue/dist/fire-event.js:103:13)
      at Function.<anonymous> (node_modules/@testing-library/vue/dist/fire-event.js:32:5)
      at asyncGeneratorStep (node_modules/@testing-library/vue/dist/fire-event.js:10:103)
      at _next (node_modules/@testing-library/vue/dist/fire-event.js:12:194)
      at node_modules/@testing-library/vue/dist/fire-event.js:12:364
      at Function.change (node_modules/@testing-library/vue/dist/fire-event.js:12:97)
      at textInputChange (tests/jest/integration/helpers/interactionHelpers.js:31:19)
      at Object.<anonymous> (tests/jest/integration/EditFunction.test.js:79:9)

    console.log
      Metrics Platform event emitted using submitInteraction: change - {"zobjectid":"Z12345","zobjecttype":"Z8","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.warn
      Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead.

      29 | 	const textbox = within( parentWrapper ).getByRole( 'textbox' );
      30 | 	// TODO (T370511): Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead
    > 31 | 	return fireEvent.change( textbox, { target: { value: newText } } );
         | 	                 ^
      32 | };
      33 |
      34 | const chipInputAddChip = async ( parentWrapper, newChip ) => {

      at warnOnChangeOrInputEventCalledDirectly (node_modules/@testing-library/vue/dist/fire-event.js:103:13)
      at Function.<anonymous> (node_modules/@testing-library/vue/dist/fire-event.js:32:5)
      at asyncGeneratorStep (node_modules/@testing-library/vue/dist/fire-event.js:10:103)
      at _next (node_modules/@testing-library/vue/dist/fire-event.js:12:194)
      at node_modules/@testing-library/vue/dist/fire-event.js:12:364
      at Function.change (node_modules/@testing-library/vue/dist/fire-event.js:12:97)
      at textInputChange (tests/jest/integration/helpers/interactionHelpers.js:31:19)
      at Object.<anonymous> (tests/jest/integration/EditFunction.test.js:87:9)

    console.warn
      Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead.

      29 | 	const textbox = within( parentWrapper ).getByRole( 'textbox' );
      30 | 	// TODO (T370511): Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead
    > 31 | 	return fireEvent.change( textbox, { target: { value: newText } } );
         | 	                 ^
      32 | };
      33 |
      34 | const chipInputAddChip = async ( parentWrapper, newChip ) => {

      at warnOnChangeOrInputEventCalledDirectly (node_modules/@testing-library/vue/dist/fire-event.js:103:13)
      at Function.<anonymous> (node_modules/@testing-library/vue/dist/fire-event.js:32:5)
      at asyncGeneratorStep (node_modules/@testing-library/vue/dist/fire-event.js:10:103)
      at _next (node_modules/@testing-library/vue/dist/fire-event.js:12:194)
      at node_modules/@testing-library/vue/dist/fire-event.js:12:364
      at Function.change (node_modules/@testing-library/vue/dist/fire-event.js:12:97)
      at textInputChange (tests/jest/integration/helpers/interactionHelpers.js:31:19)
      at Object.<anonymous> (tests/jest/integration/EditFunction.test.js:92:9)

    console.warn
      Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead.

      29 | 	const textbox = within( parentWrapper ).getByRole( 'textbox' );
      30 | 	// TODO (T370511): Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead
    > 31 | 	return fireEvent.change( textbox, { target: { value: newText } } );
         | 	                 ^
      32 | };
      33 |
      34 | const chipInputAddChip = async ( parentWrapper, newChip ) => {

      at warnOnChangeOrInputEventCalledDirectly (node_modules/@testing-library/vue/dist/fire-event.js:103:13)
      at Function.<anonymous> (node_modules/@testing-library/vue/dist/fire-event.js:32:5)
      at asyncGeneratorStep (node_modules/@testing-library/vue/dist/fire-event.js:10:103)
      at _next (node_modules/@testing-library/vue/dist/fire-event.js:12:194)
      at node_modules/@testing-library/vue/dist/fire-event.js:12:364
      at Function.change (node_modules/@testing-library/vue/dist/fire-event.js:12:97)
      at textInputChange (tests/jest/integration/helpers/interactionHelpers.js:31:19)
      at Object.<anonymous> (tests/jest/integration/EditFunction.test.js:113:9)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.publish - {"isnewzobject":false,"zobjectid":"Z12345","zobjecttype":"Z8","implementationtype":null,"zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: publish - {"zobjecttype":"Z8","zobjectid":"Z12345","zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:129:12)

PASS tests/jest/integration/CreateNewCompositionImplementation.test.js (13.804 s)
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      28 |
      29 | 	it( 'should allow you to create a new composition implementation', async () => {
    > 30 | 		const { getByTestId, findByTestId, getAllByTestId } = render( App, {
         | 		                                                      ^
      31 | 			global: { plugins: [ store ], stubs: {
      32 | 				teleport: true,
      33 | 				WlFunctionEvaluatorWidget: true

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:49:13)
      at Object.provide (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3961:11)
      at Store.install (node_modules/vuex/dist/vuex.cjs.js:943:7)
      at Object.use (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3854:18)
      at createInstance (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8292:17)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8385:14)
      at render (node_modules/@testing-library/vue/dist/render.js:45:38)
      at Object.<anonymous> (tests/jest/integration/CreateNewCompositionImplementation.test.js:30:57)

    console.log
      Metrics Platform event emitted: wf.ui.defaultView.load - {"edit":true,"zobjecttype":"Z14","isnewzobject":true,"zobjectid":"Z0","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: create - {"zobjecttype":"Z14","zobjectid":"Z0","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.newView.mounted - {"viewname":"default-view","isnewzobject":true,"loadtime":657}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: change - {"zobjectid":"Z0","zobjecttype":"Z14","implementationtype":"Z14K2","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.editImplementation.publish - {"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z14","implementationtype":"Z14K2","zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: publish - {"zobjecttype":"Z14","zobjectid":"Z0","zlang":"Z1002","implementationtype":"Z14K2","haserrors":false}

      at Object.<anonymous> (jest.setup.js:129:12)

PASS tests/jest/components/function/editor/FunctionEditorInputsItem.test.js
PASS tests/jest/integration/CreateNewFunction.test.js (5.157 s)
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      43 | 			getAllByTestId,
      44 | 			getByText
    > 45 | 		} = render( App, { global: { plugins: [ store ] } } );
         | 		    ^
      46 |
      47 | 		// ACT: Get First language block. Selected by default: English
      48 | 		let languageBlocks = await findAllByTestId( 'function-editor-language-block' );

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:49:13)
      at Object.provide (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3961:11)
      at Store.install (node_modules/vuex/dist/vuex.cjs.js:943:7)
      at Object.use (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3854:18)
      at createInstance (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8292:17)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8385:14)
      at render (node_modules/@testing-library/vue/dist/render.js:45:38)
      at Object.<anonymous> (tests/jest/integration/CreateNewFunction.test.js:45:7)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.load - {"edit":true,"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z8","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: create - {"zobjecttype":"Z8","zobjectid":"Z0","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.newView.mounted - {"viewname":"function-editor","isnewzobject":true,"loadtime":656}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.warn
      Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead.

      29 | 	const textbox = within( parentWrapper ).getByRole( 'textbox' );
      30 | 	// TODO (T370511): Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead
    > 31 | 	return fireEvent.change( textbox, { target: { value: newText } } );
         | 	                 ^
      32 | };
      33 |
      34 | const chipInputAddChip = async ( parentWrapper, newChip ) => {

      at warnOnChangeOrInputEventCalledDirectly (node_modules/@testing-library/vue/dist/fire-event.js:103:13)
      at Function.<anonymous> (node_modules/@testing-library/vue/dist/fire-event.js:32:5)
      at asyncGeneratorStep (node_modules/@testing-library/vue/dist/fire-event.js:10:103)
      at _next (node_modules/@testing-library/vue/dist/fire-event.js:12:194)
      at node_modules/@testing-library/vue/dist/fire-event.js:12:364
      at Function.change (node_modules/@testing-library/vue/dist/fire-event.js:12:97)
      at textInputChange (tests/jest/integration/helpers/interactionHelpers.js:31:19)
      at Object.<anonymous> (tests/jest/integration/CreateNewFunction.test.js:53:9)

    console.log
      Metrics Platform event emitted using submitInteraction: change - {"zobjectid":"Z0","zobjecttype":"Z8","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.warn
      Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead.

      29 | 	const textbox = within( parentWrapper ).getByRole( 'textbox' );
      30 | 	// TODO (T370511): Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead
    > 31 | 	return fireEvent.change( textbox, { target: { value: newText } } );
         | 	                 ^
      32 | };
      33 |
      34 | const chipInputAddChip = async ( parentWrapper, newChip ) => {

      at warnOnChangeOrInputEventCalledDirectly (node_modules/@testing-library/vue/dist/fire-event.js:103:13)
      at Function.<anonymous> (node_modules/@testing-library/vue/dist/fire-event.js:32:5)
      at asyncGeneratorStep (node_modules/@testing-library/vue/dist/fire-event.js:10:103)
      at _next (node_modules/@testing-library/vue/dist/fire-event.js:12:194)
      at node_modules/@testing-library/vue/dist/fire-event.js:12:364
      at Function.change (node_modules/@testing-library/vue/dist/fire-event.js:12:97)
      at textInputChange (tests/jest/integration/helpers/interactionHelpers.js:31:19)
      at Object.<anonymous> (tests/jest/integration/CreateNewFunction.test.js:57:9)

    console.warn
      Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead.

      29 | 	const textbox = within( parentWrapper ).getByRole( 'textbox' );
      30 | 	// TODO (T370511): Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead
    > 31 | 	return fireEvent.change( textbox, { target: { value: newText } } );
         | 	                 ^
      32 | };
      33 |
      34 | const chipInputAddChip = async ( parentWrapper, newChip ) => {

      at warnOnChangeOrInputEventCalledDirectly (node_modules/@testing-library/vue/dist/fire-event.js:103:13)
      at Function.<anonymous> (node_modules/@testing-library/vue/dist/fire-event.js:32:5)
      at asyncGeneratorStep (node_modules/@testing-library/vue/dist/fire-event.js:10:103)
      at _next (node_modules/@testing-library/vue/dist/fire-event.js:12:194)
      at node_modules/@testing-library/vue/dist/fire-event.js:12:364
      at Function.change (node_modules/@testing-library/vue/dist/fire-event.js:12:97)
      at textInputChange (tests/jest/integration/helpers/interactionHelpers.js:31:19)
      at Object.<anonymous> (tests/jest/integration/CreateNewFunction.test.js:71:9)

    console.warn
      Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead.

      29 | 	const textbox = within( parentWrapper ).getByRole( 'textbox' );
      30 | 	// TODO (T370511): Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead
    > 31 | 	return fireEvent.change( textbox, { target: { value: newText } } );
         | 	                 ^
      32 | };
      33 |
      34 | const chipInputAddChip = async ( parentWrapper, newChip ) => {

      at warnOnChangeOrInputEventCalledDirectly (node_modules/@testing-library/vue/dist/fire-event.js:103:13)
      at Function.<anonymous> (node_modules/@testing-library/vue/dist/fire-event.js:32:5)
      at asyncGeneratorStep (node_modules/@testing-library/vue/dist/fire-event.js:10:103)
      at _next (node_modules/@testing-library/vue/dist/fire-event.js:12:194)
      at node_modules/@testing-library/vue/dist/fire-event.js:12:364
      at Function.change (node_modules/@testing-library/vue/dist/fire-event.js:12:97)
      at textInputChange (tests/jest/integration/helpers/interactionHelpers.js:31:19)
      at Object.<anonymous> (tests/jest/integration/CreateNewFunction.test.js:87:9)

    console.warn
      Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead.

      29 | 	const textbox = within( parentWrapper ).getByRole( 'textbox' );
      30 | 	// TODO (T370511): Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead
    > 31 | 	return fireEvent.change( textbox, { target: { value: newText } } );
         | 	                 ^
      32 | };
      33 |
      34 | const chipInputAddChip = async ( parentWrapper, newChip ) => {

      at warnOnChangeOrInputEventCalledDirectly (node_modules/@testing-library/vue/dist/fire-event.js:103:13)
      at Function.<anonymous> (node_modules/@testing-library/vue/dist/fire-event.js:32:5)
      at asyncGeneratorStep (node_modules/@testing-library/vue/dist/fire-event.js:10:103)
      at _next (node_modules/@testing-library/vue/dist/fire-event.js:12:194)
      at node_modules/@testing-library/vue/dist/fire-event.js:12:364
      at Function.change (node_modules/@testing-library/vue/dist/fire-event.js:12:97)
      at textInputChange (tests/jest/integration/helpers/interactionHelpers.js:31:19)
      at Object.<anonymous> (tests/jest/integration/CreateNewFunction.test.js:105:9)

    console.warn
      Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead.

      29 | 	const textbox = within( parentWrapper ).getByRole( 'textbox' );
      30 | 	// TODO (T370511): Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead
    > 31 | 	return fireEvent.change( textbox, { target: { value: newText } } );
         | 	                 ^
      32 | };
      33 |
      34 | const chipInputAddChip = async ( parentWrapper, newChip ) => {

      at warnOnChangeOrInputEventCalledDirectly (node_modules/@testing-library/vue/dist/fire-event.js:103:13)
      at Function.<anonymous> (node_modules/@testing-library/vue/dist/fire-event.js:32:5)
      at asyncGeneratorStep (node_modules/@testing-library/vue/dist/fire-event.js:10:103)
      at _next (node_modules/@testing-library/vue/dist/fire-event.js:12:194)
      at node_modules/@testing-library/vue/dist/fire-event.js:12:364
      at Function.change (node_modules/@testing-library/vue/dist/fire-event.js:12:97)
      at textInputChange (tests/jest/integration/helpers/interactionHelpers.js:31:19)
      at Object.<anonymous> (tests/jest/integration/CreateNewFunction.test.js:109:9)

    console.warn
      Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead.

      29 | 	const textbox = within( parentWrapper ).getByRole( 'textbox' );
      30 | 	// TODO (T370511): Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead
    > 31 | 	return fireEvent.change( textbox, { target: { value: newText } } );
         | 	                 ^
      32 | };
      33 |
      34 | const chipInputAddChip = async ( parentWrapper, newChip ) => {

      at warnOnChangeOrInputEventCalledDirectly (node_modules/@testing-library/vue/dist/fire-event.js:103:13)
      at Function.<anonymous> (node_modules/@testing-library/vue/dist/fire-event.js:32:5)
      at asyncGeneratorStep (node_modules/@testing-library/vue/dist/fire-event.js:10:103)
      at _next (node_modules/@testing-library/vue/dist/fire-event.js:12:194)
      at node_modules/@testing-library/vue/dist/fire-event.js:12:364
      at Function.change (node_modules/@testing-library/vue/dist/fire-event.js:12:97)
      at textInputChange (tests/jest/integration/helpers/interactionHelpers.js:31:19)
      at Object.<anonymous> (tests/jest/integration/CreateNewFunction.test.js:118:9)

    console.warn
      Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead.

      29 | 	const textbox = within( parentWrapper ).getByRole( 'textbox' );
      30 | 	// TODO (T370511): Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead
    > 31 | 	return fireEvent.change( textbox, { target: { value: newText } } );
         | 	                 ^
      32 | };
      33 |
      34 | const chipInputAddChip = async ( parentWrapper, newChip ) => {

      at warnOnChangeOrInputEventCalledDirectly (node_modules/@testing-library/vue/dist/fire-event.js:103:13)
      at Function.<anonymous> (node_modules/@testing-library/vue/dist/fire-event.js:32:5)
      at asyncGeneratorStep (node_modules/@testing-library/vue/dist/fire-event.js:10:103)
      at _next (node_modules/@testing-library/vue/dist/fire-event.js:12:194)
      at node_modules/@testing-library/vue/dist/fire-event.js:12:364
      at Function.change (node_modules/@testing-library/vue/dist/fire-event.js:12:97)
      at textInputChange (tests/jest/integration/helpers/interactionHelpers.js:31:19)
      at Object.<anonymous> (tests/jest/integration/CreateNewFunction.test.js:122:9)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.publish - {"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z8","implementationtype":null,"zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: publish - {"zobjecttype":"Z8","zobjectid":"Z0","zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:129:12)

PASS tests/jest/store/modules/errors.test.js
PASS tests/jest/components/function/editor/FunctionEditorName.test.js
PASS tests/jest/components/function/editor/FunctionEditorAliases.test.js
PASS tests/jest/components/default/ZEvaluationResult.test.js
PASS tests/jest/integration/FunctionEditorEdgeCases.test.js
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      43 | 			getByText,
      44 | 			queryByRole
    > 45 | 		} = render( App, { global: { plugins: [ store ] } } );
         | 		    ^
      46 |
      47 | 		// ACT: Get First language block. Selected by default: English
      48 | 		const languageBlocks = await findAllByTestId( 'function-editor-language-block' );

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:49:13)
      at Object.provide (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3961:11)
      at Store.install (node_modules/vuex/dist/vuex.cjs.js:943:7)
      at Object.use (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3854:18)
      at createInstance (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8292:17)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8385:14)
      at render (node_modules/@testing-library/vue/dist/render.js:45:38)
      at Object.<anonymous> (tests/jest/integration/FunctionEditorEdgeCases.test.js:45:7)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.load - {"edit":true,"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z8","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: create - {"zobjecttype":"Z8","zobjectid":"Z0","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.newView.mounted - {"viewname":"function-editor","isnewzobject":true,"loadtime":656}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: change - {"zobjectid":"Z0","zobjecttype":"Z8","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted using submitInteraction: change - {"zobjectid":"Z0","zobjecttype":"Z8","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.warn
      Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead.

      29 | 	const textbox = within( parentWrapper ).getByRole( 'textbox' );
      30 | 	// TODO (T370511): Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead
    > 31 | 	return fireEvent.change( textbox, { target: { value: newText } } );
         | 	                 ^
      32 | };
      33 |
      34 | const chipInputAddChip = async ( parentWrapper, newChip ) => {

      at warnOnChangeOrInputEventCalledDirectly (node_modules/@testing-library/vue/dist/fire-event.js:103:13)
      at Function.<anonymous> (node_modules/@testing-library/vue/dist/fire-event.js:32:5)
      at asyncGeneratorStep (node_modules/@testing-library/vue/dist/fire-event.js:10:103)
      at _next (node_modules/@testing-library/vue/dist/fire-event.js:12:194)
      at node_modules/@testing-library/vue/dist/fire-event.js:12:364
      at Function.change (node_modules/@testing-library/vue/dist/fire-event.js:12:97)
      at textInputChange (tests/jest/integration/helpers/interactionHelpers.js:31:19)
      at Object.<anonymous> (tests/jest/integration/FunctionEditorEdgeCases.test.js:96:9)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.publish - {"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z8","implementationtype":null,"zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: publish - {"zobjecttype":"Z8","zobjectid":"Z0","zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:129:12)

PASS tests/jest/components/default/ZReference.test.js
PASS tests/jest/integration/DisconnectFunctionImplementation.test.js
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      91 | // TODO (T370509): fix the error ' [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.
      92 | // because we already have a store in the global object in jest.config.js
    > 93 | const renderForFunctionViewer = () => render(
         |                                       ^
      94 | 	App,
      95 | 	{ container: document.createElement( 'div' ), global: { plugins: [ store ] } }
      96 | );

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:49:13)
      at Object.provide (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3961:11)
      at Store.install (node_modules/vuex/dist/vuex.cjs.js:943:7)
      at Object.use (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3854:18)
      at createInstance (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8292:17)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8385:14)
      at render (node_modules/@testing-library/vue/dist/render.js:45:38)
      at renderForFunctionViewer (tests/jest/integration/helpers/functionViewerDetailsTestHelpers.js:93:39)
      at Object.<anonymous> (tests/jest/integration/DisconnectFunctionImplementation.test.js:34:31)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.load - {"edit":false,"zobjecttype":"Z8","isnewzobject":false,"zobjectid":"Z12345","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: view - {"zobjecttype":"Z8","zobjectid":"Z12345","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.newView.mounted - {"viewname":"function-viewer","isnewzobject":false,"loadtime":359}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      91 | // TODO (T370509): fix the error ' [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.
      92 | // because we already have a store in the global object in jest.config.js
    > 93 | const renderForFunctionViewer = () => render(
         |                                       ^
      94 | 	App,
      95 | 	{ container: document.createElement( 'div' ), global: { plugins: [ store ] } }
      96 | );

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:49:13)
      at Object.provide (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3961:11)
      at Store.install (node_modules/vuex/dist/vuex.cjs.js:943:7)
      at Object.use (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3854:18)
      at createInstance (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8292:17)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8385:14)
      at render (node_modules/@testing-library/vue/dist/render.js:45:38)
      at renderForFunctionViewer (tests/jest/integration/helpers/functionViewerDetailsTestHelpers.js:93:39)
      at Object.<anonymous> (tests/jest/integration/DisconnectFunctionImplementation.test.js:63:60)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.load - {"edit":false,"zobjecttype":"Z8","isnewzobject":false,"zobjectid":"Z12345","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: view - {"zobjecttype":"Z8","zobjectid":"Z12345","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.newView.mounted - {"viewname":"function-viewer","isnewzobject":false,"loadtime":1436}

      at Object.<anonymous> (jest.setup.js:125:12)

PASS tests/jest/components/default/ZTypedList.test.js
PASS tests/jest/integration/RunFunctionCall.test.js
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      31 | 	it( 'allows choosing a function and calling it', async () => {
      32 | 		const { findByRole, findByText, findByTestId } =
    > 33 | 			render( App, { global: { plugins: [ store ] } } );
         | 			^
      34 |
      35 | 		// ACT: Select a function
      36 | 		const functionSelectorBlock = await findByTestId( 'function-evaluator-call' );

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:49:13)
      at Object.provide (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3961:11)
      at Store.install (node_modules/vuex/dist/vuex.cjs.js:943:7)
      at Object.use (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3854:18)
      at createInstance (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8292:17)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8385:14)
      at render (node_modules/@testing-library/vue/dist/render.js:45:38)
      at Object.<anonymous> (tests/jest/integration/RunFunctionCall.test.js:33:4)

    console.log
      Metrics Platform event emitted: wf.ui.newView.mounted - {"viewname":"function-evaluator","isnewzobject":false,"loadtime":-53944874896}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted: wf.ui.callFunction - {"selectedfunctionzid":"Z12345","zobjectid":"Z0","zobjecttype":null,"resulthaserror":false,"zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: call - {"zobjectid":"Z0","zlang":"Z1002","selectedfunctionzid":"Z12345","haserrors":false}

      at Object.<anonymous> (jest.setup.js:129:12)

PASS tests/jest/components/function/editor/FunctionEditorInputs.test.js
PASS tests/jest/components/base/ClipboardManager.test.js
PASS tests/jest/integration/CreateNewCodeImplementation.test.js (6.657 s)
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      27 |
      28 | 	it( 'should allow you to create a new code implementation', async () => {
    > 29 | 		const { getByTestId, findByTestId } = render( App, {
         | 		                                      ^
      30 | 			global: { plugins: [ store ], stubs: {
      31 | 				teleport: true,
      32 | 				WlFunctionEvaluatorWidget: true

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:49:13)
      at Object.provide (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3961:11)
      at Store.install (node_modules/vuex/dist/vuex.cjs.js:943:7)
      at Object.use (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3854:18)
      at createInstance (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8292:17)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8385:14)
      at render (node_modules/@testing-library/vue/dist/render.js:45:38)
      at Object.<anonymous> (tests/jest/integration/CreateNewCodeImplementation.test.js:29:41)

    console.log
      Metrics Platform event emitted: wf.ui.defaultView.load - {"edit":true,"zobjecttype":"Z14","isnewzobject":true,"zobjectid":"Z0","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: create - {"zobjecttype":"Z14","zobjectid":"Z0","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.newView.mounted - {"viewname":"default-view","isnewzobject":true,"loadtime":655}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: change - {"zobjectid":"Z0","zobjecttype":"Z14","implementationtype":"Z14K2","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.editImplementation.publish - {"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z14","implementationtype":"Z14K3","zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: publish - {"zobjecttype":"Z14","zobjectid":"Z0","zlang":"Z1002","implementationtype":"Z14K3","haserrors":false}

      at Object.<anonymous> (jest.setup.js:129:12)

PASS tests/jest/integration/FunctionEditorGenericTypes.test.js (5.231 s)
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      44 | 			getByText,
      45 | 			queryByRole
    > 46 | 		} = render( App, { global: { plugins: [ store ] } } );
         | 		    ^
      47 |
      48 | 		const languageBlocks = await findAllByTestId( 'function-editor-language-block' );
      49 | 		const firstLanguageBlock = languageBlocks[ 0 ];

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:49:13)
      at Object.provide (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3961:11)
      at Store.install (node_modules/vuex/dist/vuex.cjs.js:943:7)
      at Object.use (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3854:18)
      at createInstance (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8292:17)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8385:14)
      at render (node_modules/@testing-library/vue/dist/render.js:45:38)
      at Object.<anonymous> (tests/jest/integration/FunctionEditorGenericTypes.test.js:46:7)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.load - {"edit":true,"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z8","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: create - {"zobjecttype":"Z8","zobjectid":"Z0","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.newView.mounted - {"viewname":"function-editor","isnewzobject":true,"loadtime":656}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: change - {"zobjectid":"Z0","zobjecttype":"Z8","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.publish - {"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z8","implementationtype":null,"zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: publish - {"zobjecttype":"Z8","zobjectid":"Z0","zlang":"Z1002","haserrors":false}

      at Object.<anonymous> (jest.setup.js:129:12)

PASS tests/jest/components/default/ZTypedListType.test.js
PASS tests/jest/components/function/editor/FunctionEditorDescription.test.js
PASS tests/jest/store/modules/user.test.js
PASS tests/jest/components/function/editor/FunctionEditorLanguageBlock.test.js
PASS tests/jest/composables/useBreakpoints.test.js
PASS tests/jest/components/base/CodeEditor.test.js
PASS tests/jest/store/modules/functionCall.test.js
PASS tests/jest/components/widgets/FunctionReportItem.test.js
PASS tests/jest/mixins/urlUtils.test.js
PASS tests/jest/components/function/editor/FunctionEditorDefinition.test.js
  ● Console

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.load - {"edit":true,"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z8","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: create - {"zobjecttype":"Z8","zobjectid":"Z0","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.load - {"edit":true,"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z8","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: create - {"zobjecttype":"Z8","zobjectid":"Z0","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.load - {"edit":true,"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z8","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: create - {"zobjecttype":"Z8","zobjectid":"Z0","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.load - {"edit":true,"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z8","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: create - {"zobjecttype":"Z8","zobjectid":"Z0","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

PASS tests/jest/components/default/ZMonolingualString.test.js
PASS tests/jest/components/default/ZTypedListItems.test.js
PASS tests/jest/integration/ConnectFunctionImplementation.test.js
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      91 | // TODO (T370509): fix the error ' [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.
      92 | // because we already have a store in the global object in jest.config.js
    > 93 | const renderForFunctionViewer = () => render(
         |                                       ^
      94 | 	App,
      95 | 	{ container: document.createElement( 'div' ), global: { plugins: [ store ] } }
      96 | );

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:49:13)
      at Object.provide (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3961:11)
      at Store.install (node_modules/vuex/dist/vuex.cjs.js:943:7)
      at Object.use (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3854:18)
      at createInstance (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8292:17)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8385:14)
      at render (node_modules/@testing-library/vue/dist/render.js:45:38)
      at renderForFunctionViewer (tests/jest/integration/helpers/functionViewerDetailsTestHelpers.js:93:39)
      at Object.<anonymous> (tests/jest/integration/ConnectFunctionImplementation.test.js:40:31)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.load - {"edit":false,"zobjecttype":"Z8","isnewzobject":false,"zobjectid":"Z12345","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: view - {"zobjecttype":"Z8","zobjectid":"Z12345","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.newView.mounted - {"viewname":"function-viewer","isnewzobject":false,"loadtime":358}

      at Object.<anonymous> (jest.setup.js:125:12)

PASS tests/jest/mixins/utilsMixins.test.js
PASS tests/jest/integration/ConnectFunctionTest.test.js
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      91 | // TODO (T370509): fix the error ' [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.
      92 | // because we already have a store in the global object in jest.config.js
    > 93 | const renderForFunctionViewer = () => render(
         |                                       ^
      94 | 	App,
      95 | 	{ container: document.createElement( 'div' ), global: { plugins: [ store ] } }
      96 | );

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:49:13)
      at Object.provide (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3961:11)
      at Store.install (node_modules/vuex/dist/vuex.cjs.js:943:7)
      at Object.use (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3854:18)
      at createInstance (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8292:17)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8385:14)
      at render (node_modules/@testing-library/vue/dist/render.js:45:38)
      at renderForFunctionViewer (tests/jest/integration/helpers/functionViewerDetailsTestHelpers.js:93:39)
      at Object.<anonymous> (tests/jest/integration/ConnectFunctionTest.test.js:38:31)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.load - {"edit":false,"zobjecttype":"Z8","isnewzobject":false,"zobjectid":"Z12345","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: view - {"zobjecttype":"Z8","zobjectid":"Z12345","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.newView.mounted - {"viewname":"function-viewer","isnewzobject":false,"loadtime":358}

      at Object.<anonymous> (jest.setup.js:125:12)

PASS tests/jest/components/base/ExpandedToggle.test.js
PASS tests/jest/store/modules/languages.test.js
PASS tests/jest/components/default/ZBoolean.test.js
PASS tests/jest/integration/DisconnectFunctionTest.test.js
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      91 | // TODO (T370509): fix the error ' [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.
      92 | // because we already have a store in the global object in jest.config.js
    > 93 | const renderForFunctionViewer = () => render(
         |                                       ^
      94 | 	App,
      95 | 	{ container: document.createElement( 'div' ), global: { plugins: [ store ] } }
      96 | );

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:49:13)
      at Object.provide (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3961:11)
      at Store.install (node_modules/vuex/dist/vuex.cjs.js:943:7)
      at Object.use (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3854:18)
      at createInstance (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8292:17)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8385:14)
      at render (node_modules/@testing-library/vue/dist/render.js:45:38)
      at renderForFunctionViewer (tests/jest/integration/helpers/functionViewerDetailsTestHelpers.js:93:39)
      at Object.<anonymous> (tests/jest/integration/DisconnectFunctionTest.test.js:35:31)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.load - {"edit":false,"zobjecttype":"Z8","isnewzobject":false,"zobjectid":"Z12345","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: view - {"zobjecttype":"Z8","zobjectid":"Z12345","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.newView.mounted - {"viewname":"function-viewer","isnewzobject":false,"loadtime":358}

      at Object.<anonymous> (jest.setup.js:125:12)

PASS tests/jest/components/function/editor/FunctionEditorOutput.test.js
PASS tests/jest/components/default/ZString.test.js
PASS tests/jest/store/modules/listItems.test.js
PASS tests/jest/mixins/clipboardUtils.test.js
PASS tests/jest/integration/CancelEditExistingFunction.test.js (5.989 s)
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      39 | 	it( 'allows cancelling with no changes', async () => {
      40 | 		const { findByText } =
    > 41 | 			render( App, { global: { plugins: [ store ] } } );
         | 			^
      42 |
      43 | 		// ACT: Click cancel button.
      44 | 		await fireEvent.click( await findByText( 'Cancel' ) );

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:49:13)
      at Object.provide (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3961:11)
      at Store.install (node_modules/vuex/dist/vuex.cjs.js:943:7)
      at Object.use (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3854:18)
      at createInstance (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8292:17)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8385:14)
      at render (node_modules/@testing-library/vue/dist/render.js:45:38)
      at Object.<anonymous> (tests/jest/integration/CancelEditExistingFunction.test.js:41:4)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.load - {"edit":true,"isnewzobject":false,"zobjectid":"Z12345","zobjecttype":"Z8","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: edit - {"zobjecttype":"Z8","zobjectid":"Z12345","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.newView.mounted - {"viewname":"function-editor","isnewzobject":false,"loadtime":355}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.cancel - {"isnewzobject":false,"zobjectid":"Z12345","zobjecttype":"Z8","implementationtype":null,"zlang":"Z1002","isdirty":false}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: cancel - {"zobjecttype":"Z8","zobjectid":"Z12345","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      50 | 	it( 'allows cancelling after changes', async () => {
      51 | 		const { getByText, findByRole, findByText, getAllByTestId } =
    > 52 | 			render( App, { global: { plugins: [ store ] } } );
         | 			^
      53 |
      54 | 		// ACT: Click "Add language".
      55 | 		await fireEvent.click( await findByText( 'Add language' ) );

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:49:13)
      at Object.provide (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3961:11)
      at Store.install (node_modules/vuex/dist/vuex.cjs.js:943:7)
      at Object.use (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3854:18)
      at createInstance (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8292:17)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8385:14)
      at render (node_modules/@testing-library/vue/dist/render.js:45:38)
      at Object.<anonymous> (tests/jest/integration/CancelEditExistingFunction.test.js:52:4)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.load - {"edit":true,"isnewzobject":false,"zobjectid":"Z12345","zobjecttype":"Z8","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: edit - {"zobjecttype":"Z8","zobjectid":"Z12345","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.newView.mounted - {"viewname":"function-editor","isnewzobject":false,"loadtime":2389}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.warn
      Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead.

      29 | 	const textbox = within( parentWrapper ).getByRole( 'textbox' );
      30 | 	// TODO (T370511): Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead
    > 31 | 	return fireEvent.change( textbox, { target: { value: newText } } );
         | 	                 ^
      32 | };
      33 |
      34 | const chipInputAddChip = async ( parentWrapper, newChip ) => {

      at warnOnChangeOrInputEventCalledDirectly (node_modules/@testing-library/vue/dist/fire-event.js:103:13)
      at Function.<anonymous> (node_modules/@testing-library/vue/dist/fire-event.js:32:5)
      at asyncGeneratorStep (node_modules/@testing-library/vue/dist/fire-event.js:10:103)
      at _next (node_modules/@testing-library/vue/dist/fire-event.js:12:194)
      at node_modules/@testing-library/vue/dist/fire-event.js:12:364
      at Function.change (node_modules/@testing-library/vue/dist/fire-event.js:12:97)
      at textInputChange (tests/jest/integration/helpers/interactionHelpers.js:31:19)
      at Object.<anonymous> (tests/jest/integration/CancelEditExistingFunction.test.js:63:9)

    console.log
      Metrics Platform event emitted using submitInteraction: change - {"zobjectid":"Z12345","zobjecttype":"Z8","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.cancel - {"isnewzobject":false,"zobjectid":"Z12345","zobjecttype":"Z8","implementationtype":null,"zlang":"Z1002","isdirty":true}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: cancel - {"zobjecttype":"Z8","zobjectid":"Z12345","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

PASS tests/jest/components/App.test.js
PASS tests/jest/components/base/TypeToString.test.js
PASS tests/jest/components/base/LocalizedLabel.test.js
PASS tests/jest/components/function/editor/FunctionEditorLanguage.test.js
PASS tests/jest/mixins/eventLogUtils.test.js
PASS tests/jest/integration/CancelEditNewFunction.test.js
  ● Console

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      36 | 	it( 'allows cancelling with no changes', async () => {
      37 | 		const { findByText } =
    > 38 | 			render( App, { global: { plugins: [ store ] } } );
         | 			^
      39 |
      40 | 		// ACT: Click cancel button.
      41 | 		await fireEvent.click( await findByText( 'Cancel' ) );

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:49:13)
      at Object.provide (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3961:11)
      at Store.install (node_modules/vuex/dist/vuex.cjs.js:943:7)
      at Object.use (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3854:18)
      at createInstance (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8292:17)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8385:14)
      at render (node_modules/@testing-library/vue/dist/render.js:45:38)
      at Object.<anonymous> (tests/jest/integration/CancelEditNewFunction.test.js:38:4)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.load - {"edit":true,"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z8","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: create - {"zobjecttype":"Z8","zobjectid":"Z0","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.newView.mounted - {"viewname":"function-editor","isnewzobject":true,"loadtime":653}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.cancel - {"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z8","implementationtype":null,"zlang":"Z1002","isdirty":false}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: cancel - {"zobjecttype":"Z8","zobjectid":"Z0","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.warn
      [Vue warn]: App already provides property with key "store". It will be overwritten with the new value.

      50 | 			findByTestId,
      51 | 			getByText
    > 52 | 		} = render( App, { global: { plugins: [ store ] } } );
         | 		    ^
      53 |
      54 | 		// ACT: Change first language name
      55 | 		const nameInput = await findByTestId( 'function-editor-name-input' );

      at warn$1 (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:49:13)
      at Object.provide (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3961:11)
      at Store.install (node_modules/vuex/dist/vuex.cjs.js:943:7)
      at Object.use (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3854:18)
      at createInstance (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8292:17)
      at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8385:14)
      at render (node_modules/@testing-library/vue/dist/render.js:45:38)
      at Object.<anonymous> (tests/jest/integration/CancelEditNewFunction.test.js:52:7)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.load - {"edit":true,"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z8","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: create - {"zobjecttype":"Z8","zobjectid":"Z0","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.newView.mounted - {"viewname":"function-editor","isnewzobject":true,"loadtime":1508}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.warn
      Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead.

      29 | 	const textbox = within( parentWrapper ).getByRole( 'textbox' );
      30 | 	// TODO (T370511): Using "fireEvent.change" may lead to unexpected results. Please use fireEvent.update() instead
    > 31 | 	return fireEvent.change( textbox, { target: { value: newText } } );
         | 	                 ^
      32 | };
      33 |
      34 | const chipInputAddChip = async ( parentWrapper, newChip ) => {

      at warnOnChangeOrInputEventCalledDirectly (node_modules/@testing-library/vue/dist/fire-event.js:103:13)
      at Function.<anonymous> (node_modules/@testing-library/vue/dist/fire-event.js:32:5)
      at asyncGeneratorStep (node_modules/@testing-library/vue/dist/fire-event.js:10:103)
      at _next (node_modules/@testing-library/vue/dist/fire-event.js:12:194)
      at node_modules/@testing-library/vue/dist/fire-event.js:12:364
      at Function.change (node_modules/@testing-library/vue/dist/fire-event.js:12:97)
      at textInputChange (tests/jest/integration/helpers/interactionHelpers.js:31:19)
      at Object.<anonymous> (tests/jest/integration/CancelEditNewFunction.test.js:56:9)

    console.log
      Metrics Platform event emitted using submitInteraction: change - {"zobjectid":"Z0","zobjecttype":"Z8","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.cancel - {"isnewzobject":true,"zobjectid":"Z0","zobjecttype":"Z8","implementationtype":null,"zlang":"Z1002","isdirty":true}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: cancel - {"zobjecttype":"Z8","zobjectid":"Z0","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

PASS tests/jest/views/FunctionViewer.test.js
  ● Console

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.load - {"edit":false,"zobjecttype":"Z8","isnewzobject":false,"zobjectid":"Z12345","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: view - {"zobjecttype":"Z8","zobjectid":"Z12345","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.load - {"edit":false,"zobjecttype":"Z8","isnewzobject":false,"zobjectid":"Z12345","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: view - {"zobjecttype":"Z8","zobjectid":"Z12345","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

    console.log
      Metrics Platform event emitted: wf.ui.editFunction.load - {"edit":false,"zobjecttype":"Z8","isnewzobject":false,"zobjectid":"Z12345","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:125:12)

    console.log
      Metrics Platform event emitted using submitInteraction: view - {"zobjecttype":"Z8","zobjectid":"Z12345","zlang":"Z1002"}

      at Object.<anonymous> (jest.setup.js:129:12)

PASS tests/jest/store/modules/programmingLanguages.test.js
PASS tests/jest/components/widgets/LeaveEditorDialog.test.js
PASS tests/jest/components/default/ZFunctionCall.test.js
PASS tests/jest/components/function/viewer/FunctionViewerDetailsTable.test.js
PASS tests/jest/store/index.test.js

Test Suites: 89 passed, 89 total
Tests:       1348 passed, 1348 total
Snapshots:   0 total
Time:        68.417 s
Ran all test suites.
--- stdout ---

> test
> grunt test && npm run test:unit

Running "eslint:all" (eslint) task

/src/repo/docker-compose.sample.yml
   3:1  warning  This line has a length of 103. Maximum allowed is 100  max-len
   4:1  warning  This line has a length of 107. Maximum allowed is 100  max-len
  59:1  warning  This line has a length of 117. Maximum allowed is 100  max-len
  60:1  warning  This line has a length of 104. Maximum allowed is 100  max-len
  61:1  warning  This line has a length of 106. Maximum allowed is 100  max-len
  67:1  warning  This line has a length of 120. Maximum allowed is 100  max-len
  68:1  warning  This line has a length of 104. Maximum allowed is 100  max-len
  69:1  warning  This line has a length of 109. Maximum allowed is 100  max-len

/src/repo/jest.config.js
  41:1  warning  This line has a length of 109. Maximum allowed is 100  max-len
  56:1  warning  This line has a length of 101. Maximum allowed is 100  max-len
  66:1  warning  This line has a length of 109. Maximum allowed is 100  max-len
  99:1  warning  This line has a length of 110. Maximum allowed is 100  max-len

/src/repo/resources/ext.wikilambda.edit/components/default-view-types/ZCode.vue
  28:7  warning  'v-model' directives require no argument  vue/no-v-model-argument

/src/repo/resources/ext.wikilambda.edit/components/widgets/FunctionMetadataDialog.vue
  59:6  warning  'v-model' directives require no argument  vue/no-v-model-argument

✖ 14 problems (0 errors, 14 warnings)


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

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

Done.

> test:unit
> jest

---------------------------------------------------|---------|----------|---------|---------|-------------------------------------------------------------------------------------------------------------------------
File                                               | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s                                                                                                       
---------------------------------------------------|---------|----------|---------|---------|-------------------------------------------------------------------------------------------------------------------------
All files                                          |   98.04 |    92.91 |   95.58 |   98.04 |                                                                                                                         
 ext.wikilambda.edit                               |     100 |      100 |     100 |     100 |                                                                                                                         
  Constants.js                                     |     100 |      100 |     100 |     100 |                                                                                                                         
 ext.wikilambda.edit/components                    |    83.7 |    83.33 |     100 |    83.7 |                                                                                                                         
  App.vue                                          |    83.7 |    83.33 |     100 |    83.7 | 103-124                                                                                                                 
 ext.wikilambda.edit/components/base               |    98.7 |    92.85 |   97.26 |    98.7 |                                                                                                                         
  ClipboardManager.vue                             |     100 |      100 |     100 |     100 |                                                                                                                         
  CodeEditor.vue                                   |     100 |      100 |     100 |     100 |                                                                                                                         
  ExpandedToggle.vue                               |     100 |      100 |     100 |     100 |                                                                                                                         
  LocalizedLabel.vue                               |     100 |      100 |     100 |     100 |                                                                                                                         
  ModeSelector.vue                                 |   99.22 |    93.33 |     100 |   99.22 | 211-212                                                                                                                 
  Pagination.vue                                   |     100 |      100 |     100 |     100 |                                                                                                                         
  TypeSelector.vue                                 |   98.15 |    88.23 |     100 |   98.15 | 175-178                                                                                                                 
  TypeToString.vue                                 |   99.34 |    94.11 |     100 |   99.34 | 79                                                                                                                      
  WidgetBase.vue                                   |     100 |      100 |     100 |     100 |                                                                                                                         
  ZObjectSelector.vue                              |   96.93 |     88.7 |    91.3 |   96.93 | 246,287-288,344-345,354-355,370-372,376-377,395-397,498-499                                                             
 ext.wikilambda.edit/components/default-view-types |   98.55 |    91.13 |   93.15 |   98.55 |                                                                                                                         
  ZArgumentReference.vue                           |     100 |      100 |     100 |     100 |                                                                                                                         
  ZBoolean.vue                                     |     100 |      100 |     100 |     100 |                                                                                                                         
  ZCode.vue                                        |    99.2 |    89.09 |   95.65 |    99.2 | 396,448-450                                                                                                             
  ZEvaluationResult.vue                            |   97.77 |    88.88 |   83.33 |   97.77 | 178,187-188,202-203                                                                                                     
  ZFunctionCall.vue                                |     100 |      100 |     100 |     100 |                                                                                                                         
  ZImplementation.vue                              |     100 |      100 |     100 |     100 |                                                                                                                         
  ZMonolingualString.vue                           |     100 |     92.3 |     100 |     100 | 136                                                                                                                     
  ZObjectKeyValue.vue                              |   96.36 |    89.14 |      90 |   96.36 | 324,422-423,427-428,458-460,655-659,675-677,701-702,732-733,748-749,827-828,843-847,849-850,852-853,855-856,858,860,872 
  ZObjectKeyValueSet.vue                           |   98.07 |      100 |      75 |   98.07 | 82-83                                                                                                                   
  ZObjectStringRenderer.vue                        |   97.59 |    88.33 |   84.61 |   97.59 | 261,385-386,461,484-487,520-524                                                                                         
  ZObjectToString.vue                              |     100 |    95.12 |     100 |     100 | 168,208                                                                                                                 
  ZReference.vue                                   |     100 |    86.66 |     100 |     100 | 91,111                                                                                                                  
  ZString.vue                                      |     100 |      100 |     100 |     100 |                                                                                                                         
  ZTester.vue                                      |   99.32 |    95.45 |     100 |   99.32 | 206-207                                                                                                                 
  ZTypedList.vue                                   |   98.58 |     90.9 |   83.33 |   98.58 | 131-132                                                                                                                 
  ZTypedListItems.vue                              |    98.8 |    83.33 |   83.33 |    98.8 | 93-94                                                                                                                   
  ZTypedListType.vue                               |     100 |      100 |     100 |     100 |                                                                                                                         
 ext.wikilambda.edit/components/function/editor    |   99.34 |    94.91 |   96.15 |   99.34 |                                                                                                                         
  FunctionEditorAliases.vue                        |     100 |      100 |     100 |     100 |                                                                                                                         
  FunctionEditorDefinition.vue                     |     100 |    83.33 |     100 |     100 | 125,224-232                                                                                                             
  FunctionEditorDescription.vue                    |   97.53 |    94.73 |    90.9 |   97.53 | 138-139,170-172                                                                                                         
  FunctionEditorFooter.vue                         |   98.56 |    89.47 |     100 |   98.56 | 88-89                                                                                                                   
  FunctionEditorInputs.vue                         |     100 |      100 |     100 |     100 |                                                                                                                         
  FunctionEditorInputsItem.vue                     |     100 |      100 |     100 |     100 |                                                                                                                         
  FunctionEditorLanguage.vue                       |     100 |      100 |     100 |     100 |                                                                                                                         
  FunctionEditorLanguageBlock.vue                  |   99.57 |      100 |   85.71 |   99.57 | 130                                                                                                                     
  FunctionEditorName.vue                           |   97.77 |    95.45 |   91.66 |   97.77 | 146-147,178-180                                                                                                         
  FunctionEditorOutput.vue                         |   99.46 |      100 |      90 |   99.46 | 134                                                                                                                     
 ext.wikilambda.edit/components/function/viewer    |   98.56 |    95.71 |   89.06 |   98.56 |                                                                                                                         
  FunctionTesterTable.vue                          |   96.03 |    86.36 |   88.88 |   96.03 | 92-93,110,168-173                                                                                                       
  FunctionViewerDetails.vue                        |   98.95 |    97.32 |   91.48 |   98.95 | 279-280,651,673,694,782,791,798,805                                                                                     
  FunctionViewerDetailsTable.vue                   |   99.34 |      100 |      75 |   99.34 | 174,181                                                                                                                 
 ext.wikilambda.edit/components/widgets            |   95.35 |    84.76 |      91 |   95.35 |                                                                                                                         
  About.vue                                        |   98.02 |    82.14 |   94.73 |   98.02 | 313-314,326-327,381-385                                                                                                 
  AboutEditMetadataDialog.vue                      |   89.19 |    88.88 |   88.57 |   89.19 | 441-442,468-469,491-503,512-517,528-530,597-603,607-611,615-629,642,675-704,734-735                                     
  AboutViewLanguagesDialog.vue                     |   82.82 |     92.3 |   61.53 |   82.82 | 214,233-234,242,252-256,267-319                                                                                         
  FunctionEvaluator.vue                            |   99.29 |    81.25 |     100 |   99.29 | 268-269,281-282                                                                                                         
  FunctionExplorer.vue                             |   99.44 |      100 |   84.61 |   99.44 | 264,267                                                                                                                 
  FunctionMetadataDialog.vue                       |   95.47 |    77.27 |   96.66 |   95.47 | 244-245,281-282,288-289,317-318,381-382,402,418-419,533-534,620,631-632,636,657,685-687,711-715,720-724,729-733         
  FunctionReport.vue                               |   96.54 |    86.53 |   90.47 |   96.54 | 223-225,283-285,291-293,322-323,327-328                                                                                 
  FunctionReportItem.vue                           |   98.03 |      100 |   88.88 |   98.03 | 183-187                                                                                                                 
  LeaveEditorDialog.vue                            |     100 |      100 |     100 |     100 |                                                                                                                         
  Publish.vue                                      |   97.54 |    77.14 |   85.71 |   97.54 | 135,201-203,221-223                                                                                                     
  PublishDialog.vue                                |     100 |    83.72 |     100 |     100 | 242,337,354,356-364                                                                                                     
 ext.wikilambda.edit/composables                   |     100 |      100 |     100 |     100 |                                                                                                                         
  useBreakpoints.js                                |     100 |      100 |     100 |     100 |                                                                                                                         
 ext.wikilambda.edit/mixins                        |      98 |    96.87 |   98.55 |      98 |                                                                                                                         
  api.js                                           |   98.83 |    94.73 |     100 |   98.83 | 37,60                                                                                                                   
  clipboardUtils.js                                |     100 |      100 |     100 |     100 |                                                                                                                         
  errorUtils.js                                    |    93.1 |      100 |   85.71 |    93.1 | 29-34                                                                                                                   
  eventLogUtils.js                                 |   97.67 |    85.71 |     100 |   97.67 | 80,82                                                                                                                   
  metadata.js                                      |     100 |      100 |     100 |     100 |                                                                                                                         
  schemata.js                                      |   98.41 |    94.23 |     100 |   98.41 | 205-206,208-209,299-300                                                                                                 
  typeUtils.js                                     |   97.08 |    98.97 |     100 |   97.08 | 528-549                                                                                                                 
  urlUtils.js                                      |     100 |      100 |     100 |     100 |                                                                                                                         
  utilsMixins.js                                   |     100 |      100 |     100 |     100 |                                                                                                                         
  zobjectUtils.js                                  |     100 |      100 |     100 |     100 |                                                                                                                         
 ext.wikilambda.edit/store                         |     100 |      100 |     100 |     100 |                                                                                                                         
  index.js                                         |     100 |      100 |     100 |     100 |                                                                                                                         
 ext.wikilambda.edit/store/classes                 |     100 |    95.23 |     100 |     100 |                                                                                                                         
  LabelData.js                                     |     100 |     92.3 |     100 |     100 | 45                                                                                                                      
  Row.js                                           |     100 |      100 |     100 |     100 |                                                                                                                         
 ext.wikilambda.edit/store/modules                 |    99.2 |    96.65 |   99.62 |    99.2 |                                                                                                                         
  errors.js                                        |     100 |      100 |     100 |     100 |                                                                                                                         
  functionCall.js                                  |   95.29 |       75 |     100 |   95.29 | 69-72                                                                                                                   
  languages.js                                     |     100 |      100 |     100 |     100 |                                                                                                                         
  library.js                                       |   99.09 |    95.23 |     100 |   99.09 | 370-371,396-397,623-624,733-734                                                                                         
  listItems.js                                     |     100 |      100 |     100 |     100 |                                                                                                                         
  programmingLanguages.js                          |     100 |      100 |     100 |     100 |                                                                                                                         
  router.js                                        |     100 |      100 |     100 |     100 |                                                                                                                         
  testResults.js                                   |     100 |    88.67 |     100 |     100 | 112,196,254-256,272                                                                                                     
  user.js                                          |     100 |      100 |     100 |     100 |                                                                                                                         
  zfunction.js                                     |     100 |      100 |     100 |     100 |                                                                                                                         
  zobject.js                                       |   98.98 |    97.79 |     100 |   98.98 | 478-482,551-552,574-575,597-598,1390-1391,1624-1628,1953-1955                                                           
  ztype.js                                         |   98.51 |    97.14 |   94.73 |   98.51 | 164,275-276,284-285                                                                                                     
 ext.wikilambda.edit/store/modules/zobject         |   99.48 |    98.01 |     100 |   99.48 |                                                                                                                         
  currentPage.js                                   |     100 |      100 |     100 |     100 |                                                                                                                         
  factory.js                                       |   99.11 |    97.14 |     100 |   99.11 | 149-155                                                                                                                 
  submission.js                                    |    99.8 |    98.57 |     100 |    99.8 | 233                                                                                                                     
 ext.wikilambda.edit/views                         |   95.77 |    58.53 |   94.73 |   95.77 |                                                                                                                         
  DefaultView.vue                                  |   98.24 |    56.66 |     100 |   98.24 | 182-183,231,246-247                                                                                                     
  FunctionEditor.vue                               |     100 |      100 |     100 |     100 |                                                                                                                         
  FunctionEvaluator.vue                            |     100 |      100 |     100 |     100 |                                                                                                                         
  FunctionViewer.vue                               |   87.17 |    55.55 |      75 |   87.17 | 84-98                                                                                                                   
 ext.wikilambda.languageselector/components        |   98.65 |    96.77 |   94.11 |   98.65 |                                                                                                                         
  LanguageSelector.vue                             |   98.65 |    96.77 |   94.11 |   98.65 | 257-258,279-280                                                                                                         
---------------------------------------------------|---------|----------|---------|---------|-------------------------------------------------------------------------------------------------------------------------

--- 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/tmpgn3ct2en
--- stdout ---
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean

--- end ---

composer dependencies

Dependencies
Development dependencies

npm dependencies

Development dependencies

Logs

Source code is licensed under the AGPL.