Page MenuHomePhabricator

Several deprecated npm packages being used on quibble tests
Closed, DuplicatePublic

Description

Hi there. I notice that on some tests such as https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-hhvm-docker/9023/console to put an example that the system complains about several npm packages, like:

npm WARN deprecated coffee-script@1.10.0: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
npm WARN deprecated nomnom@1.8.1: Package no longer supported. Contact support@npmjs.com for more info.
npm WARN deprecated uws@9.14.0: stop using this version

Can those be upgraded, etc.?

Thanks!

Event Timeline

Legoktm subscribed.

The package versions that are being installed are coming from MediaWiki core (or whichever extension), not anything in CI itself.

Those happen after running npm test as far as I can see on the zuul console. Where are the npm packages specified?