$ date
--- stdout ---
Sun Nov 17 18:19:02 UTC 2024
--- end ---
$ git clone file:///srv/git/mediawiki-skins-Vector.git repo --depth=1 -b REL1_39
--- 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_39
--- stdout ---
bcad1395872a955a586122a6e10cff064990a17e refs/heads/REL1_39
--- end ---
$ /usr/bin/npm audit --json
--- stdout ---
{
"auditReportVersion": 2,
"vulnerabilities": {
"pa11y": {
"name": "pa11y",
"severity": "high",
"isDirect": true,
"via": [
"semver"
],
"effects": [],
"range": "6.0.0-alpha - 6.2.3",
"nodes": [
"node_modules/pa11y"
],
"fixAvailable": {
"name": "pa11y",
"version": "8.0.0",
"isSemVerMajor": true
}
},
"semver": {
"name": "semver",
"severity": "high",
"isDirect": false,
"via": [
{
"source": 1098562,
"name": "semver",
"dependency": "semver",
"title": "semver vulnerable to Regular Expression Denial of Service",
"url": "https://github.com/advisories/GHSA-c2qf-rxjj-qqgw",
"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.5.2"
}
],
"effects": [
"pa11y"
],
"range": "7.0.0 - 7.5.1",
"nodes": [
"node_modules/pa11y/node_modules/semver"
],
"fixAvailable": {
"name": "pa11y",
"version": "8.0.0",
"isSemVerMajor": true
}
}
},
"metadata": {
"vulnerabilities": {
"info": 0,
"low": 0,
"moderate": 0,
"high": 2,
"critical": 0,
"total": 2
},
"dependencies": {
"prod": 1,
"dev": 956,
"optional": 3,
"peer": 0,
"peerOptional": 0,
"total": 956
}
}
}
--- 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: 61 installs, 0 updates, 0 removals
- Locking composer/installers (v2.3.0)
- Locking composer/pcre (1.0.1)
- Locking composer/semver (3.3.2)
- Locking composer/spdx-licenses (1.5.8)
- Locking composer/xdebug-handler (2.0.5)
- Locking doctrine/deprecations (1.1.3)
- Locking doctrine/instantiator (1.5.0)
- Locking felixfbecker/advanced-json-rpc (v3.2.1)
- Locking johnkary/phpunit-speedtrap (v3.3.0)
- Locking mediawiki/mediawiki-codesniffer (v39.0.0)
- Locking mediawiki/mediawiki-phan-config (0.11.1)
- Locking mediawiki/minus-x (1.1.1)
- Locking mediawiki/phan-taint-check-plugin (3.3.2)
- Locking microsoft/tolerant-php-parser (v0.1.2)
- Locking myclabs/deep-copy (1.12.1)
- Locking netresearch/jsonmapper (v4.5.0)
- Locking phan/phan (5.2.0)
- Locking phar-io/manifest (2.0.4)
- Locking phar-io/version (3.2.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 phpunit/php-code-coverage (7.0.17)
- Locking phpunit/php-file-iterator (2.0.6)
- Locking phpunit/php-text-template (1.2.1)
- Locking phpunit/php-timer (2.1.4)
- Locking phpunit/php-token-stream (4.0.4)
- Locking phpunit/phpunit (8.5.40)
- Locking psr/container (2.0.2)
- Locking psr/log (2.0.0)
- Locking sabre/event (5.1.7)
- Locking sebastian/code-unit-reverse-lookup (1.0.3)
- Locking sebastian/comparator (3.0.5)
- Locking sebastian/diff (3.0.6)
- Locking sebastian/environment (4.2.5)
- Locking sebastian/exporter (3.1.6)
- Locking sebastian/global-state (3.0.5)
- Locking sebastian/object-enumerator (3.0.5)
- Locking sebastian/object-reflector (1.1.3)
- Locking sebastian/recursion-context (3.0.2)
- Locking sebastian/resource-operations (2.0.3)
- Locking sebastian/type (1.1.5)
- Locking sebastian/version (2.0.1)
- Locking squizlabs/php_codesniffer (3.6.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 theseer/tokenizer (1.2.3)
- 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: 61 installs, 0 updates, 0 removals
0 [>---------------------------] 0 [->--------------------------]
- Installing composer/installers (v2.3.0): Extracting archive
- Installing composer/pcre (1.0.1): Extracting archive
- Installing sebastian/version (2.0.1): Extracting archive
- Installing sebastian/type (1.1.5): Extracting archive
- Installing sebastian/resource-operations (2.0.3): Extracting archive
- Installing sebastian/recursion-context (3.0.2): Extracting archive
- Installing sebastian/object-reflector (1.1.3): Extracting archive
- Installing sebastian/object-enumerator (3.0.5): Extracting archive
- Installing sebastian/global-state (3.0.5): Extracting archive
- Installing sebastian/exporter (3.1.6): Extracting archive
- Installing sebastian/environment (4.2.5): Extracting archive
- Installing sebastian/diff (3.0.6): Extracting archive
- Installing sebastian/comparator (3.0.5): Extracting archive
- Installing phpunit/php-timer (2.1.4): Extracting archive
- Installing phpunit/php-text-template (1.2.1): Extracting archive
- Installing phpunit/php-file-iterator (2.0.6): Extracting archive
- Installing theseer/tokenizer (1.2.3): Extracting archive
- Installing sebastian/code-unit-reverse-lookup (1.0.3): Extracting archive
- Installing phpunit/php-token-stream (4.0.4): Extracting archive
- Installing phpunit/php-code-coverage (7.0.17): Extracting archive
- Installing phar-io/version (3.2.1): Extracting archive
- Installing phar-io/manifest (2.0.4): Extracting archive
- Installing myclabs/deep-copy (1.12.1): Extracting archive
- Installing symfony/polyfill-mbstring (v1.31.0): Extracting archive
- Installing doctrine/instantiator (1.5.0): Extracting archive
- Installing phpunit/phpunit (8.5.40): Extracting archive
- Installing johnkary/phpunit-speedtrap (v3.3.0): Extracting archive
- Installing squizlabs/php_codesniffer (3.6.2): Extracting archive
- Installing composer/spdx-licenses (1.5.8): Extracting archive
- Installing composer/semver (3.3.2): Extracting archive
- Installing mediawiki/mediawiki-codesniffer (v39.0.0): Extracting archive
- Installing tysonandre/var_representation_polyfill (0.1.3): Extracting archive
- Installing symfony/polyfill-php80 (v1.31.0): 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.2): 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 (2.0.5): Extracting archive
- Installing phan/phan (5.2.0): Extracting archive
- Installing mediawiki/phan-taint-check-plugin (3.3.2): Extracting archive
- Installing mediawiki/mediawiki-phan-config (0.11.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/60 [>---------------------------] 0%
23/60 [==========>-----------------] 38%
36/60 [================>-----------] 60%
50/60 [=======================>----] 83%
60/60 [============================] 100%
8 package suggestions were added by new dependencies, use `composer suggest` to see details.
Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
Generating autoload files
36 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": {
"pa11y": {
"name": "pa11y",
"severity": "high",
"isDirect": true,
"via": [
"semver"
],
"effects": [],
"range": "6.0.0-alpha - 6.2.3",
"nodes": [
"node_modules/pa11y"
],
"fixAvailable": {
"name": "pa11y",
"version": "8.0.0",
"isSemVerMajor": true
}
},
"semver": {
"name": "semver",
"severity": "high",
"isDirect": false,
"via": [
{
"source": 1098562,
"name": "semver",
"dependency": "semver",
"title": "semver vulnerable to Regular Expression Denial of Service",
"url": "https://github.com/advisories/GHSA-c2qf-rxjj-qqgw",
"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.5.2"
}
],
"effects": [
"pa11y"
],
"range": "7.0.0 - 7.5.1",
"nodes": [
"node_modules/pa11y/node_modules/semver"
],
"fixAvailable": {
"name": "pa11y",
"version": "8.0.0",
"isSemVerMajor": true
}
}
},
"metadata": {
"vulnerabilities": {
"info": 0,
"low": 0,
"moderate": 0,
"high": 2,
"critical": 0,
"total": 2
},
"dependencies": {
"prod": 1,
"dev": 956,
"optional": 3,
"peer": 0,
"peerOptional": 0,
"total": 956
}
}
}
--- 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.20.1',
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@37.9.7',
npm WARN EBADENGINE required: { node: '^12 || ^14 || ^16 || ^17' },
npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
--- stdout ---
{
"added": 956,
"removed": 0,
"changed": 0,
"audited": 957,
"funding": 89,
"audit": {
"auditReportVersion": 2,
"vulnerabilities": {
"pa11y": {
"name": "pa11y",
"severity": "high",
"isDirect": true,
"via": [
"semver"
],
"effects": [],
"range": "6.0.0-alpha - 6.2.3",
"nodes": [
"node_modules/pa11y"
],
"fixAvailable": {
"name": "pa11y",
"version": "8.0.0",
"isSemVerMajor": true
}
},
"semver": {
"name": "semver",
"severity": "high",
"isDirect": false,
"via": [
{
"source": 1098562,
"name": "semver",
"dependency": "semver",
"title": "semver vulnerable to Regular Expression Denial of Service",
"url": "https://github.com/advisories/GHSA-c2qf-rxjj-qqgw",
"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.5.2"
}
],
"effects": [
"pa11y"
],
"range": "7.0.0 - 7.5.1",
"nodes": [
"node_modules/pa11y/node_modules/semver"
],
"fixAvailable": {
"name": "pa11y",
"version": "8.0.0",
"isSemVerMajor": true
}
}
},
"metadata": {
"vulnerabilities": {
"info": 0,
"low": 0,
"moderate": 0,
"high": 2,
"critical": 0,
"total": 2
},
"dependencies": {
"prod": 1,
"dev": 956,
"optional": 3,
"peer": 0,
"peerOptional": 0,
"total": 956
}
}
}
}
--- end ---
{"added": 956, "removed": 0, "changed": 0, "audited": 957, "funding": 89, "audit": {"auditReportVersion": 2, "vulnerabilities": {"pa11y": {"name": "pa11y", "severity": "high", "isDirect": true, "via": ["semver"], "effects": [], "range": "6.0.0-alpha - 6.2.3", "nodes": ["node_modules/pa11y"], "fixAvailable": {"name": "pa11y", "version": "8.0.0", "isSemVerMajor": true}}, "semver": {"name": "semver", "severity": "high", "isDirect": false, "via": [{"source": 1098562, "name": "semver", "dependency": "semver", "title": "semver vulnerable to Regular Expression Denial of Service", "url": "https://github.com/advisories/GHSA-c2qf-rxjj-qqgw", "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.5.2"}], "effects": ["pa11y"], "range": "7.0.0 - 7.5.1", "nodes": ["node_modules/pa11y/node_modules/semver"], "fixAvailable": {"name": "pa11y", "version": "8.0.0", "isSemVerMajor": true}}}, "metadata": {"vulnerabilities": {"info": 0, "low": 0, "moderate": 0, "high": 2, "critical": 0, "total": 2}, "dependencies": {"prod": 1, "dev": 956, "optional": 3, "peer": 0, "peerOptional": 0, "total": 956}}}}
$ /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.20.1',
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@37.9.7',
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 deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
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 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 w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.
npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
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.)
npm WARN deprecated @wikimedia/codex-search@0.1.0-alpha.8: codex-search is no longer maintained as a stand-alone package. Please use @wikimedia/codex.
npm WARN deprecated puppeteer@9.1.1: < 19.4.0 is no longer supported
--- stdout ---
added 955 packages, and audited 956 packages in 18s
89 packages are looking for funding
run `npm fund` for details
# npm audit report
semver 7.0.0 - 7.5.1
Severity: high
semver vulnerable to Regular Expression Denial of Service - https://github.com/advisories/GHSA-c2qf-rxjj-qqgw
fix available via `npm audit fix --force`
Will install pa11y@8.0.0, which is a breaking change
node_modules/pa11y/node_modules/semver
pa11y 6.0.0-alpha - 6.2.3
Depends on vulnerable versions of semver
node_modules/pa11y
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.20.1',
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@37.9.7',
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 deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
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 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 w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.
npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
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.)
npm WARN deprecated @wikimedia/codex-search@0.1.0-alpha.8: codex-search is no longer maintained as a stand-alone package. Please use @wikimedia/codex.
npm WARN deprecated puppeteer@9.1.1: < 19.4.0 is no longer supported
--- stdout ---
added 955 packages, and audited 956 packages in 17s
89 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/stickyHeader.test.js
PASS tests/jest/skins.vector.es6/main.test.js
PASS tests/jest/restSearchClient.test.js
PASS tests/jest/fetch.test.js
PASS tests/jest/dropdownMenu.test.js
PASS tests/jest/deferUntilFrame.test.js
PASS tests/jest/userLinks.test.js
PASS tests/jest/App.test.js
Test Suites: 10 passed, 10 total
Tests: 51 passed, 51 total
Snapshots: 8 passed, 8 total
Time: 5.635 s
--- stdout ---
> test
> npm -s run lint && tsc && npm run test:unit
/src/repo/resources/skins.vector.es6/main.js
249:3 warning Unused eslint-disable directive (no problems were reported from 'compat/compat')
/src/repo/resources/skins.vector.es6/scrollObserver.js
73:2 warning Unused eslint-disable directive (no problems were reported from 'compat/compat')
/src/repo/resources/skins.vector.es6/sectionObserver.js
49:2 warning Unused eslint-disable directive (no problems were reported from 'compat/compat')
/src/repo/resources/skins.vector.es6/stickyHeader.js
116:2 warning Unused eslint-disable directive (no problems were reported from 'compat/compat')
135:2 warning Unused eslint-disable directive (no problems were reported from 'compat/compat')
/src/repo/resources/skins.vector.search/fetch.js
28:2 warning Unused eslint-disable directive (no problems were reported from 'compat/compat')
/src/repo/resources/skins.vector.search/instrumentation.js
16:3 warning Unused eslint-disable directive (no problems were reported from 'compat/compat')
44:2 warning Unused eslint-disable directive (no problems were reported from 'compat/compat')
/src/repo/tests/a11y/runA11yTests.js
75:53 warning Unused eslint-disable directive (no problems were reported)
/src/repo/tests/jest/AB.test.js
14:1 warning Missing JSDoc @return declaration jsdoc/require-returns
18:57 warning Object.assign() is not supported in IE 11 compat/compat
/src/repo/tests/jest/App.test.js
15:10 warning Object.assign() is not supported in IE 11 compat/compat
/src/repo/tests/jest/restSearchClient.test.js
81:4 warning Object.assign() is not supported in IE 11 compat/compat
/src/repo/tests/jest/tableOfContents.test.js
21:23 warning Object.assign() is not supported in IE 11 compat/compat
✖ 14 problems (0 errors, 14 warnings)
0 errors and 9 warnings potentially fixable with the `--fix` option.
resources/skins.vector.styles/components/TableOfContents.less
25:2 ⚠ Unexpected browser feature "css-unset-value" is not supported by IE 11, Safari on iOS 9.0-9.2 plugin/no-unsupported-browser-features
resources/skins.vector.styles/components/TableOfContentsCollapsed.less
121:2 ⚠ Unexpected browser feature "css-featurequeries" is not supported by IE 11 plugin/no-unsupported-browser-features
resources/skins.vector.styles/layouts/gradeC.less
13:1 ⚠ Unexpected browser feature "css-featurequeries" is not supported by IE 11 plugin/no-unsupported-browser-features
Checked 1 message directory.
> test:unit
> jest --silent
-------------------------|---------|----------|---------|---------|-----------------------------------------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
-------------------------|---------|----------|---------|---------|-----------------------------------------------------
All files | 31.43 | 25.53 | 27.52 | 31.43 |
skins.vector.es6 | 39.37 | 31.17 | 36.52 | 39.4 |
AB.js | 100 | 100 | 100 | 100 |
deferUntilFrame.js | 100 | 100 | 100 | 100 |
main.js | 41.81 | 31.03 | 20 | 42.2 | 120-126,136-301
scrollObserver.js | 31.25 | 0 | 0 | 31.25 | 27-80
searchToggle.js | 13.79 | 0 | 0 | 13.79 | 18-94,110-123
sectionObserver.js | 2.94 | 0 | 0 | 2.94 | 41-175
stickyHeader.js | 22.43 | 14.16 | 22.85 | 22.43 | 29-48,60,88-89,118-140,158-159,189-410,436,460-600
stickyHeaderAB.js | 0 | 0 | 0 | 0 |
tableOfContents.js | 59.28 | 59.34 | 66.66 | 59.39 | 112,135,174,187,193-217,235,266,342-345,358,404-539
skins.vector.js | 14.65 | 15.07 | 4.65 | 14.65 |
checkbox.js | 0 | 0 | 0 | 0 | 13-147
dropdownMenus.js | 73.68 | 67.85 | 33.33 | 73.68 | 15-27,108,117
languageButton.js | 0 | 0 | 0 | 0 | 9-26
searchLoader.js | 0 | 0 | 0 | 0 | 12-197
sidebarPersistence.js | 0 | 0 | 0 | 0 | 9-62
skin.js | 0 | 0 | 0 | 0 | 1-137
skins.vector.legacy.js | 0 | 0 | 0 | 0 |
collapsibleTabs.js | 0 | 0 | 0 | 0 | 9-243
skin-legacy.js | 0 | 100 | 0 | 0 | 3-14
vector.js | 0 | 0 | 0 | 0 | 5-116
skins.vector.search | 50.8 | 40.67 | 48.48 | 50.8 |
App.vue | 51.21 | 25 | 36.36 | 51.21 | 113-138,143-145,180-194
fetch.js | 100 | 75 | 75 | 100 | 29
instrumentation.js | 29.72 | 18.18 | 14.28 | 29.72 | 32-96,120-154
restSearchClient.js | 100 | 78.57 | 100 | 100 | 26-48
skins.vector.search.js | 0 | 0 | 0 | 0 | 4-52
types.js | 0 | 0 | 0 | 0 |
urlGenerator.js | 85.71 | 83.33 | 100 | 85.71 | 50
-------------------------|---------|----------|---------|---------|-----------------------------------------------------
--- 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/tmpbw198284
--- stderr ---
pre-commit:
pre-commit: No changes detected.
pre-commit: Skipping the pre-commit hook.
pre-commit:
--- stdout ---
On branch REL1_39
Your branch is up to date with 'origin/REL1_39'.
nothing to commit, working tree clean
--- end ---