Commit graph

823 commits

Author SHA1 Message Date
libraryupgrader
763278c76e build: Updating grunt to 1.5.3
Change-Id: Ie72c8e36aa39dfe82e38d53e5793f37a736c397c
2022-05-22 14:21:22 +00:00
libraryupgrader
9cf2aa9019 build: Updating dependencies
composer:
* mediawiki/mediawiki-codesniffer: 31.0.0 → 38.0.0
  The following sniffs are failing and were disabled:
  * MediaWiki.NamingConventions.PrefixedGlobalFunctions.allowedPrefix
  * MediaWiki.Usage.ExtendClassUsage.FunctionConfigUsage

npm:
* ajv: 6.11.0 → 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

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: Id3fadc2ea75f6bee4a1dfdfdc2f4892ec8d35a0d
2022-04-15 01:40:36 +00:00
libraryupgrader
8b144bcb65 build: Updating path-parse to 1.0.7
* https://npmjs.com/advisories/1773 (CVE-2021-23343)

Change-Id: Ieab54661a5aff68441817389f5c2a87764dbbee3
2021-09-02 16:31:03 +00:00
libraryupgrader
cf8cc9b595 build: Updating glob-parent to 5.1.2
* https://npmjs.com/advisories/1751 (CVE-2020-28469)

Change-Id: I60f6634ffcf1d6356837ecf5282098b0e7639cf1
2021-07-22 15:28:35 +00:00
libraryupgrader
de75d9f690 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:
* Dropped .php5 and .inc files from .phpcs.xml (T200956).

Change-Id: Iff562433ff7a4268f3eb7eb7a0c1ec1d0c43e540
2021-05-09 10:18:04 +00:00
libraryupgrader
371c9a0a44 build: Updating lodash to 4.17.19
* https://npmjs.com/advisories/1523
* CVE-2019-10744

Change-Id: Ie099903dd56420be8e3577170505d7543628ca30
2020-07-09 05:44:07 +00:00
Translation updater bot
b4321e9f90 Localisation updates from https://translatewiki.net.
Change-Id: Ia32aa408e9bb9527e8f13f37b155a96b8d002841
2020-07-03 08:32:36 +02:00
Translation updater bot
2af4934cbd Localisation updates from https://translatewiki.net.
Change-Id: I10d6b4c7d309209507ac6a8f6914dd79e3b80650
2020-06-15 08:39:09 +02:00
libraryupgrader
f260a7ad76 build: Updating mediawiki/minus-x to 1.1.0
Change-Id: I7476fe4a65fc2f85efddfa78190589a4acf25d75
2020-06-08 08:01:34 +00:00
Translation updater bot
73ed304e2c Localisation updates from https://translatewiki.net.
Change-Id: If1dc777441bf2b86214b5e4603c4a1ae8b9b877a
2020-06-08 08:49:46 +02:00
Translation updater bot
e9f8e17919 Localisation updates from https://translatewiki.net.
Change-Id: I942d224f992e60b1adbd392a0c6940b7df8311fc
2020-06-05 08:52:49 +02:00
libraryupgrader
3de3b235c6 build: Updating composer dependencies
* php-parallel-lint/php-console-highlighter: 0.4.0 → 0.5.0
* php-parallel-lint/php-parallel-lint: 1.0.0 → 1.2.0

Additional changes:
* Replaced "jakub-onderka" packages with "php-parallel-lint".

Change-Id: I71d07dd403f3863f89287856a5e8ba9b0d7df1c6
2020-05-31 02:01:03 +00:00
libraryupgrader
82ae323231 build: Updating mediawiki/mediawiki-codesniffer to 31.0.0
The following sniffs now pass and were enabled:
* MediaWiki.Usage.DbrQueryUsage.DbrQueryFound

Additional changes:
* Replaced "jakub-onderka" packages with "php-parallel-lint".

Change-Id: Id8e722a709da5eb7e00a57725b88d927e9fbafd9
2020-05-29 11:41:57 +00:00
Translation updater bot
3ceddd3f31 Localisation updates from https://translatewiki.net.
Change-Id: I35fd27eb97a5762784481c67b47e2f165b7a79f8
2020-05-26 08:35:33 +02:00
MusikAnimal
82788a63ed Fix query to group by user_name
Bug: T211037
Follow-Up: Ia395f904d12d96e0d8bf0c1b2a5f638639b3ab12
Change-Id: I4a7c769d9457fc0d845ad8c45f4378018a59addb
2020-05-10 20:52:07 -04:00
jenkins-bot
d5dca87239 Merge "Add support for actor" 2020-05-10 02:58:58 +00:00
Paladox
192f38dc4c Add support for actor
Bug: T211037
Change-Id: Ia395f904d12d96e0d8bf0c1b2a5f638639b3ab12
2020-05-10 02:50:56 +00:00
Translation updater bot
02766fdc0c Localisation updates from https://translatewiki.net.
Change-Id: Id0215d32d0ea1914817e27f30b92980327d4e79a
2020-05-01 10:00:31 +02:00
libraryupgrader
896045f848 build: Updating dependencies
composer:
* mediawiki/mediawiki-codesniffer: 29.0.0 → 30.0.0

npm:
* eslint-config-wikimedia: 0.15.0 → 0.15.3

Change-Id: I11b5a863f5f25f1545d56ce2e4d74882200abcff
2020-04-22 07:46:52 +00:00
Translation updater bot
f7f3af5657 Localisation updates from https://translatewiki.net.
Change-Id: I8a4d915c5e4249089ed6ecb1b07e9ae29d605585
2020-04-22 08:55:55 +02:00
Translation updater bot
e81fb24586 Localisation updates from https://translatewiki.net.
Change-Id: I3255f003ef0c6fb5ff8557e53b80361d80fa04f7
2020-04-20 08:41:03 +02:00
libraryupgrader
3bb49646fe build: Updating grunt-banana-checker to 0.9.0
Change-Id: Ic60a49157e7012ada6f5b5dee2237576ceb26611
2020-04-19 02:46:55 +00:00
Translation updater bot
cba65cdeb6 Localisation updates from https://translatewiki.net.
Change-Id: I158eff917d98cf7910163c04f28efa13d7aba566
2020-04-14 08:23:23 +02:00
Translation updater bot
e70a6bb4d0 Localisation updates from https://translatewiki.net.
Change-Id: I4bf65c7e84f6041f8bc6210f93c3b1b3e9478043
2020-04-13 09:00:00 +02:00
Translation updater bot
2668446cd7 Localisation updates from https://translatewiki.net.
Change-Id: I45544d528885c478c91f733e3484e50284823d89
2020-04-07 08:38:34 +02:00
Translation updater bot
27e579e3c3 Localisation updates from https://translatewiki.net.
Change-Id: I7a6709a0ae4b6e2456dec8be14b411f732bc3882
2020-03-24 08:48:52 +01:00
libraryupgrader
e745e56085 build: Updating mkdirp to 0.5.3
* https://npmjs.com/advisories/1179

Change-Id: I81e43d99e2f5566a59696e691fade4f8d1ec3f3d
2020-03-20 21:42:31 +00:00
libraryupgrader
a3c92f6e07 build: Updating minimist to 1.2.5
* https://npmjs.com/advisories/1179

Change-Id: Ie606d5964101b59a174d3889c8e46f7c32c6207f
2020-03-18 05:34:03 +00:00
libraryupgrader
81dd4ee4a6 build: Updating acorn to 7.1.1
* https://npmjs.com/advisories/1488

Change-Id: Iea15f28f4414bb77c40e59776b999968e0211ac2
2020-03-08 21:14:41 +00:00
Translation updater bot
b317d2566e Localisation updates from https://translatewiki.net.
Change-Id: I5d2ce79f206e055d521760c21e800e16cdeceb0d
2020-03-02 09:09:29 +01:00
Translation updater bot
0ca704c7d1 Localisation updates from https://translatewiki.net.
Change-Id: I0f0eaaffa8a8d6c81c82b289244f18c04061cc0a
2020-02-27 08:36:22 +01:00
Translation updater bot
e4a9083d8f Localisation updates from https://translatewiki.net.
Change-Id: Id0dcf95a5861a47ce2e568c2fec5a5ef701b1f16
2020-02-19 08:23:29 +01:00
Umherirrender
3b8629ad9b build: Replace jscs, jshint and jsonlint by eslint
Bug: T210365
Change-Id: I184e594a3be8010c9c6561b2b66e5596905a40fe
2020-02-03 20:49:46 +01:00
libraryupgrader
30eace5dec build: Updating mediawiki/minus-x to 1.0.0
Change-Id: I74f720c20437ed25853cf880e154e5c0ff6716d2
2020-01-29 02:55:02 +00:00
libraryupgrader
c73ace56c4 build: Updating jakub-onderka/php-console-highlighter to 0.4.0
Change-Id: Id029644bd837fd4d39d0523c5df62589ad64d871
2020-01-28 07:53:28 +00:00
Translation updater bot
3837153bab Localisation updates from https://translatewiki.net.
Change-Id: I6f317e4edc3e8c218ed3fb9eac772d7aef465720
2020-01-21 08:15:58 +01:00
Translation updater bot
9d10a949e5 Localisation updates from https://translatewiki.net.
Change-Id: Ib9668f0f65461a70bfc7195b869a4be641be3a79
2020-01-20 08:48:48 +01:00
libraryupgrader
6cdaa361c1 build: Updating mediawiki/mediawiki-codesniffer to 29.0.0
Additional changes:
* Also sorted "composer fix" command to run phpcbf last.

Change-Id: Ie549c7c984457f6ff85315cfec2e3739558f6017
2020-01-14 04:36:07 +00:00
Translation updater bot
8d97dcf311 Localisation updates from https://translatewiki.net.
Change-Id: I068326f1c9743a97495eff5b31857ac6c22cf5a7
2019-12-22 17:40:23 +01:00
libraryupgrader
3491a9442a build: Updating dependencies
composer:
* mediawiki/minus-x: 0.3.1 → 0.3.2

npm:
* grunt-banana-checker: 0.4.0 → 0.8.1

Change-Id: Ia1365bbd40f98972c968ffb4652bf5452630c31e
2019-12-16 03:26:53 +00:00
C. Scott Ananian
bc2d5f0861 Replace use of Parser::disableCache(), deprecated in MW 1.28
The replacement `$parser->getOutput()->updateCacheExpiry(0)` has been
in place since MW 1.16.3.

See I6419754de6cbc01af07b6c0eafb8396bd720a58d in core.

Change-Id: I7d31d79da71009648782b2a746ddfeb0992c96b5
2019-11-04 15:14:56 -05:00
Translation updater bot
0fefd2e406 Localisation updates from https://translatewiki.net.
Change-Id: I805c91a0d76a57ab3fa099dcda654f18fa47adc8
2019-11-04 09:29:57 +01:00
Translation updater bot
a9e0eb0470 Localisation updates from https://translatewiki.net.
Change-Id: Iaad33322f62c5cb84b7c64bb33c8a0f1c263c080
2019-10-24 10:42:59 +02:00
Translation updater bot
49dc2d232e Localisation updates from https://translatewiki.net.
Change-Id: Id4b319b33c630f3a2db1b963d80bbd9c38070d32
2019-10-23 09:52:42 +02:00
libraryupgrader
7272a4fe24 build: Updating mediawiki/mediawiki-codesniffer to 28.0.0
Change-Id: I9c6b97d85e566a616ac6a5d5a2bcc462e1d1565e
2019-10-21 02:26:34 +00:00
Translation updater bot
7b876b0f90 Localisation updates from https://translatewiki.net.
Change-Id: I1018bc50694b04264fae79da33d58824d7e53574
2019-09-10 09:36:35 +02:00
Translation updater bot
6ae0c0aa22 Localisation updates from https://translatewiki.net.
Change-Id: I2c34ffeb2178eb02017a3f371dedfa1687fb20cb
2019-09-09 09:25:42 +02:00
Translation updater bot
8c7c249651 Localisation updates from https://translatewiki.net.
Change-Id: Ie2bcd84445c6dd393670e26245bc1ed58691751c
2019-08-16 09:17:08 +02:00
Translation updater bot
36e83792c1 Localisation updates from https://translatewiki.net.
Change-Id: Ibcb43f2e6616783a6cc0ea1e406ccc516fc42c06
2019-08-13 09:15:38 +02:00
libraryupgrader
61466f70ba build: Updating lodash to 4.17.15
* https://npmjs.com/advisories/1065
* CVE-2019-10744

Change-Id: Iabf33b7cc3779f09fdfd5bab4532dd2bfd101955
2019-08-01 22:58:51 +00:00