Build(deps-dev): Bump @angular/cli from 18.2.12 to 19.0.1 in /angular
Bumps @angular/cli from 18.2.12 to 19.0.1.
Release notes
Sourced from @angular/cli
's releases.
v19.0.1
19.0.1 (2024-11-21)
@angular-devkit/build-angular
Commit Description use stylePreprocessorOptions
@angular/build
Commit Description ensure accurate content length for server assets use sha256
instead ofsha-256
as hash algorithm name
@angular/ssr
Commit Description handle baseHref that start with ./
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
| Commit | Description |
... (truncated)
Changelog
Sourced from @angular/cli
's changelog.
19.0.1 (2024-11-21)
@angular-devkit/build-angular
Commit Type Description b63123f20 fix use stylePreprocessorOptions
@angular/build
Commit Type Description 74461da64 fix ensure accurate content length for server assets 1b4dcedd5 fix use sha256
instead ofsha-256
as hash algorithm name
@angular/ssr
Commit Type Description 8bd2b260e fix handle baseHref that start with ./
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
... (truncated)
Commits
-
8cd6aa9
release: cut the v19.0.1 release -
1b4dced
fix(@angular/build
): usesha256
instead ofsha-256
as hash algorithm name -
b63123f
fix(@angular-devkit/build-angular
): use stylePreprocessorOptions -
3a1c95e
test: add end-to-end tests for SSR setup -
6a87b1e
refactor(@angular/build
): adjust code to propagate errors from Piscina -
919f5b9
refactor(@angular/build
): add initial infrastructure to support inline templa... -
8bd2b26
fix(@angular/ssr
): handle baseHref that start with./
-
74461da
fix(@angular/build
): ensure accurate content length for server assets -
d622e59
release: cut the v19.0.0 release -
86acfe0
build: update Angular packages to v19 stable - 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