From 18f11a06b9990ff1e383a80a3e2d782aae43e0ad Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Fri, 2 Jun 2023 01:50:01 +0000
Subject: [PATCH] build: Updating npm dependencies
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* grunt-banana-checker: 0.10.0 → 0.11.0
* stylelint-config-wikimedia: 0.14.0 → 0.15.0
Additional changes:
* eslint: Removed globals `mw`, `OO`, included via `wikimedia/mediawiki` profile (T262222).
Change-Id: I3317e138a083794c8c130245d2c903f81763eb4b
---
.eslintrc.json | 2 --
package-lock.json | 58 ++++++++++++++++++-----------------------------
package.json | 4 ++--
3 files changed, 24 insertions(+), 40 deletions(-)
diff --git a/.eslintrc.json b/.eslintrc.json
index 7ae1e49..0c171b8 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -9,8 +9,6 @@
"no-implicit-globals": "off"
},
"globals": {
- "mw": "readonly",
- "OO": "readonly",
"ve": "readonly",
"ext": "writable"
}
diff --git a/package-lock.json b/package-lock.json
index 5c701b0..cffe57f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,10 +8,10 @@
"devDependencies": {
"eslint-config-wikimedia": "0.25.0",
"grunt": "1.6.1",
- "grunt-banana-checker": "0.10.0",
+ "grunt-banana-checker": "0.11.0",
"grunt-eslint": "24.0.1",
"grunt-stylelint": "0.18.0",
- "stylelint-config-wikimedia": "0.14.0"
+ "stylelint-config-wikimedia": "0.15.0"
}
},
"node_modules/@babel/code-frame": {
@@ -494,9 +494,9 @@
}
},
"node_modules/browserslist-config-wikimedia": {
- "version": "0.4.0",
- "resolved": "https://registry.npmjs.org/browserslist-config-wikimedia/-/browserslist-config-wikimedia-0.4.0.tgz",
- "integrity": "sha512-U/fmsaGlCKOqRIjKqXwQ44qFqiStngRTphj1Cf6IHV6J8OK8T0gu9dKc7Ljq4v7bwhnhN+YCCa4fA3nZlPNivQ==",
+ "version": "0.5.0",
+ "resolved": "https://registry.npmjs.org/browserslist-config-wikimedia/-/browserslist-config-wikimedia-0.5.0.tgz",
+ "integrity": "sha512-t+tvSnTeVhVF2lNRxoAlE51/ZCfUs5SNNZUnWu2N8xXOGMPTMyKk5l4mayvDdm+5L8oqmnALU+TjnN2Z+ZTCTw==",
"dev": true
},
"node_modules/builtin-modules": {
@@ -1152,12 +1152,6 @@
"eslint-plugin-yml": "^0.14.0"
}
},
- "node_modules/eslint-config-wikimedia/node_modules/browserslist-config-wikimedia": {
- "version": "0.5.0",
- "resolved": "https://registry.npmjs.org/browserslist-config-wikimedia/-/browserslist-config-wikimedia-0.5.0.tgz",
- "integrity": "sha512-t+tvSnTeVhVF2lNRxoAlE51/ZCfUs5SNNZUnWu2N8xXOGMPTMyKk5l4mayvDdm+5L8oqmnALU+TjnN2Z+ZTCTw==",
- "dev": true
- },
"node_modules/eslint-plugin-compat": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-compat/-/eslint-plugin-compat-4.0.2.tgz",
@@ -2285,9 +2279,9 @@
}
},
"node_modules/grunt-banana-checker": {
- "version": "0.10.0",
- "resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.10.0.tgz",
- "integrity": "sha512-Sx+P3zWjn4YmBCqzidnCEkYrACe1SLTIT8kKC6C3f21Hu6sm17U/V+re343cuK3U+iGZv15ux6bY+69buIbYrA==",
+ "version": "0.11.0",
+ "resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.11.0.tgz",
+ "integrity": "sha512-qXtcxu7y9GFEIx6ELm5jSf+JqvCafdco+t/YsrUhUDNe9AgCnP7X0R+PxT0qZaDftKVrDrR2gPOYqpaAye5bDw==",
"dev": true,
"bin": {
"banana-checker": "src/cli.js"
@@ -4264,12 +4258,12 @@
}
},
"node_modules/stylelint-config-wikimedia": {
- "version": "0.14.0",
- "resolved": "https://registry.npmjs.org/stylelint-config-wikimedia/-/stylelint-config-wikimedia-0.14.0.tgz",
- "integrity": "sha512-8gc5fcYsavMU6yBxE4Ium0XX8Ekedg+kcU0Oojjg5di6Jhv74bx3pcdfW+Z4bDYKWx3pg3Glemy/CBRqg+JViQ==",
+ "version": "0.15.0",
+ "resolved": "https://registry.npmjs.org/stylelint-config-wikimedia/-/stylelint-config-wikimedia-0.15.0.tgz",
+ "integrity": "sha512-8cQ1qGbvA6qwmH+sT2m2h/yha77z564WRhuXJTD9rQl+IhN5R8nTdu9QKSCikB/mTQ/xmldsvcmA2YsTavO3ig==",
"dev": true,
"dependencies": {
- "browserslist-config-wikimedia": "0.4.0",
+ "browserslist-config-wikimedia": "0.5.0",
"postcss-html": "1.5.0",
"postcss-less": "6.0.0",
"stylelint": "14.16.1",
@@ -5184,9 +5178,9 @@
}
},
"browserslist-config-wikimedia": {
- "version": "0.4.0",
- "resolved": "https://registry.npmjs.org/browserslist-config-wikimedia/-/browserslist-config-wikimedia-0.4.0.tgz",
- "integrity": "sha512-U/fmsaGlCKOqRIjKqXwQ44qFqiStngRTphj1Cf6IHV6J8OK8T0gu9dKc7Ljq4v7bwhnhN+YCCa4fA3nZlPNivQ==",
+ "version": "0.5.0",
+ "resolved": "https://registry.npmjs.org/browserslist-config-wikimedia/-/browserslist-config-wikimedia-0.5.0.tgz",
+ "integrity": "sha512-t+tvSnTeVhVF2lNRxoAlE51/ZCfUs5SNNZUnWu2N8xXOGMPTMyKk5l4mayvDdm+5L8oqmnALU+TjnN2Z+ZTCTw==",
"dev": true
},
"builtin-modules": {
@@ -5762,14 +5756,6 @@
"eslint-plugin-vue": "^8.7.1",
"eslint-plugin-wdio": "^7.19.4",
"eslint-plugin-yml": "^0.14.0"
- },
- "dependencies": {
- "browserslist-config-wikimedia": {
- "version": "0.5.0",
- "resolved": "https://registry.npmjs.org/browserslist-config-wikimedia/-/browserslist-config-wikimedia-0.5.0.tgz",
- "integrity": "sha512-t+tvSnTeVhVF2lNRxoAlE51/ZCfUs5SNNZUnWu2N8xXOGMPTMyKk5l4mayvDdm+5L8oqmnALU+TjnN2Z+ZTCTw==",
- "dev": true
- }
}
},
"eslint-plugin-compat": {
@@ -6500,9 +6486,9 @@
}
},
"grunt-banana-checker": {
- "version": "0.10.0",
- "resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.10.0.tgz",
- "integrity": "sha512-Sx+P3zWjn4YmBCqzidnCEkYrACe1SLTIT8kKC6C3f21Hu6sm17U/V+re343cuK3U+iGZv15ux6bY+69buIbYrA==",
+ "version": "0.11.0",
+ "resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.11.0.tgz",
+ "integrity": "sha512-qXtcxu7y9GFEIx6ELm5jSf+JqvCafdco+t/YsrUhUDNe9AgCnP7X0R+PxT0qZaDftKVrDrR2gPOYqpaAye5bDw==",
"dev": true
},
"grunt-cli": {
@@ -8024,12 +8010,12 @@
"requires": {}
},
"stylelint-config-wikimedia": {
- "version": "0.14.0",
- "resolved": "https://registry.npmjs.org/stylelint-config-wikimedia/-/stylelint-config-wikimedia-0.14.0.tgz",
- "integrity": "sha512-8gc5fcYsavMU6yBxE4Ium0XX8Ekedg+kcU0Oojjg5di6Jhv74bx3pcdfW+Z4bDYKWx3pg3Glemy/CBRqg+JViQ==",
+ "version": "0.15.0",
+ "resolved": "https://registry.npmjs.org/stylelint-config-wikimedia/-/stylelint-config-wikimedia-0.15.0.tgz",
+ "integrity": "sha512-8cQ1qGbvA6qwmH+sT2m2h/yha77z564WRhuXJTD9rQl+IhN5R8nTdu9QKSCikB/mTQ/xmldsvcmA2YsTavO3ig==",
"dev": true,
"requires": {
- "browserslist-config-wikimedia": "0.4.0",
+ "browserslist-config-wikimedia": "0.5.0",
"postcss-html": "1.5.0",
"postcss-less": "6.0.0",
"stylelint": "14.16.1",
diff --git a/package.json b/package.json
index 49fe5e3..338d259 100644
--- a/package.json
+++ b/package.json
@@ -7,10 +7,10 @@
"devDependencies": {
"eslint-config-wikimedia": "0.25.0",
"grunt": "1.6.1",
- "grunt-banana-checker": "0.10.0",
+ "grunt-banana-checker": "0.11.0",
"grunt-eslint": "24.0.1",
"grunt-stylelint": "0.18.0",
- "stylelint-config-wikimedia": "0.14.0"
+ "stylelint-config-wikimedia": "0.15.0"
},
"eslintIgnore": [
"vendor/**"
--
2.30.2
$ date
--- stdout ---
Fri Jun 2 01:49:39 UTC 2023
--- end ---
$ git clone file:///srv/git/mediawiki-extensions-ContainerFilter.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 ---
f1b40235db9e9ec5264fe940aca58bee85713280 refs/heads/master
--- end ---
$ /usr/bin/npm audit --json --legacy-peer-deps
--- stdout ---
{
"auditReportVersion": 2,
"vulnerabilities": {},
"metadata": {
"vulnerabilities": {
"info": 0,
"low": 0,
"moderate": 0,
"high": 0,
"critical": 0,
"total": 0
},
"dependencies": {
"prod": 1,
"dev": 420,
"optional": 0,
"peer": 1,
"peerOptional": 0,
"total": 420
}
}
}
--- end ---
$ /usr/bin/composer install
--- stderr ---
No lock file found. Updating dependencies instead of installing from lock file. Use composer update over composer install if you do not have a lock file.
Loading composer repositories with package information
Info from https://repo.packagist.org: [37;44m#StandWith[30;43mUkraine[0m
Updating dependencies
Lock file operations: 37 installs, 0 updates, 0 removals
- Locking composer/installers (v2.2.0)
- Locking composer/pcre (3.1.0)
- Locking composer/semver (3.3.2)
- Locking composer/spdx-licenses (1.5.7)
- Locking composer/xdebug-handler (3.0.3)
- Locking doctrine/deprecations (v1.1.0)
- Locking felixfbecker/advanced-json-rpc (v3.2.1)
- Locking mediawiki/mediawiki-codesniffer (v41.0.0)
- Locking mediawiki/mediawiki-phan-config (0.12.1)
- Locking mediawiki/minus-x (1.1.1)
- Locking mediawiki/phan-taint-check-plugin (4.0.0)
- Locking microsoft/tolerant-php-parser (v0.1.1)
- Locking netresearch/jsonmapper (v4.2.0)
- Locking phan/phan (5.4.1)
- Locking php-parallel-lint/php-console-color (v1.0.1)
- Locking php-parallel-lint/php-console-highlighter (v1.0.0)
- Locking php-parallel-lint/php-parallel-lint (v1.3.2)
- Locking phpdocumentor/reflection-common (2.2.0)
- Locking phpdocumentor/reflection-docblock (5.3.0)
- Locking phpdocumentor/type-resolver (1.7.2)
- Locking phpstan/phpdoc-parser (1.22.0)
- Locking psr/container (1.1.2)
- Locking psr/log (1.1.4)
- Locking sabre/event (5.1.4)
- Locking squizlabs/php_codesniffer (3.7.2)
- Locking symfony/console (v5.4.24)
- Locking symfony/deprecation-contracts (v2.5.2)
- Locking symfony/polyfill-ctype (v1.27.0)
- Locking symfony/polyfill-intl-grapheme (v1.27.0)
- Locking symfony/polyfill-intl-normalizer (v1.27.0)
- Locking symfony/polyfill-mbstring (v1.27.0)
- Locking symfony/polyfill-php73 (v1.27.0)
- Locking symfony/polyfill-php80 (v1.27.0)
- Locking symfony/service-contracts (v2.5.2)
- Locking symfony/string (v5.4.22)
- Locking tysonandre/var_representation_polyfill (0.1.3)
- Locking webmozart/assert (1.11.0)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 37 installs, 0 updates, 0 removals
0 [>---------------------------] 0 [->--------------------------] 0 [--->------------------------] - Installing composer/installers (v2.2.0): Extracting archive
- Installing composer/pcre (3.1.0): Extracting archive
- Installing symfony/polyfill-php80 (v1.27.0): Extracting archive
- Installing squizlabs/php_codesniffer (3.7.2): Extracting archive
- Installing symfony/polyfill-mbstring (v1.27.0): Extracting archive
- Installing composer/spdx-licenses (1.5.7): Extracting archive
- Installing composer/semver (3.3.2): Extracting archive
- Installing mediawiki/mediawiki-codesniffer (v41.0.0): Extracting archive
- Installing tysonandre/var_representation_polyfill (0.1.3): Extracting archive
- Installing symfony/polyfill-intl-normalizer (v1.27.0): Extracting archive
- Installing symfony/polyfill-intl-grapheme (v1.27.0): Extracting archive
- Installing symfony/polyfill-ctype (v1.27.0): Extracting archive
- Installing symfony/string (v5.4.22): Extracting archive
- Installing symfony/deprecation-contracts (v2.5.2): Extracting archive
- Installing psr/container (1.1.2): Extracting archive
- Installing symfony/service-contracts (v2.5.2): Extracting archive
- Installing symfony/polyfill-php73 (v1.27.0): Extracting archive
- Installing symfony/console (v5.4.24): Extracting archive
- Installing sabre/event (5.1.4): Extracting archive
- Installing netresearch/jsonmapper (v4.2.0): Extracting archive
- Installing microsoft/tolerant-php-parser (v0.1.1): Extracting archive
- Installing webmozart/assert (1.11.0): Extracting archive
- Installing phpstan/phpdoc-parser (1.22.0): Extracting archive
- Installing phpdocumentor/reflection-common (2.2.0): Extracting archive
- Installing doctrine/deprecations (v1.1.0): Extracting archive
- Installing phpdocumentor/type-resolver (1.7.2): Extracting archive
- Installing phpdocumentor/reflection-docblock (5.3.0): Extracting archive
- Installing felixfbecker/advanced-json-rpc (v3.2.1): Extracting archive
- Installing psr/log (1.1.4): Extracting archive
- Installing composer/xdebug-handler (3.0.3): Extracting archive
- Installing phan/phan (5.4.1): Extracting archive
- Installing mediawiki/phan-taint-check-plugin (4.0.0): Extracting archive
- Installing mediawiki/mediawiki-phan-config (0.12.1): Extracting archive
- Installing mediawiki/minus-x (1.1.1): Extracting archive
- Installing php-parallel-lint/php-console-color (v1.0.1): Extracting archive
- Installing php-parallel-lint/php-console-highlighter (v1.0.0): Extracting archive
- Installing php-parallel-lint/php-parallel-lint (v1.3.2): Extracting archive
0/27 [>---------------------------] 0%
10/27 [==========>-----------------] 37%
19/27 [===================>--------] 70%
26/27 [==========================>-] 96%
27/27 [============================] 100%4 package suggestions were added by new dependencies, use `composer suggest` to see details.
Generating autoload files
15 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
--- stdout ---
--- end ---
Upgrading n:grunt-banana-checker from 0.10.0 -> 0.11.0
Upgrading n:stylelint-config-wikimedia from 0.14.0 -> 0.15.0
$ /usr/bin/npm install
--- stdout ---
added 419 packages, and audited 420 packages in 5s
55 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 ---
$ ./node_modules/.bin/grunt stylelint
--- stdout ---
Running "stylelint:all" (stylelint) task
>> Linted 0 files without errors
Done.
--- end ---
$ /usr/bin/npm ci --legacy-peer-deps
--- stdout ---
added 419 packages, and audited 420 packages in 5s
55 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/nodes/ext.containerfilter.ui.ContainerFilterInspector.js
7:1 warning This line has a length of 116. Maximum allowed is 100 max-len
20:1 warning This line has a length of 117. Maximum allowed is 100 max-len
75:1 warning This line has a length of 109. Maximum allowed is 100 max-len
89:1 warning This line has a length of 102. Maximum allowed is 100 max-len
101:1 warning This line has a length of 112. Maximum allowed is 100 max-len
/src/repo/resources/nodes/ext.containerfilter.ui.ContainerFilterInspectorTool.js
18:1 warning This line has a length of 121. Maximum allowed is 100 max-len
✖ 6 problems (0 errors, 6 warnings)
Running "stylelint:all" (stylelint) task
>> Linted 0 files without errors
Running "banana:ContainerFilter" (banana) task
>> 1 message directory checked.
Done.
--- end ---
$ /usr/bin/npm audit --json --legacy-peer-deps
--- stdout ---
{
"auditReportVersion": 2,
"vulnerabilities": {},
"metadata": {
"vulnerabilities": {
"info": 0,
"low": 0,
"moderate": 0,
"high": 0,
"critical": 0,
"total": 0
},
"dependencies": {
"prod": 1,
"dev": 419,
"optional": 0,
"peer": 1,
"peerOptional": 0,
"total": 419
}
}
}
--- end ---
$ package-lock-lint package-lock.json
--- stdout ---
Checking package-lock.json
--- end ---
build: Updating npm dependencies
* grunt-banana-checker: 0.10.0 → 0.11.0
* stylelint-config-wikimedia: 0.14.0 → 0.15.0
Additional changes:
* eslint: Removed globals `mw`, `OO`, included via `wikimedia/mediawiki` profile (T262222).
$ git add .
--- stdout ---
--- end ---
$ git commit -F /tmp/tmp6x7xd3z_
--- stdout ---
[master 18f11a0] build: Updating npm dependencies
3 files changed, 24 insertions(+), 40 deletions(-)
--- end ---
$ git format-patch HEAD~1 --stdout
--- stdout ---
From 18f11a06b9990ff1e383a80a3e2d782aae43e0ad Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Fri, 2 Jun 2023 01:50:01 +0000
Subject: [PATCH] build: Updating npm dependencies
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* grunt-banana-checker: 0.10.0 → 0.11.0
* stylelint-config-wikimedia: 0.14.0 → 0.15.0
Additional changes:
* eslint: Removed globals `mw`, `OO`, included via `wikimedia/mediawiki` profile (T262222).
Change-Id: I3317e138a083794c8c130245d2c903f81763eb4b
---
.eslintrc.json | 2 --
package-lock.json | 58 ++++++++++++++++++-----------------------------
package.json | 4 ++--
3 files changed, 24 insertions(+), 40 deletions(-)
diff --git a/.eslintrc.json b/.eslintrc.json
index 7ae1e49..0c171b8 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -9,8 +9,6 @@
"no-implicit-globals": "off"
},
"globals": {
- "mw": "readonly",
- "OO": "readonly",
"ve": "readonly",
"ext": "writable"
}
diff --git a/package-lock.json b/package-lock.json
index 5c701b0..cffe57f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,10 +8,10 @@
"devDependencies": {
"eslint-config-wikimedia": "0.25.0",
"grunt": "1.6.1",
- "grunt-banana-checker": "0.10.0",
+ "grunt-banana-checker": "0.11.0",
"grunt-eslint": "24.0.1",
"grunt-stylelint": "0.18.0",
- "stylelint-config-wikimedia": "0.14.0"
+ "stylelint-config-wikimedia": "0.15.0"
}
},
"node_modules/@babel/code-frame": {
@@ -494,9 +494,9 @@
}
},
"node_modules/browserslist-config-wikimedia": {
- "version": "0.4.0",
- "resolved": "https://registry.npmjs.org/browserslist-config-wikimedia/-/browserslist-config-wikimedia-0.4.0.tgz",
- "integrity": "sha512-U/fmsaGlCKOqRIjKqXwQ44qFqiStngRTphj1Cf6IHV6J8OK8T0gu9dKc7Ljq4v7bwhnhN+YCCa4fA3nZlPNivQ==",
+ "version": "0.5.0",
+ "resolved": "https://registry.npmjs.org/browserslist-config-wikimedia/-/browserslist-config-wikimedia-0.5.0.tgz",
+ "integrity": "sha512-t+tvSnTeVhVF2lNRxoAlE51/ZCfUs5SNNZUnWu2N8xXOGMPTMyKk5l4mayvDdm+5L8oqmnALU+TjnN2Z+ZTCTw==",
"dev": true
},
"node_modules/builtin-modules": {
@@ -1152,12 +1152,6 @@
"eslint-plugin-yml": "^0.14.0"
}
},
- "node_modules/eslint-config-wikimedia/node_modules/browserslist-config-wikimedia": {
- "version": "0.5.0",
- "resolved": "https://registry.npmjs.org/browserslist-config-wikimedia/-/browserslist-config-wikimedia-0.5.0.tgz",
- "integrity": "sha512-t+tvSnTeVhVF2lNRxoAlE51/ZCfUs5SNNZUnWu2N8xXOGMPTMyKk5l4mayvDdm+5L8oqmnALU+TjnN2Z+ZTCTw==",
- "dev": true
- },
"node_modules/eslint-plugin-compat": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-compat/-/eslint-plugin-compat-4.0.2.tgz",
@@ -2285,9 +2279,9 @@
}
},
"node_modules/grunt-banana-checker": {
- "version": "0.10.0",
- "resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.10.0.tgz",
- "integrity": "sha512-Sx+P3zWjn4YmBCqzidnCEkYrACe1SLTIT8kKC6C3f21Hu6sm17U/V+re343cuK3U+iGZv15ux6bY+69buIbYrA==",
+ "version": "0.11.0",
+ "resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.11.0.tgz",
+ "integrity": "sha512-qXtcxu7y9GFEIx6ELm5jSf+JqvCafdco+t/YsrUhUDNe9AgCnP7X0R+PxT0qZaDftKVrDrR2gPOYqpaAye5bDw==",
"dev": true,
"bin": {
"banana-checker": "src/cli.js"
@@ -4264,12 +4258,12 @@
}
},
"node_modules/stylelint-config-wikimedia": {
- "version": "0.14.0",
- "resolved": "https://registry.npmjs.org/stylelint-config-wikimedia/-/stylelint-config-wikimedia-0.14.0.tgz",
- "integrity": "sha512-8gc5fcYsavMU6yBxE4Ium0XX8Ekedg+kcU0Oojjg5di6Jhv74bx3pcdfW+Z4bDYKWx3pg3Glemy/CBRqg+JViQ==",
+ "version": "0.15.0",
+ "resolved": "https://registry.npmjs.org/stylelint-config-wikimedia/-/stylelint-config-wikimedia-0.15.0.tgz",
+ "integrity": "sha512-8cQ1qGbvA6qwmH+sT2m2h/yha77z564WRhuXJTD9rQl+IhN5R8nTdu9QKSCikB/mTQ/xmldsvcmA2YsTavO3ig==",
"dev": true,
"dependencies": {
- "browserslist-config-wikimedia": "0.4.0",
+ "browserslist-config-wikimedia": "0.5.0",
"postcss-html": "1.5.0",
"postcss-less": "6.0.0",
"stylelint": "14.16.1",
@@ -5184,9 +5178,9 @@
}
},
"browserslist-config-wikimedia": {
- "version": "0.4.0",
- "resolved": "https://registry.npmjs.org/browserslist-config-wikimedia/-/browserslist-config-wikimedia-0.4.0.tgz",
- "integrity": "sha512-U/fmsaGlCKOqRIjKqXwQ44qFqiStngRTphj1Cf6IHV6J8OK8T0gu9dKc7Ljq4v7bwhnhN+YCCa4fA3nZlPNivQ==",
+ "version": "0.5.0",
+ "resolved": "https://registry.npmjs.org/browserslist-config-wikimedia/-/browserslist-config-wikimedia-0.5.0.tgz",
+ "integrity": "sha512-t+tvSnTeVhVF2lNRxoAlE51/ZCfUs5SNNZUnWu2N8xXOGMPTMyKk5l4mayvDdm+5L8oqmnALU+TjnN2Z+ZTCTw==",
"dev": true
},
"builtin-modules": {
@@ -5762,14 +5756,6 @@
"eslint-plugin-vue": "^8.7.1",
"eslint-plugin-wdio": "^7.19.4",
"eslint-plugin-yml": "^0.14.0"
- },
- "dependencies": {
- "browserslist-config-wikimedia": {
- "version": "0.5.0",
- "resolved": "https://registry.npmjs.org/browserslist-config-wikimedia/-/browserslist-config-wikimedia-0.5.0.tgz",
- "integrity": "sha512-t+tvSnTeVhVF2lNRxoAlE51/ZCfUs5SNNZUnWu2N8xXOGMPTMyKk5l4mayvDdm+5L8oqmnALU+TjnN2Z+ZTCTw==",
- "dev": true
- }
}
},
"eslint-plugin-compat": {
@@ -6500,9 +6486,9 @@
}
},
"grunt-banana-checker": {
- "version": "0.10.0",
- "resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.10.0.tgz",
- "integrity": "sha512-Sx+P3zWjn4YmBCqzidnCEkYrACe1SLTIT8kKC6C3f21Hu6sm17U/V+re343cuK3U+iGZv15ux6bY+69buIbYrA==",
+ "version": "0.11.0",
+ "resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.11.0.tgz",
+ "integrity": "sha512-qXtcxu7y9GFEIx6ELm5jSf+JqvCafdco+t/YsrUhUDNe9AgCnP7X0R+PxT0qZaDftKVrDrR2gPOYqpaAye5bDw==",
"dev": true
},
"grunt-cli": {
@@ -8024,12 +8010,12 @@
"requires": {}
},
"stylelint-config-wikimedia": {
- "version": "0.14.0",
- "resolved": "https://registry.npmjs.org/stylelint-config-wikimedia/-/stylelint-config-wikimedia-0.14.0.tgz",
- "integrity": "sha512-8gc5fcYsavMU6yBxE4Ium0XX8Ekedg+kcU0Oojjg5di6Jhv74bx3pcdfW+Z4bDYKWx3pg3Glemy/CBRqg+JViQ==",
+ "version": "0.15.0",
+ "resolved": "https://registry.npmjs.org/stylelint-config-wikimedia/-/stylelint-config-wikimedia-0.15.0.tgz",
+ "integrity": "sha512-8cQ1qGbvA6qwmH+sT2m2h/yha77z564WRhuXJTD9rQl+IhN5R8nTdu9QKSCikB/mTQ/xmldsvcmA2YsTavO3ig==",
"dev": true,
"requires": {
- "browserslist-config-wikimedia": "0.4.0",
+ "browserslist-config-wikimedia": "0.5.0",
"postcss-html": "1.5.0",
"postcss-less": "6.0.0",
"stylelint": "14.16.1",
diff --git a/package.json b/package.json
index 49fe5e3..338d259 100644
--- a/package.json
+++ b/package.json
@@ -7,10 +7,10 @@
"devDependencies": {
"eslint-config-wikimedia": "0.25.0",
"grunt": "1.6.1",
- "grunt-banana-checker": "0.10.0",
+ "grunt-banana-checker": "0.11.0",
"grunt-eslint": "24.0.1",
"grunt-stylelint": "0.18.0",
- "stylelint-config-wikimedia": "0.14.0"
+ "stylelint-config-wikimedia": "0.15.0"
},
"eslintIgnore": [
"vendor/**"
--
2.30.2
--- end ---