-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Description
Library
whole monorepo
Describe the feature that you would like added
ATM we are at eslint v7 and typescript-eslint v5 while latest are: eslint v9 and typescript-eslint v8.
This has various issues:
- security implications
- slower performance
- outdated AST parsers and APIs used within our codebase
This feature request will track migration to latest versions.
Have you discussed this feature with our team
v-build
Additional context
No response
Validations
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Priority
None
Tasks
- migrate to ts-eslint v5 / chore: migrate to @typescript-eslint v5 #31517
- migrate to ts-eslint v6 and eslint v8 / chore: upgrade @typescript-eslint to v6 and eslint to v8 #31988
- migrate to ts-eslint v7 / chore: upgrade typescript-eslint to v7 #32272
- migrate to ts-eslint v8 / chore: upgrade to typescript-eslint v8 #32369
- eslint v9 ( EOF for eslint v8 is 2024-10-05 / need to wait on nx support ) / Create new workspaces with ESLint v9 and typescript-eslint v8 nrwl/nx#27451
Reactions are currently unavailable