Commit graph

11 commits

Author SHA1 Message Date
libraryupgrader c840001318 build: Updating dependencies
composer:
* mediawiki/mediawiki-codesniffer: 19.1.0 → 19.4.0

npm:
* grunt: 1.3.0 → 1.4.0
* lodash: 4.17.20 → 4.17.21
  * https://npmjs.com/advisories/1673 (CVE-2021-23337)
* hosted-git-info: 2.8.8 → 2.8.9
  * https://npmjs.com/advisories/1677 (CVE-2021-23362)

Additional changes:
* Dropped .php5 and .inc files from .phpcs.xml (T200956).

Change-Id: Ibed0051e7b52c4e9e064a249fac438a56cc1583d
2021-05-09 08:54:46 +00:00
libraryupgrader 65f34763f3 build: Updating grunt to 1.3.0
* https://npmjs.com/advisories/577 (CVE-2018-3721)
* https://npmjs.com/advisories/745
* https://npmjs.com/advisories/782 (CVE-2018-16487)
* https://npmjs.com/advisories/788
* https://npmjs.com/advisories/813
* https://npmjs.com/advisories/1065 (CVE-2019-10744)
* https://npmjs.com/advisories/1523 (CVE-2019-10744)

Additional changes:
* Replaced "jakub-onderka" packages with "php-parallel-lint".
* Committed package-lock.json (T179229) too.
* And updating CoC link to use Special:MyLanguage (T202047).
* Also sorted "composer fix" command to run phpcbf last.
* Set `root: true` in .eslintrc.json (T206485).
* Enable eslint caching.

Change-Id: Iafc6d676f6785fad83e82657ea8f6bf083d83e34
2021-01-01 04:15:54 +00:00
Ed Sanders 190c701217 build: Update linters
Change-Id: I95a14ebfd19a6632cf685444508fea5b5b33817f
2018-02-04 21:22:31 +00:00
Antoine Musso 52a313d9e0 Define npm peer dependency explicitly
npm 3 requires dependencies to be explicitly defined.

Bug: T172094
Change-Id: Ic640ccf0f577e47036d473892522ea758014fab4
2017-07-31 12:46:29 +02:00
Ed Sanders e01ded6b66 build: Update eslint to 0.4.0
Change-Id: Ib2fadb67ebfd8bdb669ae049748d4c5c6e8f398b
2017-05-04 21:07:47 +00:00
Ed Sanders 716fb7c4e6 build: Update stylelint to 0.4.1
Change-Id: I5efe4a0dbacc5b46ff64e89930b1b614d9f8c880
2017-03-20 14:28:51 +00:00
Ed Sanders ae85f2ac6b Replace jshint/jscs with eslint and add stylelint
Change-Id: I9c33c65c913d891739b913d5363abba66c2cd0dd
2017-01-18 16:53:09 -08:00
Kunal Mehta ece496b957 build: Updating development dependencies
* grunt-jsonlint: 1.0.6 → 1.0.7

Change-Id: I518b1b6fff2dde7d33fcdefb2a27229e6de2f866
2015-12-29 11:20:52 -08:00
Paladox 325f21e117 Add grunt-jscs package
This will allow us to run jscs in npm.

Change-Id: Ica970dfd2459bbdf50abc55ecdb24fe47307ccaa
2015-11-26 23:34:47 +00:00
Paladox e0c5ac3344 Update grunt-jsonlint to 1.0.6
Change-Id: I847605a0b35d5b8e4022030ae40bd21bb1ea0b37
2015-11-26 16:55:02 +00:00
Paladox 4307f1ec19 Add some Jenkins tests
Add support for composer phplint and npm jshint, jsonlint
and banana-checker.

Change-Id: If509fdb96f35cdd252b6c53ece8a568b4a614926
2015-10-14 11:52:19 +01:00