Platform upgrades
Angular cli and Nrwl's Nx provide a way to upgrade the platform and business application to the latest angular and Nx. This is done via running:
npm run upgrade:check
NPM modules also need to be kept up to date. This is done via running:
npm update
Scheduled
A scheduled has been configured to run monthly to update the platform within this repository.
In the event of breaking changes, the angular cli will fail to compile an application and the platform team will notify (and aid) respective teams of changes needed to ensure that the platform and business applications are kept up to date.