Sourced from @angular-devkit/build-angular's releases.
22.0.1
@schematics/angular
@angular/cli
@angular/build22.0.0
@schematics/angular
@angular/cli
Commit Description add support for Node.js 26.0.0 reflect new minimum supported Node version in ng.js
... (truncated)
Sourced from @angular-devkit/build-angular's changelog.
22.0.1 (2026-06-10)
@angular/cli
Commit Type Description b54e9a549 fix do not sort migrations of the same version alphabetically d33311612 fix fallback to local package.json for schematic detection on first run 918102a93 fix isolate temporary package installation from parent pnpm workspace b048b5f4a fix remove forceAuth and unscoped credential parsing 277934035 fix validate registry option is a valid URL in ng add 4510dae02 perf optimize update schematic registry query counts by fetching package metadata lazily
@schematics/angular
Commit Type Description c80012294 fix fix browserMode option mapping in refactor-jasmine-vitest a9b6bd904 fix safely comment out multiline statements in refactor-jasmine-vitest 12199df00 fix use null objects and callbacks in karma-to-vitest migration
@angular/build
Commit Type Description 89d1be979 fix allow disabling Vitest isolation from builder d45b84be9 fix exclude JSON imports from Vite dependency optimization e3cab4ddd fix prevent concurrent stylesheet bundling esbuild context leaks bd413b0eb fix restrict application builder output paths to output directory 22.0.0 (2026-06-03)
Breaking Changes
- Node.js v20 is no longer supported. The minimum supported Node.js versions are now v22.22.0 and v24.13.1.
- The
@angular-devkit/architect-clipackage is no longer available. ThearchitectCLI tool has been moved to the@angular-devkit/architectpackage.- The experimental
@angular-devkit/build-angular:jestand@angular-devkit/build-angular:web-test-runnerbuilders have been removed.
@angular/build
- The
@angular/build:dev-server (ng serve)now assigns the highest priority to thePORTenvironment variable. This value will override any port configurations specified inangular.jsonor via the--portcommand-line flag. This includes the default port 4200.istanbul-lib-instrumentis now an optional peer dependency. Projects using karma with code coverage enabled will need to ensure that istanbul-lib-instrument is installed. Note:ng updatewill automatically add this dependency during the update process.
... (truncated)
5a64af9 release: cut the v22.0.1 releaseb54e9a5 fix(@angular/cli): do not sort migrations of the same version alphabeticallyb048b5f fix(@angular/cli): remove forceAuth and unscoped credential parsing3275b45 test(@angular/cli): remove unscoped authentication test cases from registry t...da81e55 build: update cross-repo angular dependencies56ac348 build: lock file maintenance12199df fix(@schematics/angular): use null objects and callbacks in karma-to-vitest m...918102a fix(@angular/cli): isolate temporary package installation from parent pnpm wo...e9b106e build: update cross-repo angular dependenciese3cab4d fix(@angular/build): prevent concurrent stylesheet bundling esbuild context l...