-
-
Notifications
You must be signed in to change notification settings - Fork 4
Add missing deps #717
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing deps #717
Conversation
WalkthroughUpdated dev dependencies in package.json by removing Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes
Possibly related PRs
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (1 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🔇 Additional comments (1)
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
package.json (1)
13-39: Critical:eslint-import-resolver-typescriptremoval is incomplete — ESLint config still references it.The eslint.config.mjs contains
'import/resolver': { typescript: { ... } }configuration, but the package was removed. This will cause ESLint to fail at runtime with a missing resolver error. Either:
- Reinstate
eslint-import-resolver-typescriptin devDependencies, or- Update eslint.config.mjs to remove the typescript resolver setting and use the built-in node resolver instead
ts-noderemoval is safe — no references found in the codebase.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (3)
dist/index.jsis excluded by!**/dist/**dist/index.js.mapis excluded by!**/dist/**,!**/*.mapyarn.lockis excluded by!**/yarn.lock,!**/*.lock
📒 Files selected for processing (2)
package.json(2 hunks)src/release.ts(1 hunks)
🧰 Additional context used
🧬 Code graph analysis (1)
src/release.ts (1)
dist/index.js (7)
releases(45854-45857)releases(45889-45889)client(48039-48039)context(45254-45254)context(45851-45851)context(45888-45888)context(48027-48027)
🔇 Additional comments (1)
package.json (1)
15-15: LGTM! Modern ESLint configuration dependencies added.The additions of
@eslint/eslintrcandglobalsalign with modern ESLint configuration practices, replacing the older TypeScript-specific resolver.Also applies to: 31-31
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.