mgechev / codelyzer

Static analysis for Angular projects.
http://codelyzer.com/
MIT License
2.45k stars 234 forks source link

Angular 14 #1032

Open LukasMachetanz opened 1 year ago

LukasMachetanz commented 1 year ago

Hey.

Is it possible to update angular, specifically @angular/compiler and @angular/core, to the latest version (e.g. ~14.1.0)?

This would help to resolve the following peer dependency warning within a nrwl/nx workspace:

npm WARN codelyzer@6.0.2 requires a peer of @angular/compiler@>=2.3.1 <13.0.0 || ^12.0.0-next || ^12.1.0-next || ^12.2.0-next but none is installed. You must install peer dependencies yourself.
npm WARN codelyzer@6.0.2 requires a peer of @angular/core@>=2.3.1 <13.0.0 || ^12.0.0-next || ^12.1.0-next || ^12.2.0-next but none is installed. You must install peer dependencies yourself.

Greets, Lukas

chaixdev commented 1 year ago

this issue is keeping me from updating angular. please fix!

scurk1415 commented 1 year ago

As far as i know you should use https://github.com/angular-eslint/angular-eslint instead of this