Build(deps-dev): Bump @angular/cli from 18.2.11 to 19.0.0 in /angular
Bumps @angular/cli from 18.2.11 to 19.0.0.
Release notes
Sourced from @angular/cli
's releases.
v19.0.0
19.0.0 (2024-11-19)
@angular/cli
@schematics/angular
@angular-devkit/schematics-cli
Commit Description add package manager option to blank schematic
@angular-devkit/architect
Commit Description merge object options from CLI
@angular-devkit/build-angular
@angular-devkit/core
Commit Description
... (truncated)
Changelog
Sourced from @angular/cli
's changelog.
19.0.0 (2024-11-19)
Breaking Changes
@schematics/angular
- The app-shell schematic is no longer compatible with Webpack-based builders.
@angular-devkit/build-angular
The
browserTarget
option has been removed from the DevServer and ExtractI18n builders.buildTarget
is to be used instead.Protractor is no longer supported.
Protractor was marked end-of-life in August 2023 (see https://protractortest.org/). Projects still relying on Protractor should consider migrating to another E2E testing framework, several support solid migration paths from Protractor.
@angular-devkit/core
The deprecated
fileBuffer
function is no longer available. Update your code to usestringToFileBuffer
instead to maintain compatibility.Note: that this change does not affect application developers.
@angular/build
- The
@angular/localize/init
polyfill will no longer be added automatically to projects. To prevent runtime issues, ensure that this polyfill is manually included in the "polyfills" section of your "angular.json" file if your application relies on Angular localization features.
@angular/ssr
The
CommonEngine
API now needs to be imported from@angular/ssr/node
.Before
import { CommonEngine } from '@angular/ssr';
After
import { CommonEngine } from '@angular/ssr/node';
@angular-devkit/schematics-cli
Commit Type Description 37693c40e feat add package manager option to blank schematic
... (truncated)
Commits
-
d622e59
release: cut the v19.0.0 release -
86acfe0
build: update Angular packages to v19 stable -
805379e
release: cut the v19.0.0-rc.3 release -
fb05e7f
fix(@angular/ssr
): use wildcard server route configuration on the '/' route w... -
4b4e000
fix(@schematics/angular
): don't show server routing prompt when using `browse... -
2551df5
fix(@angular/build
): fully disable component style HMR in JIT mode -
25d928b
fix(@angular-devkit/build-angular
): fix hanging terminal whenbrowser-sync
... -
ea5ae68
fix(@angular-devkit/build-angular
): bring back style tags in browser builder -
9e6ab1b
fix(@schematics/angular
): use default import forexpress
-
5b009cd
refactor: addngServerMode
to Webpack SSR dev server - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts