michael-s-molina commented on PR #31979: URL: https://github.com/apache/superset/pull/31979#issuecomment-2619193762
Hi @hainenber. Thank you for the amazing PR ❤️ `npm run type` completes successfully but `npm run lint` gives the following warning: ``` 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.7.3 ``` Can you bump [@typescript-eslint/typescript-estree](https://github.com/typescript-eslint/typescript-eslint) given that newer versions support Typescript 5.7.3? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
