"npm install" gives warnings for Quiz extension because some of the libraries are outdated. Update the libraries in package.json to the most recent stable version, reinstall the libraries, make sure tests all still continue to pass, and then commit the change to gerrit.
Description
Description
Details
Details
Related Changes in Gerrit:
| Subject | Author | Repo | Branch | Lines +/- | |
|---|---|---|---|---|---|
| Update outdated libraries | Phantom42 | mediawiki/extensions/Quiz | master | +5 -5 |
Related Objects
Related Objects
Event Timeline
Comment Actions
All libraries are now updated to the most recent versions. There are no more deprecated warnings during the installation. All tests still continue to pass.
I also checked some basic functionality - looks like everything is okay.
However, there are some other warnings during the installation:
npm WARN prefer global coffee-script@1.10.0 should be installed with -g npm WARN prefer global jsonlint@1.6.2 should be installed with -g npm WARN prefer global jshint@2.9.4 should be installed with -g
But I think this is not related to this issue.
Gerrit link: https://gerrit.wikimedia.org/r/#/c/329366/
Comment Actions
Change 329366 had a related patch set uploaded (by Phantom42):
Update outdated libraries