Page MenuHomeDevCentral

Update all the devdependencies
ClosedPublic

Authored by MoustaphaAs on Nov 13 2024, 12:34.
Tags
None
Referenced Files
F3946375: D3588.diff
Thu, Dec 26, 16:58
F3946374: D3588.id.diff
Thu, Dec 26, 16:57
F3944908: D3588.diff
Thu, Dec 26, 02:20
Unknown Object (File)
Thu, Dec 19, 21:44
Unknown Object (File)
Thu, Dec 19, 21:38
Unknown Object (File)
Thu, Dec 19, 20:27
Unknown Object (File)
Thu, Dec 19, 19:52
Unknown Object (File)
Mon, Dec 9, 10:23
Subscribers
None

Details

Summary

Based on rINFRAWWW
Reference: https://www.npmjs.com

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.

Signed-off-by: Sébastien Santoro <dereckson@espace-win.org>

Test Plan

Build a test site
make test

Diff Detail

Repository
rUPSECTION Upsection
Lint
Lint Errors
SeverityLocationCodeMessage
Errorpackage.json:10JSON1Parse Error
Unit
No Test Coverage
Branch
maketest
Build Status
Buildable 5720
Build 6002: arc lint + arc unit

Event Timeline

MoustaphaAs created this revision.
dereckson requested changes to this revision.Nov 13 2024, 19:28
dereckson added inline comments.
package.json
13–14

This block should be updated too.

Normally, if you run <code>make publish</code>, that should take care of this.

This revision now requires changes to proceed.Nov 13 2024, 19:28
  • Update Foundation to 6.9.0
  • Redirection of the gulfpipe test into /components/gulfpipe.js
dereckson requested changes to this revision.Nov 16 2024, 23:53
dereckson added inline comments.
components/gulpfile.js
140–149
[00:51:11] ReferenceError: imagemin is not defined
    at images …/gulpfile.babel.js:139:20)
144

Not aligned

This revision now requires changes to proceed.Nov 16 2024, 23:53
This comment was removed by MoustaphaAs.
MoustaphaAs marked 2 inline comments as done.

Indentation and parsing error

MoustaphaAs edited the test plan for this revision. (Show Details)
MoustaphaAs edited the summary of this revision. (Show Details)

space in import

MoustaphaAs marked an inline comment as done.
  • spacing/tab issue
This revision is now accepted and ready to land.Nov 22 2024, 11:12
This revision was automatically updated to reflect the committed changes.