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

Loading…
Cancel
Save