AuroDesignTokens
AuroDesignTokens copied to clipboard
Major release Chalk
General Support Request
chalk 4.1.2 ❯ 5.2.0 https://github.com/chalk/chalk#readme
Support request
Upgrading to Chalk v5, there is a shift in the API that requires the use of import
versus require
. By changing this code there are other side effects about other code in the repo that still uses require
.
Possible Solution
Update chalk and all other uses or require
.
Exit criteria
This issue is considered resolved once Chalk has been updated, along with imports
over require
and all features of the repo still operate as expected.