mediawiki/skins/Vector (REL1_41)

sourcepatches
From cdd6818b7cbdac616aa18da3407fd0770f629a2a Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Fri, 22 Nov 2024 11:40:43 +0000
Subject: [PATCH] [DNM] there are no updates

Change-Id: I6568d63e8c54f6030778a6f3bb4d65ed4f67a851
---
 package-lock.json | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index b97dac4..3c5a267 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3414,9 +3414,9 @@
 			}
 		},
 		"node_modules/cross-spawn": {
-			"version": "7.0.3",
-			"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
-			"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
+			"version": "7.0.6",
+			"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
+			"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
 			"dev": true,
 			"dependencies": {
 				"path-key": "^3.1.0",
@@ -15100,9 +15100,9 @@
 			}
 		},
 		"cross-spawn": {
-			"version": "7.0.3",
-			"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
-			"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
+			"version": "7.0.6",
+			"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
+			"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
 			"dev": true,
 			"requires": {
 				"path-key": "^3.1.0",
-- 
2.39.2

$ date
--- stdout ---
Fri Nov 22 11:39:34 UTC 2024

--- end ---
$ git clone file:///srv/git/mediawiki-skins-Vector.git repo --depth=1 -b REL1_41
--- stderr ---
Cloning into 'repo'...
--- stdout ---

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

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

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

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

--- end ---
$ git show-ref refs/heads/REL1_41
--- stdout ---
95788743d10c50bc83a36181d9904f3682f27aaf refs/heads/REL1_41

--- end ---
$ /usr/bin/npm audit --json
--- stdout ---
{
  "auditReportVersion": 2,
  "vulnerabilities": {
    "cross-spawn": {
      "name": "cross-spawn",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1100562,
          "name": "cross-spawn",
          "dependency": "cross-spawn",
          "title": "Regular Expression Denial of Service (ReDoS) in cross-spawn",
          "url": "https://github.com/advisories/GHSA-3xgq-45jj-v275",
          "severity": "high",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": "<6.0.6"
        },
        {
          "source": 1100563,
          "name": "cross-spawn",
          "dependency": "cross-spawn",
          "title": "Regular Expression Denial of Service (ReDoS) in cross-spawn",
          "url": "https://github.com/advisories/GHSA-3xgq-45jj-v275",
          "severity": "high",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": ">=7.0.0 <7.0.5"
        }
      ],
      "effects": [
        "pre-commit"
      ],
      "range": "<6.0.6 || >=7.0.0 <7.0.5",
      "nodes": [
        "node_modules/cross-spawn",
        "node_modules/pre-commit/node_modules/cross-spawn"
      ],
      "fixAvailable": {
        "name": "pre-commit",
        "version": "1.0.10",
        "isSemVerMajor": true
      }
    },
    "pre-commit": {
      "name": "pre-commit",
      "severity": "high",
      "isDirect": true,
      "via": [
        "cross-spawn"
      ],
      "effects": [],
      "range": ">=1.1.0",
      "nodes": [
        "node_modules/pre-commit"
      ],
      "fixAvailable": {
        "name": "pre-commit",
        "version": "1.0.10",
        "isSemVerMajor": true
      }
    }
  },
  "metadata": {
    "vulnerabilities": {
      "info": 0,
      "low": 0,
      "moderate": 0,
      "high": 2,
      "critical": 0,
      "total": 2
    },
    "dependencies": {
      "prod": 1,
      "dev": 1048,
      "optional": 2,
      "peer": 0,
      "peerOptional": 0,
      "total": 1048
    }
  }
}

