-
Notifications
You must be signed in to change notification settings - Fork 235
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
No changelog for version 6.0.0 #969
Comments
Also there is ?instead? a changelog for version 5.3.0 but no version 5.3 published to npm... |
The 5.3.0/6.0.0 changelog also mentions support for Angular 10, yet the project still has a hard dependency on Lines 96 to 98 in 0b2e233
|
@aramperes I noticed the same thing. It actually causes my custom linters not to work in combination with Angular 10 (throws some type errors). Maybe it's worth it to file this as a separate issue? |
@jimivdw what kind of errors do you have? |
@C0ZEN seems I jumped to conclusions a bit too fast (updated my earlier comment accordingly). The type errors I got were actually related to a custom linter I have, where I import types from Angular (local, which is v10) which are different than the ones codelyzer uses (Angular v9). A workaround for that would be to import the types from |
Hey everyone, sorry for the late response. I just saw this issue after digging into hundreds of @dependabot PRs. We'll be moving to ESLint in the next few months and deprecating codelyzer. You'll be able to use angular-eslint, which currently has a similar feature set. In v6 I added dependencies on Angular v9 so we can use the compiler API codelyzer understands. The pros of this approach is that as soon we don't drastically change the Angular template syntax codelyzer will work just fine with any Angular version. The cons is that you'd now have Angular v10 and v9 in your project, which on its own will slow a little down the |
The changelog entry for version 6.0.0 is missing.
The text was updated successfully, but these errors were encountered: