You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: update to chalk version that works in circleci (#17193)
Updates to a chalk version that works in CircleCI (due to a more recent
dependency on `supports-color`).
Since the latest chalk version brings official typings that do not declare
individual colors as ESM exports, we need to go through the default export.
This is the official expected behavior with `chalk` according to: chalk/chalk#215.
(cherry picked from commit 7cd78ff)
0 commit comments