5 Commits

Author SHA1 Message Date
Alan Agius
2552093278 build: re-enable latest version checks during release
This commit restores the latest version checks, which are now fixed by using the stamped versions.
2025-01-30 17:52:13 +01:00
Alan Agius
98c8fb5907 build: disable checkSchematicsAngularLatestVersion pre-release check
This is current checking `packages/schematics/angular/utility/latest-versions/package.json` but recently we change how the version is set https://github.com/angular/angular-cli/pull/29368
2025-01-29 17:19:31 +01:00
Ash Ramirez
434a3740f0 refactor(@angular/cli): update aio links -> adev links
Updates for all angular.io links to the new angular.dev domain. Additionally, adjustment to new resources where the equivalent does not exist on the new site (e.g. Tour of Heroes tutorial)
2024-06-06 11:12:06 +02:00
Alan Agius
bb08763b01 build: update ng-dev config to work with Node.js 18.19
Update ng-dev setup to work with 18.19 For more details, refer to: https://github.com/TypeStrong/ts-node/issues/2094
2024-03-12 16:51:03 +01:00
Paul Gschwendtner
5b4188f047 build: add pre-release checks for dependency on framework
Adds an automatic check that runs before cutting releases. This
will help avoiding issues where we forget to update peer dependencies
or the `latest-versions.ts` file.
2023-02-24 19:12:50 +00:00