--- 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: 37 installs, 0 updates, 0 removals
  - Locking composer/installers (v2.3.0)
  - Locking composer/pcre (3.3.2)
  - Locking composer/semver (3.3.2)
  - Locking composer/spdx-licenses (1.5.8)
  - Locking composer/xdebug-handler (3.0.5)
  - Locking doctrine/deprecations (1.1.3)
  - Locking felixfbecker/advanced-json-rpc (v3.2.1)
  - Locking mediawiki/mediawiki-codesniffer (v41.0.0)
  - Locking mediawiki/mediawiki-phan-config (0.12.1)
  - Locking mediawiki/minus-x (1.1.1)
  - Locking mediawiki/phan-taint-check-plugin (4.0.0)
  - Locking microsoft/tolerant-php-parser (v0.1.1)
  - Locking netresearch/jsonmapper (v4.5.0)
  - Locking phan/phan (5.4.1)
  - Locking php-parallel-lint/php-console-color (v1.0.1)
  - Locking php-parallel-lint/php-console-highlighter (v1.0.0)
  - Locking php-parallel-lint/php-parallel-lint (v1.3.2)
  - Locking phpdocumentor/reflection-common (2.2.0)
  - Locking phpdocumentor/reflection-docblock (5.6.0)
  - Locking phpdocumentor/type-resolver (1.10.0)
  - Locking phpstan/phpdoc-parser (2.0.0)
  - Locking psr/container (2.0.2)
  - Locking psr/log (2.0.0)
  - Locking sabre/event (5.1.7)
  - Locking squizlabs/php_codesniffer (3.7.2)
  - Locking symfony/console (v5.4.47)
  - Locking symfony/deprecation-contracts (v3.5.0)
  - Locking symfony/polyfill-ctype (v1.31.0)
  - Locking symfony/polyfill-intl-grapheme (v1.31.0)
  - Locking symfony/polyfill-intl-normalizer (v1.31.0)
  - Locking symfony/polyfill-mbstring (v1.31.0)
  - Locking symfony/polyfill-php73 (v1.31.0)
  - Locking symfony/polyfill-php80 (v1.31.0)
  - Locking symfony/service-contracts (v3.5.0)
  - Locking symfony/string (v6.4.15)
  - 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: 37 installs, 0 updates, 0 removals
    0 [>---------------------------]    0 [->--------------------------]
  - Installing composer/installers (v2.3.0): Extracting archive
  - Installing composer/pcre (3.3.2): Extracting archive
  - Installing symfony/polyfill-php80 (v1.31.0): Extracting archive
  - Installing squizlabs/php_codesniffer (3.7.2): Extracting archive
  - Installing symfony/polyfill-mbstring (v1.31.0): Extracting archive
  - Installing composer/spdx-licenses (1.5.8): Extracting archive
  - Installing composer/semver (3.3.2): Extracting archive
  - Installing mediawiki/mediawiki-codesniffer (v41.0.0): Extracting archive
  - Installing tysonandre/var_representation_polyfill (0.1.3): Extracting archive
  - Installing symfony/polyfill-intl-normalizer (v1.31.0): Extracting archive
  - Installing symfony/polyfill-intl-grapheme (v1.31.0): Extracting archive
  - Installing symfony/polyfill-ctype (v1.31.0): Extracting archive
  - Installing symfony/string (v6.4.15): 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/polyfill-php73 (v1.31.0): Extracting archive
  - Installing symfony/console (v5.4.47): Extracting archive
  - Installing sabre/event (5.1.7): Extracting archive
  - Installing netresearch/jsonmapper (v4.5.0): Extracting archive
  - Installing microsoft/tolerant-php-parser (v0.1.1): Extracting archive
  - Installing webmozart/assert (1.11.0): Extracting archive
  - Installing phpstan/phpdoc-parser (2.0.0): Extracting archive
  - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive
  - Installing doctrine/deprecations (1.1.3): Extracting archive
  - Installing phpdocumentor/type-resolver (1.10.0): Extracting archive
  - Installing phpdocumentor/reflection-docblock (5.6.0): Extracting archive
  - Installing felixfbecker/advanced-json-rpc (v3.2.1): Extracting archive
  - Installing psr/log (2.0.0): Extracting archive
  - Installing composer/xdebug-handler (3.0.5): Extracting archive
  - Installing phan/phan (5.4.1): Extracting archive
  - Installing mediawiki/phan-taint-check-plugin (4.0.0): Extracting archive
  - Installing mediawiki/mediawiki-phan-config (0.12.1): Extracting archive
  - Installing mediawiki/minus-x (1.1.1): Extracting archive
  - Installing php-parallel-lint/php-console-color (v1.0.1): Extracting archive
  - Installing php-parallel-lint/php-console-highlighter (v1.0.0): Extracting archive
  - Installing php-parallel-lint/php-parallel-lint (v1.3.2): Extracting archive
  0/36 [>---------------------------]   0%
 18/36 [==============>-------------]  50%
 33/36 [=========================>--]  91%
 36/36 [============================] 100%
