Update Lightning to 11.0.0 and TypeScript to ^5.9.3 Issue726#727
Update Lightning to 11.0.0 and TypeScript to ^5.9.3 Issue726#727Matobi98 wants to merge 3 commits intolnp2pBot:mainfrom
Conversation
WalkthroughUpdated dependency versions in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related issues
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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@package.json`:
- Line 67: Update the `@typescript-eslint` packages to a newer 8.x release that
supports TypeScript 5.9.3: change the versions for `@typescript-eslint/parser` and
`@typescript-eslint/eslint-plugin` in package.json devDependencies to a current
8.x version that explicitly supports TS >=4.8.4 <6.0.0, then reinstall
(npm/yarn) to update lockfile; verify eslint still runs and lints files
referencing TypeScript by running your lint script or eslint directly.
Can you specify which fixes and improvements are the ones you're after? |
|
It was a mistake; I've updated the description to clarify the reason:
|
Summary
Updated the Lightning dependency to 11.0.0. This required upgrading TypeScript to ^5.9.3 (minimum required ≥ 5.4), so TypeScript was bumped to ^5.9.3.
Changes
lightningto 11.0.0 inpackage.json.typescriptto ^5.9.3.package-lock.json/yarn.lock) accordingly.Why
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.