Upgrade TypeScript v6 and bump dependencies across monorepo#557
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (6)
✅ Files skipped from review due to trivial changes (4)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThis PR updates TypeScript to v6 via a changeset, bumps multiple package dependencies across the monorepo, and adjusts package- and build-level tsconfig files (notably for fdm-agents and shared tsconfig) to align with the new TypeScript/version pins. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@fdm-agents/tsconfig.build.json`:
- Around line 3-13: Add an explicit top-level "include": ["src/**/*"] to the
tsconfig.build.json so the build no longer inherits the base tsconfig's include
patterns (which currently could pull in files like drizzle.config.ts outside
rootDir); keep the existing "compilerOptions" (rootDir/outDir/noEmit) and
"exclude" intact so only files under src are compiled during the build.
In `@pnpm-workspace.yaml`:
- Line 26: This change bumps the workspace TypeScript specifier from ^5.9.3 to
^6.0.2; before merging, update the workspace devDependency entry for
"typescript" to ^6.0.2, run a full compile and type-check across all packages
(e.g., workspace build/test scripts), address any compiler errors or new
stricter types (fix signatures, lib settings, and any broken `@types`), consult
the TypeScript 6 migration guide for required tsconfig changes, and if
compatibility issues arise either pin affected packages to compatible versions
or revert the workspace version until fixes are applied.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro
Run ID: 0ab2dda1-11f8-444d-af96-465fea0d8f67
⛔ Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (10)
.changeset/fresh-actors-find.mdfdm-agents/package.jsonfdm-agents/tsconfig.build.jsonfdm-agents/tsconfig.jsonfdm-app/package.jsonfdm-calculator/package.jsonfdm-core/package.jsonfdm-rvo/tsconfig.jsonpackage.jsonpnpm-workspace.yaml
Summary by CodeRabbit