Page MenuHomeDevCentral

Upgrade dependencies
ClosedPublic

Authored by dereckson on Aug 5 2024, 20:54.
Tags
None
Referenced Files
F9748299: D3410.id8794.diff
Fri, Jun 13, 02:43
F9734097: D3410.diff
Thu, Jun 12, 20:29
Unknown Object (File)
Thu, Jun 12, 05:41
Unknown Object (File)
Wed, Jun 11, 14:53
Unknown Object (File)
Wed, Jun 11, 07:25
Unknown Object (File)
Wed, Jun 11, 06:54
Unknown Object (File)
Tue, Jun 10, 21:13
Unknown Object (File)
Tue, Jun 10, 19:54
Subscribers
None

Details

Summary

The behavior of some libraries have been modified:

  • rimraf now returns a promise instead of calling a callback method
  • gulp-imagemin can't be fully upgraded without switching to MJS

Foundation 6.8.1 doesn't seem to have broken anything we use,
as far as we can tell without web UI tests.

This prepares work for T2004, so the assets alkane recipe will be able
to build an up-to-date version of this repository to extract both
app.js and app.css, used for other infrastructure sites.

Test Plan

yarn install && yarn build

Browse built web site.

Diff Detail

Repository
rINFRAWWW Nasqueron infrastructure servers website
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
dereckson edited the summary of this revision. (Show Details)
dereckson edited the test plan for this revision. (Show Details)
$ npm outdated
Package        Current  Wanted  Latest  Location                    Depended by
gulp-imagemin    7.1.0   7.1.0   9.1.0  node_modules/gulp-imagemin  infra-www

Only gulp-imagemin is still to handle, but that's probably more for upsection project.

This revision is now accepted and ready to land.Aug 5 2024, 20:56
This revision was automatically updated to reflect the committed changes.