Page MenuHomeDevCentral

Upgrade dependencies
ClosedPublic

Authored by dereckson on Aug 5 2024, 20:54.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 13, 11:38
Unknown Object (File)
Mon, Nov 11, 18:32
Unknown Object (File)
Sun, Nov 10, 13:07
Unknown Object (File)
Fri, Nov 8, 18:49
Unknown Object (File)
Fri, Nov 8, 10:10
Unknown Object (File)
Fri, Nov 8, 08:01
Unknown Object (File)
Sun, Nov 3, 20:54
Unknown Object (File)
Sun, Nov 3, 05:08
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.