Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(build-tools): Replace chalk with picocolors #23034

Merged
merged 3 commits into from
Nov 11, 2024

Conversation

tylerbutler
Copy link
Member

@tylerbutler tylerbutler commented Nov 8, 2024

picocolors is a smaller alternative to chalk, and it is also ESM and CJS, while chalk went ESM-only and we were stuck on old versions in the core build-tools project.

build-tools will eventually be ESM, and using a dual-module-format package will actually make that transition easier because we won't have to do dependency switches while also doing ESM conversion.

@github-actions github-actions bot added area: build Build related issues base: main PRs targeted against main branch labels Nov 8, 2024
@tylerbutler tylerbutler marked this pull request as ready for review November 8, 2024 19:34
@tylerbutler tylerbutler requested a review from a team November 11, 2024 22:49
@tylerbutler tylerbutler merged commit e0e9c89 into microsoft:main Nov 11, 2024
28 checks passed
@tylerbutler tylerbutler deleted the bt-picocolors branch November 11, 2024 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: build Build related issues base: main PRs targeted against main branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants