x)
- [ ] new
- [ ] build
- [ ] serve
- [ ] test
- [ ] e2e
- [ ] generate
- [ ] add
- [x] update
- [ ] lint
- [ ] xi18n
- [ ] run
- [ ] config
- [ ] help
- [ ] version
- [ ] doc
Yes, the previous version in which this bug was not present was: ....
Yes?
A clear and concise description of the problem...
ng update should install the latest stable version, unless --next is passed. Running this now installs 9.0.0-next.0
Angular CLI: 8.2.0
Node: 10.15.3
OS: darwin x64
Angular: 9.0.0-next.0
... animations, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... platform-server, router, service-worker
Package Version
------------------------------------------------------------
@angular-devkit/architect 0.801.1
@angular-devkit/build-angular 0.802.0
@angular-devkit/build-ng-packagr 0.802.0
@angular-devkit/build-optimizer 0.802.0
@angular-devkit/build-webpack 0.801.1
@angular-devkit/core 8.1.1
@angular-devkit/schematics 8.1.1
@angular/cdk 8.0.1
@angular/cli 8.2.0
@angular/material 8.0.2
@angular/pwa 0.13.5
@schematics/angular 7.3.5
@schematics/update 0.802.0
ng-packagr 5.4.3
rxjs 6.5.2
typescript 3.5.3
webpack 4.29.6
Anything else relevant?
Duplicate of https://github.com/angular/angular-cli/issues/14980
I noticed that running only ng update @angular/[email protected] by itself causes it to be updated to 8.2.2, but the other angular dependencies to version 9.0.0-next, while running ng update @angular/[email protected] @angular/[email protected] actually works correctly.
I had cli version 8.0.3 and successfully updated to 8.2.2 running both cli and core update at the same time.
Hope this helps because the other issue is closed as too heated.
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
I noticed that running only
ng update @angular/[email protected]by itself causes it to be updated to 8.2.2, but the other angular dependencies to version 9.0.0-next, while runningng update @angular/[email protected] @angular/[email protected]actually works correctly.I had cli version 8.0.3 and successfully updated to 8.2.2 running both cli and core update at the same time.
Hope this helps because the other issue is closed as too heated.