resources: Upgrade OOjs from v2.2.2 to v3.0.0
Change-Id: I2eaf300015b2954479f5d1d0711ec934a9aa294b
This commit is contained in:
parent
f46dd8255a
commit
cefb64f9d8
5 changed files with 371 additions and 216 deletions
|
|
@ -117,7 +117,8 @@ For notes on 1.33.x and older releases, see HISTORY.
|
|||
|
||||
==== Changed external libraries ====
|
||||
* Updated Mustache from 1.0.0 to v3.0.1.
|
||||
* Updated OOUI from v0.31.3 to v0.33.4.
|
||||
* Updated OOUI from v0.31.3 to v0.34.0.
|
||||
* Updated OOjs from v2.2.2 to v3.0.0.
|
||||
* Updated composer/semver from 1.4.2 to 1.5.0.
|
||||
* Updated composer/spdx-licenses from 1.4.0 to 1.5.1 (dev-only).
|
||||
* Updated mediawiki/codesniffer from 25.0.0 to 26.0.0 (dev-only).
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
"maintenance/jsduck/external.js",
|
||||
"resources/src",
|
||||
"resources/lib/jquery.client/jquery.client.js",
|
||||
"resources/lib/oojs/oojs.jquery.js",
|
||||
"resources/lib/ooui/oojs-ui-core.js",
|
||||
"resources/lib/ooui/oojs-ui-widgets.js",
|
||||
"resources/lib/ooui/oojs-ui-toolbars.js",
|
||||
|
|
|
|||
|
|
@ -41,3 +41,33 @@
|
|||
* Source: <https://api.qunitjs.com/>
|
||||
* @class QUnit
|
||||
*/
|
||||
|
||||
/**
|
||||
* Source: <https://doc.wikimedia.org/oojs/master/OO.html>
|
||||
* @class OO
|
||||
*/
|
||||
|
||||
/**
|
||||
* Source: <https://doc.wikimedia.org/oojs/master/OO.EventEmitter.html>
|
||||
* @class OO.EventEmitter
|
||||
*/
|
||||
|
||||
/**
|
||||
* Source: <https://doc.wikimedia.org/oojs/master/OO.EmitterList.html>
|
||||
* @class OO.EmitterList
|
||||
*/
|
||||
|
||||
/**
|
||||
* Source: <https://doc.wikimedia.org/oojs/master/OO.Factory.html>
|
||||
* @class OO.Factory
|
||||
*/
|
||||
|
||||
/**
|
||||
* Source: <https://doc.wikimedia.org/oojs/master/OO.Registry.html>
|
||||
* @class OO.Registry
|
||||
*/
|
||||
|
||||
/**
|
||||
* Source: <https://doc.wikimedia.org/oojs/master/OO.SortedEmitterList.html>
|
||||
* @class OO.SortedEmitterList
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -233,8 +233,8 @@ mustache:
|
|||
|
||||
oojs:
|
||||
type: tar
|
||||
src: https://registry.npmjs.org/oojs/-/oojs-2.2.2.tgz
|
||||
integrity: sha256-ebgQW2EGrSkBCnDJBGqDpsBDjA3PMN/M8U5DyLHt9mw=
|
||||
src: https://registry.npmjs.org/oojs/-/oojs-3.0.0.tgz
|
||||
integrity: sha256-cNQ5UOHczNGzfEvm6jKM5zcmg3tqFxnJ2UnEOSt9/1M=
|
||||
dest:
|
||||
package/dist/oojs.jquery.js:
|
||||
package/AUTHORS.txt:
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue