Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@schematics/angular

Package Overview
Dependencies
Maintainers
2
Versions
821
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@schematics/angular - npm Package Versions

23
82

19.1.2

Diff

google-wombot
published 19.1.1 •

google-wombot
published 19.1.0 •

Changelog

Source

19.1.0 (2025-01-15)

Deprecations

@angular/build

  • The baseHref option under i18n.locales and i18n.sourceLocale in angular.json is deprecated in favor of subPath.

    The subPath defines the URL segment for the locale, serving as both the HTML base HREF and the directory name for output. By default, if not specified, subPath will use the locale code.

@schematics/angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------- | | 02825eec5 | feat | use @angular/build package in library generation schematic | | 88431b756 | fix | application migration should migrate ng-packagr builder package |

@angular-devkit/architect

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------- | | 2b8a02bac | feat | require build schemas from modules | | fe1ae6933 | fix | avoid Node.js resolution for relative builder schema |

@angular-devkit/core

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------- | | ce7c4e203 | fix | handle Windows drive letter case insensitivity in path functions |

@angular-devkit/schematics

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------- | | 2f55209dd | fix | update Rule type to support returning a Promise of Tree |

@angular/build

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------ | | 2c9d7368f | feat | add ng-packagr builder to the package | | 0a570c0c2 | feat | add support for customizing URL segments with i18n | | 298b554a7 | feat | enable component template hot replacement by default | | d350f357b | fix | correctly validate locales subPath | | 8aa1ce608 | fix | handle loaders correctly in SSR bundles for external packages | | 3b7e6a8c6 | fix | invalidate component template updates with dev-server SSR | | 8fa682e57 | fix | remove deleted assets from output during watch mode | | 48cae815c | fix | skip vite SSR warmup file configuration when SSR is disabled | | ba16ad6b5 | fix | support incremental build file results in watch mode | | 955acef3d | fix | trigger browser reload on asset changes with Vite dev server | | e74300a2c | fix | use component updates for component style HMR | | 6a19c217e | fix | warn when using both isolatedModules and emitDecoratorMetadata |

@angular/ssr

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------------------------- | | 8d7a51dfc | feat | add modulepreload for lazy-loaded routes | | 41ece633b | feat | redirect to preferred locale when accessing root route without a specified locale | | 3feecddbb | fix | disable component boostrapping when running route extraction | | 6edb90883 | fix | throw error when using route matchers |

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.0.7"></a>

google-wombot
published 19.1.0-rc.0 •

google-wombot
published 19.0.7 •

Changelog

Source

19.0.7 (2025-01-08)

@angular-devkit/architect

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------ | | 95c22aeff | fix | provide better error when builder is not defined |

@angular-devkit/build-angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------- | | 028652992 | fix | preserve css type for jasmine.css |

@angular/build

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------- | | f7522342a | fix | add asset tracking to application builder watch files | | e973643bf | fix | do not mark Babel _defineProperty helper function as pure | | 881095eec | fix | enable serving files with bundle-like names | | db10af0b3 | fix | fix incorrect budget calculation | | c822f8f15 | fix | handle relative URLs when constructing new URLs during server fetch | | b43c648b0 | fix | mitigate JS transformer worker execArgv errors | | 1f2481a4f | fix | pass define option defined in application builder to Vite prebundling | | c94f568a4 | fix | warn when @angular/localize/init is imported directly |

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.1.0-next.2"></a>

google-wombot
published 19.1.0-next.2 •

Changelog

Source

19.1.0-next.2 (2024-12-18)

@angular-devkit/architect

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------- | | fe1ae6933 | fix | avoid Node.js resolution for relative builder schema |

@angular-devkit/build-angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------ | | a9a347014 | fix | jasmine.clock with app builder |

@angular/build

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------- | | 298b554a7 | feat | enable component template hot replacement by default | | 19bb2d480 | fix | force HTTP/1.1 in dev-server SSR with SSL | | 3b7e6a8c6 | fix | invalidate component template updates with dev-server SSR |

@angular/ssr

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------- | | 1bf9381c8 | fix | correctly resolve pre-transform resources in Vite SSR without AppEngine | | ad1d7d76f | fix | ensure correct Location header for redirects behind a proxy |

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.0.6"></a>

google-wombot
published 19.0.6 •

Changelog

Source

19.0.6 (2024-12-18)

@angular-devkit/build-angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------ | | db7421231 | fix | jasmine.clock with app builder |

@angular/build

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------- | | 5fbc105ed | fix | force HTTP/1.1 in dev-server SSR with SSL |

@angular/ssr

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------- | | 2f4df6b2b | fix | correctly resolve pre-transform resources in Vite SSR without AppEngine | | 0789a9e13 | fix | ensure correct Location header for redirects behind a proxy |

<!-- CHANGELOG SPLIT MARKER -->

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

google-wombot
published 19.1.0-next.1 •

Changelog

Source

19.1.0-next.1 (2024-12-12)

Deprecations

@angular/build

  • The baseHref option under i18n.locales and i18n.sourceLocale in angular.json is deprecated in favor of subPath.

    The subPath defines the URL segment for the locale, serving as both the HTML base HREF and the directory name for output. By default, if not specified, subPath will use the locale code.

@angular-devkit/architect

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------- | | 2b8a02bac | feat | require build schemas from modules |

@angular-devkit/build-angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------- | | fb41d182e | fix | fix webpack config transform for karma | | 9e2d3fbd1 | fix | handle windows spec collisions |

@angular/build

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------------------------------------- | | 0a570c0c2 | feat | add support for customizing URL segments with i18n | | 210bf4e2b | fix | Fixing auto-csp edge cases where | | d811a7ffb | fix | handle external @angular/ packages during SSR (#29094) | | 64f32c769 | fix | provide component HMR update modules to dev-server SSR | | c832bac9b | fix | show error when Node.js built-ins are used during ng serve | | 887599822 | fix | use consistent path separators for template HMR identifiers | | 75998ebab | perf | reuse TS package.json cache when rebuilding |

@angular/ssr

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------------------------- | | 8d7a51dfc | feat | add modulepreload for lazy-loaded routes | | 41ece633b | feat | redirect to preferred locale when accessing root route without a specified locale | | d7214e961 | fix | include Content-Language header when locale is set | | 10a5b8b6b | fix | disable component bootstrapping during route extraction |

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.0.5"></a>

google-wombot
published 19.0.5 •

Changelog

Source

19.0.5 (2024-12-12)

@angular-devkit/build-angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------- | | 6c319e44c | fix | fix webpack config transform for karma |

@angular/build

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------------------------------------- | | 251bd9f22 | fix | Fixing auto-csp edge cases where | | 1047b8635 | fix | handle external @angular/ packages during SSR (#29094) | | 376ee9966 | fix | provide component HMR update modules to dev-server SSR | | 5ea9ce376 | fix | use consistent path separators for template HMR identifiers |

@angular/ssr

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------- | | b3c6c7eb2 | fix | include Content-Language header when locale is set | | 4203efb90 | fix | disable component bootstrapping during route extraction |

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.0.4"></a>

google-wombot
published 19.0.4 •

Changelog

Source

19.0.4 (2024-12-05)

@angular-devkit/build-angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------ | | 23667ed4a | fix | handle windows spec collisions |

@angular/build

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ | | fc41f50b5 | fix | show error when Node.js built-ins are used during ng serve | | 14451e275 | perf | reuse TS package.json cache when rebuilding |

<!-- CHANGELOG SPLIT MARKER -->

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

23
82
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc