From 84283464ff46c8cb6f8d64a4368c359a2918fd93 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Thu, 4 Mar 2021 08:13:32 +0000
Subject: [PATCH] build: Updating mediawiki/minus-x to 1.1.1
Additional changes:
* Added the `wikimedia/mediawiki` profile in .eslintrc.json (T262222).
Change-Id: I033dea527e45ef91467e7324d66cae5a0166dcb8
---
.eslintrc.json | 3 ++-
composer.json | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.eslintrc.json b/.eslintrc.json
index 7c24d80..292935a 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -1,6 +1,7 @@
{
"root": true,
"extends": [
- "wikimedia/client"
+ "wikimedia/client",
+ "wikimedia/mediawiki"
]
}
diff --git a/composer.json b/composer.json
index aca6897..921c3f3 100644
--- a/composer.json
+++ b/composer.json
@@ -3,7 +3,7 @@
"mediawiki/semantic-media-wiki": ">=1.9"
},
"require-dev": {
- "mediawiki/minus-x": "1.1.0",
+ "mediawiki/minus-x": "1.1.1",
"php-parallel-lint/php-console-highlighter": "0.5.0",
"php-parallel-lint/php-parallel-lint": "1.2.0"
},
--
2.20.1
$ date
Thu Mar 4 08:13:17 UTC 2021
$ git clone file:///srv/git/mediawiki-extensions-VIKI.git repo --depth=1 -b master
Cloning into 'repo'...
$ git config user.name libraryupgrader
$ git config user.email tools.libraryupgrader@tools.wmflabs.org
$ git submodule update --init
$ grr init
Installed commit-msg hook.
$ git show-ref refs/heads/master
1d690c355749ccf6eeb05cb02fb1de39260a4fb5 refs/heads/master
$ composer install
Loading composer repositories with package information
Warning from https://repo.packagist.org: You are using an outdated version of Composer. Composer 2 is now available and you should upgrade. See https://getcomposer.org/2
Updating dependencies (including require-dev)
Package operations: 41 installs, 0 updates, 0 removals
- Installing composer/installers (v1.10.0): Loading from cache
- Installing symfony/polyfill-php80 (v1.22.1): Loading from cache
- Installing symfony/polyfill-mbstring (v1.22.1): Loading from cache
- Installing symfony/polyfill-intl-normalizer (v1.22.1): Loading from cache
- Installing symfony/polyfill-intl-grapheme (v1.22.1): Loading from cache
- Installing symfony/polyfill-ctype (v1.22.1): Loading from cache
- Installing symfony/string (v5.2.3): Loading from cache
- Installing psr/container (1.0.0): Loading from cache
- Installing symfony/service-contracts (v2.2.0): Loading from cache
- Installing symfony/polyfill-php73 (v1.22.1): Loading from cache
- Installing symfony/console (v5.2.3): Loading from cache
- Installing mediawiki/minus-x (1.1.0): Loading from cache
- Installing php-parallel-lint/php-console-color (v0.3): Loading from cache
- Installing php-parallel-lint/php-console-highlighter (v0.5): Loading from cache
- Installing php-parallel-lint/php-parallel-lint (v1.2.0): Loading from cache
- Installing justinrainbow/json-schema (5.2.10): Loading from cache
- Installing seld/jsonlint (1.8.3): Loading from cache
- Installing psr/log (1.1.3): Loading from cache
- Installing react/promise (v2.8.0): Loading from cache
- Installing ezimuel/guzzlestreams (3.0.1): Loading from cache
- Installing ezimuel/ringphp (1.1.2): Loading from cache
- Installing elasticsearch/elasticsearch (v6.8.0): Loading from cache
- Installing symfony/css-selector (v3.4.47): Loading from cache
- Installing onoi/shared-resources (0.4.3): Loading from cache
- Installing wikimedia/textcat (1.3.0): Loading from cache
- Installing wikimedia/cdb (1.4.1): Loading from cache
- Installing onoi/tesa (0.1.0): Loading from cache
- Installing onoi/callback-container (2.0.0): Loading from cache
- Installing onoi/cache (1.2.0): Loading from cache
- Installing onoi/http-request (1.3.1): Loading from cache
- Installing onoi/blob-store (1.2.1): Loading from cache
- Installing onoi/event-dispatcher (1.1.0): Loading from cache
- Installing onoi/message-reporter (1.4.2): Loading from cache
- Installing serialization/serialization (4.0.0): Loading from cache
- Installing data-values/interfaces (0.2.5): Loading from cache
- Installing data-values/data-values (2.3.0): Loading from cache
- Installing data-values/validators (0.1.3): Loading from cache
- Installing data-values/common (0.4.3): Loading from cache
- Installing param-processor/param-processor (1.10.0): Loading from cache
- Installing mediawiki/parser-hooks (1.6.1): Loading from cache
- Installing mediawiki/semantic-media-wiki (3.2.2): Loading from cache
symfony/service-contracts suggests installing symfony/service-implementation
symfony/console suggests installing symfony/event-dispatcher
symfony/console suggests installing symfony/lock
symfony/console suggests installing symfony/process
elasticsearch/elasticsearch suggests installing monolog/monolog (Allows for client-level logging and tracing)
mediawiki/semantic-media-wiki suggests installing mediawiki/semantic-result-formats (Provides additional result formats for queries of structured data)
Writing lock file
Generating autoload files
14 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
Upgrading c:mediawiki/minus-x from 1.1.0 -> 1.1.1
$ composer update
Loading composer repositories with package information
Warning from https://repo.packagist.org: You are using an outdated version of Composer. Composer 2 is now available and you should upgrade. See https://getcomposer.org/2
Updating dependencies (including require-dev)
Package operations: 0 installs, 1 update, 0 removals
- Updating mediawiki/minus-x (1.1.0 => 1.1.1): Loading from cache
Writing lock file
Generating autoload files
14 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
$ composer install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
14 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
$ composer test
> parallel-lint . --exclude vendor --exclude node_modules --exclude extensions
PHP 7.3.19 | 10 parallel jobs
.... 4/4 (100 %)
Checked 4 files in 0 seconds
No syntax error found
> minus-x check .
MinusX
======
Processing /src/repo...
.............................................................
.................
All good!
$ git add .
$ git commit -F /tmp/tmpy3i1cwfa
[master 8428346] build: Updating mediawiki/minus-x to 1.1.1
2 files changed, 3 insertions(+), 2 deletions(-)
$ git format-patch HEAD~1 --stdout
From 84283464ff46c8cb6f8d64a4368c359a2918fd93 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Thu, 4 Mar 2021 08:13:32 +0000
Subject: [PATCH] build: Updating mediawiki/minus-x to 1.1.1
Additional changes:
* Added the `wikimedia/mediawiki` profile in .eslintrc.json (T262222).
Change-Id: I033dea527e45ef91467e7324d66cae5a0166dcb8
---
.eslintrc.json | 3 ++-
composer.json | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.eslintrc.json b/.eslintrc.json
index 7c24d80..292935a 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -1,6 +1,7 @@
{
"root": true,
"extends": [
- "wikimedia/client"
+ "wikimedia/client",
+ "wikimedia/mediawiki"
]
}
diff --git a/composer.json b/composer.json
index aca6897..921c3f3 100644
--- a/composer.json
+++ b/composer.json
@@ -3,7 +3,7 @@
"mediawiki/semantic-media-wiki": ">=1.9"
},
"require-dev": {
- "mediawiki/minus-x": "1.1.0",
+ "mediawiki/minus-x": "1.1.1",
"php-parallel-lint/php-console-highlighter": "0.5.0",
"php-parallel-lint/php-parallel-lint": "1.2.0"
},
--
2.20.1
.