pierrejeambrun commented on PR #42184: URL: https://github.com/apache/airflow/pull/42184#issuecomment-2348423875
> @pierrejeambrun yup, a common warning when using @typescript-eslint. Generally staying in the same major and minor version is safe (if it was from 5.4.0 to 5.6.0 it would be a whole different story), and 5.6.2 has features that enable really good things such as iterator helper methods, which will make our code way cleaner when dealing with iterators and generators. Then we have to wait for `typescript-eslint` to support `5.6.0`, we can champion for https://github.com/typescript-eslint/typescript-eslint/issues/9653. Or we can downgrade. But I am -1 on using a typescript version that is not supported by the linter. -- 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]
