Skip to content

Commit 351cb4c

Browse files
committed
retry scssphp:2 upgrade
1 parent 9dda2f9 commit 351cb4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"require": {
33
"mck89/peast": "^1.16",
4-
"scssphp/scssphp": "^1.13.0"
4+
"scssphp/scssphp": "^2"
55
},
66
"require-dev": {
77
"liquipedia/sqllint": "*",

src/ResourceLoader/ResourceLoaderArticlesModule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ protected function getPages( Context $context ) {
5353
/**
5454
* Override of the same function in order to support ES6 files
5555
* Duplicate of https://gerrit.wikimedia.org/g/mediawiki/core/+/6fd9245f4ce47a77dc76f70994952cd6da2d1db7/includes/ResourceLoader/Module.php#1083
56-
* Can be removed when moving to a MW version >= 1.41
56+
* Can be removed whenever MW core ships a js version we're happy with
5757
* @param string $fileName
5858
* @param string $contents
5959
* @return string

0 commit comments

Comments
 (0)