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
My team and I currently under the process of upgrading to Angular 18 for all our apps. I have found an issue potentially related to @tylertech-eslint packages:
I tried to downgrade typescript to 5.2.0 but receive the following error:
Angular 18 required typescript version higher than 5.2.0.
The reason why I think there is a potential issue with the @tylertech-eslint package is due to its dependency of @typescript-eslint/experimental-utils:
Is it possible to upgrade the @tylertech-eslint npm packages and its dependency so it can be use with Angular 18 and higher typescript version? It is currently a critical issue for us. If in case that I am wrong in the direction of the issue please let me know. Thanks!
The text was updated successfully, but these errors were encountered:
My team and I currently under the process of upgrading to Angular 18 for all our apps. I have found an issue potentially related to @tylertech-eslint packages:
The errors are as follow:
I tried to downgrade typescript to 5.2.0 but receive the following error:
Angular 18 required typescript version higher than 5.2.0.
The reason why I think there is a potential issue with the @tylertech-eslint package is due to its dependency of @typescript-eslint/experimental-utils:
When I looked up this package: @typescript-eslint/experimental-utils - npm (npmjs.com), it telling me that is recommend to switch to the permanent long term support package @typescript-eslint/utils: @typescript-eslint/utils - npm (npmjs.com)
Is it possible to upgrade the @tylertech-eslint npm packages and its dependency so it can be use with Angular 18 and higher typescript version? It is currently a critical issue for us. If in case that I am wrong in the direction of the issue please let me know. Thanks!
The text was updated successfully, but these errors were encountered: