-
Notifications
You must be signed in to change notification settings - Fork 242
Closed
Labels
Description
With Jest v30 around the corner and dropping support for Node v16, I think it's time we look at doing our next major.
So far I've got:
- drop Node v16 support
- remove
no-alias-methods
fromstyle
config since it's already inrecommended
- drop support for
@typescript-eslint/utils
v6 and v7 - drop support for
eslint
v7 (I don't think we should drop v8 support yet)
cpojer and jdufresne