build: Updating dependencies

composer:
* mediawiki/mediawiki-phan-config: 0.11.0 → 0.11.1

npm:
* eslint-config-wikimedia: 0.21.0 → 0.22.1
* wdio-mediawiki: 1.1.1 → 1.2.0
* @wdio/cli: 7.16.4 → 7.19.5
* @wdio/local-runner: 7.16.4 → 7.19.5
* @wdio/sync: 7.16.4 → 7.19.5
* jsdoc: 3.6.7 → 3.6.10
* ansi-regex: 5.0.1 → 5.0.1
  * https://github.com/advisories/GHSA-93q8-gq69-wqmw
  * https://github.com/advisories/GHSA-93q8-gq69-wqmw
* async: 3.2.2 → 3.2.2
  * https://github.com/advisories/GHSA-fwr7-v2mv-hh25
* ejs: 2.7.4 → 2.7.4
  * https://github.com/advisories/GHSA-fwr7-v2mv-hh25
* jake: 10.8.2 → 10.8.4
  * https://github.com/advisories/GHSA-fwr7-v2mv-hh25
* json-schema: 0.2.3 → 0.4.0
  * https://github.com/advisories/GHSA-896r-f27r-55mw
* jsprim: 1.4.1 → 1.4.2
  * https://github.com/advisories/GHSA-896r-f27r-55mw
* minimist: 1.2.5 → 1.2.6
  * https://github.com/advisories/GHSA-xvch-5gv4-984h
* mocha: 9.1.3 → 9.2.2
  * https://github.com/advisories/GHSA-qrpm-p2h7-hrv2
* nanoid: 3.1.25 → 3.3.1
  * https://github.com/advisories/GHSA-qrpm-p2h7-hrv2
* shelljs: 0.8.4 → 0.8.5
  * https://github.com/advisories/GHSA-64g7-mvw6-v9qj
* url-parse: 1.5.3 → 1.5.10
  * https://github.com/advisories/GHSA-jf5r-8hm2-f872
  * https://github.com/advisories/GHSA-hgjh-723h-mx2j
  * https://github.com/advisories/GHSA-8v38-pw62-9cw2
  * https://github.com/advisories/GHSA-rqff-837h-mm52

Additional changes:
* Set `name` in package.json.
* .gitignore: Added .phpunit.result.cache (T242727).

Change-Id: Ic4993fac43fb42af08654aab03352281d663cce9
This commit is contained in:
libraryupgrader 2022-04-15 19:41:54 +00:00
parent 5632b8ccef
commit a86fd8e1d2
4 changed files with 3451 additions and 1005 deletions

1
.gitignore vendored
View file

@ -8,3 +8,4 @@
/tests/selenium/log
/tmp
/.resolve-less-imports
/.phpunit.result.cache

View file

@ -1,12 +1,12 @@
{
"require-dev": {
"johnkary/phpunit-speedtrap": "^3.1",
"mediawiki/mediawiki-codesniffer": "38.0.0",
"mediawiki/mediawiki-phan-config": "0.11.0",
"mediawiki/mediawiki-phan-config": "0.11.1",
"mediawiki/minus-x": "1.1.1",
"php-parallel-lint/php-console-highlighter": "0.5.0",
"php-parallel-lint/php-parallel-lint": "1.3.1",
"phpunit/phpunit": "^8.5.0",
"johnkary/phpunit-speedtrap": "^3.1"
"phpunit/phpunit": "^8.5.0"
},
"scripts": {
"test": [

4436
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,4 +1,5 @@
{
"name": "MinervaNeue",
"private": true,
"scripts": {
"storybook:setup": "./dev-scripts/setup-storybook.sh",
@ -19,17 +20,17 @@
"devDependencies": {
"@babel/core": "7.7.7",
"@storybook/html": "5.2.8",
"@wdio/cli": "7.16.4",
"@wdio/cli": "7.19.5",
"@wdio/cucumber-framework": "7.16.4",
"@wdio/dot-reporter": "7.16.4",
"@wdio/junit-reporter": "7.16.4",
"@wdio/local-runner": "7.16.4",
"@wdio/local-runner": "7.19.5",
"@wdio/mocha-framework": "7.16.4",
"@wdio/sync": "7.16.4",
"@wdio/sync": "7.19.5",
"babel-loader": "8.0.6",
"eslint-config-wikimedia": "0.21.0",
"eslint-config-wikimedia": "0.22.1",
"grunt-banana-checker": "0.9.0",
"jsdoc": "3.6.7",
"jsdoc": "3.6.10",
"less": "3.8.1",
"less-loader": "4.1.0",
"mustache": "3.0.1",
@ -37,7 +38,7 @@
"pre-commit": "1.2.2",
"stylelint-config-wikimedia": "0.11.1",
"svgo": "2.8.0",
"wdio-mediawiki": "1.1.1",
"wdio-mediawiki": "1.2.0",
"webdriverio": "7.16.4"
}
}