chore: update dependencies: upgrade TypeScript to ^6#9636
Conversation
…pt-eslint packages to 8.59.2, adjust module resolution in tsconfig
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthrough此 PR 升级 TypeScript 至 6.0.3,并更新 tsconfig 编译器选项:moduleResolution 从 ChangesTypeScript 配置与依赖升级
估计代码审查工作量🎯 1 (极简) | ⏱️ ~3 分钟 Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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 |
There was a problem hiding this comment.
Code Review
This pull request upgrades TypeScript to version 6.0.3 along with its associated ESLint plugins and updates the tsconfig.json configuration, including a shift to Bundler module resolution and the removal of baseUrl. Feedback focuses on addressing type regressions introduced by the major version upgrade to ensure a green build. Additionally, the reviewer highlights potential risks associated with the configuration changes, specifically the possibility of broken absolute imports due to the missing baseUrl and compatibility issues between the Bundler resolution strategy and runtime tools like ts-node.
| "ts-node": "^10.9.2", | ||
| "tsx": "^4.21.0", | ||
| "typescript": "^5.9.3", | ||
| "typescript": "^6.0.3", |
| @@ -1,9 +1,8 @@ | |||
| { | |||
| "compilerOptions": { | |||
| "baseUrl": "./", | |||
| "target": "ESNext", | ||
| "module": "ESNext", | ||
| "moduleResolution": "node", | ||
| "moduleResolution": "Bundler", |
This reverts commit 1639d15.
… in EditableTable
升级到 ts6
Summary by CodeRabbit
发布说明