Socket
Socket
Sign inDemoInstall

@angular-devkit/schematics

Package Overview
Dependencies
59
Maintainers
2
Versions
722
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2345
73Next

18.0.0-next.5

Diff

google-wombot
published 18.0.0-next.4 •

Changelog

Source

18.0.0-next.4 (2024-04-25)

@angular/cli

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------- | | 4087728c3 | feat | support for Node.js v22 |

@schematics/angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------- | | b2ac5fac7 | feat | allow application migration to use new build package in projects where possible | | 23cc337aa | fix | keep deployUrl option when migrating to application builder |

@angular-devkit/build-angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------ | | 53c319aaa | feat | add support for the poll option in the library builder | | 0b03829bc | feat | move i18n extraction for application builder to new build system package | | 4ffe07aa2 | feat | move Vite-based dev-server for application builder to new build system package | | d1c632af9 | feat | support native async/await when app is zoneless |

@angular/build

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ | | 810d213e1 | feat | introduce new official build system package | | 70dbc7a6e | fix | emit error for invalid self-closing element in index HTML | | 33cd47c85 | fix | properly configure headers for media resources and HTML page |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.3.6"></a>

google-wombot
published 17.3.6 •

google-wombot
published 18.0.0-next.3 •

Changelog

Source

18.0.0-next.3 (2024-04-17)

Breaking Changes

@angular/cli

  • The ng doc command has been removed without a replacement. To perform searches, please visit www.angular.dev

@angular-devkit/build-angular

  • By default, the index.html file is no longer emitted in the browser directory when using the application builder with SSR. Instead, an index.csr.html file is emitted. This change is implemented because in many cases server and cloud providers incorrectly treat the index.html file as a statically generated page. If you still require the old behavior, you can use the index option to specify the output file name.

    "architect": {
      "build": {
        "builder": "@angular-devkit/build-angular:application",
        "options": {
          "outputPath": "dist/my-app",
          "index": {
            "input": "src/index.html",
            "output": "index.html"
          }
        }
      }
    }
    

@angular/cli

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | -------- | ----------------------- | | 03eee0545 | refactor | remove ng doc command |

@angular-devkit/build-angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------------------------------------- | | 83d1d233a | feat | enhance Sass rebasing importer for resources URL defined in variables and handling of external paths | | d51cb598a | feat | inject event-dispatch in SSR HTML page | | 1c3ff61db | fix | address Unable to deserialize cloned data issue with Yarn PnP | | 2acf95a94 | fix | do not generate an index.html file in the browser directory when using SSR. | | afa76bb36 | fix | ensure esbuild-based builders exclusively produce ESM output | | 43816a5b2 | fix | remove type="text/css" from style tag |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.3.5"></a>

google-wombot
published 17.3.5 •

Changelog

Source

17.3.5 (2024-04-17)

@angular-devkit/build-angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------- | | 6191d06ca | fix | address Unable to deserialize cloned data issue with Yarn PnP | | 0335d6a5d | fix | remove type="text/css" from style tag |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.3.4"></a>

google-wombot
published 17.3.4 •

Changelog

Source

17.3.4 (2024-04-11)

@angular-devkit/build-angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ | | 1128bdd64 | fix | ensure esbuild-based builders exclusively produce ESM output |

<!-- CHANGELOG SPLIT MARKER -->

<a name="16.2.14"></a>

google-wombot
published 16.2.14 •

Changelog

Source

16.2.14 (2024-04-11)

@angular-devkit/build-angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------- | | 1068c3c73 | fix | update vite to 4.5.3 |

<!-- CHANGELOG SPLIT MARKER -->

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

google-wombot
published 18.0.0-next.2 •

Changelog

Source

18.0.0-next.2 (2024-04-03)

@schematics/angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------- | | 725883713 | feat | use eventCoalescing option by default (standalone bootstrap) | | 508d97da7 | feat | use ngZoneEventCoalescing option by default (module bootstrap) | | 157329384 | fix | add spaces around eventCoalescing option |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.3.3"></a>

google-wombot
published 17.3.3 •

Changelog

Source

17.3.3 (2024-04-02)

@schematics/angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------- | | a673baf5c | fix | Revert "fix(@schematics/angular): rename SSR port env variable" |

<!-- CHANGELOG SPLIT MARKER -->

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

google-wombot
published 18.0.0-next.1 •

Changelog

Source

18.0.0-next.1 (2024-03-28)

@schematics/angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------- | | 6530aa11b | feat | replace assets with public directory | | 950a44521 | fix | rename SSR port env variable |

@angular-devkit/build-angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------- | | e22d6771d | fix | ensure proper resolution of linked SCSS files | | c71e954a2 | fix | service-worker references non-existent named index output |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.3.2"></a>

2345
73Next
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc