Skip to content

chore(create-cloudflare): remove unused chalk dependency#12692

Merged
emily-shen merged 1 commit intocloudflare:mainfrom
roli-lpci:chore/create-cloudflare-replace-chalk-with-picocolors
Feb 27, 2026
Merged

chore(create-cloudflare): remove unused chalk dependency#12692
emily-shen merged 1 commit intocloudflare:mainfrom
roli-lpci:chore/create-cloudflare-replace-chalk-with-picocolors

Conversation

@roli-lpci
Copy link
Contributor

@roli-lpci roli-lpci commented Feb 26, 2026

Part of #11854.

chalk is listed as a devDependency in create-cloudflare but is not
imported anywhere in the package. The color utilities used by
create-cloudflare come from @cloudflare/cli/colors, which has its own
chalk dependency. This stale devDependency was left behind when the color
code was extracted to @cloudflare/cli in #4189.

# Confirmed no chalk imports in create-cloudflare source
> grep -r "from ['\"]chalk" packages/create-cloudflare/src/
(blank)

  • Tests
    • Tests included/updated
    • Automated tests not possible - manual testing has been completed as follows:
    • Additional testing not necessary because: Dependency removal only, all 219 existing unit tests pass
  • Public documentation
    • Cloudflare docs PR(s):
    • Documentation not necessary because: Infra change only

Open with Devin

chalk is listed as a devDependency in create-cloudflare but is not imported
anywhere in the package. The color utilities used by create-cloudflare come
from @cloudflare/cli/colors, which has its own chalk dependency. This stale
devDependency was left behind when the color code was extracted to
@cloudflare/cli in cloudflare#4189.

Part of cloudflare#11854

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@roli-lpci roli-lpci requested a review from a team as a code owner February 26, 2026 22:25
@changeset-bot
Copy link

changeset-bot bot commented Feb 26, 2026

🦋 Changeset detected

Latest commit: 1969cfe

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

Copy link
Contributor

@emily-shen emily-shen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@github-project-automation github-project-automation bot moved this from Untriaged to Approved in workers-sdk Feb 27, 2026
@pkg-pr-new
Copy link

pkg-pr-new bot commented Feb 27, 2026

create-cloudflare

npm i https://pkg.pr.new/create-cloudflare@12692

@cloudflare/kv-asset-handler

npm i https://pkg.pr.new/@cloudflare/kv-asset-handler@12692

miniflare

npm i https://pkg.pr.new/miniflare@12692

@cloudflare/pages-shared

npm i https://pkg.pr.new/@cloudflare/pages-shared@12692

@cloudflare/unenv-preset

npm i https://pkg.pr.new/@cloudflare/unenv-preset@12692

@cloudflare/vite-plugin

npm i https://pkg.pr.new/@cloudflare/vite-plugin@12692

@cloudflare/vitest-pool-workers

npm i https://pkg.pr.new/@cloudflare/vitest-pool-workers@12692

@cloudflare/workers-editor-shared

npm i https://pkg.pr.new/@cloudflare/workers-editor-shared@12692

@cloudflare/workers-utils

npm i https://pkg.pr.new/@cloudflare/workers-utils@12692

wrangler

npm i https://pkg.pr.new/wrangler@12692

commit: 829662d

@emily-shen emily-shen merged commit f671934 into cloudflare:main Feb 27, 2026
31 of 33 checks passed
@github-project-automation github-project-automation bot moved this from Approved to Done in workers-sdk Feb 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants