undsoft / eslint-plugin-angular-test-ids

MIT License
1 stars 1 forks source link

Provide support for Angular >15 #1

Open mihai-ro opened 1 month ago

mihai-ro commented 1 month ago

Background

eslint-plugin-angular-test-ids references Angular's template-parser@15.2.0 as a peer dependency, preventing the installation of the plugin in contexts using more recent versions of Angular.

Issue Cannot install eslint-plugin-angular-test-ids on Angular >v15.

Screenshot

Screenshot 1
undsoft commented 1 month ago

I'll take a look, thanks. You can use --force for now if you want.

mihai-ro commented 1 month ago

thank you, @undsoft. I really appreciate that!

edited: for those facing a similar issue: I've updated my lock file and tricked eslint-plugin-angular-test-ids into using my current angular version instead of the hardcoded v15.