$ date
--- stdout ---
Thu Nov 21 01:25:05 UTC 2024
--- end ---
$ git clone file:///srv/git/mediawiki-extensions-Adiutor.git repo --depth=1 -b REL1_42
--- 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_42
--- stdout ---
2998ec788a6181c5c70f70222f9ad846c6c6653a refs/heads/REL1_42
--- end ---
$ /usr/bin/npm audit --json
--- stdout ---
{
"auditReportVersion": 2,
"vulnerabilities": {
"cross-spawn": {
"name": "cross-spawn",
"severity": "high",
"isDirect": false,
"via": [
{
"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": [],
"range": "7.0.0 - 7.0.4",
"nodes": [
"node_modules/cross-spawn"
],
"fixAvailable": true
}
},
"metadata": {
"vulnerabilities": {
"info": 0,
"low": 0,
"moderate": 0,
"high": 1,
"critical": 0,
"total": 1
},
"dependencies": {
"prod": 1,
"dev": 1046,
"optional": 3,
"peer": 11,
"peerOptional": 0,
"total": 1046
}
}
}
--- 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: 22 installs, 0 updates, 0 removals
- Locking composer/semver (3.4.0)
- Locking composer/spdx-licenses (1.5.8)
- Locking dealerdirect/phpcodesniffer-composer-installer (v1.0.0)
- Locking mediawiki/mediawiki-codesniffer (v43.0.0)
- Locking mediawiki/minus-x (1.1.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 phpcsstandards/phpcsextra (1.1.2)
- Locking phpcsstandards/phpcsutils (1.0.9)
- Locking psr/container (2.0.2)
- Locking squizlabs/php_codesniffer (3.8.1)
- 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)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 22 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 symfony/polyfill-php80 (v1.31.0): Extracting archive
- Installing phpcsstandards/phpcsutils (1.0.9): Extracting archive
- Installing phpcsstandards/phpcsextra (1.1.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.4.0): Extracting archive
- Installing mediawiki/mediawiki-codesniffer (v43.0.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 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/20 [>---------------------------] 0%
20/20 [============================] 100%
4 package suggestions were added by new dependencies, use `composer suggest` to see details.
Generating autoload files
14 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": {
"cross-spawn": {
"name": "cross-spawn",
"severity": "high",
"isDirect": false,
"via": [
{
"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": [],
"range": "7.0.0 - 7.0.4",
"nodes": [
"node_modules/cross-spawn"
],
"fixAvailable": true
}
},
"metadata": {
"vulnerabilities": {
"info": 0,
"low": 0,
"moderate": 0,
"high": 1,
"critical": 0,
"total": 1
},
"dependencies": {
"prod": 1,
"dev": 1046,
"optional": 3,
"peer": 11,
"peerOptional": 0,
"total": 1046
}
}
}
--- 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
--- stdout ---
{
"added": 1046,
"removed": 0,
"changed": 0,
"audited": 1047,
"funding": 120,
"audit": {
"auditReportVersion": 2,
"vulnerabilities": {
"cross-spawn": {
"name": "cross-spawn",
"severity": "high",
"isDirect": false,
"via": [
{
"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": [],
"range": "7.0.0 - 7.0.4",
"nodes": [
""
],
"fixAvailable": true
}
},
"metadata": {
"vulnerabilities": {
"info": 0,
"low": 0,
"moderate": 0,
"high": 1,
"critical": 0,
"total": 1
},
"dependencies": {
"prod": 1,
"dev": 1046,
"optional": 3,
"peer": 11,
"peerOptional": 0,
"total": 1046
}
}
}
}
--- end ---
{"added": 1046, "removed": 0, "changed": 0, "audited": 1047, "funding": 120, "audit": {"auditReportVersion": 2, "vulnerabilities": {"cross-spawn": {"name": "cross-spawn", "severity": "high", "isDirect": false, "via": [{"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": [], "range": "7.0.0 - 7.0.4", "nodes": [""], "fixAvailable": true}}, "metadata": {"vulnerabilities": {"info": 0, "low": 0, "moderate": 0, "high": 1, "critical": 0, "total": 1}, "dependencies": {"prod": 1, "dev": 1046, "optional": 3, "peer": 11, "peerOptional": 0, "total": 1046}}}}
$ /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 deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead
npm WARN deprecated domexception@4.0.0: Use your platform's native DOMException instead
npm WARN deprecated stylelint-stylistic@0.4.3: This package has been deprecated in favor of @stylistic/stylelint-plugin
--- stdout ---
added 1045 packages, and audited 1046 packages in 9s
120 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
--- end ---
Verifying that tests still pass
$ /usr/bin/npm ci
--- stderr ---
npm WARN deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead
npm WARN deprecated domexception@4.0.0: Use your platform's native DOMException instead
npm WARN deprecated stylelint-stylistic@0.4.3: This package has been deprecated in favor of @stylistic/stylelint-plugin
--- stdout ---
added 1045 packages, and audited 1046 packages in 14s
120 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
--- end ---
$ /usr/bin/npm test
--- stderr ---
PASS tests/jest/deletionProposeOptions.test.js
● Console
console.warn
[Vue warn]: Component is missing template or render function.
at <DeletionProposeOptions ref="VTU_COMPONENT" >
at <VTUROOT>
55 | describe( 'DeletionProposeOptions Component Tests', () => {
56 |
> 57 | const wrapper = mount( DeletionProposeOptions );
| ^
58 |
59 | it( 'Should exist DeletionProposeOptions', () => {
60 | expect( wrapper.exists() ).toBe( true );
at warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:41:13)
at finishComponentSetup (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7396:7)
at handleSetupResult (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7334:3)
at setupStatefulComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7303:7)
at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7238:36)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5635:7)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11)
at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19)
at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51)
at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6368:7)
at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3837:13)
at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1396:19)
at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8371:18)
at tests/jest/deletionProposeOptions.test.js:57:18
at Object.<anonymous> (tests/jest/deletionProposeOptions.test.js:55:1)
PASS tests/jest/createSpeedyDeletionOptions.test.js
● Console
console.warn
[Vue warn]: Component is missing template or render function.
at <CreateSpeedyDeletionOptions ref="VTU_COMPONENT" >
at <VTUROOT>
64 | describe( 'CreateSpeedyDeletionOptions Component Tests', () => {
65 |
> 66 | const wrapper = mount( CreateSpeedyDeletionOptions );
| ^
67 |
68 | it( 'Should exist CreateSpeedyDeletionOptions', () => {
69 | expect( wrapper.exists() ).toBe( true );
at warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:41:13)
at finishComponentSetup (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7396:7)
at handleSetupResult (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7334:3)
at setupStatefulComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7303:7)
at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7238:36)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5635:7)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11)
at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19)
at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51)
at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6368:7)
at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3837:13)
at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1396:19)
at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8371:18)
at tests/jest/createSpeedyDeletionOptions.test.js:66:18
at Object.<anonymous> (tests/jest/createSpeedyDeletionOptions.test.js:64:1)
PASS tests/jest/articleTagging.test.js
● Console
console.warn
[Vue warn]: Component is missing template or render function.
at <ArticleTagging ref="VTU_COMPONENT" >
at <VTUROOT>
42 | describe( 'ArticleTagging', () => {
43 | it( 'initializes with default values', () => {
> 44 | const wrapper = mount( ArticleTagging );
| ^
45 | expect( wrapper.vm.openTagDialog ).toBe( true );
46 | expect( wrapper.vm.primaryAction.label ).toBe( 'translated message' );
47 | } );
at warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:41:13)
at finishComponentSetup (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7396:7)
at handleSetupResult (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7334:3)
at setupStatefulComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7303:7)
at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7238:36)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5635:7)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11)
at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19)
at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51)
at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6368:7)
at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3837:13)
at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1396:19)
at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8371:18)
at Object.<anonymous> (tests/jest/articleTagging.test.js:44:19)
console.warn
[Vue warn]: Component is missing template or render function.
at <ArticleTagging ref="VTU_COMPONENT" >
at <VTUROOT>
92 |
93 | it( 'notifies when tagArticle is called with no selected tags', async () => {
> 94 | const wrapper = mount( ArticleTagging );
| ^
95 | // Simulate calling tagArticle without selecting any tags
96 | await wrapper.vm.tagArticle();
97 |
at warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:41:13)
at finishComponentSetup (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7396:7)
at handleSetupResult (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7334:3)
at setupStatefulComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7303:7)
at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7238:36)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5635:7)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11)
at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19)
at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51)
at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6368:7)
at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3837:13)
at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1396:19)
at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8371:18)
at Object.<anonymous> (tests/jest/articleTagging.test.js:94:19)
console.warn
[Vue warn]: Component is missing template or render function.
at <ArticleTagging ref="VTU_COMPONENT" >
at <VTUROOT>
110 | } ) );
111 |
> 112 | const wrapper = mount( ArticleTagging );
| ^
113 | // Simulate selecting a tag
114 | wrapper.vm.selectedTags = [
115 | {
at warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:41:13)
at finishComponentSetup (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7396:7)
at handleSetupResult (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7334:3)
at setupStatefulComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7303:7)
at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7238:36)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5635:7)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11)
at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19)
at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51)
at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6368:7)
at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3837:13)
at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1396:19)
at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8371:18)
at Object.<anonymous> (tests/jest/articleTagging.test.js:112:19)
PASS tests/jest/articleTaggingOptions.test.js
● Console
console.warn
[Vue warn]: Component is missing template or render function.
at <ArticleTaggingOptions ref="VTU_COMPONENT" >
at <VTUROOT>
54 | describe( 'ArticleTaggingOptions Component Tests', () => {
55 |
> 56 | const wrapper = mount( ArticleTaggingOptions );
| ^
57 |
58 | it( 'Should exist ArticleTaggingOptions', () => {
59 | expect( wrapper.exists() ).toBe( true );
at warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:41:13)
at finishComponentSetup (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7396:7)
at handleSetupResult (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7334:3)
at setupStatefulComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7303:7)
at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7238:36)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5635:7)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11)
at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19)
at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51)
at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6368:7)
at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3837:13)
at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1396:19)
at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8371:18)
at tests/jest/articleTaggingOptions.test.js:56:18
at Object.<anonymous> (tests/jest/articleTaggingOptions.test.js:54:1)
PASS tests/jest/requestPageProtectionOptions.test.js
● Console
console.warn
[Vue warn]: Component is missing template or render function.
at <RequestPageProtectionOptions ref="VTU_COMPONENT" >
at <VTUROOT>
56 | describe( 'RequestPageProtectionOptions Component Tests', () => {
57 |
> 58 | const wrapper = mount( RequestPageProtectionOptions );
| ^
59 |
60 | it( 'Should exist RequestPageProtectionOptions', () => {
61 | expect( wrapper.exists() ).toBe( true );
at warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:41:13)
at finishComponentSetup (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7396:7)
at handleSetupResult (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7334:3)
at setupStatefulComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7303:7)
at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7238:36)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5635:7)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11)
at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19)
at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51)
at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6368:7)
at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3837:13)
at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1396:19)
at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8371:18)
at tests/jest/requestPageProtectionOptions.test.js:58:18
at Object.<anonymous> (tests/jest/requestPageProtectionOptions.test.js:56:1)
PASS tests/jest/requestPageMoveOptions.test.js
● Console
console.warn
[Vue warn]: Component is missing template or render function.
at <RequestPageMove ref="VTU_COMPONENT" >
at <VTUROOT>
54 | describe( 'RequestPageMoveOptions Component Tests', () => {
55 |
> 56 | const wrapper = mount( RequestPageMoveOptions );
| ^
57 |
58 | it( 'Should exist RequestPageMoveOptions', () => {
59 | expect( wrapper.exists() ).toBe( true );
at warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:41:13)
at finishComponentSetup (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7396:7)
at handleSetupResult (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7334:3)
at setupStatefulComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7303:7)
at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7238:36)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5635:7)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11)
at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19)
at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51)
at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6368:7)
at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3837:13)
at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1396:19)
at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8371:18)
at tests/jest/requestPageMoveOptions.test.js:56:18
at Object.<anonymous> (tests/jest/requestPageMoveOptions.test.js:54:1)
PASS tests/jest/requestPageProtection.test.js
● Console
console.warn
[Vue warn]: Component is missing template or render function.
at <RequestPageProtection ref="VTU_COMPONENT" >
at <VTUROOT>
45 | describe( 'RequestPageProtection', () => {
46 | it( 'initializes with default values', () => {
> 47 | const wrapper = mount( RequestPageProtection );
| ^
48 | expect( wrapper.vm.openRppDialog ).toBe( true );
49 | expect( wrapper.vm.primaryAction.label ).toBe( 'translated message' );
50 | } );
at warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:41:13)
at finishComponentSetup (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7396:7)
at handleSetupResult (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7334:3)
at setupStatefulComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7303:7)
at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7238:36)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5635:7)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11)
at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19)
at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51)
at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6368:7)
at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3837:13)
at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1396:19)
at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8371:18)
at Object.<anonymous> (tests/jest/requestPageProtection.test.js:47:19)
console.warn
[Vue warn]: Component is missing template or render function.
at <RequestPageProtection ref="VTU_COMPONENT" >
at <VTUROOT>
57 | } ) );
58 |
> 59 | const wrapper = mount( RequestPageProtection );
| ^
60 | wrapper.vm.durationSelection = 'temp';
61 | wrapper.vm.typeSelection = 'full';
62 | wrapper.vm.rationaleInput = 'Rationale for the protection';
at warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:41:13)
at finishComponentSetup (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7396:7)
at handleSetupResult (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7334:3)
at setupStatefulComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7303:7)
at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7238:36)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5635:7)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11)
at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19)
at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51)
at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6368:7)
at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3837:13)
at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1396:19)
at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8371:18)
at Object.<anonymous> (tests/jest/requestPageProtection.test.js:59:19)
PASS tests/jest/adiutorSettings.test.js (5.08 s)
● Console
console.warn
[Vue warn]: Component is missing template or render function.
at <AdiutorSettings framed=true ref="VTU_COMPONENT" >
at <VTUROOT>
101 | beforeEach( () => {
102 | // Mount the component with stubs for the Vue subcomponents and props
> 103 | wrapper = mount( AdiutorSettings, {
| ^
104 | global: {
105 | stubs: {
106 | createSpeedyDeletionOptions: true,
at warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:41:13)
at finishComponentSetup (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7396:7)
at setupStatefulComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7306:5)
at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7238:36)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5635:7)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11)
at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19)
at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51)
at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6368:7)
at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3837:13)
at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1396:19)
at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8371:18)
at Object.<anonymous> (tests/jest/adiutorSettings.test.js:103:13)
console.warn
[Vue warn]: Component is missing template or render function.
at <AdiutorSettings framed=true ref="VTU_COMPONENT" >
at <VTUROOT>
101 | beforeEach( () => {
102 | // Mount the component with stubs for the Vue subcomponents and props
> 103 | wrapper = mount( AdiutorSettings, {
| ^
104 | global: {
105 | stubs: {
106 | createSpeedyDeletionOptions: true,
at warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:41:13)
at finishComponentSetup (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7396:7)
at setupStatefulComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7306:5)
at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7238:36)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5635:7)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11)
at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19)
at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51)
at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6368:7)
at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3837:13)
at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1396:19)
at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8371:18)
at Object.<anonymous> (tests/jest/adiutorSettings.test.js:103:13)
console.warn
[Vue warn]: Component is missing template or render function.
at <AdiutorSettings framed=true ref="VTU_COMPONENT" >
at <VTUROOT>
101 | beforeEach( () => {
102 | // Mount the component with stubs for the Vue subcomponents and props
> 103 | wrapper = mount( AdiutorSettings, {
| ^
104 | global: {
105 | stubs: {
106 | createSpeedyDeletionOptions: true,
at warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:41:13)
at finishComponentSetup (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7396:7)
at setupStatefulComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7306:5)
at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7238:36)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5635:7)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11)
at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19)
at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51)
at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6368:7)
at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3837:13)
at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1396:19)
at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8371:18)
at Object.<anonymous> (tests/jest/adiutorSettings.test.js:103:13)
console.warn
[Vue warn]: Component is missing template or render function.
at <AdiutorSettings framed=true ref="VTU_COMPONENT" >
at <VTUROOT>
101 | beforeEach( () => {
102 | // Mount the component with stubs for the Vue subcomponents and props
> 103 | wrapper = mount( AdiutorSettings, {
| ^
104 | global: {
105 | stubs: {
106 | createSpeedyDeletionOptions: true,
at warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:41:13)
at finishComponentSetup (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7396:7)
at setupStatefulComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7306:5)
at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7238:36)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5635:7)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11)
at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19)
at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51)
at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6368:7)
at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3837:13)
at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1396:19)
at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8371:18)
at Object.<anonymous> (tests/jest/adiutorSettings.test.js:103:13)
console.warn
[Vue warn]: Component is missing template or render function.
at <AdiutorSettings framed=true ref="VTU_COMPONENT" >
at <VTUROOT>
101 | beforeEach( () => {
102 | // Mount the component with stubs for the Vue subcomponents and props
> 103 | wrapper = mount( AdiutorSettings, {
| ^
104 | global: {
105 | stubs: {
106 | createSpeedyDeletionOptions: true,
at warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:41:13)
at finishComponentSetup (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7396:7)
at setupStatefulComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7306:5)
at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7238:36)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5635:7)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11)
at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19)
at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51)
at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6368:7)
at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3837:13)
at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1396:19)
at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8371:18)
at Object.<anonymous> (tests/jest/adiutorSettings.test.js:103:13)
PASS tests/jest/requestPageMove.test.js
● Console
console.warn
[Vue warn]: Component is missing template or render function.
at <RequestPageMove ref="VTU_COMPONENT" >
at <VTUROOT>
40 | describe( 'RequestPageMove', () => {
41 | it( 'initializes with default values', () => {
> 42 | const wrapper = mount( RequestPageMove );
| ^
43 | expect( wrapper.vm.openRpmDialog ).toBe( true );
44 | expect( wrapper.vm.primaryAction.label ).toBe( 'translated message' );
45 | } );
at warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:41:13)
at finishComponentSetup (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7396:7)
at handleSetupResult (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7334:3)
at setupStatefulComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7303:7)
at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7238:36)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5635:7)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11)
at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19)
at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51)
at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6368:7)
at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3837:13)
at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1396:19)
at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8371:18)
at Object.<anonymous> (tests/jest/requestPageMove.test.js:42:19)
console.warn
[Vue warn]: Component is missing template or render function.
at <RequestPageMove ref="VTU_COMPONENT" >
at <VTUROOT>
52 | } ) );
53 |
> 54 | const wrapper = mount( RequestPageMove );
| ^
55 | wrapper.vm.newPageName = 'New Mock Page Name';
56 | wrapper.vm.rationaleInput = 'Rationale for the move';
57 |
at warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:41:13)
at finishComponentSetup (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7396:7)
at handleSetupResult (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7334:3)
at setupStatefulComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7303:7)
at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7238:36)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5635:7)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11)
at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19)
at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51)
at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6368:7)
at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3837:13)
at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1396:19)
at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8371:18)
at Object.<anonymous> (tests/jest/requestPageMove.test.js:54:19)
PASS tests/jest/deletionPropose.test.js
● Console
console.warn
[Vue warn]: Component is missing template or render function.
at <ProposeDeletion ref="VTU_COMPONENT" >
at <VTUROOT>
58 |
59 | describe( 'ProposeDeletion', () => {
> 60 | const wrapper = mount( deletionPropose );
| ^
61 | it( 'initializes with default values', () => {
62 | expect( wrapper.vm.openPrdDialog ).toBe( true );
63 | } );
at warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:41:13)
at finishComponentSetup (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7396:7)
at handleSetupResult (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7334:3)
at setupStatefulComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7303:7)
at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7238:36)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5635:7)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11)
at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19)
at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51)
at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6368:7)
at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3837:13)
at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1396:19)
at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8371:18)
at tests/jest/deletionPropose.test.js:60:18
at Object.<anonymous> (tests/jest/deletionPropose.test.js:59:1)
PASS tests/jest/createSpeedyDeletion.test.js
● Console
console.warn
[Vue warn]: Component is missing template or render function.
at <CreateSpeedyDeletion ref="VTU_COMPONENT" >
at <VTUROOT>
36 |
37 | describe( 'CreateSpeedyDeletion', () => {
> 38 | const wrapper = mount( createSpeedyDeletion );
| ^
39 | it( 'initializes with default values', () => {
40 | expect( wrapper.vm.openCsdDialog ).toBe( true );
41 | } );
at warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:41:13)
at finishComponentSetup (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7396:7)
at handleSetupResult (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7334:3)
at setupStatefulComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7303:7)
at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7238:36)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5635:7)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at ReactiveEffect.componentUpdateFn [as fn] (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5744:11)
at ReactiveEffect.run (node_modules/@vue/reactivity/dist/reactivity.cjs.js:182:19)
at instance.update (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5850:51)
at setupRenderEffect (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5858:5)
at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5648:5)
at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5601:9)
at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5087:11)
at render (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6368:7)
at mount (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3837:13)
at Object.app.mount (node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1396:19)
at mount (node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8371:18)
at tests/jest/createSpeedyDeletion.test.js:38:18
at Object.<anonymous> (tests/jest/createSpeedyDeletion.test.js:37:1)
Test Suites: 11 passed, 11 total
Tests: 30 passed, 30 total
Snapshots: 0 total
Time: 7.819 s
Ran all test suites.
--- stdout ---
> test
> grunt test && npm run test:jest
Running "eslint:all" (eslint) task
Running "stylelint:all" (stylelint) task
>> Linted 0 files without errors
Running "banana:Adiutor" (banana) task
>> 1 message directory checked.
Done.
> test:jest
> jest
-----------------------------------|---------|----------|---------|---------|--------------------------------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
-----------------------------------|---------|----------|---------|---------|--------------------------------------------
All files | 35.58 | 17.3 | 23.75 | 40.51 |
components | 35.65 | 17.49 | 23.25 | 41.11 |
adiutorSettings.vue | 65 | 0 | 16.66 | 65 | 78-95
articleTagging.vue | 50 | 27.45 | 35.1 | 51.31 | 70-81,92-100,156,202,346-350,432-542
articleTaggingOptions.vue | 35.61 | 18.18 | 20.93 | 35.21 | 70-129,167-177,248-568
createSpeedyDeletion.vue | 45.67 | 23.84 | 31.42 | 47.05 | 6-7,115-116,123-126,162,235-386
createSpeedyDeletionOptions.vue | 35.16 | 18.51 | 19.14 | 34.19 | 116-159,202-212,249-612
deletionPropose.vue | 24.06 | 8.02 | 15.47 | 55.17 | 3,88,162,209,270,297-375
deletionProposeOptions.vue | 39.55 | 19.41 | 25.47 | 46.72 | 117-127,161-372
reportRevisionOptions.vue | 4.15 | 0 | 0 | 10.93 | 2-4,46-165,197-482
requestPageMove.vue | 42.41 | 20 | 39.72 | 71.42 | 177-224
requestPageMoveOptions.vue | 38.36 | 18.69 | 24.77 | 43.11 | 131-141,172-404
requestPageProtection.vue | 42.64 | 19.78 | 38.96 | 68.42 | 56-57,189-248
requestPageProtectionOptions.vue | 36.15 | 18.18 | 20.3 | 36.55 | 101-128,171-181,219-559
middlewares | 14.7 | 0 | 9.09 | 15.38 |
speedyDeletionMiddleware.js | 14.7 | 0 | 9.09 | 15.38 | 16-21,42-81,93-111,128-135,148-162,185-201
utilities | 55.93 | 16.66 | 73.33 | 56.89 |
adiutorUtility.js | 55.93 | 16.66 | 73.33 | 56.89 | 35,54,64-73,95-96,117,137,183-207,213
-----------------------------------|---------|----------|---------|---------|--------------------------------------------
--- end ---
{"1100563": {"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"}}
Upgrading n:cross-spawn from 7.0.3 -> 7.0.6
$ package-lock-lint package-lock.json
--- stdout ---
Checking package-lock.json
--- end ---
build: Updating cross-spawn to 7.0.6
* https://github.com/advisories/GHSA-3xgq-45jj-v275
$ git add .
--- stdout ---
--- end ---
$ git commit -F /tmp/tmpxjml3mid
--- stdout ---
[REL1_42 d9635a0] build: Updating cross-spawn to 7.0.6
1 file changed, 3 insertions(+), 3 deletions(-)
--- end ---
$ git format-patch HEAD~1 --stdout
--- stdout ---
From d9635a08db5be3ea172f8fd2c4ce7e04780e4d8d Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Thu, 21 Nov 2024 01:25:57 +0000
Subject: [PATCH] build: Updating cross-spawn to 7.0.6
* https://github.com/advisories/GHSA-3xgq-45jj-v275
Change-Id: I8d48d1f9f8203bb781bc4516e151e668e3d73551
---
package-lock.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index a9efa22..dea013c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4526,9 +4526,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",
--
2.39.2
--- end ---