Socket
Socket
Sign inDemoInstall

@angular-devkit/schematics

Package Overview
Dependencies
59
Maintainers
2
Versions
726
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2345
73Next

18.0.0-rc.2

Diff

google-wombot
published 17.3.7 •

Changelog

Source

17.3.7 (2024-05-08)

@angular-devkit/build-angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------- | | 998c72036 | fix | decode URL pathname decoding during SSG fetch |

@angular-devkit/schematics

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------- | | 1ab1c6c9e | fix | use web standard error check for Deno support |

<!-- CHANGELOG SPLIT MARKER -->

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

google-wombot
published 18.0.0-rc.1 •

Changelog

Source

18.0.0-rc.1 (2024-05-02)

@schematics/angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------- | | c46aa084f | fix | add postcss dependency in application migration if needed |

@angular-devkit/architect

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------- | | ddd08efef | fix | resolve builder aliases from containing package |

@angular-devkit/schematics

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------- | | 80fa03069 | fix | use web standard error check for Deno support |

@angular/build

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------- | | b7a0792b3 | fix | add a maximum rendering timeout for SSG | | 2085365e0 | fix | only generate shallow preload links for initial files |

<!-- CHANGELOG SPLIT MARKER -->

<a name="18.0.0-rc.0"></a>

google-wombot
published 18.0.0-rc.0 •

Changelog

Source

18.0.0-rc.0 (2024-05-01)

@angular/cli

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------- | | df4dde95d | fix | add @angular/build package to update group list |

@schematics/angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------ | | 95a4d6ee5 | fix | add less dependency in application migration if needed |

@angular-devkit/build-angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------- | | 37fc7f0cc | fix | disable Vite prebundling when script optimizations are enabled |

@angular/build

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------- | | 940e382db | fix | disable Vite prebundling when script optimizations are enabled | | 44b401747 | fix | ensure input index HTML file triggers rebuilds when changed |

<!-- CHANGELOG SPLIT MARKER -->

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

google-wombot
published 18.0.0-next.5 •

Changelog

Source

18.0.0-next.5 (2024-04-26)

@angular/build

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ | | 921fa7cf4 | fix | add missing ansi-colors and picomatch dependencies | | 791cf75af | fix | check both potential build packages in Angular version check |

<!-- CHANGELOG SPLIT MARKER -->

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

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 •

Changelog

Source

17.3.6 (2024-04-25)

@angular-devkit/build-angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ | | dcec59799 | fix | properly configure headers for media resources and HTML page |

<!-- CHANGELOG SPLIT MARKER -->

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

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>

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