3 package suggestions were added by new dependencies, use `composer suggest` to see details.
Generating autoload files
16 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
--- stdout ---

--- end ---
$ /usr/bin/npm audit --json
--- stdout ---
{
  "auditReportVersion": 2,
  "vulnerabilities": {
    "cross-spawn": {
      "name": "cross-spawn",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1100562,
          "name": "cross-spawn",
          "dependency": "cross-spawn",
          "title": "Regular Expression Denial of Service (ReDoS) in cross-spawn",
          "url": "https://github.com/advisories/GHSA-3xgq-45jj-v275",
          "severity": "high",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": "<6.0.6"
        },
        {
          "source": 1100563,
          "name": "cross-spawn",
          "dependency": "cross-spawn",
          "title": "Regular Expression Denial of Service (ReDoS) in cross-spawn",
          "url": "https://github.com/advisories/GHSA-3xgq-45jj-v275",
          "severity": "high",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": ">=7.0.0 <7.0.5"
        }
      ],
      "effects": [
        "pre-commit"
      ],
      "range": "<6.0.6 || >=7.0.0 <7.0.5",
      "nodes": [
        "node_modules/cross-spawn",
        "node_modules/pre-commit/node_modules/cross-spawn"
      ],
      "fixAvailable": {
        "name": "pre-commit",
        "version": "1.0.10",
        "isSemVerMajor": true
      }
    },
    "pre-commit": {
      "name": "pre-commit",
      "severity": "high",
      "isDirect": true,
      "via": [
        "cross-spawn"
      ],
      "effects": [],
      "range": ">=1.1.0",
      "nodes": [
        "node_modules/pre-commit"
      ],
      "fixAvailable": {
        "name": "pre-commit",
        "version": "1.0.10",
        "isSemVerMajor": true
      }
    }
  },
  "metadata": {
    "vulnerabilities": {
      "info": 0,
      "low": 0,
      "moderate": 0,
      "high": 2,
      "critical": 0,
      "total": 2
    },
    "dependencies": {
      "prod": 1,
      "dev": 1048,
      "optional": 2,
      "peer": 0,
      "peerOptional": 0,
      "total": 1048
    }
  }
}

