mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-23 23:24:39 +00:00
build: Updating npm dependencies
* @storybook/html: 6.2.9 → 6.5.4 * bundlesize: 0.18.0 → 0.18.1 * jquery: 3.4.1 → 3.6.0 * jsdoc: 3.6.3 → 3.6.10 * webpack-cli: 3.1.2 → 3.3.12 * ansi-regex: 5.0.1 → 5.0.1 * https://github.com/advisories/GHSA-93q8-gq69-wqmw * async: 0.9.2 → 3.2.3 * https://github.com/advisories/GHSA-fwr7-v2mv-hh25 * ejs: 3.1.6 → 3.1.8 * https://github.com/advisories/GHSA-phwq-j96m-2c2q * jake: 10.8.2 → 10.8.5 * https://github.com/advisories/GHSA-fwr7-v2mv-hh25 * minimist: 1.2.5 → 1.2.6 * https://github.com/advisories/GHSA-xvch-5gv4-984h * mocha: 8.4.0 → 8.4.0 * https://github.com/advisories/GHSA-qrpm-p2h7-hrv2 * nanoid: 3.1.20 → 3.1.20 * https://github.com/advisories/GHSA-qrpm-p2h7-hrv2 * prismjs: 1.27.0 → 1.28.0 * https://github.com/advisories/GHSA-3949-f494-cm99 * refractor: 3.5.0 → 3.6.0 * https://github.com/advisories/GHSA-3949-f494-cm99 Additional changes: * Set `name` in package.json. * Also sorted "composer fix" command to run phpcbf last. * Added the "composer phan" command to conveniently run phan. * composer.json: Updated phpcs command in composer test (T280592). * composer.json: Added phpcs command to scripts (T280592). Change-Id: I21f4c1bf305ef85028d9f7f0c74eca5dce98124b
This commit is contained in:
parent
717f5e4bac
commit
ae5b74e78a
|
@ -1,20 +1,22 @@
|
|||
{
|
||||
"require-dev": {
|
||||
"php-parallel-lint/php-parallel-lint": "1.3.1",
|
||||
"mediawiki/mediawiki-codesniffer": "38.0.0",
|
||||
"php-parallel-lint/php-console-highlighter": "0.5.0",
|
||||
"mediawiki/mediawiki-phan-config": "0.11.0",
|
||||
"mediawiki/minus-x": "1.1.1",
|
||||
"mediawiki/mediawiki-phan-config": "0.11.0"
|
||||
"php-parallel-lint/php-console-highlighter": "0.5.0",
|
||||
"php-parallel-lint/php-parallel-lint": "1.3.1"
|
||||
},
|
||||
"scripts": {
|
||||
"test": [
|
||||
"parallel-lint . --exclude vendor --exclude node_modules",
|
||||
"phpcs -p -s",
|
||||
"@phpcs",
|
||||
"minus-x check ."
|
||||
],
|
||||
"fix": [
|
||||
"phpcbf",
|
||||
"minus-x fix ."
|
||||
]
|
||||
"minus-x fix .",
|
||||
"phpcbf"
|
||||
],
|
||||
"phan": "phan -d . --long-progress-bar",
|
||||
"phpcs": "phpcs -sp --cache"
|
||||
}
|
||||
}
|
||||
|
|
15144
package-lock.json
generated
15144
package-lock.json
generated
File diff suppressed because it is too large
Load diff
11
package.json
11
package.json
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"name": "Popups",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"storybook": "./.storybook/storybook-resources.sh && start-storybook --config-dir=.storybook -p 6006 -s .storybook/static",
|
||||
|
@ -30,7 +31,7 @@
|
|||
"@babel/plugin-transform-runtime": "7.15.0",
|
||||
"@babel/preset-env": "7.2.0",
|
||||
"@babel/register": "7.0.0",
|
||||
"@storybook/html": "6.2.9",
|
||||
"@storybook/html": "6.5.4",
|
||||
"@types/jquery": "3.3.29",
|
||||
"@wdio/cli": "7.4.6",
|
||||
"@wdio/dot-reporter": "7.4.2",
|
||||
|
@ -41,15 +42,15 @@
|
|||
"@wikimedia/mw-node-qunit": "6.3.0",
|
||||
"babel-loader": "8.0.4",
|
||||
"browserslist-config-wikimedia": "0.2.0",
|
||||
"bundlesize": "0.18.0",
|
||||
"bundlesize": "0.18.1",
|
||||
"clean-webpack-plugin": "3.0.0",
|
||||
"cssjanus": "1.3.1",
|
||||
"eslint": "8.8.0",
|
||||
"eslint-config-wikimedia": "0.22.1",
|
||||
"expose-loader": "0.7.5",
|
||||
"grunt-banana-checker": "0.9.0",
|
||||
"jquery": "3.4.1",
|
||||
"jsdoc": "3.6.3",
|
||||
"jquery": "3.6.0",
|
||||
"jsdoc": "3.6.10",
|
||||
"less": "3.8.1",
|
||||
"less-loader": "4.1.0",
|
||||
"nyc": "15.0.0",
|
||||
|
@ -64,7 +65,7 @@
|
|||
"wdio-mediawiki": "1.1.1",
|
||||
"webdriverio": "7.4.6",
|
||||
"webpack": "4.44.2",
|
||||
"webpack-cli": "3.1.2"
|
||||
"webpack-cli": "3.3.12"
|
||||
},
|
||||
"bundlesize": [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue