Repository status & upgrade to Angular 14
See original GitHub issueIs your feature request related to a problem? Please describe.
I don’t have any issues, locally, after upgrading an existing project from Angular 13 to 14.
However, on a clean npm install
I guess it will throw some warnings, and/or possibly will need to be ran with npm install --force
.
This could lead to some mess in CI/CD environments if --force
needs to be added.
Describe the solution you’d like
Currently, all Angular dependencies in package.json
are set to version 13. They need to be bumped to version 14.
Describe alternatives you’ve considered
It will probably work with npm install --force
, but that is not a great solution for CI/CD.
Issue Analytics
- State:
- Created a year ago
- Reactions:27
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Upgrade to Angular 14 - Techiediaries
In this short guide we'll see how to update Angular core framework and Angular CLI to the latest Angular 14 version and upgrading...
Read more >Angular v14 is now available!
We are excited to announce the release of Angular v14! From typed forms and standalone components to new primitives in the Angular CDK ......
Read more >How To Update Angular CLI To Latest Version
To update Angular CLI to latest version Angular, use ng update @angular/core @angular/cli@latest command.
Read more >Repository is not clean. Please commit or stash any changes ...
Installing a temporary Angular CLI versioned 14.2.5 to perform the update. √ Package successfully installed. Repository is not clean.
Read more >@angular/cdk - npm
Angular Material Component Development Kit. Latest version: 15.0.3, last published: 12 days ago. Start using @angular/cdk in your project by ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We will provide Version 14 very soon. However, until then, version 13.x auf this lib should also work with version 14 of Angular.
Hi @manfredsteyer, any update on this one? 👍