--- 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: '@es-joy/jsdoccomment@0.23.6',
npm WARN EBADENGINE   required: { node: '^12 || ^14 || ^16 || ^17' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'eslint-plugin-jsdoc@39.2.2',
npm WARN EBADENGINE   required: { node: '^14 || ^16 || ^17' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
--- stdout ---
{
  "added": 1048,
  "removed": 0,
  "changed": 0,
  "audited": 1049,
  "funding": 112,
  "audit": {
    "auditReportVersion": 2,
    "vulnerabilities": {
      "cross-spawn": {
        "name": "cross-spawn",
        "severity": "high",
        "isDirect": false,
        "via": [
          {
            "source": 1100562,
            "name": "cross-spawn",
            "dependency": "cross-spawn",
            "title": "Regular Expression Denial of Service (ReDoS) in cross-spawn",
            "url": "https://github.com/advisories/GHSA-3xgq-45jj-v275",
            "severity": "high",
            "cwe": [
              "CWE-1333"
            ],
            "cvss": {
              "score": 7.5,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
            },
            "range": "<6.0.6"
          },
          {
            "source": 1100563,
            "name": "cross-spawn",
            "dependency": "cross-spawn",
            "title": "Regular Expression Denial of Service (ReDoS) in cross-spawn",
            "url": "https://github.com/advisories/GHSA-3xgq-45jj-v275",
            "severity": "high",
            "cwe": [
              "CWE-1333"
            ],
            "cvss": {
              "score": 7.5,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
            },
            "range": ">=7.0.0 <7.0.5"
          }
        ],
        "effects": [
          "pre-commit"
        ],
        "range": "<6.0.6 || >=7.0.0 <7.0.5",
        "nodes": [
          "",
          "node_modules/pre-commit/node_modules/cross-spawn"
        ],
        "fixAvailable": {
          "name": "pre-commit",
          "version": "1.0.10",
          "isSemVerMajor": true
        }
      },
      "pre-commit": {
        "name": "pre-commit",
        "severity": "high",
        "isDirect": true,
        "via": [
          "cross-spawn"
        ],
        "effects": [],
        "range": ">=1.1.0",
        "nodes": [
          "node_modules/pre-commit"
        ],
        "fixAvailable": {
          "name": "pre-commit",
          "version": "1.0.10",
          "isSemVerMajor": true
        }
      }
    },
    "metadata": {
      "vulnerabilities": {
        "info": 0,
        "low": 0,
        "moderate": 0,
        "high": 2,
        "critical": 0,
        "total": 2
      },
      "dependencies": {
        "prod": 1,
        "dev": 1048,
        "optional": 2,
        "peer": 0,
        "peerOptional": 0,
        "total": 1048
      }
    }
  }
}

--- end ---
{"added": 1048, "removed": 0, "changed": 0, "audited": 1049, "funding": 112, "audit": {"auditReportVersion": 2, "vulnerabilities": {"cross-spawn": {"name": "cross-spawn", "severity": "high", "isDirect": false, "via": [{"source": 1100562, "name": "cross-spawn", "dependency": "cross-spawn", "title": "Regular Expression Denial of Service (ReDoS) in cross-spawn", "url": "https://github.com/advisories/GHSA-3xgq-45jj-v275", "severity": "high", "cwe": ["CWE-1333"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": "<6.0.6"}, {"source": 1100563, "name": "cross-spawn", "dependency": "cross-spawn", "title": "Regular Expression Denial of Service (ReDoS) in cross-spawn", "url": "https://github.com/advisories/GHSA-3xgq-45jj-v275", "severity": "high", "cwe": ["CWE-1333"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": ">=7.0.0 <7.0.5"}], "effects": ["pre-commit"], "range": "<6.0.6 || >=7.0.0 <7.0.5", "nodes": ["", "node_modules/pre-commit/node_modules/cross-spawn"], "fixAvailable": {"name": "pre-commit", "version": "1.0.10", "isSemVerMajor": true}}, "pre-commit": {"name": "pre-commit", "severity": "high", "isDirect": true, "via": ["cross-spawn"], "effects": [], "range": ">=1.1.0", "nodes": ["node_modules/pre-commit"], "fixAvailable": {"name": "pre-commit", "version": "1.0.10", "isSemVerMajor": true}}}, "metadata": {"vulnerabilities": {"info": 0, "low": 0, "moderate": 0, "high": 2, "critical": 0, "total": 2}, "dependencies": {"prod": 1, "dev": 1048, "optional": 2, "peer": 0, "peerOptional": 0, "total": 1048}}}}
$ /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: '@es-joy/jsdoccomment@0.23.6',
npm WARN EBADENGINE   required: { node: '^12 || ^14 || ^16 || ^17' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'eslint-plugin-jsdoc@39.2.2',
npm WARN EBADENGINE   required: { node: '^14 || ^16 || ^17' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.
npm WARN deprecated mkdirp@0.3.0: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
--- stdout ---

added 1047 packages, and audited 1048 packages in 10s

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

# npm audit report

cross-spawn  <6.0.6
Severity: high
Regular Expression Denial of Service (ReDoS) in cross-spawn - https://github.com/advisories/GHSA-3xgq-45jj-v275
fix available via `npm audit fix --force`
Will install pre-commit@1.0.10, which is a breaking change
node_modules/pre-commit/node_modules/cross-spawn
  pre-commit  >=1.1.0
  Depends on vulnerable versions of cross-spawn
  node_modules/pre-commit

2 high severity vulnerabilities

To address all issues (including breaking changes), run:
  npm audit fix --force

--- end ---
Verifying that tests still pass
$ /usr/bin/npm ci
--- stderr ---
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@es-joy/jsdoccomment@0.23.6',
npm WARN EBADENGINE   required: { node: '^12 || ^14 || ^16 || ^17' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'eslint-plugin-jsdoc@39.2.2',
npm WARN EBADENGINE   required: { node: '^14 || ^16 || ^17' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.
npm WARN deprecated mkdirp@0.3.0: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
--- stdout ---

added 1047 packages, and audited 1048 packages in 14s

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

2 high severity vulnerabilities

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.

--- end ---
$ /usr/bin/npm test
--- stderr ---
PASS tests/jest/AB.test.js
PASS tests/jest/tableOfContents.test.js
PASS tests/jest/pinnableElement.test.js
PASS tests/jest/skins.vector.js/dropdownMenus.test.js
PASS tests/jest/restSearchClient.test.js
PASS tests/jest/stickyHeader.test.js
PASS tests/jest/skins.vector.es6/main.test.js
PASS tests/jest/fetch.test.js
PASS tests/jest/skins.vector.js/menuTabs.test.js
PASS tests/jest/popupNotification.test.js
PASS tests/jest/urlGenerator.test.js
PASS tests/jest/instrumentation.test.js
PASS tests/jest/skins.vector.js/portlets.test.js
PASS tests/jest/skins.vector.es6/features.test.js
PASS tests/jest/deferUntilFrame.test.js
PASS tests/jest/userLinks.test.js
PASS tests/jest/App.test.js

Test Suites: 17 passed, 17 total
Tests:       84 passed, 84 total
Snapshots:   12 passed, 12 total
Time:        6.583 s
--- stdout ---

> test
> npm -s run lint && tsc && npm run test:unit


/src/repo/resources/skins.vector.clientPreferences/clientPreferences.js
  112:1  warning  This line has a length of 107. Maximum allowed is 100  max-len

/src/repo/resources/skins.vector.js/pinnableElement.js
  230:0  warning  Invalid JSDoc tag (preference). Replace "function" JSDoc tag with "method"  jsdoc/check-tag-names

/src/repo/resources/skins.vector.js/skin.js
  148:0  warning  Expected JSDoc block to be aligned                                jsdoc/check-alignment
  148:0  warning  There must be a newline after the description of the JSDoc block  jsdoc/newline-after-description
  149:0  warning  Invalid JSDoc tag name "stable"                                   jsdoc/check-tag-names

/src/repo/resources/skins.vector.legacy.js/collapsibleTabs.js
  2:1  warning  This line has a length of 108. Maximum allowed is 100  max-len
  3:1  warning  This line has a length of 103. Maximum allowed is 100  max-len

/src/repo/resources/skins.vector.legacy.js/vector.js
  1:1  warning  This line has a length of 126. Maximum allowed is 100  max-len

/src/repo/resources/skins.vector.typographySurvey/TypographySurvey.vue
   2:53  warning  '@toggle' should be on a new line                                                   vue/max-attributes-per-line
   9:43  warning  'min' should be on a new line                                                       vue/max-attributes-per-line
   9:52  warning  'max' should be on a new line                                                       vue/max-attributes-per-line
  13:45  warning  'min' should be on a new line                                                       vue/max-attributes-per-line
  13:54  warning  'max' should be on a new line                                                       vue/max-attributes-per-line
  13:63  warning  'step' should be on a new line                                                      vue/max-attributes-per-line
  17:50  warning  'min' should be on a new line                                                       vue/max-attributes-per-line
  17:58  warning  'max' should be on a new line                                                       vue/max-attributes-per-line
  17:67  warning  'step' should be on a new line                                                      vue/max-attributes-per-line
  21:22  warning  Attribute "v-i18n-html:vector-readability-survey-optout" should go before "@click"  vue/attributes-order
  30:7   warning  Expected a linebreak before this attribute                                          vue/first-attribute-linebreak
  30:7   warning  Unexpected 'v-bind' before ':'                                                      vue/v-bind-style
  31:1   warning  This line has a length of 195. Maximum allowed is 100                               max-len
  33:9   warning  Expected 1 line break before closing tag (`</details>`), but 2 line breaks found    vue/multiline-html-element-content-newline

/src/repo/tests/jest/popupNotification.test.js
   4:0  warning  Tag @type must have a type  jsdoc/valid-types
   9:0  warning  Tag @type must have a type  jsdoc/valid-types
  14:0  warning  Tag @type must have a type  jsdoc/valid-types

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

Checked 1 message directory.

> test:unit
> jest --silent

--------------------------------|---------|----------|---------|---------|-----------------------------------------------------------------
File                            | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s                                               
--------------------------------|---------|----------|---------|---------|-----------------------------------------------------------------
All files                       |   39.22 |    31.67 |   39.85 |    39.1 |                                                                 
 skins.vector.clientPreferences |       0 |        0 |       0 |       0 |                                                                 
  clientPreferences.js          |       0 |        0 |       0 |       0 | 6-136                                                           
  main.js                       |       0 |      100 |     100 |       0 | 1-3                                                             
 skins.vector.js                |   46.42 |     35.5 |   46.07 |    46.3 |                                                                 
  AB.js                         |   97.05 |    78.94 |     100 |   97.05 | 98                                                              
  deferUntilFrame.js            |     100 |      100 |     100 |     100 |                                                                 
  dropdownMenus.js              |   75.47 |    71.05 |   42.85 |   75.47 | 15-27,87,97,130,159,168                                         
  echo.js                       |       0 |        0 |       0 |       0 | 6-35                                                            
  features.js                   |   68.57 |    54.05 |      50 |   68.57 | 19-20,26-28,86-105                                              
  languageButton.js             |       0 |        0 |       0 |       0 | 9-52                                                            
  limitedWidthToggle.js         |       0 |        0 |       0 |       0 | 1-80                                                            
  menuTabs.js                   |     100 |      100 |     100 |     100 |                                                                 
  pinnableElement.js            |   78.48 |     75.8 |   76.47 |   79.48 | 25,29-30,34-35,82-86,133,183,206,234-237                        
  popupNotification.js          |   91.66 |    64.28 |      75 |   91.66 | 75,78                                                           
  portlets.js                   |   75.86 |       50 |   66.66 |   75.86 | 17,30-32,61-64                                                  
  scrollObserver.js             |   41.66 |        0 |       0 |   41.66 | 13-39                                                           
  searchLoader.js               |       0 |        0 |       0 |       0 | 12-123                                                          
  searchToggle.js               |   13.33 |        0 |       0 |   13.33 | 18-94,110-125                                                   
  sectionObserver.js            |    2.77 |        0 |       0 |    2.77 | 47-187                                                          
  setupIntersectionObservers.js |   45.58 |       20 |      50 |   45.18 | 93-117,146,151-175,184-199,222,243-264,277-363                  
  skin.js                       |       0 |        0 |       0 |       0 | 1-151                                                           
  stickyHeader.js               |   17.15 |     3.63 |   19.44 |   17.24 | 27-60,88-105,122-134,163-384,421-423,443-580                    
  stickyHeaderAB.js             |       0 |        0 |       0 |       0 |                                                                 
  tableOfContents.js            |   83.51 |     70.4 |   89.74 |   83.24 | 130,153,189,201,207-231,249,280,354,389,402,423,476-483,507,510 
  watchstar.js                  |      20 |        0 |       0 |      20 | 7-24,29-36                                                      
 skins.vector.legacy.js         |       0 |        0 |       0 |       0 |                                                                 
  collapsibleTabs.js            |       0 |        0 |       0 |       0 | 13-237                                                          
  portlets.js                   |       0 |        0 |       0 |       0 | 15-70                                                           
  skin-legacy.js                |       0 |      100 |       0 |       0 | 4-19                                                            
  vector.js                     |       0 |        0 |       0 |       0 | 7-118                                                           
 skins.vector.search            |      50 |    39.28 |   51.42 |      50 |                                                                 
  App.vue                       |    28.2 |    14.28 |   30.76 |    28.2 | 174-263,268-270                                                 
  fetch.js                      |     100 |       75 |      75 |     100 | 28                                                              
  instrumentation.js            |   45.45 |       25 |    37.5 |   45.45 | 24-87                                                           
  restSearchClient.js           |     100 |       75 |     100 |     100 | 26-48                                                           
  skins.vector.search.js        |       0 |        0 |       0 |       0 | 4-51                                                            
  types.js                      |       0 |        0 |       0 |       0 |                                                                 
  urlGenerator.js               |     100 |      100 |     100 |     100 |                                                                 
--------------------------------|---------|----------|---------|---------|-----------------------------------------------------------------

--- 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/tmpch4o_5q1
--- stderr ---
/src/repo/resources/skins.vector.clientPreferences/clientPreferences.js
  112:1  warning  This line has a length of 107. Maximum allowed is 100  max-len

/src/repo/resources/skins.vector.js/pinnableElement.js
  230:0  warning  Invalid JSDoc tag (preference). Replace "function" JSDoc tag with "method"  jsdoc/check-tag-names

/src/repo/resources/skins.vector.js/skin.js
  148:0  warning  Expected JSDoc block to be aligned                                jsdoc/check-alignment
  148:0  warning  There must be a newline after the description of the JSDoc block  jsdoc/newline-after-description
  149:0  warning  Invalid JSDoc tag name "stable"                                   jsdoc/check-tag-names

/src/repo/resources/skins.vector.legacy.js/collapsibleTabs.js
  2:1  warning  This line has a length of 108. Maximum allowed is 100  max-len
  3:1  warning  This line has a length of 103. Maximum allowed is 100  max-len

/src/repo/resources/skins.vector.legacy.js/vector.js
  1:1  warning  This line has a length of 126. Maximum allowed is 100  max-len

/src/repo/resources/skins.vector.typographySurvey/TypographySurvey.vue
   2:53  warning  '@toggle' should be on a new line                                                   vue/max-attributes-per-line
   9:43  warning  'min' should be on a new line                                                       vue/max-attributes-per-line
   9:52  warning  'max' should be on a new line                                                       vue/max-attributes-per-line
  13:45  warning  'min' should be on a new line                                                       vue/max-attributes-per-line
  13:54  warning  'max' should be on a new line                                                       vue/max-attributes-per-line
  13:63  warning  'step' should be on a new line                                                      vue/max-attributes-per-line
  17:50  warning  'min' should be on a new line                                                       vue/max-attributes-per-line
  17:58  warning  'max' should be on a new line                                                       vue/max-attributes-per-line
  17:67  warning  'step' should be on a new line                                                      vue/max-attributes-per-line
  21:22  warning  Attribute "v-i18n-html:vector-readability-survey-optout" should go before "@click"  vue/attributes-order
  30:7   warning  Expected a linebreak before this attribute                                          vue/first-attribute-linebreak
  30:7   warning  Unexpected 'v-bind' before ':'                                                      vue/v-bind-style
  31:1   warning  This line has a length of 195. Maximum allowed is 100                               max-len
  33:9   warning  Expected 1 line break before closing tag (`</details>`), but 2 line breaks found    vue/multiline-html-element-content-newline

/src/repo/tests/jest/popupNotification.test.js
   4:0  warning  Tag @type must have a type  jsdoc/valid-types
   9:0  warning  Tag @type must have a type  jsdoc/valid-types
  14:0  warning  Tag @type must have a type  jsdoc/valid-types

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

Checked 1 message directory.
PASS tests/jest/App.test.js
PASS tests/jest/pinnableElement.test.js
PASS tests/jest/tableOfContents.test.js
PASS tests/jest/AB.test.js
PASS tests/jest/skins.vector.es6/main.test.js
PASS tests/jest/popupNotification.test.js
PASS tests/jest/skins.vector.js/dropdownMenus.test.js
PASS tests/jest/stickyHeader.test.js
PASS tests/jest/restSearchClient.test.js
PASS tests/jest/userLinks.test.js
PASS tests/jest/fetch.test.js
PASS tests/jest/skins.vector.js/menuTabs.test.js
PASS tests/jest/instrumentation.test.js
PASS tests/jest/skins.vector.js/portlets.test.js
PASS tests/jest/skins.vector.es6/features.test.js
PASS tests/jest/urlGenerator.test.js
PASS tests/jest/deferUntilFrame.test.js
--------------------------------|---------|----------|---------|---------|-----------------------------------------------------------------
File                            | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s                                               
--------------------------------|---------|----------|---------|---------|-----------------------------------------------------------------
All files                       |   39.22 |    31.67 |   39.85 |    39.1 |                                                                 
 skins.vector.clientPreferences |       0 |        0 |       0 |       0 |                                                                 
  clientPreferences.js          |       0 |        0 |       0 |       0 | 6-136                                                           
  main.js                       |       0 |      100 |     100 |       0 | 1-3                                                             
 skins.vector.js                |   46.42 |     35.5 |   46.07 |    46.3 |                                                                 
  AB.js                         |   97.05 |    78.94 |     100 |   97.05 | 98                                                              
  deferUntilFrame.js            |     100 |      100 |     100 |     100 |                                                                 
  dropdownMenus.js              |   75.47 |    71.05 |   42.85 |   75.47 | 15-27,87,97,130,159,168                                         
  echo.js                       |       0 |        0 |       0 |       0 | 6-35                                                            
  features.js                   |   68.57 |    54.05 |      50 |   68.57 | 19-20,26-28,86-105                                              
  languageButton.js             |       0 |        0 |       0 |       0 | 9-52                                                            
  limitedWidthToggle.js         |       0 |        0 |       0 |       0 | 1-80                                                            
  menuTabs.js                   |     100 |      100 |     100 |     100 |                                                                 
  pinnableElement.js            |   78.48 |     75.8 |   76.47 |   79.48 | 25,29-30,34-35,82-86,133,183,206,234-237                        
  popupNotification.js          |   91.66 |    64.28 |      75 |   91.66 | 75,78                                                           
  portlets.js                   |   75.86 |       50 |   66.66 |   75.86 | 17,30-32,61-64                                                  
  scrollObserver.js             |   41.66 |        0 |       0 |   41.66 | 13-39                                                           
  searchLoader.js               |       0 |        0 |       0 |       0 | 12-123                                                          
  searchToggle.js               |   13.33 |        0 |       0 |   13.33 | 18-94,110-125                                                   
  sectionObserver.js            |    2.77 |        0 |       0 |    2.77 | 47-187                                                          
  setupIntersectionObservers.js |   45.58 |       20 |      50 |   45.18 | 93-117,146,151-175,184-199,222,243-264,277-363                  
  skin.js                       |       0 |        0 |       0 |       0 | 1-151                                                           
  stickyHeader.js               |   17.15 |     3.63 |   19.44 |   17.24 | 27-60,88-105,122-134,163-384,421-423,443-580                    
  stickyHeaderAB.js             |       0 |        0 |       0 |       0 |                                                                 
  tableOfContents.js            |   83.51 |     70.4 |   89.74 |   83.24 | 130,153,189,201,207-231,249,280,354,389,402,423,476-483,507,510 
  watchstar.js                  |      20 |        0 |       0 |      20 | 7-24,29-36                                                      
 skins.vector.legacy.js         |       0 |        0 |       0 |       0 |                                                                 
  collapsibleTabs.js            |       0 |        0 |       0 |       0 | 13-237                                                          
  portlets.js                   |       0 |        0 |       0 |       0 | 15-70                                                           
  skin-legacy.js                |       0 |      100 |       0 |       0 | 4-19                                                            
  vector.js                     |       0 |        0 |       0 |       0 | 7-118                                                           
 skins.vector.search            |      50 |    39.28 |   51.42 |      50 |                                                                 
  App.vue                       |    28.2 |    14.28 |   30.76 |    28.2 | 174-263,268-270                                                 
  fetch.js                      |     100 |       75 |      75 |     100 | 28                                                              
  instrumentation.js            |   45.45 |       25 |    37.5 |   45.45 | 24-87                                                           
  restSearchClient.js           |     100 |       75 |     100 |     100 | 26-48                                                           
  skins.vector.search.js        |       0 |        0 |       0 |       0 | 4-51                                                            
  types.js                      |       0 |        0 |       0 |       0 |                                                                 
  urlGenerator.js               |     100 |      100 |     100 |     100 |                                                                 
--------------------------------|---------|----------|---------|---------|-----------------------------------------------------------------

Test Suites: 17 passed, 17 total
Tests:       84 passed, 84 total
Snapshots:   12 passed, 12 total
Time:        4.996 s
--- stdout ---
[REL1_41 cdd6818] [DNM] there are no updates
 1 file changed, 6 insertions(+), 6 deletions(-)

--- end ---
$ git format-patch HEAD~1 --stdout
--- stdout ---
From cdd6818b7cbdac616aa18da3407fd0770f629a2a Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Fri, 22 Nov 2024 11:40:43 +0000
Subject: [PATCH] [DNM] there are no updates

Change-Id: I6568d63e8c54f6030778a6f3bb4d65ed4f67a851
---
 package-lock.json | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index b97dac4..3c5a267 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3414,9 +3414,9 @@
 			}
 		},
 		"node_modules/cross-spawn": {
-			"version": "7.0.3",
-			"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
-			"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
+			"version": "7.0.6",
+			"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
+			"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
 			"dev": true,
 			"dependencies": {
 				"path-key": "^3.1.0",
@@ -15100,9 +15100,9 @@
 			}
 		},
 		"cross-spawn": {
-			"version": "7.0.3",
-			"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
-			"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
+			"version": "7.0.6",
+			"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
+			"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
 			"dev": true,
 			"requires": {
 				"path-key": "^3.1.0",
-- 
2.39.2


--- end ---

composer dependencies

Dependencies
Development dependencies

npm dependencies

Development dependencies

Logs

Source code is licensed under the AGPL.