Skip to content

docs(readme): add TypeScript version requirement under Installation#196

Merged
imjuni merged 1 commit intomasterfrom
develop
May 2, 2026
Merged

docs(readme): add TypeScript version requirement under Installation#196
imjuni merged 1 commit intomasterfrom
develop

Conversation

@imjuni
Copy link
Copy Markdown
Owner

@imjuni imjuni commented May 2, 2026

Summary

  • Add a callout block under the Installation section explaining that ctix 2.8.0 requires TypeScript >=5.0.0 <6.0.0
  • TypeScript 6.x introduces ESM-first defaults with breaking changes to moduleResolution and baseUrl not yet supported by ctix
  • Include an explicit install command so users can pin a compatible TypeScript version

Test plan

  • Verify the callout renders correctly on GitHub and npm README
  • Confirm the TypeScript version range matches peerDependencies in package.json

🤖 Generated with Claude Code

ctix 2.8.0 supports TypeScript >=5.0.0 <6.0.0. TypeScript 6.x introduces
ESM-first defaults with breaking changes to moduleResolution and baseUrl
that are not yet supported. Added a callout with an explicit install command.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented May 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (7230fe2) to head (3ff30f8).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #196   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           94        94           
  Lines         2510      2510           
  Branches       526       526           
=========================================
  Hits          2510      2510           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@imjuni imjuni merged commit 76bb86d into master May 2, 2026
6 checks passed
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