mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-23 14:56:43 +00:00
build: Updating npm dependencies
* eslint-config-wikimedia: 0.27.0 → 0.28.0 The following rules are failing and were disabled: * modules: * no-jquery/no-extend * grunt-stylelint: 0.19.0 → 0.20.0 * stylelint-config-wikimedia: 0.16.1 → 0.17.1 Change-Id: Ifbde191e4d9155dbecc9c395dd89ec06c91c356a
This commit is contained in:
parent
64b6fbc38f
commit
7a396da3a1
|
@ -6,6 +6,7 @@
|
|||
"wikimedia/mediawiki"
|
||||
],
|
||||
"rules": {
|
||||
"max-len": "off"
|
||||
"max-len": "off",
|
||||
"no-jquery/no-extend": "warn"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -415,12 +415,12 @@
|
|||
} );
|
||||
|
||||
// Use jQuery UI resizable() so that users can make the box taller
|
||||
// eslint-disable-next-line es-x/no-resizable-and-growable-arraybuffers
|
||||
|
||||
container.resizable( {
|
||||
handles: 's',
|
||||
minHeight: $box.height(),
|
||||
resize: function () {
|
||||
// eslint-disable-next-line es-x/no-resizable-and-growable-arraybuffers
|
||||
|
||||
context.codeEditor.resize();
|
||||
}
|
||||
} );
|
||||
|
|
3227
package-lock.json
generated
3227
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -8,14 +8,14 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"ace-builds": "1.32.7",
|
||||
"eslint-config-wikimedia": "0.27.0",
|
||||
"eslint-config-wikimedia": "0.28.0",
|
||||
"grunt": "1.6.1",
|
||||
"grunt-banana-checker": "0.13.0",
|
||||
"grunt-contrib-clean": "2.0.1",
|
||||
"grunt-contrib-copy": "1.0.0",
|
||||
"grunt-eslint": "24.3.0",
|
||||
"grunt-exec": "3.0.0",
|
||||
"grunt-stylelint": "0.19.0",
|
||||
"stylelint-config-wikimedia": "0.16.1"
|
||||
"grunt-stylelint": "0.20.0",
|
||||
"stylelint-config-wikimedia": "0.17.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue