mediawiki-extensions-Scribunto/package.json

16 lines
304 B
JSON
Raw Normal View History

{
build: Updating dependencies composer: * mediawiki/mediawiki-codesniffer: 31.0.0 → 38.0.0 The following sniffs are failing and were disabled: * MediaWiki.Commenting.FunctionComment.MissingParamTag * MediaWiki.Commenting.FunctionComment.ObjectTypeHintParam * MediaWiki.Commenting.FunctionComment.ObjectTypeHintReturn * MediaWiki.Commenting.FunctionComment.ParamNameNoMatch * MediaWiki.Commenting.PropertyDocumentation.MissingDocumentationPrivate * MediaWiki.Commenting.PropertyDocumentation.MissingDocumentationProtected * MediaWiki.Commenting.PropertyDocumentation.MissingDocumentationPublic * MediaWiki.Commenting.PropertyDocumentation.NotShortBoolVar * MediaWiki.Commenting.PropertyDocumentation.NotShortIntVar * MediaWiki.Commenting.PropertyDocumentation.WrongStyle * MediaWiki.Usage.StaticClosure.StaticClosure * PSR12.Functions.ReturnTypeDeclaration.SpaceBeforeColon * PSR2.Classes.PropertyDeclaration.Multiple npm: * ajv: 6.10.2 → 6.12.6 * https://github.com/advisories/GHSA-v88g-cgmw-v5xw * ansi-regex: 5.0.0 → 5.0.1 * https://github.com/advisories/GHSA-93q8-gq69-wqmw * https://github.com/advisories/GHSA-93q8-gq69-wqmw * async: 3.2.0 → 3.2.3 * https://github.com/advisories/GHSA-fwr7-v2mv-hh25 * minimist: 1.2.5 → 1.2.6 * https://github.com/advisories/GHSA-xvch-5gv4-984h * nanoid: 3.1.23 → 3.3.2 * https://github.com/advisories/GHSA-qrpm-p2h7-hrv2 Additional changes: * Set `name` in package.json. * composer.json: Updated phpcs command in composer test (T280592). * composer.json: Added phpcs command to scripts (T280592). Change-Id: I816da6b8a36655ee7c44af56eff55bb84622c0a7
2022-04-15 07:55:55 +00:00
"name": "Scribunto",
"private": true,
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.15.3",
"grunt": "1.5.3",
"grunt-banana-checker": "0.9.0",
"grunt-eslint": "22.0.0",
"grunt-stylelint": "0.15.0",
"stylelint-config-wikimedia": "0.10.3"
}
}