Angular 14
- Dominant language
- TypeScript
- Stars
- 2.5k
- Forks
- 232
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Research direction
Start by locating the dependency declarations for @angular/compiler and @angular/core, then check the requested Angular 14 versions against the package's existing compatibility constraints. Reproduce the reported installation in an nrwl/nx workspace; done means the dependencies install without the cited peer-dependency warning.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angular, typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100