You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The following warning is shown when running make fmt
=============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: >=4.7.4 <5.5.0YOUR TYPESCRIPT VERSION: 5.6.3Please only submit bug reports when using the officially supported version.=============
This is because this project uses @typescript-eslint/*@7.4.0
Is your feature request related to a problem? Please describe.
The following warning is shown when running
make fmt
This is because this project uses
@typescript-eslint/*@7.4.0
atproto/pnpm-lock.yaml
Line 6541 in 3a5fc92
The support for TypeScript 5.6.3 was added in
@typescript-eslint/*@8.10.0
typescript-eslint/typescript-eslint#9972
Describe the solution you'd like
Bump typescript-eslint to 8.x
https://typescript-eslint.io/blog/announcing-typescript-eslint-v8/
The text was updated successfully, but these errors were encountered: