bluesky-social / social-app

The Bluesky Social application for Web, iOS, and Android
https://bsky.app
MIT License
11.8k stars 1.51k forks source link

Bump typescript-eslint to 7.x #6525

Closed trivikr closed 2 days ago

trivikr commented 2 days ago

Fixes: https://github.com/bluesky-social/social-app/issues/6524

Before

Warning is shown about lack about support limited to >=3.3.1 <5.2.0.

$ yarn lint
...
✖ 154 problems (0 errors, 154 warnings)

$ yarn list @typescript-eslint/parser
...
└─ @typescript-eslint/parser@5.62.0

After

No warning shown about the TypeScript version support.

$ yarn lint
...
✖ 154 problems (0 errors, 154 warnings)

$ yarn list @typescript-eslint/parser
...
└─ @typescript-eslint/parser@7.18.0