Commit graph

6 commits

Author SHA1 Message Date
libraryupgrader 5e5d52648c build: Updating dependencies
composer:
* mediawiki/mediawiki-codesniffer: 31.0.0 → 38.0.0
  The following sniffs are failing and were disabled:
  * MediaWiki.Commenting.PropertyDocumentation.MissingDocumentationPrivate
  * MediaWiki.Commenting.PropertyDocumentation.WrongStyle
  * MediaWiki.Usage.ExtendClassUsage.FunctionConfigUsage
  * MediaWiki.Usage.StaticClosure.StaticClosure

npm:
* async: 3.2.0 → 3.2.3
  * https://github.com/advisories/GHSA-fwr7-v2mv-hh25

Additional changes:
* Set `name` in package.json.
* Dropped default excluded folder(s) from .phpcs.xml (T274684).

Change-Id: Ibe42c1d86c197581dc6df8dbb5b4d0c8ec0ea55c
2022-04-15 10:04:52 +00:00
libraryupgrader 2ebea0ce8f build: Updating npm dependencies
* grunt: 1.1.0 → 1.4.0
* lodash: 4.17.19 → 4.17.21
  * https://npmjs.com/advisories/1673 (CVE-2021-23337)

Additional changes:
* Consolidated .phpcs.xml encoding to "UTF-8" (T200956).
* Dropped .php5 and .inc files from .phpcs.xml (T200956).
* Added the "composer phan" command to conveniently run phan.
* Removing manual extensions for eslint.

Change-Id: Ib871d1e275f3b7263d33c5a8fe8722846d19832c
2021-05-11 06:21:34 +00:00
libraryupgrader 210cada8e6 build: Updating mediawiki/mediawiki-codesniffer to 29.0.0
The following sniffs are failing and were disabled:
* MediaWiki.Commenting.FunctionComment.MissingDocumentationPrivate

Additional changes:
* Also sorted "composer fix" command to run phpcbf last.

Change-Id: Icdd0d0e60dd543921a5757162548ae149c3316ea
2020-01-10 10:06:28 +00:00
James D. Forrester 0cbd696ad1 build: Upgrade mediawiki-codesniffer to v28.0.0
Change-Id: I317550321c4372140565a16afc29069635874b22
2019-10-11 10:34:45 -07:00
libraryupgrader becc28983e build: Updating mediawiki/mediawiki-codesniffer to 17.0.0
The following sniffs now pass and were enabled:
* MediaWiki.Commenting.FunctionComment.MissingParamComment

Change-Id: I50cf82c74d55ac07e89c07546a70bf3b90b4652d
2018-03-28 18:27:27 +00:00
libraryupgrader 27cf5913e0 build: Updating mediawiki/mediawiki-codesniffer to 14.1.0
And moved phpcs.xml to .phpcs.xml (T177256).

Change-Id: I0fdf3d1233fbdb2de25e542920160db38ecaec81
2017-10-21 03:00:16 +00:00
Renamed from phpcs.xml (Browse further)