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
restrict MCP workspace access to allowed client roots during resolution
robustly parse npm manifest from array
update odd-numbered Node.js version warning condition for future releases
@schematics/angular
Commit
Description
conditionally install istanbul coverage provider for Vitest migration
migrate fake async to Vitest fake timers
migrate fakeAsync's flush behavior when used in beforeEach
set up fake timers in beforeEach instead of beforeAll
update TSConfig globals during karma to vitest migration
defer karma config deletion in Karma to Vitest migration
use service decorator in ng generate
@angular-devkit/build-angular
Commit
Description
deprecate Webpack builders
@angular-devkit/build-webpack
Commit
Description
deprecate webpack and webpack-dev-server builders
@angular-devkit/core
Commit
Description
deprecate stringToFileBuffer and fileBufferToString
@angular/build
Commit
Description
subresource integrity validation for dynamically loaded modules
use dynamic TestComponentRenderer for Vitest
@angular/ssr
Commit
Description
deprecate CommonEngine APIs
@ngtools/webpack
Commit
Description
deprecate @ngtools/webpack loader and plugin
Deprecations
@angular-devkit/build-angular
Webpack builders in build-angular are deprecated. Use @angular/build builders instead.
@angular-devkit/build-webpack
Webpack builders in build-webpack are deprecated. Use @angular/build builders instead.
@angular-devkit/core
stringToFileBuffer and fileBufferToString are deprecated. Use standard Web APIs (TextEncoder and TextDecoder) instead.
Internal usages within the repository have been removed and replaced with standard Web APIs. The public API golden file for @angular-devkit/core has been updated to reflect the deprecations.
@angular/ssr
CommonEngine APIs are deprecated in favor of AngularNodeAppEngine or AngularAppEngine.
@ngtools/webpack
@ngtools/webpack loader and plugin are deprecated. Use @angular/build instead.