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.
=============
Describe the Feature
The following warning is shown when running
yarn lint
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/9397Bump
@typescript-eslint/*
to>=v7.14.0
Attachments
No response
Describe Alternatives
No response
Additional Context
No response