build: Updating npm dependencies

* grunt-stylelint: 0.10.1 → 0.13.0
* stylelint-config-wikimedia: 0.5.0 → 0.8.0

Additional changes:
* Committed package-lock.json (T179229) too.

Change-Id: I6e0066edb40ac0f027421d46f51d0c730503a04f
isekai
Kunal Mehta 5 years ago
parent 4763f02b3f
commit 7e8fe12c11

4920
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -9,8 +9,8 @@
"grunt-banana-checker": "0.6.0",
"grunt-eslint": "21.0.0",
"grunt-jsonlint": "1.1.0",
"grunt-stylelint": "0.10.1",
"grunt-stylelint": "0.13.0",
"grunt-svgmin": "5.0.0",
"stylelint-config-wikimedia": "0.5.0"
"stylelint-config-wikimedia": "0.8.0"
}
}

@ -192,7 +192,7 @@ body {
background: @base80;
border-bottom: solid 4px @green;
// Background image (default cat)
/* Background image (default cat) */
background-image: @backdrop-image;
background-repeat: no-repeat;
background-position: center 10em;
@ -285,7 +285,7 @@ body {
#ca-view {
.hidden();
// Let's give anyone who forcibly brings it back a creepy eyeball
/* Let's give anyone who forcibly brings it back a creepy eyeball */
a {
.ca-icon( 'images/eyeball-grey' );
}
@ -353,7 +353,7 @@ a.mw-selflink {
margin-right: 1em;
&:first-of-type {
// make the icon part of the first link
/* make the icon part of the first link */
padding-left: 20px;
margin-left: -20px;
}
@ -512,9 +512,10 @@ pre,
margin-bottom: 0;
}
// overflow:hidden on the header itself breaks tall scripts, but we need to hide
// overflow on the border itself in output for proper thumb handling. Too weird to
// change this everywhere, so we'll just do it for parser output for now.
/* overflow:hidden on the header itself breaks tall scripts, but we need to hide
* overflow on the border itself in output for proper thumb handling. Too weird to
* change this everywhere, so we'll just do it for parser output for now.
*/
.mw-parser-output {
h1,
h2 {
@ -598,7 +599,7 @@ ul {
.thumbcaption {
font-size: 95%;
padding: 0.5em 0 0;
// For the magnify link on empty captions
/* For the magnify link on empty captions */
min-height: 1em;
}
@ -666,16 +667,16 @@ ul#filetoc {
float: right;
}
// Remove brackets around the show/hide button of the TOC
// The selectors have a higher specifity than in core
/* Remove brackets around the show/hide button of the TOC
The selectors have a higher specifity than in core */
body :not( :checked ) > .toctogglespan:before,
body :not( :checked ) > .toctogglespan:after {
content: '';
}
.toctogglelabel {
padding-left: 0; // Overwrite label { padding-left: 0.5em; } from forms.less
margin-left: 0.5em; // Create new distance to the TOC title without increasing the focus ring
padding-left: 0; /* Overwrite label { padding-left: 0.5em; } from forms.less */
margin-left: 0.5em; /* Create new distance to the TOC title without increasing the focus ring */
}
.toclevel-1 {
@ -688,10 +689,10 @@ body :not( :checked ) > .toctogglespan:after {
.skin-timeless .mw-body .oo-ui-tagMultiselectWidget-handle,
.skin-timeless .mw-body .oo-ui-capsuleMultiselectWidget-handle {
margin: 0; // wat
margin: 0; /* wat */
}
.mw-body .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend, // wat
.mw-body .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend, /* wat */
.mw-changeslist-legend,
.mw-body .mw-search-profile-tabs,
.mw-body fieldset#mw-searchoptions,

Loading…
Cancel
Save