ASU / asu-unity-stack

ASU Unity Design System
https://unity.web.asu.edu/
Other
13 stars 8 forks source link

chore: address loader-utils version requirements #1327

Closed mlsamuelson closed 3 months ago

mlsamuelson commented 3 months ago

Description

More needed to address critical items. Removed unused @americanexpress/purgecss-loader which was requiring an outdated loader-utils and updated packages' dependencies on jest-transform-css which in turn required the outdated loader-utils.

Please verify these changes have not broken anything. I was able to do successful install and builds. I did not run tests. I did review the configuration for the latest jest-transform-css and it was identical to the former version, so I am hoping that that major version updates aren't an issue.

Due to the nature of the update, please verify the automated testing completed successfully.

Links

FOR APPROVERS