You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
14
Description
When I use ng new it installs typescript: ~4.7.2
When I use ng update it upgrades to typescript: ~4.8.4
I guess it should use the same typescript version, or?
Because the update.angular.io says: Make sure that you are using a supported version of TypeScript before you upgrade your application. Angular v15 supports TypeScript version 4.8 or later.
Minimal Reproduction
npx -p @anuglar/cli@14 ng new test
ng update @angular/core@15 @angular/cli@15