Page MenuHomeDevCentral

Upgrade dependencies
ClosedPublic

Authored by dereckson on Mar 26 2023, 23:14.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 27, 02:15
Unknown Object (File)
Tue, Apr 22, 18:40
Unknown Object (File)
Tue, Apr 22, 18:00
Unknown Object (File)
Tue, Apr 22, 14:48
Unknown Object (File)
Mon, Apr 21, 11:18
Unknown Object (File)
Wed, Apr 16, 22:19
Unknown Object (File)
Wed, Apr 16, 08:52
Unknown Object (File)
Wed, Apr 16, 08:35
Subscribers
None

Details

Summary

Through npm outdated, syncing with upstream and checking npm,
dependencies with updates have been identified.

The imagemin process now handle SVG, GIF and PNG. For JPEG, mozjpeg
supersedes jpegtran.

Dart Saas supersedes node-sass, as the reference SCSS implementation.

To make YAML loading safer, optional types like regexps
are extracted to a separate js-yaml-js-types package.

Test Plan

npm start
gulp build --production
npm outdated, npm audit

Diff Detail

Repository
rINFRAWWW Nasqueron infrastructure servers website
Lint
Lint Passed
Unit
No Test Coverage
Branch
main
Build Status
Buildable 4623
Build 4895: arc lint + arc unit

Event Timeline

dereckson created this revision.
dereckson added a reviewer: dereckson.
dereckson edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Mar 26 2023, 23:18
This revision was automatically updated to reflect the committed changes.