| Reedy added a comment. |
In T215853#4963842, @Addshore wrote:I see in Wikibase/composer.json we have:
- "wikibase/data-model-services": "^3.10.0",, so we can do 3.13.0 matching the version constraints
- "data-values/data-values": "^2.0.0|^1.0.0", so we can do 2.1.1 matching the version constraints
- "data-values/serialization": "^1.2.1", so we can do 1.2.3 matching the version constraint
This also needs to be checked with all other extensions.
I wrote a crappy script to do this some time ago, https://gerrit.wikimedia.org/r/#/c/mediawiki/vendor/+/460287/The result right now is:
> composer-lock-diff --from ./../mw/composer.lock --to ./../current-composer.lock | grep -v "| REMOVED" | grep -v "| NEW" | sed 's/From/Master/g' | sed 's/To/Vendor/g' +---------------------------------------+---------+---------+---------------------------------------------------------------------------+ | Production Changes | Master | Vendor | Compare | +---------------------------------------+---------+---------+---------------------------------------------------------------------------+ | data-values/data-values | 2.1.1 | 1.1.1 | https://github.com/DataValues/DataValues/compare/2.1.1...1.1.1 | | data-values/serialization | 1.2.3 | 1.2.2 | https://github.com/DataValues/Serialization/compare/1.2.3...1.2.2 | | guzzlehttp/psr7 | 1.5.2 | 1.5.0 | https://github.com/guzzle/psr7/compare/1.5.2...1.5.0 | | wikibase/data-model-services | 3.13.0 | 3.12.0 | https://github.com/wmde/WikibaseDataModelServices/compare/3.13.0...3.12.0 | +---------------------------------------+---------+---------+---------------------------------------------------------------------------+
So basically what I said :p
TASK DETAIL
EMAIL PREFERENCES
To: Reedy
Cc: Addshore, Aklapper, Reedy, Eladio.15, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, Legoktm
Cc: Addshore, Aklapper, Reedy, Eladio.15, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, Legoktm
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
