Done
Details
Details
Assignee
Noah Overcash
Noah OvercashReporter
Noah Overcash
Noah OvercashPriority
Story Points
0.5
Sprint
None
Development Team
Corsair
Fix versions
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created February 26, 2024 at 6:24 PM
Updated February 26, 2024 at 8:11 PM
Resolved February 26, 2024 at 8:11 PM
We can safely update to v6.x of
typescript-eslint
packages. The main breaking changes are Node v18, which we use: https://github.com/typescript-eslint/typescript-eslint/blob/main/CHANGELOG.md#600-2023-07-10 .This is necessary to fix [this error]( ), which is holding back newer TS versions.
We can not yet update to v7.x as it requires ESLint
8.56.0+
, and updating ESLint to v8+ is outside the scope of this change.