Skip to content

fix: revert ignoreDeprecations to "5.0" to fix TS5103 in CI#2288

Merged
mikib0 merged 1 commit into
release/2.0.23from
claude/fix-type-checks-lzkUb
Apr 25, 2026
Merged

fix: revert ignoreDeprecations to "5.0" to fix TS5103 in CI#2288
mikib0 merged 1 commit into
release/2.0.23from
claude/fix-type-checks-lzkUb

Conversation

@mikib0
Copy link
Copy Markdown
Collaborator

@mikib0 mikib0 commented Apr 25, 2026

Summary

  • Reverts ignoreDeprecations in tsconfig.json from "6.0" back to "5.0"

Root Cause

The checks CI job was failing with TS5103: Invalid value for '--ignoreDeprecations'. CI installs TypeScript 5.9.3 (pinned in bun.lock), and that version rejects "6.0" as a valid value for ignoreDeprecations — only TypeScript 6.x accepts it.

The "6.0" value was added to silence the baseUrl deprecation warning (TS5101), but that warning only appears in TypeScript 6.x. Since CI runs 5.9.3, the fix was unnecessary and broke the build.

Test plan

  • bun check-types passes in CI (no TS5103 error)
  • Biome and other checks continue to pass

https://claude.ai/code/session_01SypcK5vavfiCGcM8BPtTmY


Generated by Claude Code

TypeScript 5.9.3 (pinned in bun.lock) rejects "6.0" as an invalid
value for ignoreDeprecations, causing TS5103 errors in CI. The "6.0"
value was added to silence the baseUrl deprecation warning which only
appears in TypeScript 6.x, not in the 5.9.x series used by CI.

https://claude.ai/code/session_01SypcK5vavfiCGcM8BPtTmY
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 25, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 94a744e5-66fc-44b9-bffd-94a286b40e39

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/fix-type-checks-lzkUb

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@mikib0 mikib0 merged commit 7f5fe68 into release/2.0.23 Apr 25, 2026
13 of 15 checks passed
andrew-bierman pushed a commit that referenced this pull request May 14, 2026
fix: revert ignoreDeprecations to "5.0" to fix TS5103 in CI
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.

2 participants