Page MenuHomeDevCentral

Upgrade dependencies
ClosedPublic

Authored by dereckson on Aug 5 2024, 20:54.
Tags
None
Referenced Files
F3587376: D3410.id8794.diff
Thu, Sep 19, 22:16
F3587084: D3410.diff
Thu, Sep 19, 16:51
Unknown Object (File)
Thu, Sep 12, 22:20
Unknown Object (File)
Sun, Sep 8, 09:12
Unknown Object (File)
Tue, Aug 27, 22:27
Unknown Object (File)
Sat, Aug 24, 07:16
Unknown Object (File)
Sat, Aug 24, 01:37
Unknown Object (File)
Aug 19 2024, 17:41
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.