Skip to content

chore: ignore chalk major bumps until Node base reaches 22 - #110

Open
fank wants to merge 1 commit into
mainfrom
claude/ignore-chalk-major
Open

chore: ignore chalk major bumps until Node base reaches 22#110
fank wants to merge 1 commit into
mainfrom
claude/ignore-chalk-major

Conversation

@fank

@fank fank commented Jul 27, 2026

Copy link
Copy Markdown
Member

Summary

Why

chalk 6.0.0 sets engines: { node: ">=22" }. Running on Node 20 is unsupported — CI only passed because npm doesn't enforce engines at install time, but code could break at runtime with any Node 22-specific API chalk 6 actually uses.

The ignore rule includes a comment to re-evaluate once the Node base is bumped to 22+.

Test plan

  • CI passes (lint + format)
  • dependabot.yml parses cleanly (Dependabot validates on push)

🤖 Generated with Claude Code

chalk 6+ requires Node >=22; project currently targets Node 20 (.nvmrc).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request updates the Dependabot configuration in .github/dependabot.yml to ignore major version updates for the chalk dependency, as chalk v6 requires Node.js v22 or higher, whereas the project currently targets Node.js v20. There are no review comments, and I have no feedback to provide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant