🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@angular/build

Package Overview
Dependencies
Maintainers
2
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular/build - npm Package Versions

1
35
13

18.2.15

Diff
google-wombot
published 18.2.15 •

Changelog

Source

18.2.15 (2025-03-13)

@angular-devkit/build-angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------- | | 255c8a50d | fix | update babel packages |

<!-- CHANGELOG SPLIT MARKER -->

<a name="20.0.0-next.1"></a>

google-wombot
published 20.0.0-next.1 •

Changelog

Source

20.0.0-next.1 (2025-03-13)

Breaking Changes

@angular/build

  • TypeScript versions less than 5.8 are no longer supported.

@schematics/angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------- | | 03180fe03 | feat | use TypeScript module preserve option for new projects | | dc2f65999 | fix | generate component templates with a .ng.html file extension |

@angular/cli

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------- | | 2d03d8f11 | fix | record analytics for nested schematics |

@angular/build

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------- | | 31c81e9c6 | feat | drop support for TypeScript older than 5.8 | | 3c9172159 | feat | integrate Chrome automatic workspace folders | | f0dd60be1 | fix | exclude all entrypoints of a library from prebundling | | 3e3516785 | fix | handle postcss compilation errors gracefully | | 5bea3de4c | fix | invalidate com.chrome.devtools.json if project is moved | | b100c71cc | fix | provide extract-i18n does not respect | | beab546bf | fix | remove duplicate prebundling warning |

@angular/ssr

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ | | ee8466de5 | fix | prevent stream draining if write does not return a boolean |

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.2.2"></a>

google-wombot
published 19.2.2 •

Changelog

Source

19.2.2 (2025-03-12)

@angular/cli

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------- | | 0ee24e29b | fix | record analytics for nested schematics |

@angular/build

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------- | | 4575265f0 | fix | exclude all entrypoints of a library from prebundling | | 83fcffbb7 | fix | handle postcss compilation errors gracefully | | 78297ee47 | fix | provide extract-i18n does not respect | | b18b9c8f2 | fix | remove duplicate prebundling warning |

@angular/ssr

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ | | e6e8ce960 | fix | prevent stream draining if write does not return a boolean |

<!-- CHANGELOG SPLIT MARKER -->

<a name="20.0.0-next.0"></a>

google-wombot
published 20.0.0-next.0 •

Changelog

Source

20.0.0-next.0 (2025-03-05)

Breaking Changes

@angular/cli

  • Node.js v18 is no longer supported with Angular.

    Before updating a project to Angular v20, the Node.js version must be at least 20.11.1. For the full list of supported Node.js versions, see https://angular.dev/reference/versions.

@angular-devkit/schematics

  • The NodePackageLinkTask has been removed without a replacement. Create a custom task if needed.

    Note: This does not affect application developers.

@schematics/angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------- | | 093c5a315 | feat | directly use @angular/build in new projects |

@angular/cli

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------- | | 5e90c1b4e | fix | remove Node.js v18 support |

@angular-devkit/schematics

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | -------- | --------------------------------------- | | e6be37601 | refactor | remove deprecated NodePackageLinkTask |

@angular/build

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------- | | c8c73185a | fix | ensure matching coverage excludes with karma on Windows |

@angular/ssr

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------ | | 280693231 | perf | optimize response times by introducing header flushing |

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.2.1"></a>

google-wombot
published 19.2.1 •

Changelog

Source

19.2.1 (2025-03-05)

@schematics/angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------------- | | 4c35b5721 | fix | prevent accidental deletion of main.ts during application builder migration | | d7f9cb578 | fix | prevent error when tsconfig file is missing in application builder migration |

@angular-devkit/architect

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------- | | 3ebd7ca7c | fix | improve error message when configuration is missing |

@angular/build

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------- | | c07330967 | fix | allow component HMR with a service worker | | c989c91c3 | fix | exclude component styles from 'any' and 'all' budget calculations | | 96e5dcb5f | fix | handle undefined less stylesheet sourcemap values |

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.2.0"></a>

google-wombot
published 19.2.0 •

Changelog

Source

19.2.0 (2025-02-26)

@schematics/angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------- | | fe8d83a1f | fix | add additional checks for application builder usage | | adf4ea5d4 | fix | remove animations module from ng new app |

@angular-devkit/build-angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------- | | ef7ea536f | feat | add aot option to jest | | 523d539c6 | feat | add aot option to karma | | a00a49a65 | feat | add aot to WTR schema | | 2bae1a9c0 | fix | support aot option for karma browser builder |

@angular/build

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------- | | 11fab9c7d | feat | add application builder karma testing to package | | a5fcf8044 | fix | provide karma stack trace sourcemap support | | 964fb778b | fix | support per component updates of multi-component files | | f836be9e6 | fix | support Vite allowedHosts option for development server | | 0ddf6aafa | fix | utilize bazel stamp instead of resolving peer dependency versions |

@angular/ssr

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------- | | 9726cd084 | feat | Add support for route matchers with fine-grained render mode control |

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.1.9"></a>

google-wombot
published 19.1.9 •

Changelog

Source

19.1.9 (2025-02-26)

@angular/build

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------- | | 2d361e9b0 | fix | always disable JSON stats with dev-server |

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.1.8"></a>

google-wombot
published 19.2.0-rc.0 •
google-wombot
published 19.1.8 •

Changelog

Source

19.1.8 (2025-02-19)

@angular/cli

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------------- | | f76cee637 | fix | correctly parse and resolve relative schematic collection names on Windows | | ceba7739c | fix | prefer installed package as fallback when listing package groups |

@angular-devkit/build-angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------- | | c54b9996a | fix | pass missing options to Karma esbuild builder |

@angular/build

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------- | | 2f60a24dd | fix | suppress asset missing warning for /index.html requests | | b8f7952b7 | fix | update critical CSS inlining to support autoCsp |

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.1.7"></a>

google-wombot
published 19.2.0-next.2 •