uswds / uswds-compile

Simple Gulp 4 functions for copying USWDS static assets and transforming USWDS Sass into browser-readable CSS.
Other
21 stars 12 forks source link

USWDS-Compile - Dependencies: Use Node LTS 20 #78

Closed mejiaj closed 9 months ago

mejiaj commented 9 months ago

Use latest Node LTS 20 and update dependencies. Using latest LTS version of node and updated version of USWDS and SASS. Closes #71.

Dependencies

Dependency Old New
@uswds/uswds 3.5.0 3.7.0
autoprefixer 10.4.14 10.4.16
sass-embedded 1.63.6 1.69.5

How to test

  1. Go to USWDS-Sandbox repo.
  2. Copy test-uswds-compile-78-node-update branch.
  3. Runnpm install.
  4. Run tasks (there should be no regressions):
    • npm run uswds:copyAssets
    • npm run watch