mediawiki/extensions/Adiutor: REL1_42 (log #1375972)

sourcepatches

This run took 70 seconds.

From 2da843408e88b735f64e6364fb241519de59a7f5 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Thu, 13 Jun 2024 01:12:50 +0000
Subject: [PATCH] build: Updating braces to 3.0.3

* https://github.com/advisories/GHSA-grv7-fg5c-xmjg

Change-Id: I84b3d4c8ee6ddfd39d0aa44031b3acfa21653f69
---
 package-lock.json | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index aa2e2f3..8f58cfe 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4005,12 +4005,12 @@
 			}
 		},
 		"node_modules/braces": {
-			"version": "3.0.2",
-			"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
-			"integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
+			"version": "3.0.3",
+			"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
+			"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
 			"dev": true,
 			"dependencies": {
-				"fill-range": "^7.0.1"
+				"fill-range": "^7.1.1"
 			},
 			"engines": {
 				"node": ">=8"
@@ -6472,9 +6472,9 @@
 			}
 		},
 		"node_modules/fill-range": {
-			"version": "7.0.1",
-			"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
-			"integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
+			"version": "7.1.1",
+			"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
+			"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
 			"dev": true,
 			"dependencies": {
 				"to-regex-range": "^5.0.1"
-- 
2.39.2

$ date
--- stdout ---
Thu Jun 13 01:11:59 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 ---
a417dbd6f4755e421ff21d1ffbc898c00f57be45 refs/heads/REL1_42

--- end ---
$ /usr/bin/npm audit --json
--- stdout ---
{
  "auditReportVersion": 2,
  "vulnerabilities": {
    "braces": {
      "name": "braces",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1097496,
          "name": "braces",
          "dependency": "braces",
          "title": "Uncontrolled resource consumption in braces",
          "url": "https://github.com/advisories/GHSA-grv7-fg5c-xmjg",
          "severity": "high",
          "cwe": [
            "CWE-1050"
          ],
          "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": "<3.0.3"
        }
      ],
      "effects": [],
      "range": "<3.0.3",
      "nodes": [
        "node_modules/braces"
      ],
      "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.40)
  - Locking symfony/deprecation-contracts (v3.5.0)
  - Locking symfony/polyfill-ctype (v1.29.0)
  - Locking symfony/polyfill-intl-grapheme (v1.29.0)
  - Locking symfony/polyfill-intl-normalizer (v1.29.0)
  - Locking symfony/polyfill-mbstring (v1.29.0)
  - Locking symfony/polyfill-php73 (v1.29.0)
  - Locking symfony/polyfill-php80 (v1.29.0)
  - Locking symfony/service-contracts (v3.5.0)
  - Locking symfony/string (v6.4.8)
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.29.0): Extracting archive
  - Installing phpcsstandards/phpcsutils (1.0.9): Extracting archive
  - Installing phpcsstandards/phpcsextra (1.1.2): Extracting archive
  - Installing symfony/polyfill-mbstring (v1.29.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.29.0): Extracting archive
  - Installing symfony/polyfill-intl-grapheme (v1.29.0): Extracting archive
  - Installing symfony/polyfill-ctype (v1.29.0): Extracting archive
  - Installing symfony/string (v6.4.8): 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.29.0): Extracting archive
  - Installing symfony/console (v5.4.40): 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": {
    "braces": {
      "name": "braces",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1097496,
          "name": "braces",
          "dependency": "braces",
          "title": "Uncontrolled resource consumption in braces",
          "url": "https://github.com/advisories/GHSA-grv7-fg5c-xmjg",
          "severity": "high",
          "cwe": [
            "CWE-1050"
          ],
          "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": "<3.0.3"
        }
      ],
      "effects": [],
      "range": "<3.0.3",
      "nodes": [
        "node_modules/braces"
      ],
      "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": {
      "braces": {
        "name": "braces",
        "severity": "high",
        "isDirect": false,
        "via": [
          {
            "source": 1097496,
            "name": "braces",
            "dependency": "braces",
            "title": "Uncontrolled resource consumption in braces",
            "url": "https://github.com/advisories/GHSA-grv7-fg5c-xmjg",
            "severity": "high",
            "cwe": [
              "CWE-1050"
            ],
            "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": "<3.0.3"
          }
        ],
        "effects": [],
        "range": "<3.0.3",
        "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": {"braces": {"name": "braces", "severity": "high", "isDirect": false, "via": [{"source": 1097496, "name": "braces", "dependency": "braces", "title": "Uncontrolled resource consumption in braces", "url": "https://github.com/advisories/GHSA-grv7-fg5c-xmjg", "severity": "high", "cwe": ["CWE-1050"], "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": "<3.0.3"}], "effects": [], "range": "<3.0.3", "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 ---
$ package-lock-lint package-lock.json
--- stdout ---
Checking package-lock.json

--- 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 13s

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

found 0 vulnerabilities

--- end ---
$ /usr/bin/npm test
--- stderr ---
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/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/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.03 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.691 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 ---
{"1097496": {"source": 1097496, "name": "braces", "dependency": "braces", "title": "Uncontrolled resource consumption in braces", "url": "https://github.com/advisories/GHSA-grv7-fg5c-xmjg", "severity": "high", "cwe": ["CWE-1050"], "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": "<3.0.3"}}
Upgrading n:braces from 3.0.2 -> 3.0.3
$ package-lock-lint package-lock.json
--- stdout ---
Checking package-lock.json

--- end ---
build: Updating braces to 3.0.3

* https://github.com/advisories/GHSA-grv7-fg5c-xmjg

$ git add .
--- stdout ---

--- end ---
$ git commit -F /tmp/tmpwgjcvbx9
--- stdout ---
[REL1_42 2da8434] build: Updating braces to 3.0.3
 1 file changed, 7 insertions(+), 7 deletions(-)

--- end ---
$ git format-patch HEAD~1 --stdout
--- stdout ---
From 2da843408e88b735f64e6364fb241519de59a7f5 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Thu, 13 Jun 2024 01:12:50 +0000
Subject: [PATCH] build: Updating braces to 3.0.3

* https://github.com/advisories/GHSA-grv7-fg5c-xmjg

Change-Id: I84b3d4c8ee6ddfd39d0aa44031b3acfa21653f69
---
 package-lock.json | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index aa2e2f3..8f58cfe 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4005,12 +4005,12 @@
 			}
 		},
 		"node_modules/braces": {
-			"version": "3.0.2",
-			"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
-			"integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
+			"version": "3.0.3",
+			"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
+			"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
 			"dev": true,
 			"dependencies": {
-				"fill-range": "^7.0.1"
+				"fill-range": "^7.1.1"
 			},
 			"engines": {
 				"node": ">=8"
@@ -6472,9 +6472,9 @@
 			}
 		},
 		"node_modules/fill-range": {
-			"version": "7.0.1",
-			"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
-			"integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
+			"version": "7.1.1",
+			"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
+			"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
 			"dev": true,
 			"dependencies": {
 				"to-regex-range": "^5.0.1"
-- 
2.39.2


--- end ---
Source code is licensed under the AGPL.