mediawiki/extensions/UploadWizard (main)

sourcepatches
From 903a32feb08ce0d2dec0973aab2e5945fafae8ac Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Fri, 17 May 2024 03:05:52 +0000
Subject: [PATCH] build: Updating grunt-banana-checker to 0.13.0

Change-Id: Ic9ed16fa6f9a39e55ad9a53e5785d5988832276c
---
 package-lock.json | 22 ++++++++++++++--------
 package.json      |  2 +-
 2 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index e4dbe45..a147554 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,7 +8,7 @@
 			"devDependencies": {
 				"eslint-config-wikimedia": "0.27.0",
 				"grunt": "1.6.1",
-				"grunt-banana-checker": "0.12.0",
+				"grunt-banana-checker": "0.13.0",
 				"grunt-contrib-watch": "1.1.0",
 				"grunt-eslint": "24.3.0",
 				"grunt-stylelint": "0.19.0",
@@ -2679,10 +2679,13 @@
 			}
 		},
 		"node_modules/grunt-banana-checker": {
-			"version": "0.12.0",
-			"resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.12.0.tgz",
-			"integrity": "sha512-rdu8YqGxfyBUNMSLmqusSg8RUzGE61+kqrge4fRYb32Vqu5hzDGeomDQIkILEsSrZjtNTTcJ8iTwIswQ+POCGw==",
+			"version": "0.13.0",
+			"resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.13.0.tgz",
+			"integrity": "sha512-uAUKILcP69Q4OJHHV2wzxqVaoXB8G3Uh/XuSJLn0Bk/9+WiUY/Q4+OX7dUhrPPeDZPtoGh37qqJLVvZlDTUecg==",
 			"dev": true,
+			"dependencies": {
+				"chalk": "4.1.2"
+			},
 			"bin": {
 				"banana-checker": "src/cli.js"
 			},
@@ -7937,10 +7940,13 @@
 			}
 		},
 		"grunt-banana-checker": {
-			"version": "0.12.0",
-			"resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.12.0.tgz",
-			"integrity": "sha512-rdu8YqGxfyBUNMSLmqusSg8RUzGE61+kqrge4fRYb32Vqu5hzDGeomDQIkILEsSrZjtNTTcJ8iTwIswQ+POCGw==",
-			"dev": true
+			"version": "0.13.0",
+			"resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.13.0.tgz",
+			"integrity": "sha512-uAUKILcP69Q4OJHHV2wzxqVaoXB8G3Uh/XuSJLn0Bk/9+WiUY/Q4+OX7dUhrPPeDZPtoGh37qqJLVvZlDTUecg==",
+			"dev": true,
+			"requires": {
+				"chalk": "4.1.2"
+			}
 		},
 		"grunt-cli": {
 			"version": "1.4.3",
diff --git a/package.json b/package.json
index d42e103..c6dbd15 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
 	"devDependencies": {
 		"eslint-config-wikimedia": "0.27.0",
 		"grunt": "1.6.1",
-		"grunt-banana-checker": "0.12.0",
+		"grunt-banana-checker": "0.13.0",
 		"grunt-contrib-watch": "1.1.0",
 		"grunt-eslint": "24.3.0",
 		"grunt-stylelint": "0.19.0",
-- 
2.39.2

$ date
--- stdout ---
Fri May 17 03:05:24 UTC 2024

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

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

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

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

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

--- end ---
$ git show-ref refs/heads/master
--- stdout ---
8a3a2fe5aa7a499df6c9bba94d73f1c9c13d6727 refs/heads/master

--- end ---
$ /usr/bin/npm audit --json
--- stdout ---
{
  "auditReportVersion": 2,
  "vulnerabilities": {},
  "metadata": {
    "vulnerabilities": {
      "info": 0,
      "low": 0,
      "moderate": 0,
      "high": 0,
      "critical": 0,
      "total": 0
    },
    "dependencies": {
      "prod": 1,
      "dev": 503,
      "optional": 0,
      "peer": 7,
      "peerOptional": 0,
      "total": 503
    }
  }
}

--- 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: 38 installs, 0 updates, 0 removals
  - Locking composer/pcre (3.1.3)
  - Locking composer/semver (3.4.0)
  - Locking composer/spdx-licenses (1.5.8)
  - Locking composer/xdebug-handler (3.0.5)
  - Locking dealerdirect/phpcodesniffer-composer-installer (v1.0.0)
  - Locking doctrine/deprecations (1.1.3)
  - Locking felixfbecker/advanced-json-rpc (v3.2.1)
  - Locking mediawiki/mediawiki-codesniffer (v43.0.0)
  - Locking mediawiki/mediawiki-phan-config (0.14.0)
  - Locking mediawiki/minus-x (1.1.3)
  - Locking mediawiki/phan-taint-check-plugin (6.0.0)
  - Locking microsoft/tolerant-php-parser (v0.1.2)
  - Locking netresearch/jsonmapper (v4.4.1)
  - Locking phan/phan (5.4.3)
  - Locking php-parallel-lint/php-console-color (v1.0.1)
  - Locking php-parallel-lint/php-console-highlighter (v1.0.0)
  - Locking php-parallel-lint/php-parallel-lint (v1.4.0)
  - Locking phpcsstandards/phpcsextra (1.1.2)
  - Locking phpcsstandards/phpcsutils (1.0.9)
  - Locking phpdocumentor/reflection-common (2.2.0)
  - Locking phpdocumentor/reflection-docblock (5.4.0)
  - Locking phpdocumentor/type-resolver (1.8.2)
  - Locking phpstan/phpdoc-parser (1.29.0)
  - Locking psr/container (2.0.2)
  - Locking psr/log (3.0.0)
  - Locking sabre/event (5.1.4)
  - Locking squizlabs/php_codesniffer (3.8.1)
  - Locking symfony/console (v7.0.7)
  - 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-php80 (v1.29.0)
  - Locking symfony/service-contracts (v3.5.0)
  - Locking symfony/string (v7.0.7)
  - Locking tysonandre/var_representation_polyfill (0.1.3)
  - Locking webmozart/assert (1.11.0)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 38 installs, 0 updates, 0 removals
    0 [>---------------------------]    0 [->--------------------------]
  - Installing squizlabs/php_codesniffer (3.8.1): Extracting archive
  - Installing dealerdirect/phpcodesniffer-composer-installer (v1.0.0): Extracting archive
  - Installing composer/pcre (3.1.3): 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 tysonandre/var_representation_polyfill (0.1.3): 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 (v7.0.7): Extracting archive
  - Installing symfony/deprecation-contracts (v3.5.0): Extracting archive
  - Installing psr/container (2.0.2): Extracting archive
  - Installing symfony/service-contracts (v3.5.0): Extracting archive
  - Installing symfony/console (v7.0.7): Extracting archive
  - Installing sabre/event (5.1.4): Extracting archive
  - Installing netresearch/jsonmapper (v4.4.1): Extracting archive
  - Installing microsoft/tolerant-php-parser (v0.1.2): Extracting archive
  - Installing webmozart/assert (1.11.0): Extracting archive
  - Installing phpstan/phpdoc-parser (1.29.0): Extracting archive
  - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive
  - Installing doctrine/deprecations (1.1.3): Extracting archive
  - Installing phpdocumentor/type-resolver (1.8.2): Extracting archive
  - Installing phpdocumentor/reflection-docblock (5.4.0): Extracting archive
  - Installing felixfbecker/advanced-json-rpc (v3.2.1): Extracting archive
  - Installing psr/log (3.0.0): Extracting archive
  - Installing composer/xdebug-handler (3.0.5): Extracting archive
  - Installing phan/phan (5.4.3): Extracting archive
  - Installing mediawiki/phan-taint-check-plugin (6.0.0): Extracting archive
  - Installing mediawiki/mediawiki-phan-config (0.14.0): Extracting archive
  - Installing mediawiki/minus-x (1.1.3): Extracting archive
  - Installing php-parallel-lint/php-console-color (v1.0.1): Extracting archive
  - Installing php-parallel-lint/php-console-highlighter (v1.0.0): Extracting archive
  - Installing php-parallel-lint/php-parallel-lint (v1.4.0): Extracting archive
  0/36 [>---------------------------]   0%
 23/36 [=================>----------]  63%
 36/36 [============================] 100%
Generating autoload files
15 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
--- stdout ---
PHP CodeSniffer Config installed_paths set to ../../mediawiki/mediawiki-codesniffer,../../phpcsstandards/phpcsextra,../../phpcsstandards/phpcsutils

--- end ---
Upgrading n:grunt-banana-checker from 0.12.0 -> 0.13.0
$ /usr/bin/npm install
--- stderr ---
npm WARN deprecated stylelint-stylistic@0.4.3: This package has been deprecated in favor of @stylistic/stylelint-plugin
--- stdout ---

added 503 packages, and audited 504 packages in 5s

100 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 ---
Failed to parse a 'banana' section from Gruntfile.js
$ /usr/bin/npm ci
--- stderr ---
npm WARN deprecated stylelint-stylistic@0.4.3: This package has been deprecated in favor of @stylistic/stylelint-plugin
--- stdout ---

added 503 packages, and audited 504 packages in 6s

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

found 0 vulnerabilities

--- end ---
$ /usr/bin/npm test
--- stdout ---

> test
> grunt test

Running "eslint:all" (eslint) task

/src/repo/resources/controller/uw.controller.Details.js
  244:51  warning  'i' is already declared in the upper scope on line 234 column 7          no-shadow
  244:54  warning  'warnings' is already declared in the upper scope on line 233 column 66  no-shadow

/src/repo/resources/controller/uw.controller.Step.js
  23:1  warning  Invalid JSDoc tag name "mixins"  jsdoc/check-tag-names
  59:1  warning  Expected 0 trailing lines        jsdoc/tag-lines

/src/repo/resources/deed/dialog/uw.deed.dialog.PatentDialog.js
  115:2  warning  Missing JSDoc @param "ownership" declaration  jsdoc/require-param
  115:2  warning  Missing JSDoc @param "grant" declaration      jsdoc/require-param

/src/repo/resources/deed/uw.deed.Abstract.js
   45:14  warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc
  219:1   warning  Missing JSDoc @return type                                                           jsdoc/require-returns-type

/src/repo/resources/deed/uw.deed.OwnWork.js
  246:4  warning  Prefer .on or .trigger to .focus  no-jquery/no-event-shorthand
  463:1  warning  Missing JSDoc @return type        jsdoc/require-returns-type

/src/repo/resources/deed/uw.deed.ThirdParty.js
  320:6  warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc

/src/repo/resources/details/uw.CategoriesDetailsWidget.js
  5:2  warning  Missing JSDoc @param "config" declaration  jsdoc/require-param

/src/repo/resources/details/uw.DateDetailsWidget.js
  147:20  warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc
  173:70  warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc
  176:70  warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc
  179:70  warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc

/src/repo/resources/details/uw.LanguageDropdownWidget.js
  14:53  warning  All possible CSS classes should be documented. See https://w.wiki/PS2 for details  mediawiki/class-doc

/src/repo/resources/details/uw.LocationDetailsWidget.js
  238:28  warning  Unsafe Regular Expression  security/detect-unsafe-regex

/src/repo/resources/details/uw.MultipleLanguageInputWidget.js
    8:1   warning  Invalid JSDoc tag name "mixins"                                                      jsdoc/check-tag-names
  182:10  warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc

/src/repo/resources/details/uw.TitleDetailsWidget.js
   48:23  warning  Found non-literal argument to RegExp Constructor                                     security/detect-non-literal-regexp
   95:14  warning  Found non-literal argument to RegExp Constructor                                     security/detect-non-literal-regexp
  101:2   warning  Missing JSDoc @param "value" declaration                                             jsdoc/require-param
  142:15  warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc
  207:7   warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc

/src/repo/resources/details/uw.UlsWidget.js
  30:3  warning  All possible CSS classes should be documented. See https://w.wiki/PS2 for details  mediawiki/class-doc

/src/repo/resources/jquery.arrowSteps/jquery.arrowSteps.js
  88:1  warning  Invalid JSDoc tag name "mixins"  jsdoc/check-tag-names

/src/repo/resources/metadata/uw.MetadataContent.js
  118:1  warning  The type 'change' is undefined  jsdoc/no-undefined-types

/src/repo/resources/mw.DestinationChecker.js
  14:3  warning  Found more than one @return declaration  jsdoc/require-returns
  14:3  warning  Found more than one @return declaration  jsdoc/require-returns-check
  37:3  warning  Found more than one @return declaration  jsdoc/require-returns
  37:3  warning  Found more than one @return declaration  jsdoc/require-returns-check
  88:3  warning  Found more than one @return declaration  jsdoc/require-returns
  88:3  warning  Found more than one @return declaration  jsdoc/require-returns-check

/src/repo/resources/mw.Escaper.js
   66:13  warning  Unsafe Regular Expression                         security/detect-unsafe-regex
  124:19  warning  Found non-literal argument to RegExp Constructor  security/detect-non-literal-regexp

/src/repo/resources/mw.FlickrChecker.js
    3:1   warning  Missing JSDoc @param "ui" declaration                                jsdoc/require-param
    3:1   warning  Missing JSDoc @param "selectButton" declaration                      jsdoc/require-param
   76:42  warning  Unsafe Regular Expression                                            security/detect-unsafe-regex
   78:49  warning  Unsafe Regular Expression                                            security/detect-unsafe-regex
   79:50  warning  Unsafe Regular Expression                                            security/detect-unsafe-regex
   80:44  warning  Unsafe Regular Expression                                            security/detect-unsafe-regex
   81:46  warning  Unsafe Regular Expression                                            security/detect-unsafe-regex
   82:48  warning  Unsafe Regular Expression                                            security/detect-unsafe-regex
  202:1   warning  The type 'getPhotos' is undefined                                    jsdoc/no-undefined-types
  216:26  warning  'data' is already declared in the upper scope on line 209 column 24  no-shadow
  240:1   warning  The type 'getCollection' is undefined                                jsdoc/no-undefined-types
  299:57  warning  'data' is already declared in the upper scope on line 288 column 24  no-shadow
  311:1   warning  The type 'getPhotos' is undefined                                    jsdoc/no-undefined-types
  332:1   warning  The type 'getPhotos' is undefined                                    jsdoc/no-undefined-types
  583:49  warning  ES2019 'Symbol.prototype.description' property is forbidden          es-x/no-symbol-prototype-description
  681:4   warning  ES2019 'Symbol.prototype.description' property is forbidden          es-x/no-symbol-prototype-description
  700:42  warning  ES2019 'Symbol.prototype.description' property is forbidden          es-x/no-symbol-prototype-description

/src/repo/resources/mw.UploadWizard.js
    4:1   warning  Missing JSDoc @param "uw" type                                      jsdoc/require-param-type
    8:2   warning  Missing JSDoc @param "config" declaration                           jsdoc/require-param
   86:23  warning  'steps' is already declared in the upper scope on line 63 column 5  no-shadow
  116:25  warning  'steps' is already declared in the upper scope on line 63 column 5  no-shadow

/src/repo/resources/mw.UploadWizardDeedChooser.js
   7:1   warning  Invalid JSDoc tag name "mixins"                                                      jsdoc/check-tag-names
  36:42  warning  All possible CSS classes should be documented. See https://w.wiki/PS2 for details    mediawiki/class-doc
  40:6   warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc
  48:8   warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc
  60:17  warning  All possible CSS classes should be documented. See https://w.wiki/PS2 for details    mediawiki/class-doc

/src/repo/resources/mw.UploadWizardDetails.js
  367:9   warning  ES2019 'Symbol.prototype.description' property is forbidden                        es-x/no-symbol-prototype-description
  371:14  warning  ES2019 'Symbol.prototype.description' property is forbidden                        es-x/no-symbol-prototype-description
  584:10  warning  'matches' is already declared in the upper scope on line 561 column 42             no-shadow
  676:16  warning  ES2019 'Symbol.prototype.description' property is forbidden                        es-x/no-symbol-prototype-description
  766:3   warning  JSDoc @return declaration present but return expression not available in function  jsdoc/require-returns-check
  834:9   warning  ES2019 'Symbol.prototype.description' property is forbidden                        es-x/no-symbol-prototype-description
  835:45  warning  ES2019 'Symbol.prototype.description' property is forbidden                        es-x/no-symbol-prototype-description
  885:4   warning  ES2019 'Symbol.prototype.description' property is forbidden                        es-x/no-symbol-prototype-description
  888:5   warning  ES2019 'Symbol.prototype.description' property is forbidden                        es-x/no-symbol-prototype-description

/src/repo/resources/mw.UploadWizardLicenseInput.js
   52:41  warning  'group' is already declared in the upper scope on line 39 column 7                   no-shadow
   56:20  warning  All possible CSS classes should be documented. See https://w.wiki/PS2 for details    mediawiki/class-doc
   65:43  warning  All possible CSS classes should be documented. See https://w.wiki/PS2 for details    mediawiki/class-doc
   70:51  warning  All possible CSS classes should be documented. See https://w.wiki/PS2 for details    mediawiki/class-doc
   97:31  warning  'group' is already declared in the upper scope on line 39 column 7                   no-shadow
  301:37  warning  'errors' is already declared in the upper scope on line 299 column 7                 no-shadow
  302:18  warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc
  342:26  warning  'errors' is already declared in the upper scope on line 299 column 7                 no-shadow

/src/repo/resources/mw.UploadWizardUpload.js
   23:1   warning  Invalid JSDoc tag name "mixins"   jsdoc/check-tag-names
  226:16  warning  ES2015 'Uint8Array' is forbidden  es-x/no-typed-arrays

/src/repo/resources/mw.UploadWizardUploadInterface.js
    6:1  warning  Invalid JSDoc tag name "mixins"                                                      jsdoc/check-tag-names
  112:3  warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc

/src/repo/resources/transports/mw.FormDataTransport.js
    6:1   warning  Invalid JSDoc tag name "mixins"                                       jsdoc/check-tag-names
  164:17  warning  'offset' is already declared in the upper scope on line 154 column 4  no-shadow

/src/repo/resources/ui/steps/uw.ui.Thanks.js
  164:4  warning  All possible CSS classes should be documented. See https://w.wiki/PS2 for details  mediawiki/class-doc

/src/repo/resources/ui/steps/uw.ui.Upload.js
  265:39  warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc
  270:33  warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc

/src/repo/resources/ui/uw.ui.Step.js
  23:1  warning  Invalid JSDoc tag name "mixins"  jsdoc/check-tag-names

/src/repo/resources/ui/uw.ui.Wizard.js
   23:1   warning  Invalid JSDoc tag name "mixins"                                                      jsdoc/check-tag-names
  143:25  warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc
  148:32  warning  '$arrow' is already declared in the upper scope on line 140 column 8                 no-shadow

/src/repo/resources/uw.ConcurrentQueue.js
  11:1  warning  Invalid JSDoc tag name "mixins"  jsdoc/check-tag-names

/src/repo/resources/uw.CopyMetadataWidget.js
   30:23  warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc
  181:31  warning  Unsafe Regular Expression                                                            security/detect-unsafe-regex

/src/repo/resources/uw.LicenseGroup.js
  140:39  warning  All possible CSS classes should be documented. See https://w.wiki/PS2 for details    mediawiki/class-doc
  175:47  warning  All possible CSS classes should be documented. See https://w.wiki/PS2 for details    mediawiki/class-doc
  362:20  warning  All possible CSS classes should be documented. See https://w.wiki/PS2 for details    mediawiki/class-doc
  366:12  warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc
  381:5   warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc

/src/repo/resources/uw.LicensePreviewDialog.js
  2:2  warning  Missing JSDoc @param "config" declaration  jsdoc/require-param

/src/repo/resources/uw.ValidationMessageElement.js
  94:10  warning  All possible CSS classes should be documented. See https://w.wiki/PS2 for details  mediawiki/class-doc

/src/repo/resources/uw.units.js
  21:11  warning  All possible message keys should be documented. See https://w.wiki/4r9a for details  mediawiki/msg-doc

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


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

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

Done.

--- end ---
$ /usr/bin/npm audit --json
--- stdout ---
{
  "auditReportVersion": 2,
  "vulnerabilities": {},
  "metadata": {
    "vulnerabilities": {
      "info": 0,
      "low": 0,
      "moderate": 0,
      "high": 0,
      "critical": 0,
      "total": 0
    },
    "dependencies": {
      "prod": 1,
      "dev": 503,
      "optional": 0,
      "peer": 7,
      "peerOptional": 0,
      "total": 503
    }
  }
}

--- end ---
$ package-lock-lint package-lock.json
--- stdout ---
Checking package-lock.json

--- end ---
build: Updating grunt-banana-checker to 0.13.0

$ git add .
--- stdout ---

--- end ---
$ git commit -F /tmp/tmpxli5nlv3
--- stdout ---
[master 903a32f] build: Updating grunt-banana-checker to 0.13.0
 2 files changed, 15 insertions(+), 9 deletions(-)

--- end ---
$ git format-patch HEAD~1 --stdout
--- stdout ---
From 903a32feb08ce0d2dec0973aab2e5945fafae8ac Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Fri, 17 May 2024 03:05:52 +0000
Subject: [PATCH] build: Updating grunt-banana-checker to 0.13.0

Change-Id: Ic9ed16fa6f9a39e55ad9a53e5785d5988832276c
---
 package-lock.json | 22 ++++++++++++++--------
 package.json      |  2 +-
 2 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index e4dbe45..a147554 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,7 +8,7 @@
 			"devDependencies": {
 				"eslint-config-wikimedia": "0.27.0",
 				"grunt": "1.6.1",
-				"grunt-banana-checker": "0.12.0",
+				"grunt-banana-checker": "0.13.0",
 				"grunt-contrib-watch": "1.1.0",
 				"grunt-eslint": "24.3.0",
 				"grunt-stylelint": "0.19.0",
@@ -2679,10 +2679,13 @@
 			}
 		},
 		"node_modules/grunt-banana-checker": {
-			"version": "0.12.0",
-			"resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.12.0.tgz",
-			"integrity": "sha512-rdu8YqGxfyBUNMSLmqusSg8RUzGE61+kqrge4fRYb32Vqu5hzDGeomDQIkILEsSrZjtNTTcJ8iTwIswQ+POCGw==",
+			"version": "0.13.0",
+			"resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.13.0.tgz",
+			"integrity": "sha512-uAUKILcP69Q4OJHHV2wzxqVaoXB8G3Uh/XuSJLn0Bk/9+WiUY/Q4+OX7dUhrPPeDZPtoGh37qqJLVvZlDTUecg==",
 			"dev": true,
+			"dependencies": {
+				"chalk": "4.1.2"
+			},
 			"bin": {
 				"banana-checker": "src/cli.js"
 			},
@@ -7937,10 +7940,13 @@
 			}
 		},
 		"grunt-banana-checker": {
-			"version": "0.12.0",
-			"resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.12.0.tgz",
-			"integrity": "sha512-rdu8YqGxfyBUNMSLmqusSg8RUzGE61+kqrge4fRYb32Vqu5hzDGeomDQIkILEsSrZjtNTTcJ8iTwIswQ+POCGw==",
-			"dev": true
+			"version": "0.13.0",
+			"resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.13.0.tgz",
+			"integrity": "sha512-uAUKILcP69Q4OJHHV2wzxqVaoXB8G3Uh/XuSJLn0Bk/9+WiUY/Q4+OX7dUhrPPeDZPtoGh37qqJLVvZlDTUecg==",
+			"dev": true,
+			"requires": {
+				"chalk": "4.1.2"
+			}
 		},
 		"grunt-cli": {
 			"version": "1.4.3",
diff --git a/package.json b/package.json
index d42e103..c6dbd15 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
 	"devDependencies": {
 		"eslint-config-wikimedia": "0.27.0",
 		"grunt": "1.6.1",
-		"grunt-banana-checker": "0.12.0",
+		"grunt-banana-checker": "0.13.0",
 		"grunt-contrib-watch": "1.1.0",
 		"grunt-eslint": "24.3.0",
 		"grunt-stylelint": "0.19.0",
-- 
2.39.2


--- end ---

composer dependencies

Development dependencies

npm dependencies

Development dependencies

Logs

Source code is licensed under the AGPL.