chore(deps-dev): bump typescript-eslint from 7.18.0 to 8.29.0#744
chore(deps-dev): bump typescript-eslint from 7.18.0 to 8.29.0#744
Conversation
For now, disable the "no-unsafe-function-type" rule. This requires a lot of changes which will probably will introduce breaking changes. Enabling this rule will be done later.
WalkthroughThis pull request introduces modifications to the project's linting configuration, dependency management, and a minor code refactor. New ESLint rules are added in the configuration file to handle specific TypeScript behaviors, and the dependency handling for Changes
Sequence Diagram(s)Possibly related PRs
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (4)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🔇 Additional comments (4)
✨ Finishing Touches
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|



For now, disable the "no-unsafe-function-type" rule. This requires a lot of changes which will probably will introduce breaking changes.
Enabling this rule will be done later.
Restore the automatic Dependabot update as the lint fixes related to v8 have been integrated, so it will be possible to follow recent updates.
Summary by CodeRabbit
Chores
Refactor