Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angular 18 issue potentially related to @tylertech-eslint npm packages #19

Open
dustydang-tyler opened this issue Aug 8, 2024 · 0 comments

Comments

@dustydang-tyler
Copy link
Contributor

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:

  1. "@tylertech-eslint/eslint-plugin": "1.0.12"
  2. "@tylertech-eslint/eslint-plugin-angular": "1.0.12"
  3. "@tylertech-eslint/eslint-plugin-angular-template": "1.0.12"

The errors are as follow:
image (2)

I tried to downgrade typescript to 5.2.0 but receive the following error:
image (1)

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:
image

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant