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.14.0 to support TypeScript 5.5.x #6524

Closed trivikr closed 2 days ago

trivikr commented 2 days ago

Describe the Feature

The following warning is shown when running yarn lint

=============

WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.

You may find that it works just fine, or you may not.

SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 <5.2.0

YOUR TYPESCRIPT VERSION: 5.5.4

Please only submit bug reports when using the officially supported version.

=============

This is because social-app still uses `@typescript-eslint/*@5.62.0" https://github.com/bluesky-social/social-app/blob/39c9f7248e4fec0c7719fce575b66bdccd844e41/yarn.lock#L7057

The support for TypeScript 5.5 was added in v7.14.0 in https://github.com/typescript-eslint/typescript-eslint/pull/9397

Bump @typescript-eslint/* to >=v7.14.0

Attachments

No response

Describe Alternatives

No response

Additional Context

No response